Skip to content

ScriptAPI

321 Topics 2.3k Posts

A place to ask for help on writing scripts

  • how do i use hclip in the script api,

    Solved
    18
    0 Votes
    18 Posts
    4k Views
    dntdbtD
    ok module.on("enable", function() { Clip(10, 0); }) //[....] function Clip(hClip, vClip) { mc.thePlayer.setPosition(mc.thePlayer.posX - Math.sin(mc.thePlayer.rotationYaw * Math.PI / 180) * hClip, mc.thePlayer.posY + vClip, mc.thePlayer.posZ + Math.cos(mc.thePlayer.rotationYaw * Math.PI / 180) * hClip); }
  • Where would I put core.lib? I'm not very familiar with this sorry

    Unsolved
    3
    0 Votes
    3 Posts
    750 Views
    ?
    put it in your scripts folder with other scripts
  • Help

    Unsolved
    12
    0 Votes
    12 Posts
    3k Views
    LigmaL
    @crazyblueslav with your brain u cant learn javascript or dont
  • .vanish dismount

    Moved
    11
    0 Votes
    11 Posts
    3k Views
    DreamWasFuckedD
    Thanks for aac5 disabler! Works!
  • Help...

    Solved
    6
    0 Votes
    6 Posts
    1k Views
    Its DommeI
    @auto-reply-bot Thank you so much.
  • How to turn your head up

    Unsolved
    23
    0 Votes
    23 Posts
    10k Views
    ?
    @its-domme said in How to turn your head up: @caex said in How to turn your head up: hello, person who cant read the instructions before making a script, make sure you satisfy the following conditions: you have access to liquidbounce you have r/w access to the scripts folder you know javascript This all fits me, I know js and read the Script api then why are you asking what to import if you know how to check the freaking src codes
  • Getting the text of Playerlist Tab

    Solved
    17
    2
    0 Votes
    17 Posts
    4k Views
    ?
    if (event.getPacket() instanceof S47PacketPlayerListHeaderFooter) { footer = event.getPacket().getFooter().getUnformattedText() header = event.getPacket().getHeader().getUnformattedText() // getFormattedText() if you want to include formatting codes, not recommended } getters > reflection
  • Remove Messages from chat

    Unsolved
    2
    0 Votes
    2 Posts
    542 Views
    DreamWasFuckedD
    cancel message packet
  • Script support.

    Moved
    13
    0 Votes
    13 Posts
    3k Views
    GridzzG
    @czechhek said in Script support.: @gridzz there should be ///api_version=2 as the first line edit: you had it there before ah Yeah, still doesn't work. What can I do, as I think it's the codes fault. I want to place blocks twice (aka the double clicking) and also set an option to double click on LMB later.
  • Who knows can write scripts | NeebHelp

    Unsolved
    6
    0 Votes
    6 Posts
    1k Views
    Plumer ManP
    @plumer-man https://scriptapi.liquidbounce.net/ - more stuff
  • how to get arrow

    Solved
    13
    0 Votes
    13 Posts
    3k Views
    Q
    net.minecraft.init.Items -> public static final Item arrow recommended reading: minecraft source code edit: also accomplishable by checking unlocalized item name
  • Please help me

    8
    0 Votes
    8 Posts
    2k Views
    Senk JuS
    @its-domme https://liquidbounce.net/docs/ScriptAPI/Using Java Classes
  • GUYS help me

    Moved
    28
    1 Votes
    28 Posts
    11k Views
    TheAppleProT
    @kachum-lol gmail.com
  • [REQ] Antivoid requires to be over void to work

    Moved
    1
    0 Votes
    1 Posts
    396 Views
    No one has replied
  • Uh..

    Moved
    16
    0 Votes
    16 Posts
    4k Views
    potatopotatoP
    @senk-ju i cant find places where i can "learn" the codes
  • mouse click check

    4
    1 Votes
    4 Posts
    983 Views
    DreamWasFuckedD
    @skiddermaster412 thx allah!!!
  • (HELP) ka not working when bhopping

    Moved
    4
    0 Votes
    4 Posts
    1k Views
    C
    @9000miles Use Hitbox(module) and predict is better if you're moving fast
  • How use core.lib

    6
    0 Votes
    6 Posts
    1k Views
    Its DommeI
    @leaked-pvp Thanks its realy cool
  • Server ip

    Moved
    4
    0 Votes
    4 Posts
    1k Views
    some oneS
    @leaked-pvp thanks
  • Change my Session-ID to any other

    5
    0 Votes
    5 Posts
    1k Views
    S
    @senk-ju, i want join to a server with custom auth-server (full custom launcher). I have information from my friends what some players join to server with TLauncher. Now i have a session-id in launcher and i want change my id to true-id in TLauncher. I would say what im want join to custom server with self launcher (without mods) from TLauncher p.s: @Senk-Ju, i send u PM about all situation