Advertisement
Guest User

Untitled

a guest
Jul 26th, 2015
470
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1.  
  2. DWORD Speed = 0x176BFEDC;
  3. DWORD Pointed;
  4. WORD Offset = 0x420;
  5. int CurrentSpeed = 0;
  6. int newValue;
  7.  
  8. ReadProcessMemory(hProc, (LPCVOID)(Speed), &Pointed,4, NULL);
  9. ReadProcessMemory(hProc, (LPCVOID)(Pointed+Offset), &CurrentSpeed, 4, NULL);
  10.  
  11. This is the guy on YT Adress + offset
  12.  
  13. Mine : Base adress : "GTGame.exe"+026837A0
  14. Offset 1 : DC , Offset 2 : 420
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement