I've made a code that will "patch" some bytes in memory, to alter text of an already running program..
but i have a problem.. in the one program everything works fine..
but in the other program i want to be able to enter the adress manually, the adress in memory to patch...
But i cant seem to get the handle of the process in my second program...
My first(working) program will show you in a Dialog box, what the adress i want to patch is.. The program is in the ZIP: VBhackEXEfiles.zip
My second(not working) program has the same adress specified, as both hex and just a long string... but since i cant get the process handle, i cant get the bytes patched..
Could someone look at the code for the second program: VBtrainer3.zip , and correct it.. so that it can patch the bytes in RAM ???
Please, I really need this !!!
*************** Please use [highlight=vb]..your code.. [/highlight] when posting code!
When you have received the working answer to your question,
please mark it as *SOLVED* + Your Questions Title ...using your Thread's Tool menu.
Also try to point out what answer made it work for you, or edit your first post to contain a quote of the correct answer...
Please Answer All Questions With Working Code Examples...
All you have to edit is the main form's code..all the module's are working correctly...
And its almost working... So please....
Download the source code for the second file "VBtrainer3.zip" and look at the source code for the form...
Its pretty simple, but i just dont have enough knowlegde to fix it..
But i guess, one of you guys will... !!
Please help me fix it...!!
But if i were to post the main FORMs code and the MODULEs code
it will take to much space, so therefore, just DL it in the ZIPs and try it/fix the code if you can...
I really need your help to get this working....
*************** Please use [highlight=vb]..your code.. [/highlight] when posting code!
When you have received the working answer to your question,
please mark it as *SOLVED* + Your Questions Title ...using your Thread's Tool menu.
Also try to point out what answer made it work for you, or edit your first post to contain a quote of the correct answer...
Please Answer All Questions With Working Code Examples...