Skip to content

ScriptAPI

321 Topics 2.3k Posts

A place to ask for help on writing scripts

  • Add a category with scripts

    8
    0 Votes
    8 Posts
    2k Views
    FaaatPotatoF
    @aftery ty
  • help

    4
    0 Votes
    4 Posts
    843 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
    935 Views
    CzechHekC
    @dont_doubt chat.print(mc.timer.timerSpeed)
  • Adding delay between jumps

    3
    0 Votes
    3 Posts
    967 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
    671 Views
    CzechHekC
    @skidma moduleManager.getModule("AntiBot").isBot(entity);
  • How do I play a sound from the script directory?

    2
    0 Votes
    2 Posts
    559 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
    1
    0 Votes
    7 Posts
    2k Views
    ?
    @neverside said in How to add Tags in Script API v2: @kawaiinekololis ADMIN WOW owner actually
  • Question about adding something to my script.

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

    23
    2 Votes
    23 Posts
    10k 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
    1k Views
    O
    @dont_doubt Learn ScriptAPI and stop asking about everything.
  • Screenshot capability?

    3
    0 Votes
    3 Posts
    745 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
    725 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
    1k 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
    989 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
    12k Views
    Дудник МаксимД
    @ohno false?
  • This topic is deleted!

    9
    0 Votes
    9 Posts
    57 Views
  • removing another modules?

    5
    0 Votes
    5 Posts
    1k Views
    dntdbtD
    @czechhek Thank you, have a nice day =p
  • Creating Inventory Tabs Script: Items not Showing up

    creative issue script
    3
    0 Votes
    3 Posts
    1k Views
    B
    @somedudeyouveneverheardof No I already tried that but thanks.
  • [HELP]

    4
    0 Votes
    4 Posts
    877 Views
    CzechHekC
    @czechhek said in [HELP]: @abdou Which scripts, what LB version, logs + wrong category?
  • How to create a custom AntiBot

    19
    0 Votes
    19 Posts
    4k Views
    ForeheadchanF
    @czechhek yeah that works too, either check not instanceof or not equal to