Skip to content

ScriptAPI

A place to ask for help on writing scripts

305 Topics 2.2k Posts
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    3 Views
    No one has replied
  • (stuck) client-side make an entity

    3
    0 Votes
    3 Posts
    206 Views
    DreamWasFuckedD

    mc.spawnEntity(sigmaClient)

  • how to ficx

    15
    0 Votes
    15 Posts
    407 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
    223 Views
    SkidmaLoverS

    @skidma thanks for free punhjabi arabic lunar client for hack lixo

  • sex no

    5
    0 Votes
    5 Posts
    149 Views
    DreamWasFuckedD

    @idkwhome_fake sex = 100% haram

  • Please help how to enable the function in the script

    7
    0 Votes
    7 Posts
    211 Views
    DreamWasFuckedD

    @czechhek no

  • Pls help

    6
    1 Votes
    6 Posts
    182 Views
    A

    @its-domme how to copy?

  • [SUPPORT] BasicLogin

    7
    0 Votes
    7 Posts
    176 Views
    DreamWasFuckedD

    @sex

  • [SUPPORT] Redesky Fly

    10
    0 Votes
    10 Posts
    251 Views
    G

    @sigma-allah https://kzclip.com

  • [SUPPORT] Someone fix this script.

    3
    0 Votes
    3 Posts
    132 Views
    G

    @skidma Thanks 🙂

  • I need a criticals script for verus & ncp anticheat

    Unsolved
    3
    0 Votes
    3 Posts
    508 Views
    ?

    insane necropost

  • help me pls

    3
    0 Votes
    3 Posts
    122 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
    410 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
    0 Votes
    16 Posts
    437 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
    496 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
    210 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
    160 Views
    exit scammedE

    @pp021

    sendPacket(new C17PacketCustomPayload(...));
  • How to use pathutils in a script?

    5
    0 Votes
    5 Posts
    156 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