Trainer Search

Cake-san

Member
Joined
Apr 26, 2016
Messages
10
Reaction score
0
This scipt, when activated will add the gp that you want. I'm not responsible for the script (because I don't want to take any) nor the corruption of your's save file.You're on your own.
Code:
[ENABLE]
aobscan(aobscan1,55 8B EC 83 EC 08 8B 05 * * * * 8B C8 39 09 8B 80 A0 00 00 00)
label(_base)
aobscan1+8:
_base:
globalalloc(_gp,100)
createthread(_gp)
label(_value)
_gp:
mov eax,[_value]
mov ebx,[_base]
mov ebx,[ebx]
mov ebx,[ebx+9c]
add [ebx+78],eax
mov ebx,[ebx+1c]
fld qword ptr [ebx+18]
fadd qword ptr [_value+4]
fstp qword ptr [ebx+18]
ret
_value:
dd #100        //Set your desire value but both
dq (double)100 //value need to be the same !
[DISABLE]
 

Kalas

Honorary Member
Master Donor
Joined
Jun 5, 2014
Messages
2,836
Reaction score
938
You need to make it via CE.

or you can wait for MrAntiFun to make one.

You basically go into memory view, Tools, Auto Assemble, and copy paste this:

Code:
[ENABLE]
aobscan(aobscan1,55 8B EC 83 EC 08 8B 05 * * * * 8B C8 39 09 8B 80 A0 00 00 00)
label(_base)
aobscan1+8:
_base:
globalalloc(_gp,100)
createthread(_gp)
label(_value)
_gp:
mov eax,[_value]
mov ebx,[_base]
mov ebx,[ebx]
mov ebx,[ebx+9c]
add [ebx+78],eax
mov ebx,[ebx+1c]
fld qword ptr [ebx+18]
fadd qword ptr [_value+4]
fstp qword ptr [ebx+18]
ret
_value:
dd #100        //Set your desire value but both
dq (double)100 //value need to be the same !
[DISABLE]

Then you press File, assign to current cheat table, attach your game to Cheat engine and done.
 

andercostald

Active Member
Joined
Nov 30, 2015
Messages
62
Reaction score
47
This scipt, when activated will add the gp that you want. I'm not responsible for the script (because I don't want to take any) nor the corruption of your's save file.You're on your own.
Code:
[ENABLE]
aobscan(aobscan1,55 8B EC 83 EC 08 8B 05 * * * * 8B C8 39 09 8B 80 A0 00 00 00)
label(_base)
aobscan1+8:
_base:
globalalloc(_gp,100)
createthread(_gp)
label(_value)
_gp:
mov eax,[_value]
mov ebx,[_base]
mov ebx,[ebx]
mov ebx,[ebx+9c]
add [ebx+78],eax
mov ebx,[ebx+1c]
fld qword ptr [ebx+18]
fadd qword ptr [_value+4]
fstp qword ptr [ebx+18]
ret
_value:
dd #100        //Set your desire value but both
dq (double)100 //value need to be the same !
[DISABLE]

I need a trainer to make this function...
 

Cake-san

Member
Joined
Apr 26, 2016
Messages
10
Reaction score
0
@Kalas , lol you can just use combination key : Ctrl+Alt+A to open AA windows.
@andercostald , I'm not a trainer maker but a table maker.I don't like blind consumer.(not literally,lol)
 

Lunaraia

New Member
Joined
Feb 9, 2016
Messages
6
Reaction score
1
just an FYI, the game has a built in anticheat, which prevents hiscores and locks your title to Cheating God(ess), you can still cheat to your hearts content after that but your stuck like that until you do a hard reset, you can inport a save from before the anti cheat slammed home if you want the ability to send in high scores and such back, provided you do the hard reset first, but aside from that your stuck with it.
 

andercostald

Active Member
Joined
Nov 30, 2015
Messages
62
Reaction score
47
How to bypass the anticheat feature??? I am interested for gaining more God Power... If I modify the GP quantitity, I will be a Cheating God?
just an FYI, the game has a built in anticheat, which prevents hiscores and locks your title to Cheating God(ess), you can still cheat to your hearts content after that but your stuck like that until you do a hard reset, you can inport a save from before the anti cheat slammed home if you want the ability to send in high scores and such back, provided you do the hard reset first, but aside from that your stuck with it.
 

Blanchimont

New Member
Joined
Oct 19, 2014
Messages
3
Reaction score
1
How to bypass the anticheat feature??? I am interested for gaining more God Power... If I modify the GP quantitity, I will be a Cheating God?
I know this is a little late, but you can bypass the Cheating God by modifying the number of rebirths that you have as well. The game detects cheating based on how much god power you have compared to your number of rebirths and challenge clear times (Arty Challenge is the most fickle regarding this).
 

Lunaraia

New Member
Joined
Feb 9, 2016
Messages
6
Reaction score
1
well if someone could figure out how to modify the timer for challenges (speed it up a ton) then it wouldn't be too hard, conwsidering you can rebirth ALOT really fast if you don't mind your stats resetting to 0, which wouldn't be too hard to bypass at any rate

As for adding GP, it can be done within limits, but the game tend to not like it very much, not only that but if you clear the arty or Ultimate Baal challenges too fast it slams home the cheating stamp faster than you can say GP
 

JOHN CROMWELL

Member
Joined
Jul 29, 2015
Messages
17
Reaction score
6
can you fix your code to work on the updated game on steam?

i keep getting Error While Scan AOB: aobscan1
can you see if you get this?
 
Last edited:

Stecat94

New Member
Joined
Sep 25, 2016
Messages
1
Reaction score
0
Code:
[ENABLE]
aobscan(aobscan1,55 8B EC 83 EC 08 8B 05 * * * * 8B C8 39 09 8B 80 A0 00 00 00)
label(_base)
aobscan1+8:
_base:
globalalloc(_gp,100)
createthread(_gp)
label(_value)
_gp:
mov eax,[_value]
mov ebx,[_base]
mov ebx,[ebx]
mov ebx,[ebx+9c]
add [ebx+78],eax
mov ebx,[ebx+1c]
fld qword ptr [ebx+18]
fadd qword ptr [_value+4]
fstp qword ptr [ebx+18]
ret
_value:
dd #100 //Set your desire value but both
dq (double)100 //value need to be the same !
[DISABLE]


Error While Scan AOB: aobscan1
 

Anhkmorpork

New Member
Joined
Sep 6, 2015
Messages
9
Reaction score
2
Cheat engine tip, you can cheat the soft cap number of max clones after rebirth. (Starts at 99,999) Must be bought with god power. Scan for that with cheat engine (can't remember if it was 4bytes or something else so scan all) Buy a cap increase with GP, cheapest is +1 clone for 1 GP. Now scan for the new number. May take a couple of purchases to find, have 5GP before trying. DOES NOT INCREASE CLONES ON REBIRTH. You still have to grind up to the cap. WARNING Increasing the soft cap past 500,000 seams to trigger CHEATING GOD. But hey 400,000 free extra clones. Worth something right?
 

Griede

Donor
Joined
Dec 19, 2014
Messages
10
Reaction score
1
Error While Scan AOB: aobscan1
i got the script to transfer by attaching to the itrg process first, then creating the script < assign to cheat table.
and this is on steam irtg
only issue now is, it wont activate. as in i cant get it to toggle on
 
Top