Skip to content

ScriptAPI

A place to ask for help on writing scripts

305 Topics 2.2k Posts
  • How is it possible to bypass this?

    6
    0 Votes
    6 Posts
    206 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
    120 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) EXHIBITION - BESTEST HYPIXEL HACKED CLIENT?!?! – 03:14
    — 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
    286 Views
    I

    @skidma its your fault only

  • Request

    2
    0 Votes
    2 Posts
    130 Views
    some oneS

    @imunne93 disabler for intave?

  • Add a category with scripts

    8
    0 Votes
    8 Posts
    350 Views
    FaaatPotatoF

    @aftery ty :axoheart:

  • help

    4
    0 Votes
    4 Posts
    124 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
    199 Views
    CzechHekC

    @dont_doubt chat.print(mc.timer.timerSpeed)

  • Adding delay between jumps

    3
    0 Votes
    3 Posts
    262 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
    62 Views
    CzechHekC

    @skidma moduleManager.getModule("AntiBot").isBot(entity);

  • How do I play a sound from the script directory?

    2
    0 Votes
    2 Posts
    133 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
    346 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
    249 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
    131 Views
    O

    @dont_doubt Learn ScriptAPI and stop asking about everything.

  • Screenshot capability?

    3
    0 Votes
    3 Posts
    153 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
    101 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
    211 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
    115 Views
    ?

    @covokiesan said in [HELP] ScriptManager Doesn't Work:

    @sexma It doesn't help.
    😞

    then it is something wrong in your liquidbounce version

  • MatrixAntibot for LB b2 1.12.2

    30
    0 Votes
    30 Posts
    875 Views
    Дудник МаксимД

    @ohno false?

  • This topic is deleted!

    9
    0 Votes
    9 Posts
    57 Views