CCBlueX Forum

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups

    [Request] anyone got grim velocity for liquidbounce b73 1.12.2?

    Scripts
    4
    4
    274
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • H
      hungsushi3k last edited by

      can i have if u got it?

      MihoyoOfficial 1 Reply Last reply Reply Quote 0
      • R
        Razzy last edited by

        Use legacy 1.8 or Nextgen

        1 Reply Last reply Reply Quote 0
        • MihoyoOfficial
          MihoyoOfficial @hungsushi3k last edited by MihoyoOfficial

          @hungsushi3k

          // From FDPClient
          var cancelPacket = 6;
          var resetPersec = 8;
          var grimTCancel = 0;
          var updates = 0;
          var S12PacketEntityVelocity = Java.type("net.minecraft.network.play.server.S12PacketEntityVelocity");
          var S32PacketConfirmTransaction = Java.type("net.minecraft.network.play.server.S32PacketConfirmTransaction");
          
          var script = registerScript({
            name: "GrimVelocity",
            version: "1.0",
            authors: ["IDK"]
          });
          script.registerModule({
            name: "GrimVelocity",
            description: "Fuck you GrimAC",
            category: "Combat"
          }, function(module) {
            module.on("enable", function() {
              grimTCancel = 0;
            });
            module.on("packet", function(e) {
              var packet = e.getPacket();
              
              if (packet instanceof S12PacketEntityVelocity && packet.entityID == mc.thePlayer.entityId) {
                e.cancelEvent();
                grimTCancel = cancelPacket;
              }
              
              if (packet instanceof S32PacketConfirmTransaction && grimTCancel > 0) {
                e.cancelEvent();
                grimTCancel--;
              }
            });
            module.on("update", function() {
              updates++;
              
              if (resetPersec > 0) {
                if (updates >= 0 || updates >= resetPersec) {
                  updates = 0;
                  if (grimTCancel > 0) {
                    grimTCancel--;
                  }
                }
              }
            });
          });
          
          milu8 1 Reply Last reply Reply Quote 1
          • milu8
            milu8 @MihoyoOfficial last edited by

            @MihoyoOfficial thank you :00

            1 Reply Last reply Reply Quote 0
            • First post
              Last post
            About
            • Terms of Service
            • Privacy Policy
            • Status
            • Contact Us
            Downloads
            • Releases
            • Source code
            • License
            Docs
            • Tutorials
            • CustomHUD
            • AutoSettings
            • ScriptAPI
            Community
            • Forum
            • Guilded
            • YouTube
            • Twitter
            • D.Tube