I was woundering if someone could help me use the ReadProcessMemory() function and make it so it only returns results with a certain value.
eg.
if command1 = True then
ReadProcessMemory()
nsize = 1
Value = "FrmMain.Text1.text"
End If
Of couse id have the Hprocess and stuff all writen in so it would know what process to read from. But could someone help me. Like a small example script of some sort or somthing.
Quote from: kanazky on May 09, 2004, 10:08 PM
lol i didnt ask for help on my spelling -.-
You also stated a question which would be better placed in the VB forums.
But on another note, since I do not know VB, I cannot assist you, otherwise I would.
You may find this useful, however...http://msdn.microsoft.com/library/default.asp?url=/library/en-us/debug/base/readprocessmemory.asp (http://msdn.microsoft.com/library/default.asp?url=/library/en-us/debug/base/readprocessmemory.asp)
eww @ posting this twice.
Quote from: Eli_1 on May 10, 2004, 02:05 PM
eww @ posting this twice.
4 more recents posts are the same person. Sounds like spam to me!
This one was moved into this folder from Advanced Programming
http://www.gamehacking.com/tutorials/prgvb2.php.
Tutorial on programming trainers in VB using Read/Write Process Memory.
I posted a really nice sample of a memory patcher written in vb that is completely OOP. It can be found at www.gamethreat.com in the downloads section...