Page 1 of 1

Auto push button in CheatEngine

Posted: Fri Oct 23, 2015 11:51 am
by MateusBlur
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?

Re: Auto push button in CheatEngine

Posted: Sun Oct 25, 2015 6:09 pm
by Sethioz
... use a macro, such as autohotkey and wtf is "pro grame" ? grame sounds like a name. first name = pro and second name = Grame?
there is no such word as programe..

Re: Auto push button in CheatEngine

Posted: Thu Oct 29, 2015 8:07 pm
by MateusBlur
done in CE
programme, loosed one "m"
English is not my primary language

Re: Auto push button in CheatEngine

Posted: Thu Oct 29, 2015 10:02 pm
by Sethioz
care to share it in public? i'm sure lot of other people are reading this and looking for same thing. they might find it helpful.
I don't recommend CE on games that have anti-cheat, lot of games automatically ban you if you have CE running on background.

actually "programme" is what you watch on tv, such as tv series. program is what runs on pc.

Re: Auto push button in CheatEngine

Posted: Sat Nov 07, 2015 7:24 pm
by MateusBlur
sure.
Table > Lua Script

type:

Code: Select all

function execute()
  for i=1,1000 do
    doKeyPress(VK_L)
    sleep(18)
  end
end
createHotkey(execute, VK_F1)
Turning on by F1
1000 pushes key L
18 is time between clicks

Re: Auto push button in CheatEngine

Posted: Sun Nov 08, 2015 5:17 am
by Sethioz
cool, might come in handy in some games actually, even tho i can use my Cyborg keyboard's included software to make "auto clicker or latched" keys, sometimes CE can be better.

However i don't recommend using CE in games that have anti-cheat, CE is highly detectable by many anti cheat engines. VAC will ban you instantly if you have CE running on background.