Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Support Chat
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
Brand Logo

Aristois

  1. Home
  2. Support
  3. Addon/Other Support
  4. !!! NEW MODULE: ROLL POSITION

!!! NEW MODULE: ROLL POSITION

Scheduled Pinned Locked Moved Addon/Other Support
1 Posts 1 Posters 64 Views
  • 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.
  • M Offline
    M Offline
    MatrixAura
    wrote on last edited by
    #1

    I written an module on 1.8.9 hacked client. It can make you look at different posisiton. Fake position cannot be damaged.

    This is the code:

    @EventTarget
        public void onMotion(EventMotion event) {
            if (event.type == EventType.POST) {
                mc.getNetHandler().addToSendQueue(new C03PacketPlayer.C04PacketPlayerPosition(mc.thePlayer.posX + 5, mc.thePlayer.posY, mc.thePlayer.posZ, mc.thePlayer.onGround));
            } else {
                mc.getNetHandler().addToSendQueue(new C03PacketPlayer.C04PacketPlayerPosition(mc.thePlayer.posX, mc.thePlayer.posY, mc.thePlayer.posZ, mc.thePlayer.onGround));
            }
        }
    

    Can you write this on Aristois-Client?

    1 Reply Last reply
    0

Visit Aristois.net | Contact
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • Support Chat