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 


is LUA the solution?

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

Joined: 24 Nov 2015
Posts: 2

PostPosted: Tue Nov 24, 2015 11:34 am    Post subject: is LUA the solution? Reply with quote

is it possible to read an address from the CE cheat-windows, add the next 10 adresses increased by 2 and Change the value of the addresses?
Back to top
View user's profile Send private message
ParkourPenguin
I post too much
Reputation: 140

Joined: 06 Jul 2014
Posts: 4291

PostPosted: Tue Nov 24, 2015 12:53 pm    Post subject: Reply with quote

Is this what you mean?
Code:
local al = getAddressList()
local baseRec = al.getSelectedRecord()
if baseRec then
  for i=1,10 do
    local newRec = al.createMemoryRecord()
    newRec.appendToEntry(baseRec)
    newRec.Address = string.format("%s+%X", baseRec.Address, 2*i)
    newRec.Description = baseRec.Description .. " " .. i
    newRec.Type = baseRec.Type
    newRec.Value = "1234"
  end
end

Just select some record in the cheat table and execute the script.

_________________
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
blade-X
How do I cheat?
Reputation: 0

Joined: 24 Nov 2015
Posts: 2

PostPosted: Tue Nov 24, 2015 3:45 pm    Post subject: Reply with quote

That's great.

So I have to learn LUA...
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