Skip to content

General

A place to ask for general support

794 Topics 3.1k Posts
  • This topic is deleted!

    Unsolved
    1
    0 Votes
    1 Posts
    3 Views
    No one has replied
  • Extending Java constructors with Nashorn?

    Unsolved
    3
    0 Votes
    3 Posts
    466 Views
    I
    There's how far I got: var WrappedListener = Java.extend((Java.type('net.ccbluex.liquidbounce.event.Listenable')), (Java.type('java.util.function.Consumer')), { handleEvents: function() { return module[0].state }, accept: function(e) { e instanceof PacketEvent && LiquidBounce.INSTANCE.eventManager.callEvent(new WrappedPacketEvent(e.getPacket().wrapped)); } }); function WrappedPacketEvent(packet) { var isCancelled; this.isCancelled = function() isCancelled; this.cancelEvent = function() { isCancelled = true; } this.getPacket = function() packet; }
  • BlockBBEvent in scripts?

    Solved
    27
    0 Votes
    27 Posts
    7k Views
    CzechHekC
    @czechhek said in BlockBBEvent in scripts?: I'll try to simplify it and automize it via Core. @idk-my-name https://forums.ccbluex.net/topic/94/script-base-core-3-28-simple-yet-powerful-scriptapi-base/30 and here it is You can use all events if you import Core base, no need to do any of this stuff. For more info, look at my comment on Core post.
  • Hello!, I need LiquidBounce B72 Who have? B72 not 73

    Solved
    5
    0 Votes
    5 Posts
    563 Views
    ?
    @ahmedd_ np
  • Aimbot not working despite trying everything

    Unsolved
    2
    0 Votes
    2 Posts
    304 Views
    IFUMLNI
    @siddhant-sinha show ur aimbot setting
  • killaura AutoBlock script pls I need it

    Unsolved
    2
    0 Votes
    2 Posts
    329 Views
    Plumer ManP
    @obv8lex if(mc.thePlayer,swingProgress != 0) mc.playerController.sendUseItem(mc.thePlayer.getCurrentItem());
  • Why doesnt liquid bounce allow baritone?

    Unsolved
    1
    0 Votes
    1 Posts
    379 Views
    No one has replied
  • bind module to right click?

    Unsolved
    1
    0 Votes
    1 Posts
    217 Views
    No one has replied
  • In what liquidbounce version is LCDisabler module?

    2
    0 Votes
    2 Posts
    390 Views
    DIRT 123D
    @fart-cheese okay, thanks
  • About loading scripts

    Unsolved
    1
    0 Votes
    1 Posts
    192 Views
    No one has replied
  • how to download code on CCblueX Forum?

    Unsolved
    3
    0 Votes
    3 Posts
    448 Views
    Khiêm Nguyễn GiaK
    @khiêm-nguyễn-gia howwwwwwww??? i dont understand???
  • what's better:

    48
    0 Votes
    48 Posts
    23k Views
    ?
    @vinci you do it first
  • newgen crash

    Unsolved
    4
    0 Votes
    4 Posts
    741 Views
    Plumer ManP
    @fart-cheese LUNCH
  • can i extrcract it?

    Unsolved
    1
    0 Votes
    1 Posts
    169 Views
    No one has replied
  • Hit Delay Fix Mod crashes

    Unsolved
    20
    1 Votes
    20 Posts
    3k Views
    1254 bimap1
    @sebastian give me scripts or it mods?
  • config bug / problem

    Unsolved config bug fix
    4
    0 Votes
    4 Posts
    772 Views
    N
    @end3r1355 custom spacings build and liquidbounce b72 build still didnt work
  • Scaffold Go Broom Broom while in air

    11
    1 Votes
    11 Posts
    1k Views
    Plumer ManP
    @sigmer yes
  • Fast Place

    Unsolved
    1
    0 Votes
    1 Posts
    191 Views
    No one has replied
  • This topic is deleted!

    Unsolved
    1
    0 Votes
    1 Posts
    6 Views
    No one has replied
  • Module Sounds

    23
    0 Votes
    23 Posts
    6k Views
    END3R1355E
    Necropost but for those who cant find https://github.com/CCBlueX/LiquidBounce/blob/legacy/shared/main/java/net/ccbluex/liquidbounce/features/module/Module.kt#L66