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 change multiple adresses without ending with the same

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

Joined: 09 Oct 2024
Posts: 1

PostPosted: Wed Oct 09, 2024 2:37 am    Post subject: How to change multiple adresses without ending with the same Reply with quote

Hello, I want to change a lot of addresses at the same time but the problem is that each address has different values. I usually just select them all with Shift pressed and change the number, but if I do that it crashes cause it modifies every address but returns just 1 value. I want to multiply every address at the same time without modifying the base value of each address, is it possible?


Captura de pantalla 2024-10-09 102951.jpg
 Description:
 Filesize:  12.46 KB
 Viewed:  2466 Time(s)

Captura de pantalla 2024-10-09 102951.jpg


Back to top
View user's profile Send private message
Game Hacking Dojo
Master Cheater
Reputation: 1

Joined: 17 Sep 2023
Posts: 250

PostPosted: Wed Oct 09, 2024 7:09 am    Post subject: Reply with quote

Open the Lua engine and select the addresses, you want to multiply their values. Change the mul_factor to suit your needs

Code:
local selected_records = getAddressList().getSelectedRecords()
local mul_factor = 2
for k, v in pairs(selected_records) do
  --print(v.value)
  v.value = v.value * mul_factor
end


Note, that this would only work on integers. If you want to multiply a float then add .0 to the end of the number
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