Methods of changing hotkeys

Want Cheat Engine to do something specific and no idea how to do that, ask here. (From simple scripts to full trainers and extensions)
Post Reply
FearlessWins
Noobzor
Noobzor
Posts: 5
Joined: Sun Jul 10, 2022 3:26 pm
Reputation: 0

Methods of changing hotkeys

Post by FearlessWins »

I'm trying to set multiple addresses to one hotkey to one value (More than one value would be ideal but im not asking the world)
The problem is right clicking each address or pressing ctrl H on each address is cumbersome.

im trying to add multiple addresses to 1 hotkey without having to go through and change hotkey on each one, i found a couple plugins but no success, i found this script

if ChangeValue~=nil then
ChangeValue.setKeys(nil);
end
ChangeValue = createHotkey(function ()
-- The following script will change all records in cheat engine
for i=1,getAddressList().getCount() do
local Address = getAddressList().getMemoryRecord(i-1);
-- If you want to increase the value by X value you may do this
Address.Value = Address.Value + 100;
-- You may also do this instead
-- Address.Value = 100;
end
end,VK_F4);

Maybe if someone broke it down to me, id understand it. like put your list of addresses here, put your values here, itd be semi helpful, unless i wanted the values to be different.

User avatar
YoucefHam
Expert Cheater
Expert Cheater
Posts: 92
Joined: Sun Jan 21, 2018 10:21 pm
Reputation: 202

Re: Methods of changing hotkeys

Post by YoucefHam »

FearlessWins wrote:
Fri Dec 09, 2022 1:45 pm
I'm trying to set multiple addresses to one hotkey to one value (More than one value would be ideal but im not asking the world)
The problem is right clicking each address or pressing ctrl H on each address is cumbersome.
......
Hi, Try this method
Image

Post Reply

Who is online

Users browsing this forum: No registered users