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 


How To Make Trainer AOB Code

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

Joined: 01 May 2015
Posts: 0
Location: Karachi Pakistan

PostPosted: Fri May 01, 2015 11:50 am    Post subject: How To Make Trainer AOB Code Reply with quote

i Have this 2 code of 8 ball pool Game Hack Long line

scan AOB
24 01 62 07 11 07 00 00
Change Value
24 21 62 07 11 07 00 00

Scan AOB
27 61 e9 bd 01 47 47
Change Value
26 61 e9 bd 01 47 47

How to make .CT Trainer with Lua Script?



11160064_859087687495123_8817089304744107076_o.jpg
 Description:
 Filesize:  61.61 KB
 Viewed:  27546 Time(s)

11160064_859087687495123_8817089304744107076_o.jpg


Back to top
View user's profile Send private message Yahoo Messenger
Zanzer
I post too much
Reputation: 126

Joined: 09 Jun 2013
Posts: 3278

PostPosted: Fri May 01, 2015 12:03 pm    Post subject: Reply with quote

But it's so much simpler as an AA script. Smile
Code:
[ENABLE]
aobscanmodule(hack1,game.exe,24 01 62 07 11 07 00 00)
hack1:
  db 24 21 62 07 11 07 00 00
registersymbol(hack1)

[DISABLE]
hack1:
  db 24 01 62 07 11 07 00 00
unregistersymbol(hack1)


If you must wrap it in Lua:
Code:
[ENABLE]
{$lua}
autoAssemble[[aobscanmodule(hack1,game.exe,24 01 62 07 11 07 00 00)
hack1:
  db 24 21 62 07 11 07 00 00
registersymbol(hack1)]]

[DISABLE]
{$lua}
autoAssemble[[hack1:
  db 24 01 62 07 11 07 00 00
unregistersymbol(hack1)]]
Back to top
View user's profile Send private message
syedzaidzaman
How do I cheat?
Reputation: 0

Joined: 01 May 2015
Posts: 0
Location: Karachi Pakistan

PostPosted: Fri May 01, 2015 12:10 pm    Post subject: help Reply with quote

Dear Sir But i want like this


Untitaled.png
 Description:
 Filesize:  162.33 KB
 Viewed:  27533 Time(s)

Untitaled.png


Back to top
View user's profile Send private message Yahoo Messenger
Zanzer
I post too much
Reputation: 126

Joined: 09 Jun 2013
Posts: 3278

PostPosted: Fri May 01, 2015 12:17 pm    Post subject: Reply with quote

I've never touched the thing.

I assume it lets you define the enable and disable code?

So copy everything except [ENABLE] and {$lua} into the enable script.
Similarly, copy everything except [DISABLE] and {$lua} for the disable script.

If you must specify the entire button click and need to flag enable/disable yourself, then use:
Code:
if hack1_enabled then
  -- copy disable script
  hack1_enabled = false
else
  -- copy enable script
  hack1_enabled = true
end
Back to top
View user's profile Send private message
syedzaidzaman
How do I cheat?
Reputation: 0

Joined: 01 May 2015
Posts: 0
Location: Karachi Pakistan

PostPosted: Fri May 01, 2015 12:29 pm    Post subject: request Reply with quote

its my team viewer ID and Password Can you join my System for few Mnts

thanks alot many tahnks dear


ID : 375 102 672
Pass 3846


Last edited by syedzaidzaman on Fri May 01, 2015 12:46 pm; edited 1 time in total
Back to top
View user's profile Send private message Yahoo Messenger
Zanzer
I post too much
Reputation: 126

Joined: 09 Jun 2013
Posts: 3278

PostPosted: Fri May 01, 2015 12:37 pm    Post subject: Reply with quote

Hmm, lost connection. I was mentioning that you will need to go through the CT Trainer tutorials if you want to make a trainer like that. My hacks are regular Cheat Engine tables where you click a checkbox to enable each hack.

I make tables like the one attached.

This looks like a nice tutorial to design your own interface:
http://forum.cheatengine.org/viewtopic.php?t=579440



Zanzer.CT
 Description:

Download
 Filename:  Zanzer.CT
 Filesize:  1.07 KB
 Downloaded:  1399 Time(s)

Back to top
View user's profile Send private message
syedzaidzaman
How do I cheat?
Reputation: 0

Joined: 01 May 2015
Posts: 0
Location: Karachi Pakistan

PostPosted: Fri May 01, 2015 12:56 pm    Post subject: Reply with quote

Zanzer wrote:
Hmm, lost connection. I was mentioning that you will need to go through the CT Trainer tutorials if you want to make a trainer like that. My hacks are regular Cheat Engine tables where you click a checkbox to enable each hack.

I make tables like the one attached.


Thank Dear Zanzer , but the most imporent thing is this, if i use this .ct made by you , i have lose by @miniclip , if we use trainer we did not lose our game chips , coins , and other stuff..
Back to top
View user's profile Send private message Yahoo Messenger
Zanzer
I post too much
Reputation: 126

Joined: 09 Jun 2013
Posts: 3278

PostPosted: Fri May 01, 2015 1:00 pm    Post subject: Reply with quote

Not sure what you mean.

If you attach Cheat Engine to your process and enable those two scripts, it performs the two AOB swaps you mentioned.
If it is not working, then those are not the correct AOB values you provided.
Back to top
View user's profile Send private message
syedzaidzaman
How do I cheat?
Reputation: 0

Joined: 01 May 2015
Posts: 0
Location: Karachi Pakistan

PostPosted: Fri May 01, 2015 1:08 pm    Post subject: check this one Reply with quote

Zanzer wrote:
Not sure what you mean.

If you attach Cheat Engine to your process and enable those two scripts, it performs the two AOB swaps you mentioned.
If it is not working, then those are not the correct AOB values you provided.


Dear Brother you can see this File

Download this .CT Trainer

and almost i want knew how to read coding in this file ?

to read what ever in this .CT thanks for helps!



8-Ball-Pool-All-Rooms-Long-Line .cetrainer
 Description:

Download
 Filename:  8-Ball-Pool-All-Rooms-Long-Line .cetrainer
 Filesize:  60.94 KB
 Downloaded:  1034 Time(s)

Back to top
View user's profile Send private message Yahoo Messenger
Zanzer
I post too much
Reputation: 126

Joined: 09 Jun 2013
Posts: 3278

PostPosted: Fri May 01, 2015 1:25 pm    Post subject: Reply with quote

Sorry, I'm not going to disassemble someone else's trainer.

I suppose it's possible those AOBs exist multiple times within the code and their trainer is replacing all occurrences.

Please try this table.



Zanzer.CT
 Description:

Download
 Filename:  Zanzer.CT
 Filesize:  1.57 KB
 Downloaded:  1187 Time(s)

Back to top
View user's profile Send private message
Reset74
How do I cheat?
Reputation: 0

Joined: 03 Oct 2015
Posts: 2

PostPosted: Sat Oct 03, 2015 9:11 am    Post subject: 8 Ball Pool code Changed Reply with quote

AOB 24 01 62 07 11 07 00 00. Change Value 24 21 62 07 11 07 00 00
not work. The code are changed.
You Know new AOB code?
Back to top
View user's profile Send private message
lolAnonymous
Expert Cheater
Reputation: 1

Joined: 19 Jul 2015
Posts: 154

PostPosted: Sat Oct 03, 2015 3:48 pm    Post subject: Reply with quote

Thanks Zanzer Your CT Files Helped Me A lot Smile

Thanks
Back to top
View user's profile Send private message
STN
I post too much
Reputation: 43

Joined: 09 Nov 2005
Posts: 2676

PostPosted: Sat Oct 03, 2015 4:36 pm    Post subject: Reply with quote

I remember this CE trainer, wonder who is the poor victim that made it because another guy was also interested in stealing the codes.

@Reset74: If you can grab the old version of the game that the old AOB worked with, do that and post the full asm code. Probably a register or some offset changed in the new game version. If its a flash game and the AOB was of an address value then you're SOL and have to find it again. Ask the original author of the trainer for how he found the value in first place.

Dear Brother Zanzer, your lua code was very helpful Very Happy

_________________
Cheat Requests/Tables- Fearless Cheat Engine
https://fearlessrevolution.com
Back to top
View user's profile Send private message
Zanzer
I post too much
Reputation: 126

Joined: 09 Jun 2013
Posts: 3278

PostPosted: Sat Oct 03, 2015 7:37 pm    Post subject: Reply with quote

If anyone's interested, an even better script can be found here:
http://forum.cheatengine.org/viewtopic.php?p=5616178#5616178
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