Skip to content

ScriptAPI

A place to ask for help on writing scripts

307 Topics 2.2k Posts
  • How to send CustomPayload packet to the server?

    Solved
    2
    0 Votes
    2 Posts
    173 Views
    exit scammedE
    @pp021 sendPacket(new C17PacketCustomPayload(...));
  • How to use pathutils in a script?

    5
    0 Votes
    5 Posts
    192 Views
    exit scammedE
    @soulplexis do you mean importing it? if so: var PathUtils = Java.type("blah.blah.blah.PathUtils"); //where the class file is placed in
  • How is it possible to bypass this?

    6
    0 Votes
    6 Posts
    238 Views
    ForeheadchanF
    @skidma @mems said in How is it possible to bypass this?: @skidma I think that's caused when the server/anticheat makes them look like they are dead so as to "prevent" killauras from hitting them. I believe it's not bypassable. these are actually edited metadata packets and mostlikely done by the anticheat (as said in quote) OR just added by the server for some reason
  • How to possibly convert percentages to height

    10
    0 Votes
    10 Posts
    152 Views
    CzechHekC
    @skidma said in How to possibly convert percentages to height: @czechhek I need the size to work the same way as here (esp health bar)https://www.youtube.com/watch?v=Q48GHwUZh-k&ab_channel=Arithmo @czechhek said in How to possibly convert percentages to height: @skidma You just do percentage * rect height
  • how to check that mc.thePlayer has left the server (not kicked)

    14
    0 Votes
    14 Posts
    333 Views
    I
    @skidma its your fault only
  • Request

    2
    0 Votes
    2 Posts
    139 Views
    some oneS
    @imunne93 disabler for intave?
  • Add a category with scripts

    8
    0 Votes
    8 Posts
    380 Views
    FaaatPotatoF
    @aftery ty
  • help

    4
    0 Votes
    4 Posts
    140 Views
    A
    @skidma id tell you to rtfm but looks like you dno how to rtfm
  • how to get onUpdate: "mc.timer.timerSpeed" value

    3
    0 Votes
    3 Posts
    220 Views
    CzechHekC
    @dont_doubt chat.print(mc.timer.timerSpeed)
  • Adding delay between jumps

    3
    0 Votes
    3 Posts
    277 Views
    icewormy3I
    if(mc.thePlayer.ticksExisted % 20 == 0) { mc.thePlayer.jump(); } for every second that passes, you will jump 40 ticks = 2 seconds 20 ticks = 1 second 10 ticks = 0.5 seconds 5 ticks = 0.25 seconds and so on
  • help

    2
    0 Votes
    2 Posts
    70 Views
    CzechHekC
    @skidma moduleManager.getModule("AntiBot").isBot(entity);
  • How do I play a sound from the script directory?

    2
    0 Votes
    2 Posts
    143 Views
    I
    @arcane said in How do I play a sound from the script directory?: Title says it all you cant
  • How to add Tags in Script API v2

    7
    0 Votes
    7 Posts
    373 Views
    ?
    @neverside said in How to add Tags in Script API v2: @kawaiinekololis ADMIN WOW owner actually
  • Question about adding something to my script.

    3
    0 Votes
    3 Posts
    326 Views
    F
    @iulian Thanks man! You're the best
  • [REQUEST] disabler

    23
    2 Votes
    23 Posts
    2k Views
    FaaatPotatoF
    you can disable the matrix speed checks to a certain extent
  • How to change Liquidbounce module values using script

    3
    0 Votes
    3 Posts
    148 Views
    O
    @dont_doubt Learn ScriptAPI and stop asking about everything.
  • Screenshot capability?

    3
    0 Votes
    3 Posts
    162 Views
    exit scammedE
    @chodeman maybe the easiest way is just send keyboard event that press screenshot button
  • Does anyone know why it doesnt work?

    3
    0 Votes
    3 Posts
    114 Views
    DreamWasFuckedD
    @idk-my-name This doesnt work and why C0BPacketEntityAction.Action.START_SPRINTING works
  • Where can I find all of the "mc.xxxxxx" packets?

    4
    0 Votes
    4 Posts
    279 Views
    CzechHekC
    @dont_doubt https://scriptapi.liquidbounce.net/allclasses-noframe.html Start by finding class named "Minecraft" and browsing all of its fields and methods.
  • [HELP] ScriptManager Doesn't Work

    5
    0 Votes
    5 Posts
    132 Views
    ?
    @covokiesan said in [HELP] ScriptManager Doesn't Work: @sexma It doesn't help. then it is something wrong in your liquidbounce version