@ice_lemon good config but poor english
NinjaMaki
Posts
-
Hypixel Bypass4 Apr 2021, 11:43 -
Redesky Smooth Longjump4 Mar 2021, 11:25@czechhek ok
-
Redesky Smooth Longjump4 Mar 2021, 10:56Smooth Redesky longjump without lag
about 42 blocks forward and 3 blocks upclean and easy code
Here it is ~var script = registerScript({ name: "MakiLongJump", version: "1.2", authors: ["Maki"] }); var S08PacketPlayerPosLook = Java.type('net.minecraft.network.play.server.S08PacketPlayerPosLook'); var air; script.registerModule({ name: "MakiLongJump", description: "LongJump for Redesky.", category: "Fun", settings: { dis: Setting.boolean({ name: "AutoDisable", default: true }) } }, function (module) { module.on("enable", function () { air = 0; }); module.on("disable", function () { mc.thePlayer.motionX = 0; mc.thePlayer.motionZ = 0; }); module.on("packet", function (event) { var packet = event.getPacket(); if (packet instanceof S08PacketPlayerPosLook) { moduleManager.getModule("MakiLongJump").setState(false); } }); module.on("move", function (event) { }); module.on("update", function () { if (!mc.thePlayer.onGround) { air++; } else if (air > 3 && module.settings.dis.get()) { module.setState(false); } if (mc.thePlayer.onGround && (!module.settings.dis.get() || air == 0)) { mc.thePlayer.jump(); } mc.thePlayer.jumpMovementFactor = 0.15; mc.thePlayer.motionY += 0.05; }); });
-
hypixel damage3 Jan 2021, 02:01@ポコン Bypass Hypixel Damage with no C13
function damage() { var i = 0; while (i < 9){ mc.thePlayer.sendQueue.addToSendQueue(new C03PacketPlayer.C04PacketPlayerPosition(mc.thePlayer.posX, mc.thePlayer.posY, mc.thePlayer.posZ, true)); i++; } var fallDistance = 3.0125; while (fallDistance > 0) { mc.thePlayer.sendQueue.addToSendQueue(new C03PacketPlayer.C04PacketPlayerPosition(mc.thePlayer.posX, mc.thePlayer.posY + 0.0624986421, mc.thePlayer.posZ, false)); mc.thePlayer.sendQueue.addToSendQueue(new C03PacketPlayer.C04PacketPlayerPosition(mc.thePlayer.posX, mc.thePlayer.posY + 0.0625, mc.thePlayer.posZ, false)); mc.thePlayer.sendQueue.addToSendQueue(new C03PacketPlayer.C04PacketPlayerPosition(mc.thePlayer.posX, mc.thePlayer.posY + 0.0624986421, mc.thePlayer.posZ, false)); mc.thePlayer.sendQueue.addToSendQueue(new C03PacketPlayer.C04PacketPlayerPosition(mc.thePlayer.posX, mc.thePlayer.posY + 0.0000013579, mc.thePlayer.posZ, false)); fallDistance -= 0.0624986421; } mc.thePlayer.sendQueue.addToSendQueue(new C03PacketPlayer.C04PacketPlayerPosition(mc.thePlayer.posX, mc.thePlayer.posY, mc.thePlayer.posZ, true)); }
-
[Request] simple fly3 Jan 2021, 01:57@hookie u mean just simple motion fly?
-
[Merry Christmas] MakiCore Hypixel Insane Bypass26 Dec 2020, 15:29@czechhek bad...
-
[Merry Christmas] MakiCore Hypixel Insane Bypass26 Dec 2020, 15:12@ninjamaki For 1.8.9 LiquidBounce and don't use the latest Development Build LiquidBounce, the Packet Event in the scriptapi has some bugs.
-
[Merry Christmas] MakiCore Hypixel Insane Bypass26 Dec 2020, 15:10MakiCore [v1.0]
Christmas Gift ! XDDDDDDDDDDDDD
-
Hypixel bypass Criticals
-
Hypixel bypass NoSlow
-
NoFall (hasn't test)
-
SpeedMine
-
2 Blocks Step (Hypixel Bypass which can step on 2 blocks without lag)
-
AntiVoid (just Hypixel mode)
-
Hypixel Bypass LongJump (with glide lol)
-
Hypixel Bypass Speed (LowHop and even better than exhibition lol)
-
Fly (just HypixelZoom and if you are falling it will change to motionfly automatically because u can falling fly in Hypixel)
-
Disabler (Disable the WatchDog so that the fly can bypass, must be turned on or the fly won't bypass)
Free for everyone and if you use this JavaScript, your config should be free for others.
JavaScript : MakiCore.js -
-
NCP disabler6 Sept 2020, 04:00@idiot But now I can do that XD
-
Please Help me!!!!!!!!!!! (Java)19 Aug 2020, 05:38@ButterChicken Obviously you are skidding DisablerModule from Autumn Client XDDDD
-
请问我该如何学习编写用于Liquidbonce的JS18 Aug 2020, 08:52@Anonzme 呃这些东西很简单的,随便找几个JS看看就会了
-
AACv4 fly?9 Aug 2020, 04:37@IdkWhoMe using blink lol
redesky allow blink just like chinese server huayuting(花雨庭) -
[SCRIPT] Target HUD 1.2.58 Aug 2020, 02:54The post LMAO
-
How to get recourse packs working?29 Jul 2020, 10:31@LoveDucks baka
hentai
urusai
-
I need Hypixel's Criticals.27 Jul 2020, 06:11@notautismatall but can you use spoofground nofall to bypass hypixel ?
-
I Need Script Fly Hypixel25 Jul 2020, 06:24@LolMC It's better to make zoomfly XD
-
I need Hypixel's Criticals.25 Jul 2020, 06:22this.onAttack = function(event) {
mc.thePlayer.onCriticalHit(event.getTargetEntity());
}