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 


Gameshark codes to cheat engine using create thread

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> Cheat Engine Tutorials
View previous topic :: View next topic  
Author Message
PinPoint
Expert Cheater
Reputation: 10

Joined: 07 Apr 2016
Posts: 223
Location: Scotland

PostPosted: Sat Jul 09, 2016 7:38 pm    Post subject: Gameshark codes to cheat engine using create thread This post has 1 review(s) Reply with quote



Click on the image to view the tutorial.
In the tutorial above I convert gameshark codes for infinite health for FFIX with the epsxe emulator.
I utilise createthread() to write to an address every 500m/s but only when a certain condition is met, i.e only when you are in battle.

here is the script that was written with some more addresses added to it.
Code:
[ENABLE]
globalalloc(battlecheck,2048)
CREATETHREAD(battlecheck)

registersymbol(end)

label(inf_HPMP)
label(end)



battlecheck:
mov eax,[ePSXe.exe+75be59]
cmp eax,01//checks if in battle
je inf_HPMP
jmp battlecheck //if not in battle jump back to battlecheck

inf_HPMP:
//Infinate HP positions 1-4
mov word ptr [ePSXe.exe+7608C4],#9999//set value of address to 9999
mov word ptr [ePSXe.exe+760994],#9999
mov word ptr [ePSXe.exe+760A64],#9999
mov word ptr [ePSXe.exe+760B34],#9999
//Infinate MP positions 1-4
mov word ptr [ePSXe.exe+7608C6],#999//set value of address to 999
mov word ptr [ePSXe.exe+760996],#999
mov word ptr [ePSXe.exe+760A66],#999
mov word ptr [ePSXe.exe+760B36],#999

//pause, check if script still active, jump back to the battlecheck
push #500
call sleep
cmp [end],01
jne battlecheck
ret

end:
dd 0


[DISABLE]
end:
dd 01
Back to top
View user's profile Send private message
h3x1c
Master Cheater
Reputation: 17

Joined: 27 Apr 2013
Posts: 306

PostPosted: Thu Jul 21, 2016 6:18 pm    Post subject: Reply with quote

Excellent tutorial, man. Thanks for sharing. Very Happy
_________________
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    Cheat Engine Forum Index -> Cheat Engine Tutorials 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