crapped How do I cheat?
Reputation: 0
Joined: 14 Nov 2011 Posts: 8
|
Posted: Sat Dec 03, 2011 3:55 pm Post subject: [Delphi] looping an offset array then write each buffer ? |
|
|
Since im blind with array and looping because i almost never used it at all
im gonna ask how to do:
buffer : array of word;
readprocessmemory(process, ptr(address), @buffer, 4, read)
the buffer will hold by each array then it will writeprocessmemory to each buffer
|
|