Quote:
Originally posted by craby987@Mar 30 2007, 19:01
Ok I have absolutely no idea how to insert a value into something such a raise a score from 1 to 10000 any help? Or for instance make your cof 5 with out NOP'ing.
|
This can not be done with nop'ing, it must be done either through a codecave or modifying the line (if its unscanned). Lets say the value was stored in EAX, the correct assembly code to change the value in EAX to 5 would be;
Syntax;
Code:
MOV [destination],[value]