Hi 
I use Tsearch to change the value in memory of some games when i play. I search for the value, and find the offset.
Now my question is this, Is it possible to make a small Vb.net program which reads the memory of a Offset i choose and then show this value in a Text label?
Example :
1. I type in 45674 in offset textbox.
2. Program retrieve the memory (Numbers and string)of this offset.
3. Program show the memory string in label1
I would love an example if anyone is able to, or just some suggestions to websites where i could find info on making it.
I use Tsearch to change the value in memory of some games when i play. I search for the value, and find the offset.
Now my question is this, Is it possible to make a small Vb.net program which reads the memory of a Offset i choose and then show this value in a Text label?
Example :
1. I type in 45674 in offset textbox.
2. Program retrieve the memory (Numbers and string)of this offset.
3. Program show the memory string in label1
I would love an example if anyone is able to, or just some suggestions to websites where i could find info on making it.