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. yorik100's aac4packet & hover criticals (gone wrong???)

yorik100's aac4packet & hover criticals (gone wrong???)

Scheduled Pinned Locked Moved Scripts
5 Posts 4 Posters 572 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.
  • O Offline
    O Offline
    ohno
    wrote on last edited by ohno
    #1

    aac4packet:

    mc.getNetHandler().addToSendQueue(new C04PacketPlayerPosition(mc.thePlayer.posX, mc.thePlayer.posY + 3e-14, mc.thePlayer.posZ, true))
    mc.getNetHandler().addToSendQueue(new C04PacketPlayerPosition(mc.thePlayer.posX, mc.thePlayer.posY + 8e-15, mc.thePlayer.posZ, true))
    mc.thePlayer.motionZ *= 0
    mc.thePlayer.motionX *= 0
    

    (kotlin) hover:

    when (modeValue.get().toLowerCase()) {
                "hover" -> {
                    if (packet is CPacketPlayer) {
                        val packetPlayer: CPacketPlayer = packet as CPacketPlayer
                        packetPlayer.y += 1e-13
                        packetPlayer.onGround = true
                    }
                }
    
    scorpion3013S yorik100Y 2 Replies Last reply
    0
    • O Offline
      O Offline
      ohno
      wrote on last edited by ohno
      #2

      aac4packet should look like this in code 9468567f-0216-4686-901d-fcf7fad43c51-image.png

      1 Reply Last reply
      0
      • scorpion3013S Offline
        scorpion3013S Offline
        scorpion3013 Moderator
        replied to ohno on last edited by
        #3

        @ohno fixed formating.

        exit scammedE 1 Reply Last reply
        1
        • exit scammedE Offline
          exit scammedE Offline
          exit scammed
          replied to scorpion3013 on last edited by
          #4

          @scorpion3013
          Forum scripts formatting is broken.

          1 Reply Last reply
          0
          • yorik100Y Offline
            yorik100Y Offline
            yorik100
            replied to ohno on last edited by yorik100
            #5

            @ohno said in yorik100's aac4packet & hover criticals (gone wrong???):

            Sorry for shit formatting, this is forums problem, i think
            aac4packet:

            mc.getNetHandler().addToSendQueue(new C04PacketPlayerPosition(mc.thePlayer.posX, mc.thePlayer.posY + 3e-14, mc.thePlayer.posZ, true))
            mc.getNetHandler().addToSendQueue(new C04PacketPlayerPosition(mc.thePlayer.posX, mc.thePlayer.posY + 8e-15, mc.thePlayer.posZ, true))
            mc.thePlayer.motionZ *= 0
            mc.thePlayer.motionX *= 0
            

            (kotlin) hover:

            when (modeValue.get().toLowerCase()) {
                        "hover" -> {
                            if (packet is CPacketPlayer) {
                                val packetPlayer: CPacketPlayer = packet as CPacketPlayer
                                packetPlayer.y += 1e-13
                                packetPlayer.onGround = true
                            }
                        }
            

            AACv4 packet crits are useless, good Hover crits btw XD, try them, go on, try both

            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