Whats the "jne" for, when will your code access exacly? when you write asm it writes to your program, not to another process...
if its a dll, inject it and change the bytes of the address you want to change, also you don't "jump at" address, it would be "jne 00000000".
try
Code:
mov byte ptr [address of god mode],75 //75 = jne, 74 = je (short jumps)
Whats the "jne" for, when will your code access exacly? when you write asm it writes to your program, not to another process...
if its a dll, inject it and change the bytes of the address you want to change, also you don't "jump at" address, it would be "jne 00000000".
try
Code:
mov byte ptr [address of god mode],75 //75 = jne, 74 = je (short jumps)
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