ExclamationAddys & Bytes

Posts 1619 of 19 · Page 2 of 2
Quote Originally Posted by Stevenom View Post


Pretty sure from XYZ it's OPK.
Something like OPK telekill or some shit
It's a player position.
usually that XYZ isn't addies though, its offsets
Yea I Dont Kno about that One Either :P
depending on the base address of the module that looks to be an address/offset to maybe a series of bytes which holds your current position, changing this might give a teleport effect but then I guess you would need to know where to teleport to and its byte conversion, my guess would be to monitor the first 3 bytes at that address/offset and see if the value change as you move around or standing still. or even save the value to "teleport" your self back there with a hotkey. but honestly I wouldn't know because I have never used it before, It would be nice if people explained in details what it does but my guess 90% of people who use don't know them selfs..
0x373C0774 seems to be the address of some sort of teleport command:

Code:
/*373C7E32*/  MOV EAX,DWORD PTR DS:[377C97A8]
/*373C7E37*/  MOV ECX,DWORD PTR DS:[EAX+FC]
/*373C7E3D*/  ADD ESP,40
/*373C7E40*/  PUSH CShell.373C05F0
/*373C7E45*/  PUSH CShell.376F1290			;ASCII "Teleport"
/*373C7E4A*/  CALL ECX
don't have time to look into it but here's where the address is located if anyone's interested
Posts 1619 of 19 · Page 2 of 2
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?