Skip to content

ScriptAPI

A place to ask for help on writing scripts

309 Topics 2.3k Posts
  • plz help

    14
    0 Votes
    14 Posts
    612 Views
    Senk JuS
    @KnechtRobert5 This is a bug. I will try to resolve it as well. I created an issue for it: https://github.com/CCBlueX/LiquidBounce1.8-Issues/issues/3883 SenkJu created this issue in CCBlueX/LiquidBounce1.8-Issues open [BUG] Duplicate Script InventoryTabs after reloading #3883
  • plz help #2

    3
    0 Votes
    3 Posts
    189 Views
    K
    @Senk-Ju thanks
  • How do I get started with scripting?

    8
    0 Votes
    8 Posts
    352 Views
    P
    @ChocoPie_isme ty
  • This topic is deleted!

    4
    0 Votes
    4 Posts
    23 Views
  • Using snowballs and fishing rod for combo with killaura

    12
    0 Votes
    12 Posts
    481 Views
    T
    bruh.....
  • Help me change from java form to js form.

    4
    0 Votes
    4 Posts
    310 Views
    notautismatallN
    @ButterChicken said in Help me change from java form to js form.: Probably not skidded from Sigma 4.11 cracked src's Mineplex antibot
  • Help a script-noob now

    7
    0 Votes
    7 Posts
    368 Views
    bestnubB
    @Senk-Ju thx
  • This topic is deleted!

    Unsolved
    5
    0 Votes
    5 Posts
    33 Views
  • How to change the range (reach) value in Killaura with a script?

    Solved
    5
    0 Votes
    5 Posts
    330 Views
    6Sence6
    "moduleManager.getModule("killaura").getValue("range").set(newvalue)" That's what I did and I don't use core.
  • How to write how much m is the player from me?

    Solved
    5
    0 Votes
    5 Posts
    279 Views
    notautismatallN
    @ChocoPie_isme
  • 0 Votes
    1 Posts
    209 Views
    No one has replied
  • check how many blocks are in player inventory

    2
    0 Votes
    2 Posts
    198 Views
    CzechHekC
    using dyskord.cc/Core count = 0; Java.from(mc.thePlayer.inventory.mainInventory).forEach(function (s) {s && s.getItem() instanceof ItemBlock && (count += s.stackSize)}); //converts java array to js array and uses js function //for (i in mc.thePlayer.inventory.mainInventory) (stack = mc.thePlayer.inventory.mainInventory[i]) && stack.getItem() instanceof ItemBlock && (count += stack.stackSize); //alternative, cycles through java array via for function chat.print(count);
  • How to Check ThePlayer teleported?

    Unsolved
    6
    0 Votes
    6 Posts
    279 Views
    NinjaMakiN
    Record all the player's position and check it on next tick Of course if there are too many players your client will crash XD
  • How can I get private/protected variables?

    Moved Solved
    4
    0 Votes
    4 Posts
    182 Views
    C
    Btw the fields/methods of vanilla minecraft(not for forge and LB) are obfuscated, if you want to access to these you will have to use searge name to access it, you can find it in .minecraft/LiquidBounce-1.8/mcp-stable22srg(I don't remember the name exactly).
  • This topic is deleted!

    4
    0 Votes
    4 Posts
    17 Views
  • I need a better SuperKnockback than lb itself

    3
    0 Votes
    3 Posts
    201 Views
    ChocoPie_ismeC
    turtl already made one months ago
  • plz add onShutdown event

    2
    0 Votes
    2 Posts
    177 Views
    LolMCL
    we missing marco.....
  • New ScriptApi Event

    5
    0 Votes
    5 Posts
    429 Views
    As丶OneA
    https://forum.ccbluex.net/thread.php?id=2576#p15071
  • Add this please

    2
    0 Votes
    2 Posts
    109 Views
    LolMCL
    noteplayer i dont think marco will add them becuz he sleeping
  • AutoBlockPicker for scaffold pls

    11
    0 Votes
    11 Posts
    423 Views
    LolMCL
    https://forums.ccbluex.net/topic/170/autofindblock