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 


Trials Fusion problem
Goto page Previous  1, 2
 
Post new topic   Reply to topic    Cheat Engine Forum Index -> General Gamehacking
View previous topic :: View next topic  
Author Message
mindhacker2
Cheater
Reputation: 0

Joined: 04 Apr 2013
Posts: 37
Location: Greece

PostPosted: Thu May 01, 2014 3:46 pm    Post subject: Reply with quote

mgr.inz.Player wrote:
Tracing Very Happy


you can explain me how to find the correct value or sent me the pointer ?

I want to add it in my trainer.

Thanks a lot for help.

_________________
<< If you like trainers & savegames, and for updates and new follow me on twitter! : twitter . com/Wind_OSX >>
Back to top
View user's profile Send private message
TheDaLexy
Cheater
Reputation: 0

Joined: 26 Apr 2014
Posts: 46

PostPosted: Fri May 02, 2014 2:20 am    Post subject: Reply with quote

No Pointer.

He allready posted the Script on the previous page.
Back to top
View user's profile Send private message
mgr.inz.Player
I post too much
Reputation: 222

Joined: 07 Nov 2008
Posts: 4438
Location: W kraju nad Wisla. UTC+01:00

PostPosted: Fri May 02, 2014 10:11 am    Post subject: Reply with quote

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)



trials_fusion.CT
 Description:

Download
 Filename:  trials_fusion.CT
 Filesize:  1.73 KB
 Downloaded:  1019 Time(s)


_________________
Back to top
View user's profile Send private message MSN Messenger
mindhacker2
Cheater
Reputation: 0

Joined: 04 Apr 2013
Posts: 37
Location: Greece

PostPosted: Fri May 02, 2014 10:33 am    Post subject: Reply with quote

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
View user's profile Send private message
Csimbi
I post too much
Reputation: 98

Joined: 14 Jul 2007
Posts: 3399

PostPosted: Sat May 03, 2014 1:10 pm    Post subject: Reply with quote

Here's free purchases and XP multiplier.


trials_fusion.ct
 Description:

Download
 Filename:  trials_fusion.ct
 Filesize:  3.1 KB
 Downloaded:  828 Time(s)

Back to top
View user's profile Send private message
Nano-Augmented
Expert Cheater
Reputation: 2

Joined: 19 Nov 2011
Posts: 189

PostPosted: Tue Oct 07, 2014 11:27 am    Post subject: Reply with quote

Thank you, amazingly (or you're skilled Cool) 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
View user's profile Send private message
Instincts
How do I cheat?
Reputation: 0

Joined: 12 Sep 2013
Posts: 3

PostPosted: Fri Dec 05, 2014 10:34 am    Post subject: Reply with quote

The stop-watch dosn't work anymore Sad

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? Smile
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Cheat Engine Forum Index -> General Gamehacking All times are GMT - 6 Hours
Goto page Previous  1, 2
Page 2 of 2

 
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