Posted: Thu Jul 10, 2014 9:54 pm Post subject: Cheat Engine in Visual Basic 2010
Hi
I want to make a very small program like Cheat Engine in visual basic 2010.
I just want to load "flashplayerplugin" and change a value which is "array of bytes".
Can you please help me to write it?
Thank you
I'll give you some ideas for the array of byte thing you are doing (signature scanning as it is called).
1. ReadProcessMemory() a chunk of memory
Compare it to your signature (array of bytes) to see if they match
Repeat 1 if they don't
Save the address if they matched.
You will be better off doing this in c++ or any other language than VB because its God-awfully slow and will take a lot of time for the results. _________________
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum