Cheat Engine Forum Index Cheat Engine
The Official Site of Cheat Engine
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


A Very In Depth Tutorial on Auto Assembler
Goto page Previous  1, 2, 3, 4, 5, 6  Next
 
Post new topic   Reply to topic    Cheat Engine Forum Index -> Cheat Engine Tutorials -> Auto Assembler tutorials
View previous topic :: View next topic  
Author Message
Xiohackzor
Newbie cheater
Reputation: 0

Joined: 29 Dec 2007
Posts: 15

PostPosted: Sat Dec 29, 2007 10:13 pm    Post subject: nice tut Reply with quote

Helps ALOT
Back to top
View user's profile Send private message
~Forte~
Newbie cheater
Reputation: 0

Joined: 22 Jun 2006
Posts: 13

PostPosted: Tue Jan 22, 2008 5:14 pm    Post subject: Reply with quote

Sorry for bumping this, but it helped me very much and inspired me to learn this more and other languages in computer. Thanks alot and if/when i can rep i will.
_________________
Back to top
View user's profile Send private message
Furyal
How do I cheat?
Reputation: 0

Joined: 23 Feb 2008
Posts: 3
Location: Canada. (No. I do not say eh.)

PostPosted: Sat Feb 23, 2008 11:56 pm    Post subject: .... Reply with quote

......
Back to top
View user's profile Send private message
pigsarepink
Advanced Cheater
Reputation: 0

Joined: 16 Jun 2006
Posts: 68
Location: blablabla

PostPosted: Wed Apr 30, 2008 11:54 am    Post subject: Reply with quote

JNZ = Jump to if not Zero.
JZ= Jump to if Zero.

_________________
Blablabla
Back to top
View user's profile Send private message AIM Address Yahoo Messenger
Chase Payne
Grandmaster Cheater
Reputation: 1

Joined: 20 Mar 2008
Posts: 533

PostPosted: Wed Apr 30, 2008 1:08 pm    Post subject: Reply with quote

That's listed please dont spam.
JE works just as well too... that's why he put a slash je/jnz
Back to top
View user's profile Send private message
aRock
Master Cheater
Reputation: 0

Joined: 25 May 2007
Posts: 281
Location: Australia

PostPosted: Sat May 10, 2008 2:41 am    Post subject: Reply with quote

wow good tut
Back to top
View user's profile Send private message
relation
How do I cheat?
Reputation: 0

Joined: 20 Aug 2006
Posts: 6

PostPosted: Thu May 29, 2008 3:56 am    Post subject: Reply with quote

Three easier and simpler explanations for XOR:
1.
XOR=eXclusiveOR
Example: XOR a, b
The result is true if: eXclusively a is true OR eXclusively b is true, but when both are true or both are false the result is false.

2.
XOR=if and only if one of some things
Example: XOR a, b
The result is true: If and only if a is true or if and only if b is true, otherwise the result is false

3.
Code:
 a =1011
 b =1001
--------
AND=1001
 OR=1011
XOR=0010
Back to top
View user's profile Send private message
Chaosis13
Master Cheater
Reputation: 0

Joined: 14 Aug 2007
Posts: 372

PostPosted: Sat Jun 21, 2008 3:46 pm    Post subject: Reply with quote

TY! This was very helpful. I recomend everyone read this!
Back to top
View user's profile Send private message
ricekingrulz
Grandmaster Cheater
Reputation: 0

Joined: 13 Jun 2008
Posts: 984

PostPosted: Fri Jul 25, 2008 4:26 pm    Post subject: Reply with quote

bump
Back to top
View user's profile Send private message
Chidori
Grandmaster Cheater
Reputation: 1

Joined: 25 Apr 2008
Posts: 691
Location: Canada

PostPosted: Sat Aug 09, 2008 12:06 pm    Post subject: Reply with quote

i do not get this at all where do i write the script from my notepad??
Back to top
View user's profile Send private message AIM Address MSN Messenger
MRDB512
Advanced Cheater
Reputation: 0

Joined: 31 Aug 2007
Posts: 60

PostPosted: Tue Aug 12, 2008 9:56 am    Post subject: Reply with quote

Very Nice! Cool

dont forget to explain about

al,bl,cl,dl registers aswell

when entering values

_________________
DATABASE

Its a good learn trip, but at the end you would want to know
how you got there!
Back to top
View user's profile Send private message
G0DFATHER
How do I cheat?
Reputation: 0

Joined: 14 May 2008
Posts: 0
Location: C:/Nexon/Maplestory

PostPosted: Mon Sep 15, 2008 2:24 pm    Post subject: Reply with quote

Nice tut +rep
_________________

GROOT FTW!!!
Back to top
View user's profile Send private message
pcgrejaldo
How do I cheat?
Reputation: 0

Joined: 07 Nov 2008
Posts: 5

PostPosted: Thu Jan 22, 2009 11:13 pm    Post subject: Reply with quote

really nice tutorial. i like the way things are explained and what such instruction or register does or what is going on in it. i'm a newbie in assembly and really got valuable info of asm out of this and actually was able to code my own trainer for the games i play. hope to see some very comprehensive tutorial such as this about 128 bit registers and instructions like movss, movaps, etc. as i'm trying to hack some games using those and i only have very little idea about those. if someone could point a direction regarding this would be very nice.

2 thumbs up!
Back to top
View user's profile Send private message Yahoo Messenger
Butcher
Expert Cheater
Reputation: 0

Joined: 04 Mar 2009
Posts: 125
Location: lAS vEGAS no joke

PostPosted: Sat Mar 21, 2009 1:14 pm    Post subject: Reply with quote

Definition of: XOR

(eXclusive OR) A Boolean logic operation that is widely used in cryptography as well as in generating parity bits for error checking and fault tolerance. XOR compares two input bits and generates one output bit. The logic is simple. If the bits are the same, the result is 0. If the bits are different, the result is 1.

found it somewhere.... probly already know =p NICE TUT!!!

_________________
www.aowhacks.tk if you play Act of War, working online hacks there!!

LIke my pic?
Back to top
View user's profile Send private message
hacksign23
Master Cheater
Reputation: 0

Joined: 26 Nov 2006
Posts: 404

PostPosted: Sat Mar 21, 2009 2:47 pm    Post subject: Reply with quote

xor:
1 0 = 1
0 1 = 1
0 0 = 1
1 1 = 0



or is just:
1 0 = 1
0 1 = 1
0 0 = 0
1 1 = 1

_________________
Back to top
View user's profile Send private message AIM Address
Display posts from previous:   
Post new topic   Reply to topic    Cheat Engine Forum Index -> Cheat Engine Tutorials -> Auto Assembler tutorials All times are GMT - 6 Hours
Goto page Previous  1, 2, 3, 4, 5, 6  Next
Page 3 of 6

 
Jump to:  
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


Powered by phpBB © 2001, 2005 phpBB Group

CE Wiki   IRC (#CEF)   Twitter
Third party websites