CCBlueX Forum

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. Scripts
    Log in to post
    • Newest to Oldest
    • Oldest to Newest
    • Most Posts
    • Most Votes
    • Most Views
    • Senk Ju

      Publish scripts on LiquidBounce's website
      • Senk Ju

      60
      1
      Votes
      60
      Posts
      4513
      Views

      Ali00035

      @aftery You can still rename the author field if the obfuscation level is lower than the medium obfuscation level

    • Marvin

      Don't use 3rd-party sites to upload scripts
      • Marvin

      1
      3
      Votes
      1
      Posts
      1571
      Views

      No one has replied

    • uSSRR1337

      Fly on anti-cheat matrix 7~
      • uSSRR1337

      5
      0
      Votes
      5
      Posts
      65
      Views

      sxviolence

      @uSSRR1337 соси

    • Никитыч Китыч

      How to code script autowalk with sprint
      • Никитыч Китыч

      7
      0
      Votes
      7
      Posts
      62
      Views

      kawaiinekololis

      ChatGPT knows how to use ScriptAPI v2 better than most of the people here.

      2378f9bf-656f-4eda-a126-26b60e9aaf3e-grafik.png

      /// api_version=2 var script = registerScript({ name: "AutoWalk", version: "1.0.0", authors: ["Your Name"] }); script.registerModule({ name: "AutoWalk2", category: "Movement", description: "Makes the player move forward continuously and sprint.", }, function(module) { var isSprinting = false; module.on("enable", function() { isSprinting = mc.thePlayer.isSprinting(); }); module.on("disable", function() { if (isSprinting) { mc.gameSettings.keyBindSprint.pressed = false; isSprinting = false; } mc.gameSettings.keyBindForward.pressed = false; }); module.on("update", function() { mc.gameSettings.keyBindForward.pressed = true; if (!isSprinting) { mc.gameSettings.keyBindSprint.pressed = true; isSprinting = true; } }); });

      *This module listens for the enable event and saves the player's sprinting state. Then, it listens for the disable event and releases the forward key and the sprint key if it was pressed. Finally, it listens for the update event and keeps the forward key pressed while continuously checking if the sprint key is pressed, and if not, it presses the sprint key to keep the player sprinting.

      Note: Please make sure to test this script in a safe environment before using it in the game. Also, keep in mind that some servers may have rules against the use of automation scripts, so use it at your own risk.*

    • CookieChinese

      [Script] mumyHackAura 0.6 (LiquidBounce b77+)
      • CookieChinese

      1
      1
      Votes
      1
      Posts
      63
      Views

      No one has replied

    • CookieChinese

      [Script] mumyHackAura 0.5 (KillAura & TPAura)
      • CookieChinese

      5
      0
      Votes
      5
      Posts
      333
      Views

      kumri owo

      @CzechHek lol

    • S

      Unsolved player.set_motion possible?
      • Schneelein

      3
      0
      Votes
      3
      Posts
      128
      Views

      segv segv

      You probably want MovementUtils.strafe(5). It make the player move at the speed of <speed> * 20 bps (in this case, 5*20 = 100 bps) only if W/A/S/D is pressed, else stop entirely (not sure about this part).

      For more movement related functions, checkout MovementUtils.java

    • Y

      ->Collect js creative posts<-
      • ybyyby_ awa

      1
      0
      Votes
      1
      Posts
      63
      Views

      No one has replied

    • Y

      [JS] TestDisablerPro 0.2
      • ybyyby_ awa

      1
      0
      Votes
      1
      Posts
      138
      Views

      No one has replied

    • Y

      [JS] TestDisablerPro(Manage every packet)
      • ybyyby_ awa

      1
      0
      Votes
      1
      Posts
      70
      Views

      No one has replied

    • Никитыч Китыч

      MatrixFlag Mode For LongJump or Fly?
      • Никитыч Китыч

      3
      0
      Votes
      3
      Posts
      99
      Views

      Никитыч Китыч

      @WaterFlex-Gaming ебать, и в чем разница, скрипт обработка одинаковая

    • A

      Cancel C03PacketPlayer's js
      • ASKLL

      4
      0
      Votes
      4
      Posts
      213
      Views

      G

      @ASKLL Here's a version of your plugin written with Core.lib and ScriptAPI v2. Hope you like it!

      (script = registerScript({ name: "CancelC03", authors: ["ASKLL"], version: "2.0" })).import("Core.lib"); module = { category: "Misc", description: "Cancels the C03 packet", onPacket: function (e) { p = e.getPacket if (p instanceof C03PacketPlayer) { event.cancelEvent() } } }
    • nam nguyen

      give me
      • nam nguyen

      2
      0
      Votes
      2
      Posts
      49
      Views

      G

      @nam-nguyen You are constantly creating spam threads, so please stop. I already helped you in your first thread, and you keep creating spam threads. If you don't stop, moderators will have to take action.

    • Y

      [API Demonstrate] Packet_Var
      • ybyyby_ awa

      3
      0
      Votes
      3
      Posts
      73
      Views

      Y

      @CzechHek I used core.lib in some scripts, which is easy to use and can save me time, but it is not compatible with some scripts, so if I want to use it in incompatible scripts, I need to rewrite the whole script, so I simply extracted all the packages lol

    • askhseis sxoleiou

      Script about AutoHealHead
      • askhseis sxoleiou

      1
      0
      Votes
      1
      Posts
      22
      Views

      No one has replied

    • Y

      [achievement]A better classification choice
      • ybyyby_ awa

      1
      0
      Votes
      1
      Posts
      37
      Views

      No one has replied

    • nam nguyen

      Give me script autodisable fly pls :(
      • nam nguyen

      3
      0
      Votes
      3
      Posts
      58
      Views

      A

      ltg.jpg

    • Zloy4elovek

      TargetHud
      • Zloy4elovek

      4
      0
      Votes
      4
      Posts
      218
      Views

      hyy304

      @Gabriel i want a ast targethud

    • Maciek

      Please script vulcan speed liquidbounce++
      • Maciek

      3
      0
      Votes
      3
      Posts
      428
      Views

      K

      @Ali00035 slow as shit

    • Никитыч Китыч

      Solved fdp client scaffold?
      • Никитыч Китыч

      3
      0
      Votes
      3
      Posts
      139
      Views

      O

      @kawaiinekololis For real sir

    About
    • Terms of Service
    • Privacy Policy
    • Status
    • Contact Us
    Downloads
    • Releases
    • Source code
    • License
    Docs
    • Tutorials
    • CustomHUD
    • AutoSettings
    • ScriptAPI
    Community
    • Forum
    • Guilded
    • YouTube
    • Twitter
    • D.Tube