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 


Teleport don't work

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> General Discussions
View previous topic :: View next topic  
Author Message
CassiOwOpeia
Newbie cheater
Reputation: 0

Joined: 29 Nov 2018
Posts: 18
Location: France

PostPosted: Sat Jan 04, 2020 5:36 pm    Post subject: Teleport don't work Reply with quote

I create a teleport hack for Cheat Engine Games (level 3)
The script works
Everything works, there is only one exception.
When I save coords and I load coords (Only X POS is saved (or loaded))
I think Y POS is saved but the characters teleport at the same Y POS but with the saved X POS.

Code:
label(code)
label(save_coords)
label(load_coords)
label(xpos)
label(ypos)
label(s_enable)
label(l_enable)
registersymbol(s_enable)
registersymbol(l_enable)

newmem:
xpos:
dd 0
ypos:
dd 0
s_enable:
dd 0
l_enable:
dd 0

save_coords:
mov [s_enable],0
push rdi
mov rdi,[rax+24]
mov [xpos],rdi
mov rdi,[rax+28]
mov [ypos],rdi
pop rdi
jmp originalcode

load_coords:
mov [l_enable],0
push rdi
mov rdi,[xpos]
mov [rax+24],rdi
mov rdi,[ypos]
mov [rax+28],rdi
pop rdi
jmp originalcode

code:
cmp [s_enable],1
je save_coords
cmp [l_enable],1
je load_coords
jmp originalcode

originalcode:
movss [rax+28],xmm9

exit:
jmp returnhere

"gtutorial-x86_64.exe"+40F39:
jmp code
nop
[/img][/code]


Capture1.PNG
 Description:
 Filesize:  72.73 KB
 Viewed:  1509 Time(s)

Capture1.PNG


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 Discussions 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