No skillz needed
We've Moved! Visit us at http://newerahacks.tk/ and sign up!
No skillz needed
We've Moved! Visit us at http://newerahacks.tk/ and sign up!
No skillz needed
Would you like to react to this message? Create an account in a few clicks or log in to continue.


NoSkillzNeeded
 
HomePortalLatest imagesSearchRegisterLog in
We've Moved! so join up at our new site! : http://newerahacks.tk/

 

 quick over view of the mov funtion

Go down 
AuthorMessage
TheFallen
Admin
Admin
TheFallen


Posts : 20
Join date : 2010-07-26

quick over view of the mov funtion Empty
PostSubject: quick over view of the mov funtion   quick over view of the mov funtion EmptyThu Jul 29, 2010 12:56 am

this will be a quick overview of the mov instruction in ASM

ok well first we should understand that ASM is built of little commands that move numbers and offsets around to run the program

well mov
why i teach you?
because lets say

a address u found that gives ammo is

Code:

mov eax,05

now this wold be lets say ur gun has 5 bullets in the clip

Code:

mov eax,05

would mov the hex value of 05(which is 5)
to eax

also mov always takes the right value to the left value (usually a register of some type)

so editing it to

Code:

mov eax, 09

would add 9 bullets(in theroy u might have to do more)

however i want to tell you that most games wont be this simple
so ull need to learn more commands but i will post quick tutorials on more of them
Back to top Go down
 
quick over view of the mov funtion
Back to top 
Page 1 of 1
 Similar topics
-
» quick explaination on DWORD

Permissions in this forum:You cannot reply to topics in this forum
No skillz needed :: Programming :: Assembler-
Jump to: