Jump to content

Torri

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by Torri

  1. Check out the controlsend function
  2. Player base [[[0x127F13C] + 0x30] +28] X : player base + 0x7D0 Y : player base + 0x7D4 Z : player base + 0x7D8 Player Name : 0x011CB348 Player Health : PlayerBase + 0xFF4 Player Max Health : PlayerBase + 0x26E4 Player Mana : PlayerBase + 0xFF8 Player Experience : PlayerBase + 0x3630 To get to the Playerbase you have to memory read one of the brackets[] at the time like : $pointer1 = _MemoryRead(0x127F13C, $wow_Handle, 'ptr') $pointer2 = _MemoryRead(($Pointer1 + 0x30), $wow_Handle, 'ptr') $PlayerBase = _MemoryRead(($Pointer2 + 0x28), $wow_Handle, 'ptr') Tested and working with 3.0.9
×
×
  • Create New...