Valhalla Legends Archive

Programming => General Programming => Visual Basic Programming => Topic started by: kanazky on May 09, 2004, 07:18 PM

Title: Memmory Editing Help
Post by: kanazky on May 09, 2004, 07:18 PM
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.
Title: Re:Memmory Editing Help
Post by: Mephisto on May 09, 2004, 11:28 PM
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)
Title: Re:Memmory Editing Help
Post by: Eli_1 on May 10, 2004, 02:05 PM
eww @ posting this twice.
Title: Re:Memmory Editing Help
Post by: iago on May 10, 2004, 04:26 PM
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!
Title: Re:Memmory Editing Help
Post by: kanazky on May 10, 2004, 08:29 PM
This one was moved into this folder from Advanced Programming
Title: Re:Memmory Editing Help
Post by: Dyndrilliac on May 15, 2004, 06:29 PM
http://www.gamehacking.com/tutorials/prgvb2.php.

Tutorial on programming trainers in VB using Read/Write Process Memory.
Title: Re:Memmory Editing Help
Post by: TheMinistered on May 16, 2004, 08:25 PM
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...