Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse

LiquidBounce Forum

  1. Home
  2. Scripts
  3. [Request] anyone got grim velocity for liquidbounce b73 1.12.2?

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

Scheduled Pinned Locked Moved Scripts
7 Posts 6 Posters 1.1k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • H Offline
    H Offline
    hungsushi3k
    wrote on last edited by
    #1

    can i have if u got it?

    MihoyoOfficialM 1 Reply Last reply
    0
    • R Offline
      R Offline
      Razzy
      wrote on last edited by
      #2

      Use legacy 1.8 or Nextgen

      1 Reply Last reply
      0
      • MihoyoOfficialM Offline
        MihoyoOfficialM Offline
        MihoyoOfficial
        replied to hungsushi3k on last edited by MihoyoOfficial
        #3

        @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--;
                }
              }
            }
          });
        });
        
        milu8M Parker DooleyP 2 Replies Last reply
        1
        • milu8M Offline
          milu8M Offline
          milu8
          replied to MihoyoOfficial on last edited by
          #4

          @MihoyoOfficial thank you :00

          1 Reply Last reply
          0
          • R Razzy referenced this topic on
          • Parker DooleyP Offline
            Parker DooleyP Offline
            Parker Dooley
            replied to MihoyoOfficial on last edited by
            #5

            @MihoyoOfficial this doesnt work anymore, any way you could change it to GrimC07 velo?

            G 1 Reply Last reply
            0
            • G Offline
              G Offline
              Gabriel
              replied to Parker Dooley on last edited by
              #6

              @Parker-Dooley I could try to help, there is an FDPClient pull request that has this.

              Parker DooleyP 1 Reply Last reply
              0
              • Parker DooleyP Offline
                Parker DooleyP Offline
                Parker Dooley
                replied to Gabriel on last edited by
                #7

                @Gabriel C07 velo is patched now unfortunately

                1 Reply Last reply
                0

                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
                • Login

                • Login or register to search.
                • First post
                  Last post
                0
                • Categories
                • Recent
                • Tags
                • Popular
                • Users
                • Groups