Cheat Engine :: View topic - How to (select and) copy all values on the list?

Cheat Engine Forum Index Cheat Engine
The Official Site of Cheat Engine


View previous topic :: View next topic
Author Message
AnticOwl
How do I cheat?
Reputation: 0

Joined: 25 Apr 2025
Posts: 2

Post Posted: Wed Oct 15, 2025 3:46 am Post subject: Reply with quote

I know it's old but I was looking for suceh stuff.

Currently busy with a small table wher I can modify some character lights.
But I want to first save the addresses and their value before any changes.
Then write them back when I finish.

So, I presume a ReadFromClipboard and a write for evey al.value
Back to top
C1aref5
Cheater
Reputation: 0

Joined: 20 Feb 2025
Posts: 29

Post Posted: Thu Oct 23, 2025 3:36 pm Post subject: Reply with quote

Yeah, you can definitely do the reverse. Just read the file line by line and assign each value to your address list entries. Example:

local al = getAddressList()
local file = io.open("C:\\path\\to\\values.txt", "r")
if file then
for i = 0, al.Count - 1 do
local val = file:read("*l")
if not val then break end
al[i].Value = val
end
file:close()
end

That値l load values from the text file (top to bottom) into your address list.
Back to top
Display posts from previous:
Post new topic Reply to topic Cheat Engine Forum Index -> Cheat Engine All times are GMT - 6 Hours
Goto page Previous 1, 2
Page 2 of 2


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

AltStyle によって変換されたページ (->オリジナル) /