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 


Help: CE Auto Assembler : Assign to cheat table explain pls

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> Cheat Engine
View previous topic :: View next topic  
Author Message
globberbob
How do I cheat?
Reputation: 0

Joined: 25 Jan 2012
Posts: 1

PostPosted: Wed Jan 25, 2012 9:45 pm    Post subject: Help: CE Auto Assembler : Assign to cheat table explain pls Reply with quote

Hi there, hope that I word this properly so I can be helped...

I am in the process of attempting making a trainer.

I read somewhere that you can export from the auto assembler using:
File > assign to cheat table

It is asking for an [Enable] and [Disable] section in the code before it can be used in the table entry.

Could someone kindly refer me to something that explains how to syntax them properly in the code so that my auto assembler code can be used.

It is an extremely simple trainer. just gonna use it to stop the minesweeper timer. from there i can make other ones but i wanted to start really small so i get the concepts. i currently have the address that is incrementing the timer. now i just need to be able to nop or pause the code at a whim with the trainer. also wondering if enable and disable are just different states of the code, like a switch? so disabled, itd act as normal, and enabled, in my example would just be a nop or whatever?

HOPE YOU CAN HELP! Thanks again to anyone who tries Razz
Back to top
View user's profile Send private message
Geri
Moderator
Reputation: 112

Joined: 05 Feb 2010
Posts: 5627

PostPosted: Thu Jan 26, 2012 2:52 am    Post subject: Reply with quote

You need to use the Cheat Table framework code template (or just add it manually).


Link


Scripting is shown after 0:50.

_________________
My trainers can be found here: http://www.szemelyesintegracio.hu/cheats

If you are interested in any of my crappy articles/tutorials about CE and game hacking, you can find them here:
http://www.szemelyesintegracio.hu/cheats/41-game-hacking-articles

Don't request cheats or updates.
Back to top
View user's profile Send private message
Tearlow
Newbie cheater
Reputation: 0

Joined: 02 Dec 2009
Posts: 14

PostPosted: Fri Jan 27, 2012 5:00 am    Post subject: Re: Help: CE Auto Assembler : Assign to cheat table explain Reply with quote

globberbob wrote:
Hi there, hope that I word this properly so I can be helped...

I am in the process of attempting making a trainer.

I read somewhere that you can export from the auto assembler using:
File > assign to cheat table

It is asking for an [Enable] and [Disable] section in the code before it can be used in the table entry.

Could someone kindly refer me to something that explains how to syntax them properly in the code so that my auto assembler code can be used.

It is an extremely simple trainer. just gonna use it to stop the minesweeper timer. from there i can make other ones but i wanted to start really small so i get the concepts. i currently have the address that is incrementing the timer. now i just need to be able to nop or pause the code at a whim with the trainer. also wondering if enable and disable are just different states of the code, like a switch? so disabled, itd act as normal, and enabled, in my example would just be a nop or whatever?

HOPE YOU CAN HELP! Thanks again to anyone who tries Razz


Without being too much of a dick, if you need help with syntax the helpfile is a fairly good resource.

But to give you something simple to start of with, I do not have minesweaper installed sadly... Again, Just a simple example.

Code:
[ENABLE]
00630000: // Location we need to change.
db 90 90 90 // Edits 00630000 to nop nop nop (or 90 90 90 in hex)
 
[DISABLE]
00630000: // location, same as before since we wanna put it back to default
db FF 48 3C // changes 00630000


What this does is quite simple. If the script is checked 00630000 will be modified and once disabled it will restore the old bytes.

NOTE: You can do ASM instead of db "bytes". So It can look like:

00630000:
nop
nop
nop

There's a lot more then this but this ought to give you something to try out, I still recommend hitting F1 in Auto ASM code page though, it will list most if not all Syntax.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Cheat Engine Forum Index -> Cheat Engine All times are GMT - 6 Hours
Page 1 of 1

 
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