| View previous topic :: View next topic |
| Author |
Message |
syedzaidzaman How do I cheat?
Reputation: 0
Joined: 01 May 2015 Posts: 0 Location: Karachi Pakistan
|
Posted: Fri May 01, 2015 11:50 am Post subject: How To Make Trainer AOB Code |
|
|
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?
| Description: |
|
| Filesize: |
61.61 KB |
| Viewed: |
27545 Time(s) |

|
|
|
| Back to top |
|
 |
Zanzer I post too much
Reputation: 126
Joined: 09 Jun 2013 Posts: 3278
|
Posted: Fri May 01, 2015 12:03 pm Post subject: |
|
|
But it's so much simpler as an AA script.
| 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 |
|
 |
syedzaidzaman How do I cheat?
Reputation: 0
Joined: 01 May 2015 Posts: 0 Location: Karachi Pakistan
|
Posted: Fri May 01, 2015 12:10 pm Post subject: help |
|
|
Dear Sir But i want like this
| Description: |
|
| Filesize: |
162.33 KB |
| Viewed: |
27532 Time(s) |

|
|
|
| Back to top |
|
 |
Zanzer I post too much
Reputation: 126
Joined: 09 Jun 2013 Posts: 3278
|
Posted: Fri May 01, 2015 12:17 pm Post subject: |
|
|
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 |
|
 |
syedzaidzaman How do I cheat?
Reputation: 0
Joined: 01 May 2015 Posts: 0 Location: Karachi Pakistan
|
Posted: Fri May 01, 2015 12:29 pm Post subject: request |
|
|
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 |
|
 |
Zanzer I post too much
Reputation: 126
Joined: 09 Jun 2013 Posts: 3278
|
Posted: Fri May 01, 2015 12:37 pm Post subject: |
|
|
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
| Description: |
|
 Download |
| Filename: |
Zanzer.CT |
| Filesize: |
1.07 KB |
| Downloaded: |
1399 Time(s) |
|
|
| Back to top |
|
 |
syedzaidzaman How do I cheat?
Reputation: 0
Joined: 01 May 2015 Posts: 0 Location: Karachi Pakistan
|
Posted: Fri May 01, 2015 12:56 pm Post subject: |
|
|
| 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 |
|
 |
Zanzer I post too much
Reputation: 126
Joined: 09 Jun 2013 Posts: 3278
|
Posted: Fri May 01, 2015 1:00 pm Post subject: |
|
|
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 |
|
 |
syedzaidzaman How do I cheat?
Reputation: 0
Joined: 01 May 2015 Posts: 0 Location: Karachi Pakistan
|
Posted: Fri May 01, 2015 1:08 pm Post subject: check this one |
|
|
| 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!
| Description: |
|
 Download |
| Filename: |
8-Ball-Pool-All-Rooms-Long-Line .cetrainer |
| Filesize: |
60.94 KB |
| Downloaded: |
1034 Time(s) |
|
|
| Back to top |
|
 |
Zanzer I post too much
Reputation: 126
Joined: 09 Jun 2013 Posts: 3278
|
Posted: Fri May 01, 2015 1:25 pm Post subject: |
|
|
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.
| Description: |
|
 Download |
| Filename: |
Zanzer.CT |
| Filesize: |
1.57 KB |
| Downloaded: |
1187 Time(s) |
|
|
| Back to top |
|
 |
Reset74 How do I cheat?
Reputation: 0
Joined: 03 Oct 2015 Posts: 2
|
Posted: Sat Oct 03, 2015 9:11 am Post subject: 8 Ball Pool code Changed |
|
|
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 |
|
 |
lolAnonymous Expert Cheater
Reputation: 1
Joined: 19 Jul 2015 Posts: 154
|
Posted: Sat Oct 03, 2015 3:48 pm Post subject: |
|
|
Thanks Zanzer Your CT Files Helped Me A lot
Thanks
|
|
| Back to top |
|
 |
STN I post too much
Reputation: 43
Joined: 09 Nov 2005 Posts: 2676
|
Posted: Sat Oct 03, 2015 4:36 pm Post subject: |
|
|
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
_________________
|
|
| Back to top |
|
 |
Zanzer I post too much
Reputation: 126
Joined: 09 Jun 2013 Posts: 3278
|
|
| Back to top |
|
 |
|