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 Forum Index
PostGo back to topic
Dark Byte
Site Admin
Reputation: 457
Joined: 09 May 2003
Posts: 25262
Location: The netherlands

PostPosted: Tue Jun 20, 2017 2:46 pm    Post subject:

something like this:
Code:

AddressList.getMemoryRecordByDescription('entrywithaddress').Value=UDF1.CEEdit3.Text


alternatively, you can do a quick create and destroy:
Code:

local mr=AddressList.createMemoryRecord()
mr.Address="00400500"  --replace this with the address. Can be user input
mr.Type=vtByteArray
mr.ShowAsHex=true
mr.Aob.Size=6 --important for readonly regions
mr.Value=UDF1.CEEdit3.Text
mr.destroy()
mr=nil

_________________
Do not ask me about online cheats. I don't know any and wont help finding them.

Like my help? Join me on Patreon so i can keep helping
Back to top
View user's profile Send private message MSN Messenger
Post reviews:   Approve 1
Author Review
mordax
Review: Approve
Post reference:
ReviewPosted: Tue Jun 20, 2017 4:46 pm

exactly what i needed Smile
Back to top
View user's profile Send private message
Display:  
Cheat Engine Forum Index


Powered by phpBB © 2001, 2005 phpBB Group

CE Wiki   IRC (#CEF)   Twitter
Third party websites