Advertisement
Guest User

Untitled

a guest
Jun 28th, 2016
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. int points = 0;
  2. while (1) {
  3. points = ReadProcessMemory(..) // points will be read from game's memory
  4. Sleep(100) // Don't read too often
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement