Jump to content

APDxNinja

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by APDxNinja

  1. Well, i tried to use it and it gives me a variety of errors when i try to launch it. i got rid of a couple of them by moving my items into the A3 folder... but now its saying; " --------------------------- AutoIt Error --------------------------- Line 0 (File "C:\Program Files\AutoIt3\CSnippet.exe"): Run($Dir2 & "\SciTe.exe", $Dir2) Error: Unable to execute the external program. The system cannot find the file specified. --------------------------- OK --------------------------- "
  2. Global $Paused HotKeySet("{END}", "TogglePause") HotKeySet("{HOME}", "Terminate") While 1 Sleep(100) WEnd Func TogglePause() $Paused = NOT $Paused While $Paused sleep(100) MouseClick("Left") WEnd EndFunc Func Terminate() Exit 0 EndFunc I want to make a script to press a key for me... For this lets just use "c"... I want it to repreadily press "c" for me... How can i get it to work?
×
×
  • Create New...