HlpMe1 How do I cheat?
Reputation: 0
Joined: 04 Jul 2012 Posts: 1
|
Posted: Wed Jul 04, 2012 6:01 am Post subject: VB.net Search Value in Process Memory |
|
|
What I want to do:
Lets say that i got flash game,
and the flash game process is "plugin-container.exe" of FireFox Browser.
Now i want to change the player color to 0X000000(black).
---------------------------------------------------------------------------------
I Tried:
no i got project that write into memory addres (change the value to 0X000000)
it looks like:
| Code: | | Address = &H779C030 |
WriteProcessMemory(processHandle, Address, "0X000000", 4, Nothing)
(it works)
---------------------------------------------------------------------------------
What is the main problem:
when im closing FireFox the Address changed.
i cant evrey time insert the new aress
i want to Build project that work to evreyone
so i cant ask from the member to search "0X0992334" in cheatEngine and then to insert it to textbox evreytime.
i want to make somthing comfortable.
Any idea?
(if you got C# code it Might to help, bu VB.net better.)
|
|