how to speed up advanture communist tutorial
cheat engine link:
http://www.cheatengine.org/downloads.php
lua script for ad com:
speed = 1.0
function IncSpeed(hotkey)
speed = [what speed you want minus the squere brakets and if you want to add insted of set then type speed [math sign] = [how much]]
speedhack_setSpeed(speed)
end
function DecSpeed(hotkey)
speed = [what speed you want minus the squere brakets and if you want to add insted of set then type speed [math sign] = [how much]]
speedhack_setSpeed(speed)
end
function ResetSpeed(hotkey)
speed = 1.0
speedhack_setSpeed(1.0)
end
function SetHotKey(func, hotkey)
local objectHotKey = createHotkey(func, hotkey)
generichotkey_setKeys(objectHotKey, hotkey)
generichotkey_onHotkey(objectHotKey, func)
end
function onOpenProcess(processid)
SetHotKey(IncSpeed, VK_F2)
SetHotKey(DecSpeed, VK_F3)
SetHotKey(ResetSpeed, VK_F4)
end
local aalist = getAutoAttachList()
stringlist_add(aalist, "NAME OF PROCES ")
lua command for any game up for you to take it and change it:
speed = 1.0
function IncSpeed(hotkey)
speed = 20.0
speedhack_setSpeed(speed)
end
function DecSpeed(hotkey)
speed = 50.0
speedhack_setSpeed(speed)
end
function ResetSpeed(hotkey)
speed = 1.0
speedhack_setSpeed(1.0)
end
function SetHotKey(func, hotkey)
local objectHotKey = createHotkey(func, hotkey)
generichotkey_setKeys(objectHotKey, hotkey)
generichotkey_onHotkey(objectHotKey, func)
end
function onOpenProcess(processid)
SetHotKey(IncSpeed, VK_F2)
SetHotKey(DecSpeed, VK_F3)
SetHotKey(ResetSpeed, VK_F4)
end
local aalist = getAutoAttachList()
stringlist_add(aalist, "NAME OF PROCES")
hope i helped make your game faster sorry if it was 20 min i am new to codding