Henley Grandmaster Cheater
Reputation: 0
Joined: 03 Oct 2006 Posts: 671
|
Posted: Sat Aug 02, 2008 12:32 pm Post subject: |
|
|
i did:
| Code: | | int CharX = *(ULONG_PTR*)((*(ULONG_PTR*)0x00966968)+0x594); |
instead of
| Code: | | labelnamehere.Text = *(ULONG_PTR*)((*(ULONG_PTR*)0x00966968)+0x594); |
so i think its pretty much | Code: | | *(ULONG_PTR*)((*(ULONG_PTR*)0x00966968)+0x594); | converted to int and when its converted to an integer, it shows the negative value instead of the really weird ones
|
|