Would you like to react to this message? Create an account in a few clicks or log in to continue.

You are not connected. Please login or register

View previous topic View next topic Go down  Message [Page 1 of 1]

1{AutoIt} HotKey Set [TuT] Empty {AutoIt} HotKey Set [TuT] Fri Aug 20, 2010 10:03 pm

Top

avatar
Contributor
Loading
Code:
Global $Paused
HotKeySet("{F5}", "Example")
HotKeySet("{F6}", "stop")
F5 is to start the script. F6 is to stop it.

Code:
while 1
Sleep(100)
WEnd

Func Stop()
Exit 0
EndFunc
While 1 is the loop.
Code:
Func Stop()
Exit 0
EndFunc
Is the func to stop the script. Now we move the the F5.
Code:
Example()
Send("Finding what the word Internet troll{Enter}")
Sleep(3000)
Send("Example{Enter}")
As you press F5, it will automatically type in the word Example. {Enter} Is the computer bot that presses the enter button. Hoped this helped you, don't forget to +rep. Cool

2{AutoIt} HotKey Set [TuT] Empty Re: {AutoIt} HotKey Set [TuT] Fri Aug 20, 2010 10:47 pm

Guest

avatar
Guest
Loading
nice when i try to use au3 ill try that

View previous topic View next topic Back to top  Message [Page 1 of 1]

Related topics

Permissions in this forum:
You cannot reply to topics in this forum