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 


Copy between two addresses?

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> Cheat Engine
View previous topic :: View next topic  
Author Message
koenji
How do I cheat?
Reputation: 0

Joined: 15 Oct 2018
Posts: 3

PostPosted: Mon Oct 15, 2018 10:47 am    Post subject: Copy between two addresses? Reply with quote

So I'm trying to copy this massive animation ID in Tekken 7.
After the Season 2 update animations for some reason are gigantic.
Is there any copying from one address to another without having to scroll for eternity using browse memory region?

Thanks!
Back to top
View user's profile Send private message
TheyCallMeTim13
Wiki Contributor
Reputation: 50

Joined: 24 Feb 2017
Posts: 976
Location: Pluto

PostPosted: Mon Oct 15, 2018 10:53 am    Post subject: Reply with quote

In Lua:
It's not on the wiki yet, but in the "celua.txt" there is "copyMemory".
Code:
copyMemory(sourceAddress: integer, size: integer, destinationAddress:integer SEMIOPTIONAL, Method:integer OPTIONAL):
  Copies memory from the given address to the destination address
  If no destinationAddress is given(or nil), CE will allocate a random address for you
  Method can be:
    nil/0: Copy from target process to target process
    1: Copy from target process to CE Memory
    2: Copy from CE Memory to target process
    3: Copy from CE Memory to CE Memory

  Returns the address of the copy on success, nil on failure


In AA:
And there is "readMem".
https://wiki.cheatengine.org/index.php?title=Auto_Assembler:readMem
Code:

destinationAddress:
  readMem(sourceAddress, size)

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