INSTANT KEY PRESSHi, i need a simple code wich i can paste in a timer and it keeps being pressed for like 60min. maby 2 keys z + 1 thx
timer1.interval = 1 getkeypress(vbkeyZ) and getkeypress(vbkeynumpad1) end sub your "PC" will press all the time this two keys too turn of, use Timer1.interval = 0
You mean a hotkey?!, or somthing to keep typing down "Z". I know that if your doing a hot key the correct code to use would be Timer1.intervals = 1 Timer1.enabled = false if(getkeypress(Keys.w\e Key)) then ''Do Blu Blu system.threading.thread.sleep(500) ''Disables Double Press end if timer1.enabled = true VB.net code above =D