Posted: Mon Nov 24, 2008 5:08 pm Post subject: Help with step 6 and 7? the code injection n stuff
so i had to have a video show me how to get past step 6, but can some one explain what i was supposed to get out of it? why do you do what you do? Also, just try to explain to me the code injection >< _________________
Those who do not appreciate life do not deserve it. - John Kramer
You need to understand some assembly to completely get what your doing and why.
example:
mov ecx,eax
Lets say ecx is your health address
and eax is your health value.
We know that eax is 60 in value because of your scans.
So how do we get god mode? You could do a simple injection something like.
mov eax,64
mov ecx,eax
mov eax,64 is completely written by you.
64 hexadecimal is 100 in decimal. So we are in fact moving 100 in to eax.
Then the game is moving eax into our address that is represented by ecx.
Hexadecimal is mostly used in games assembly and what you see in the game for a visual is in decimal
So think of it like in game is decimal, injections are hexadecimal.
I know this is confusing, but if you learn some basic assembly you will only get better at this.
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