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 


Cheat Engine 6.6 Tutorial Step 9

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> Cheat Engine Tutorials
View previous topic :: View next topic  
Author Message
xyz0x
Advanced Cheater
Reputation: 0

Joined: 02 Jan 2014
Posts: 78
Location: C:\Program Files (x86)\Cheat Engine 6.6\

PostPosted: Mon Nov 21, 2016 1:28 pm    Post subject: Cheat Engine 6.6 Tutorial Step 9 Reply with quote

Making God Mode & One Hit Kill cheats on Cheat Engine 6.6 Tutorial Step 9.


Link


God Mode:
Code:
[ENABLE]
alloc(newmem,2048)
label(returnhere)
label(originalcode)
label(exit)
alloc(mem,2048)
mem:
dd (float)100.0
newmem:
cmp [ebx+10],1
jne originalcode
fstp st(0)
fld dword ptr [mem]
fstp dword ptr [ebp-30]
jmp exit

originalcode:
fsubr dword ptr [ebx+04]
fstp dword ptr [ebp-30]

exit:
jmp returnhere

"Tutorial-i386.exe"+2650C:
jmp newmem
nop
returnhere:

[DISABLE]
dealloc(newmem)
"Tutorial-i386.exe"+2650C:
fsubr dword ptr [ebx+04]
fstp dword ptr [ebp-30]
//Alt: db D8 6B 04 D9 5D D0


One Hit Kill:
Code:
[ENABLE]
alloc(newmem,2048)
label(returnhere)
label(originalcode)
label(exit)
newmem:
cmp [ebx+10],2
je originalcode
fsubr dword ptr [ebx+04]
fstp dword ptr [ebp-30]
jmp exit

originalcode:
sub [ebx+04],(float)500
fsubr dword ptr [ebx+04]
fstp dword ptr [ebp-30]

exit:
jmp returnhere

"Tutorial-i386.exe"+2650C:
jmp newmem
nop
returnhere:

[DISABLE]
dealloc(newmem)
"Tutorial-i386.exe"+2650C:
fsubr dword ptr [ebx+04]
fstp dword ptr [ebp-30]
//Alt: db D8 6B 04 D9 5D D0



ce66step9.CT
 Description:

Download
 Filename:  ce66step9.CT
 Filesize:  127.39 KB
 Downloaded:  1326 Time(s)


_________________
Back to top
View user's profile Send private message
KéKéCoRe
Expert Cheater
Reputation: 0

Joined: 16 Mar 2015
Posts: 101
Location: France - Lorraine - Moselle (57)

PostPosted: Fri Jan 06, 2017 11:41 pm    Post subject: Add information for Cheat Engine 6.6 Tutorial Reply with quote

Hi, given that I have already finished the tutorial, for quite a while, I wanted to see how and your table. She is very good!

But it does not work on the 64-bit version. But it does very work on the 32-bit version.


God Mode and One Hit kill does not work, when enabled both. Manual, and automatic.
God Mode works very well alone. In manual and automatic.
One Hit Kill works fine on its own. In manual and automatic.


Code:

Tested on version 6.6.0.1 64-Bit and 32-Bit.
Tested on version 6.6.0.0 64-Bit and 32-Bit.
Back to top
View user's profile Send private message Send e-mail Yahoo Messenger
blueboy90780
Newbie cheater
Reputation: 0

Joined: 18 Dec 2016
Posts: 14
Location: Vietnam

PostPosted: Mon Jan 09, 2017 10:17 pm    Post subject: Reply with quote

If you don't mind me asking, but what does the code:

Code:
mem:
dd (float)100.0



Does the function "dd" assign the float '100.0' to mem or something else?[/code]
Back to top
View user's profile Send private message
KéKéCoRe
Expert Cheater
Reputation: 0

Joined: 16 Mar 2015
Posts: 101
Location: France - Lorraine - Moselle (57)

PostPosted: Sun Jan 15, 2017 6:06 am    Post subject: Answer's blueboy90780 Reply with quote

"Dd" ("define double word") allows you to declare and initialize a variable. It must be understood that their only action is to write the data in the executable to the same place where they are in the source code.

Therefore, I assume that it defines the variable (Float 100). So the logic.
But I do not know myself at all in programming language. I suppose.
Must see with the one who creates the table, he can surely tell you.
Back to top
View user's profile Send private message Send e-mail Yahoo Messenger
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