| View previous topic :: View next topic |
| Author |
Message |
mindhacker2 Cheater
Reputation: 0
Joined: 04 Apr 2013 Posts: 37 Location: Greece
|
|
| Back to top |
|
 |
TheDaLexy Cheater
Reputation: 0
Joined: 26 Apr 2014 Posts: 46
|
Posted: Fri May 02, 2014 2:20 am Post subject: |
|
|
No Pointer.
He allready posted the Script on the previous page.
|
|
| Back to top |
|
 |
mgr.inz.Player I post too much
Reputation: 222
Joined: 07 Nov 2008 Posts: 4438 Location: W kraju nad Wisla. UTC+01:00
|
Posted: Fri May 02, 2014 10:11 am Post subject: |
|
|
Stopwatch will revert to 00:00:00 after 25 seconds:
| Code: | [ENABLE]
//code from here to '[DISABLE]' will be used to enable the cheat
alloc(newmem,2048)
label(returnhere)
aobscan(timehackpointAOB,8B 81 24 01 00 00 8B 48 14 6A 01)
registersymbol(timehackpointAOB)
newmem:
cmp eax,#1500 // = 25 seconds * 60
jle @f
xor eax,eax
mov [esi+14],eax
@@:
mov eax,[ecx+00000124]
jmp returnhere
//"trials_fusion.exe"+26A710:
timehackpointAOB:
jmp newmem
nop
returnhere:
[DISABLE]
//"trials_fusion.exe"+26A710:
timehackpointAOB:
mov eax,[ecx+00000124]
//Alt: db 8B 81 24 01 00 00
unregistersymbol(timehackpointAOB)
dealloc(newmem)
|
Fail Counter:
| Code: | [ENABLE]
alloc(newmem,2048)
aobscan(codeAOB,C2 04 00 8D 88 04 08 00 00 E8 xx xx xx xx 5E 5D C2 04 00)
registersymbol(codeAOB)
newmem:
// we just overwrite previous call result
xor eax,eax // patch fail counter value to zero
pop esi
pop ebp
ret 0004
//"trials_fusion.exe"+4C73B:
codeAOB+E:
jmp newmem
[DISABLE]
//"trials_fusion.exe"+4C73B:
codeAOB+E:
db 5E 5D C2 04 00
dealloc(newmem)
unregistersymbol(codeAOB) |
| Description: |
|
 Download |
| Filename: |
trials_fusion.CT |
| Filesize: |
1.73 KB |
| Downloaded: |
1019 Time(s) |
_________________
|
|
| Back to top |
|
 |
mindhacker2 Cheater
Reputation: 0
Joined: 04 Apr 2013 Posts: 37 Location: Greece
|
Posted: Fri May 02, 2014 10:33 am Post subject: |
|
|
| mgr.inz.Player wrote: | Stopwatch will revert to 00:00:00 after 25 seconds:
| Code: | [ENABLE]
//code from here to '[DISABLE]' will be used to enable the cheat
alloc(newmem,2048)
label(returnhere)
aobscan(timehackpointAOB,8B 81 24 01 00 00 8B 48 14 6A 01)
registersymbol(timehackpointAOB)
newmem:
cmp eax,#1500 // = 25 seconds * 60
jle @f
xor eax,eax
mov [esi+14],eax
@@:
mov eax,[ecx+00000124]
jmp returnhere
//"trials_fusion.exe"+26A710:
timehackpointAOB:
jmp newmem
nop
returnhere:
[DISABLE]
//"trials_fusion.exe"+26A710:
timehackpointAOB:
mov eax,[ecx+00000124]
//Alt: db 8B 81 24 01 00 00
unregistersymbol(timehackpointAOB)
dealloc(newmem)
|
Fail Counter:
| Code: | [ENABLE]
alloc(newmem,2048)
aobscan(codeAOB,C2 04 00 8D 88 04 08 00 00 E8 xx xx xx xx 5E 5D C2 04 00)
registersymbol(codeAOB)
newmem:
// we just overwrite previous call result
xor eax,eax // patch fail counter value to zero
pop esi
pop ebp
ret 0004
//"trials_fusion.exe"+4C73B:
codeAOB+E:
jmp newmem
[DISABLE]
//"trials_fusion.exe"+4C73B:
codeAOB+E:
db 5E 5D C2 04 00
dealloc(newmem)
unregistersymbol(codeAOB) |
|
your code works fine thanks .
_________________
<< If you like trainers & savegames, and for updates and new follow me on twitter! : twitter . com/Wind_OSX >> |
|
| Back to top |
|
 |
Csimbi I post too much
Reputation: 98
Joined: 14 Jul 2007 Posts: 3399
|
Posted: Sat May 03, 2014 1:10 pm Post subject: |
|
|
Here's free purchases and XP multiplier.
| Description: |
|
 Download |
| Filename: |
trials_fusion.ct |
| Filesize: |
3.1 KB |
| Downloaded: |
828 Time(s) |
|
|
| Back to top |
|
 |
Nano-Augmented Expert Cheater
Reputation: 2
Joined: 19 Nov 2011 Posts: 189
|
Posted: Tue Oct 07, 2014 11:27 am Post subject: |
|
|
Thank you, amazingly (or you're skilled ) this is still working actually.
Would it be possible to add a change level/XP?
I realized I don't want to screw up my stats by multiplying XP in single player since there's only a certain amount you can get.
|
|
| Back to top |
|
 |
Instincts How do I cheat?
Reputation: 0
Joined: 12 Sep 2013 Posts: 3
|
Posted: Fri Dec 05, 2014 10:34 am Post subject: |
|
|
The stop-watch dosn't work anymore
Only the Fail Counter still works, but only if you activated it when you start the game (main menu).
| Code: |
[ENABLE]
alloc(newmem,2048)
aobscan(codeAOB,C2 04 00 8D 88 04 08 00 00 E8 xx xx xx xx 5E 5D C2 04 00)
registersymbol(codeAOB)
newmem:
// we just overwrite previous call result
xor eax,eax // patch fail counter value to zero
pop esi
pop ebp
ret 0004
//"trials_fusion.exe"+4C73B:
codeAOB+E:
jmp newmem
[DISABLE]
//"trials_fusion.exe"+4C73B:
codeAOB+E:
db 5E 5D C2 04 00
dealloc(newmem)
unregistersymbol(codeAOB) |
I didn't manage to make the stop-watch work again (with the latest version). Can anyone guide/help me?
|
|
| Back to top |
|
 |
|