Posted: Tue Jun 14, 2016 12:26 am Post subject: Re: i have question this is possible?
sysy5024 wrote:
hey sorry im not good at english
my question is
set value : 0
hotkey : rightmouse click
this is possible?
Press CTRL + ALT + L from your main Cheat Engine window, paste this in the window that will open:
Code:
local item = getAddressList().getMemoryRecordByDescription'DESCRIPTION'
createHotkey(function() item.Value = 0 end, VK_RBUTTON)
Change the word DESCRIPTION with the description of your memory record where you want to write the value 0 when the right mouse button is pressed.
Press Execute, and done.
Posted: Tue Jun 14, 2016 12:41 am Post subject: Re: i have question this is possible?
Redouane wrote:
sysy5024 wrote:
hey sorry im not good at english
my question is
set value : 0
hotkey : rightmouse click
this is possible?
Press CTRL + ALT + L from your main Cheat Engine window, paste this in the window that will open:
Code:
local item = getAddressList().getMemoryRecordByDescription'DESCRIPTION'
createHotkey(function() item.Value = 0 end, VK_RBUTTON)
Change the word DESCRIPTION with the description of your memory record where you want to write the value 0 when the right mouse button is pressed.
Press Execute, and done.
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