Navigation

    CCBlueX Forum

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups

    1 line code Airladder bypass AAC&AACP&Matrix&BAC&Horizon&Spartan&ACR

    Scripts
    4
    8
    419
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • As丶One
      As丶One last edited by

      Tested on mc.loyisa.cn
      Video:https://www.bilibili.com/video/BV1k64y1F7t1
      Code:

      var script = registerScript({
          name: "AIRLadder",
          version: "1.0",
          authors: ["As丶One"]
      });
      script.registerModule({
          name: "AIRLadder",
          description: "AIRLadder By As丶One",
          category: "Fun",
      }, function (module) {
          module.on("update", function () {
              mc.thePlayer.isOnLadder()&&mc.gameSettings.keyBindJump.pressed&&(mc.thePlayer.motionY=0.11)
          });
      });
      
      CookieChinese 1 Reply Last reply Reply Quote 0
      • CookieChinese
        CookieChinese @As丶One last edited by

        @As丶One No mc.loyisa.cn
        is mc.loyisa.us

        1 Reply Last reply Reply Quote 0
        • 6Sence
          6Sence last edited by 6Sence

          How do you get code completion?

          As丶One 1 Reply Last reply Reply Quote 0
          • As丶One
            As丶One last edited by As丶One

            @6Sence in video?

            6Sence 1 Reply Last reply Reply Quote 0
            • 6Sence
              6Sence @As丶One last edited by

              @As丶One Yes

              1 Reply Last reply Reply Quote 0
              • As丶One
                As丶One @6Sence last edited by

                @6Sence I use a script base by my own

                6Sence 1 Reply Last reply Reply Quote 0
                • 6Sence
                  6Sence @As丶One last edited by

                  @As丶One Oh right

                  1 Reply Last reply Reply Quote 0
                  • ?
                    A Former User last edited by

                    @As丶One said in 1 line code Airladder bypass AAC&AACP&Matrix&BAC&Horizon&Spartan&ACR:

                    var script = registerScript({
                    name: "AIRLadder",
                    version: "1.0",
                    authors: ["As丶One"]
                    });
                    script.registerModule({
                    name: "AIRLadder",
                    description: "AIRLadder By As丶One",
                    category: "Fun",
                    }, function (module) {
                    module.on("update", function () {
                    mc.thePlayer.isOnLadder()&&mc.gameSettings.keyBindJump.pressed&&(mc.thePlayer.motionY=0.11)
                    });
                    });

                    Nice!

                    1 Reply Last reply Reply Quote 0
                    • First post
                      Last post