1 line code Airladder bypass AAC&AACP&Matrix&BAC&Horizon&Spartan&ACR
-
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) }); });
-
@As丶One No mc.loyisa.cn
is mc.loyisa.us -
How do you get code completion?
-
@6Sence in video?
-
@As丶One Yes
-
@6Sence I use a script base by my own
-
@As丶One Oh right
-
@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!