Hi
Is a lot programs able to programe auto push buttons (like hit "L" button 1000 times in 15 sec)
But no one work in games, probably was locking by games.
Is able to programe auto pushing button in CheatEngine?
function execute()
for i=1,1000 do
doKeyPress(VK_L)
sleep(18)
end
end
createHotkey(execute, VK_F1)
Return to Programming / Coding / Debugging
Users browsing this forum: No registered users