Hello guys ^^ im a developer, i work with DELPHI/ASM and i know well how manipulate the game memory, so i had a cool idea... let me explain it:
My Style to play OP2 is make all researches, hehe xD so i take a lot of time to end in some missions, then or microbes or lava aways destroy everything and etc etc... so i lose the stage coz of the "main disasters"
i made a program, that find a procedure call like "DoInfect" , "Lava" , "Microbe" and a few more matches of procedures that "call" these disasters. so i nerfed these functions and worket well for me, so i made a program to nerf these functions.
My problem is: Each mission has it own dll, and it OWN function-address, so i have to find it manually to then nerf it... i did it, its working on a "betta-buggy" version xD
can some1 help me with beta-testing stages and developing the restant of this program >.>?
(Well, i did it a few times, totally manually using WRITEPROCESSADDRESS function to nerf disaster functions with RET in function start but isnt working very well dinamically finding addresses and modifying em)