Skip to content

ScriptAPI

324 Topics 1.9k Posts

A place to ask for help on writing scripts

  • (stuck) client-side make an entity

    3
    0 Votes
    3 Posts
    976 Views
    DreamWasFuckedD
    mc.spawnEntity(sigmaClient)
  • how to ficx

    15
    0 Votes
    15 Posts
    6k Views
    A
    @hahayes said in how to ficx: @aftery how to ficx watch kpop @skidma said in how to ficx: @aftery how to ficx anime bob
  • 0 Votes
    3 Posts
    999 Views
    SkidmaLoverS
    @skidma thanks for free punhjabi arabic lunar client for hack lixo
  • sex no

    5
    1
    0 Votes
    5 Posts
    1k Views
    DreamWasFuckedD
    @idkwhome_fake sex = 100% haram
  • Please help how to enable the function in the script

    7
    0 Votes
    7 Posts
    2k Views
    DreamWasFuckedD
    @czechhek no
  • Pls help

    6
    1 Votes
    6 Posts
    2k Views
    A
    @its-domme how to copy?
  • [SUPPORT] BasicLogin

    7
    0 Votes
    7 Posts
    988 Views
    DreamWasFuckedD
    @sex
  • [SUPPORT] Redesky Fly

    10
    0 Votes
    10 Posts
    2k Views
    G
    @sigma-allah https://kzclip.com
  • [SUPPORT] Someone fix this script.

    3
    0 Votes
    3 Posts
    849 Views
    G
    @skidma Thanks
  • I need a criticals script for verus & ncp anticheat

    Unsolved
    3
    0 Votes
    3 Posts
    1k Views
    ?
    insane necropost
  • help me pls

    3
    0 Votes
    3 Posts
    847 Views
    CzechHekC
    @minhcrafters https://scriptapi.liquidbounce.net/net/minecraft/network/play/server/S02PacketChat.html ???
  • This topic is deleted!

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

    1
    0 Votes
    1 Posts
    2 Views
    No one has replied
  • hi i need help

    13
    0 Votes
    13 Posts
    4k Views
    MaeyseM
    @leejames2305 Yes, there is a way to play is that the liquid's regeneration is buggy, makes the block stick Hack on crest base
  • help

    16
    1
    0 Votes
    16 Posts
    5k Views
    6Sence6
    @senk-ju does this work on verus
  • Silent Server-side rotating and Checking for the Block beneath you

    5
    0 Votes
    5 Posts
    2k Views
    As丶OneA
    var RotationUtils = Java.type('net.ccbluex.liquidbounce.utils.RotationUtils'); var Rotation = Java.type('net.ccbluex.liquidbounce.utils.Rotation'); RotationUtils.setTargetRotation(new Rotation(mc.thePlayer.rotationYaw + 180, 86));
  • [Legendary] How to make an animation?

    6
    0 Votes
    6 Posts
    2k Views
    exit scammedE
    @skidma uh function animate(target, current, speed, partialTicks) { dif = target - current; if (speed < 0) { speed = 0; } if (speed > 1) { speed = 1; } factor = dif * speed * partialTicks; if (target > current) { current += factor; } else { current -= factor; } return current; } var shit; //...(the following lines of code will use Core) onRender2D: function(event) { shit = animate(target_here, shit, speed_here, event.getPartialTicks()); //too lazy since it's late rn }
  • How to send CustomPayload packet to the server?

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

    5
    0 Votes
    5 Posts
    2k 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
    1
    0 Votes
    6 Posts
    2k 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