CCBlueX Forum

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. L_exe
    • Profile
    • Following 0
    • Followers 4
    • Topics 6
    • Posts 38
    • Best 1
    • Controversial 0
    • Groups 0

    L_exe

    @L_exe

    1
    Reputation
    170
    Profile views
    38
    Posts
    4
    Followers
    0
    Following
    Joined Last Online

    L_exe Unfollow Follow

    Best posts made by L_exe

    • RE: TargetStrafe

      @божественная-кара why i should?

      posted in Kotlin/Java
      L_exe
      L_exe

    Latest posts made by L_exe

    • RE: LiquidBounce b73 1.12.2

      @Джоо А может тебе еще в рот дать?

      posted in Resources
      L_exe
      L_exe
    • RE: Have Auto Shield script

      @Никитыч-Китыч ник свой на легаси сказать не хочешь? Могу дать

      posted in Scripts
      L_exe
      L_exe
    • Rewrite PingSpoof module in ScriptAPI
      var script = registerScript({
          name: "PingSpoof",
          version: "1.0.0",
          authors: ["huy"]
      });
      
      var maxDelayValue = value.createInteger("MaxDelay", 1000, 0, 5000);
      var minDelayValue = value.createInteger("MinDelay", 500, 0, 5000);
      
      var packetQueue = new Map();
      
      script.registerModule({
          name: "PingSpoof",
          category: "Exploit",
          description: "Spoofs your ping to the server."
      }, function (module) {
          module.on("disable", function () {
              packetQueue.clear();
          });
      
          module.on("packet", function (event) {
              var packet = event.getPacket();
      
              if (mc.thePlayer == null) {
                  return;
              }
      
              if ((packet instanceof C00PacketKeepAlive || packet instanceof C16PacketClientStatus) && !packetQueue.has(packet)) {
                  event.cancelEvent();
      
                  packetQueue.set(packet, System.currentTimeMillis() + _.random(minDelayValue.get(), maxDelayValue.get()));
              }
          });
      
          module.on("update", function () {
              var filtered = [];
      
              packetQueue.forEach(function (value, key) {
                  if (value <= System.currentTimeMillis()) {
                      filtered.push(key);
                  }
              });
      
              for (var i = 0; i < filtered.length; i++) {
                  var packet = filtered[i];
                  mc.getNetHandler().addToSendQueue(packet);
                  packetQueue.delete(packet);
              }
          });
      });
      

      I dont know if it will work...

      posted in Scripts
      L_exe
      L_exe
    • RE: how to translate liquidbounce to russian?

      @Никитыч-Китыч в фдп есть перевод на русский язык :axocooler: :axocooler: :axocooler: никита иди нахуй

      posted in General Discussion
      L_exe
      L_exe
    • RE: Config legit scaffold.

      @Никитыч-Китыч just use eagle

      posted in Configs
      L_exe
      L_exe
    • RE: Fdp is shit, what are the alternatives?

      @Randomguy3725 strafe speed?

      posted in Off-Topic
      L_exe
      L_exe
    • Fdp is shit, what are the alternatives?

      which clients are best for bypassing the matrix (not fdp)?

      posted in Off-Topic
      L_exe
      L_exe
    • RE: скрипт на сервер

      @yan-fox49 сделан заказ скрипта на 5 декабря. Скоро будет

      posted in Scripts
      L_exe
      L_exe
    • RE: скрипт на сервер

      @yan-fox49 ok

      posted in Scripts
      L_exe
      L_exe
    • RE: NoSlow for matrix

      @việt-anh-lê loyisa.....

      posted in Requests
      L_exe
      L_exe