Need help?[HELP] How do I DE-NOP an address? - MPGH - MultiPlayer Game Hacking & Cheats
[HELP] How do I DE-NOP an address?
Posts 1–9 of 9 · Page 1 of 1
[HELP] How do I DE-NOP an address?
What the title says, how do I DE-NOP an address?
NOP is &H90, how do I undo this after I nopped an address?
&H90...this is all....idk what u want then? NOPing is easy like crap...
To turn Unlimited Ammo ON, I've to NOP the addresses.. But what do I have to write to undo the NOP, or with other words, to turn Unlimited Ammo OFF. Hope you understand me now
Originally Posted by w00t?
&H90...this is all....idk what u want then? NOPing is easy like crap...
What the fuck. "As easy as crap", that doesn't sound right. Try a diffrent expression.
put it in a timer
then for on call it
Code:
timer1.interval=1
off would be
Code:
timer1.interval=0
that is it
Originally Posted by w00t?
&H90...this is all....idk what u want then? NOPing is easy like crap...
So u are good coder now? =o Just month ago u ask same!
if the adress is dynamic, vescovo is right
but if the adress is static like esp-names, then you should know the value, when the function is inactive
just scan a bit....
ps: a dinamic adress is an adress, which is continuosly changing (or should be )
i don't think you can de-nop them...
You can, just stop freezing the dynamic adress....
...or just freeze the static adress at the value it was before...