[script] aac 4 longjump
-
/// api_version=2 var script = registerScript({ name: "AAC4LongJump", version: "1.0.0", authors: ["ENDER1355"] }); script.registerModule({ name: "AAC4LongJump", category: "Movement", description: "", }, function (module) { module.on("enable", function() { }); module.on("update", function() { mc.thePlayer.speedInAir = 0.03; mc.thePlayer.jumpMovementFactor = 0.016; mc.timer.timerSpeed = 0.6; if (mc.thePlayer.onGround = true) { mc.thePlayer.jump(); } }); module.on('disable', function() { mc.timer.timerSpeed = 1; mc.thePlayer.jumpMovementFactor = 0.02; mc.thePlayer.speedInAir = 0.02; }); });
-
@e-nder1355
/// api_version=2 var script = registerScript({ name: "VHighJump", version: "1.0.0", authors: ["ENDER1337"] // new name lol }); script.registerModule({ name: "VHighJump", category: "Movement", description: "", settings: { aj: Setting.boolean({ name: "AutoJump", default: true }), } }, function (module) { module.on("enable", function() { }); module.on("update", function() { mc.thePlayer.speedInAir = 0.045; mc.thePlayer.jumpMovementFactor = 0.01; mc.timer.timerSpeed = 0.6; if (mc.thePlayer.onGround = true && module.settings.aj.get()) { mc.thePlayer.motionY = 0.06; mc.thePlayer.jump(); } }); module.on('disable', function() { mc.timer.timerSpeed = 1; mc.thePlayer.jumpMovementFactor = 0.02; mc.thePlayer.speedInAir = 0.02; }); });
now it is sir
-
This post is deleted!
-
I think you can't use "boolean = true" in an if statement, the correct way to use it is "if(boolean)" or "if(boolean==true)" or even "if(boolean!=false)"
"if(boolean = true)" is the same as "if(true)"
please correct me if I am wrong -
@aftery 
-
This post is deleted!
-
@WYSI dont ghost ping thx
-
@e-nder1355 just another toxic community moment
-
@faaatpotato im gonna update the script with autojump option + bypass
-
Updated the script, still no autojump but now it might work even if you got flagged
Changed script name from VHighJump to AAC4LongJump
-
When AutoJump?
idk
-
@aftery said in [script] aac 4 longjump:
is equal to
boolean = true; code();
oh yes, you're right, but it also means if(true) and boolean = true at the same time
-
@aftery its just another way to print the variable....
-
@aftery asd was DEFINED to true in the if statement
-
This post is deleted!
-
@ali00035 houw?
-
@banana1221 just upvote my posts
-
@ali00035 not gonna do it >:)