- U threw optifine to the wrong folder.
- U can't use optifine in intelij idea unless u somehow remake it to not crash.
- Run ur liquidbounce without intelij idea when u finish making what u want.
W
WaterFlex Gaming
@WaterFlex Gaming
Posts
-
[Request] How to add Оptifin to a project -
[Script Maintenance] Publish the script you need to update herevar C06PacketPlayerPosLook = Java.type('net.minecraft.network.play.client.C03PacketPlayer.C06PacketPlayerPosLook'); var S08PacketPlayerPosLook = Java.type ("net.minecraft.network.play.server.S08PacketPlayerPosLook"); var lastMotionX = 0.0; var lastMotionY = 0.0; var lastMotionZ = 0.0; var pendingFlagApplyPacket = false; var scriptName = "matrixdisabler"; var scriptVersion = 1.0; var scriptAuthor = "matrix disabler"; var justMonika = new JustMonika(); var justMonikaClient; function JustMonika() { this.getName = function() { return "matrixdisabler"; }; this.getDescription = function() { return "matrixdisabler"; }; this.getCategory = function() { return "Movement"; }; this.onPacket = function(event) { var packet = event.packet; if (packet instanceof C06PacketPlayerPosLook && pendingFlagApplyPacket ) { pendingFlagApplyPacket = false; mc.thePlayer.motionX = lastMotionX; mc.thePlayer.motionY = lastMotionY; mc.thePlayer.motionZ = lastMotionZ; } else if (packet instanceof S08PacketPlayerPosLook ) { pendingFlagApplyPacket = true lastMotionX = mc.thePlayer.motionX; lastMotionY = mc.thePlayer.motionY; lastMotionZ = mc.thePlayer.motionZ; } } this.onDisable = function() { pendingFlagApplyPacket = false; } } function onEnable() { justMonikaClient = moduleManager.registerModule(justMonika); }; function onDisable() { moduleManager.unregisterModule(justMonikaClient); };
-
Fly on anti-cheat matrix 7~@Никитыч-Китыч с фдп юзерсов? эти скрипты есть на https://github.com/Hirohiko360/LiquidBounceScripts-MyTestScripts
-
Dynamic Values™ are now built into LB b76!@CzechHek ty
-
Dynamic Values™ are now built into LB b76!@CzechHek Can u send me ur hud
-
MatrixFlag Mode For LongJump or Fly?@Никитыч-Китыч да заебал сука это форум ликвидбаунс блять а не фдп клиента
-
How do I get the jar file from my LB build@Te1amon u need to do gradle build and .jar file will be located build after libs folder
-
Can't build liquidbouncego to terminal tab in intelij idea and type this command
./gradlew --debug setupDevWorkspace idea genIntellijRuns build
if it still not working than use java 11 -
How to make longjump yaw same as my yaw?@WaterFlex if someone gonna have same issue just put
Math.radians = function(degrees) {
return degrees * Math.PI / 180;
}
at start of script -
Which liquidbounce custom build is good , if everyone hate fdp?Which liquidbounce custom build is good , if everyone hate fdp?
-
How to change ItemPosHow to change ItemPos on scriptapi