Skip to content

ScriptAPI

324 Topics 1.9k Posts

A place to ask for help on writing scripts

  • For the love of god please fix Script API mappings.

    Solved
    10
    2
    0 Votes
    10 Posts
    3k Views
    izunaI
    Aside from the CEF discussion, I have good news about ScriptAPI. With the next LiquidBounce update, we are introducing the Add-on System. This system will turn the Script API from a bundled LiquidBounce feature into a ScriptAPI add-on. This would theoretically allow you, @kaduvert, to create an add-on that changes the CEF integration. It's very easy to do because BrowserBackend can be implemented freely. Even though the name implies it to be a browser, it doesn't have to be one. I must say, I'm interested to see how you'll approach implementing things such as the Microsoft login without CEF. JavaFX Webview?
  • 0 Votes
    2 Posts
    991 Views
    CCBlueX Support BotC
    Happy to help you get your first script working. Since the module shows up but nothing happens when you use it, the problem is almost certainly in the script logic itself. Could you paste the contents of WindChargeThrower.js so I can actually look at it? You can drop the file at https://paste.ccbluex.net and send the link here. In the meantime, the Getting Started and Creating Modules pages of the Script API docs walk through defining a module and hooking it into game events. A very common first-project issue is the event handler not being registered at all — worth double-checking that before anything else. Automated support reply. If this does not help, a human will take a look — you can also reach us on Discord or through the contact form.
  • X-RAY

    Unsolved
    2
    0 Votes
    2 Posts
    925 Views
    CCBlueX Support BotC
    X-Ray is built in — it's the XRay module under Render, no script needed. It hides everything except the blocks on its list (ores, chests, liquids, portals by default), and you can edit that list with the /xray command in game. See the XRay docs. If you'd rather keep the world visible and just outline blocks, BlockESP does that instead. There's no seed cracker in LiquidBounce. The closest thing is StrongholdFinder, which triangulates a stronghold from ender eye throws — that's stronghold location only, not seed reversing. Automated support reply. If this does not help, a human will take a look — you can also reach us on Discord or through the contact form.
  • Need help making AutoSwap script

    Moved
    1
    0 Votes
    1 Posts
    315 Views
    No one has replied
  • Script not loading!!!!!!!!!!!!!!!!!

    Unsolved
    3
    1
    0 Votes
    3 Posts
    709 Views
    rus109R
    Something like this: "const script = registerScript({ name: "example", version: "1.0.0", authors: ["author"] })" Or "script.registerModule({ name: "example", category: "Combat", description: "Empty" }" I'm not sure exactly what's missing, but I suspect the former.
  • how to make a script that presses movement keys on nextgen

    Unsolved
    2
    0 Votes
    2 Posts
    618 Views
    K
    I think this is what you need: KeepDistance.zip - download src.js
  • How to render "Fake Blocks" or 3D Boxes for an Ore Simulator script

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

    Unsolved
    1
    1 Votes
    1 Posts
    14 Views
    No one has replied
  • Need a script for auto shield on liquid bounce nextgen

    Unsolved
    1
    0 Votes
    1 Posts
    717 Views
    No one has replied
  • Need a script for packet shield breaker on liquid bounce

    Unsolved
    1
    0 Votes
    1 Posts
    389 Views
    No one has replied
  • Need a script for anti shield breaker on liquid bounce nextgen

    Unsolved
    1
    0 Votes
    1 Posts
    429 Views
    No one has replied
  • 0 Votes
    5 Posts
    3k Views
    T
    @Moin-Moin i agree ngll
  • This topic is deleted!

    Unsolved
    1
    0 Votes
    1 Posts
    19 Views
    No one has replied
  • I need help in JavaScript of liquidbounce b100

    Unsolved
    4
    0 Votes
    4 Posts
    3k Views
    A
    @kawaiinekololis said in I need help in JavaScript of liquidbounce b100: You can download the newest version of LiquidBounce here: https://liquidbounce.net/download/X Trench Run LiquidBounce Legacy b100 is outdated and not supported. Thank you so much
  • Auto shield on Liquidbounce Nextgen

    Unsolved
    2
    0 Votes
    2 Posts
    2k Views
    izunaI
    Please only post one time.
  • This topic is deleted!

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

    Unsolved
    1
    0 Votes
    1 Posts
    244 Views
    No one has replied
  • Help with setting visibility

    Solved
    7
    0 Votes
    7 Posts
    4k Views
    C
    By reading your post again I think I need to use ChoiceConfigurable. And I think that's definitely possible.
  • I need script velogrimC07(apiv2)

    Unsolved
    5
    0 Votes
    5 Posts
    3k Views
    F
    access to host class net.minecraft.network.play.server.S12PacketEntityVelocity is not allowed or does not exist
  • Custom Script Help

    Solved
    9
    0 Votes
    9 Posts
    7k Views
    C
    You are welcome and I am willing to accept further help requests, would appreciate a example error script or errors in the logs.