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 


how to wrtie all add from a code's accessed?

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

Joined: 09 Mar 2012
Posts: 62

PostPosted: Wed Dec 25, 2019 6:31 am    Post subject: how to wrtie all add from a code's accessed? Reply with quote

add 50d404 is a code
this code Access 8 address
1f50c5e0
1f53c2e0
1f48ab60
1f4c1460
1f527160
1f51e160
1f579c60
how to write these 8 address to point?

1f50c5e0 write to point+10
1f53c2e0 write to point+20
1f48ab60 write to point+30
1f4c1460 write to point+40
1f527160 write to point+50
1f51e160 write to point+60
1f579c60 write to point+70


===========
[ENABLE]
//code from here to '[DISABLE]' will be used to enable the cheat
alloc(newmem,2048)
label(returnhere)
label(originalcode)
label(exit)

newmem: //this is allocated memory, you have read,write,execute access
//place your code here

originalcode:
mov edi,[esi+40]
call game.exe+10D140

exit:
jmp returnhere

50d404:
jmp newmem
nop 3
returnhere:




[DISABLE]
//code from here till the end of the code will be used to disable the cheat
dealloc(newmem)
50d404:
mov edi,[esi+40]
call game.exe+10D140
//Alt: db 8B 7E 40 E8 34 FD FF FF



QQ截图20191225202727.png
 Description:
 Filesize:  16.88 KB
 Viewed:  1099 Time(s)

QQ截图20191225202727.png


Back to top
View user's profile Send private message
ParkourPenguin
I post too much
Reputation: 140

Joined: 06 Jul 2014
Posts: 4291

PostPosted: Wed Dec 25, 2019 11:15 am    Post subject: Reply with quote

Related topics:
https://forum.cheatengine.org/viewtopic.php?t=611259
https://forum.cheatengine.org/viewtopic.php?t=595121

_________________
I don't know where I'm going, but I'll figure it out when I get there.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Cheat Engine Forum Index -> Cheat Engine Lua Scripting 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