ueber Posted August 31, 2013 Posted August 31, 2013 hi guys i want to create a bot that sends a message (".") every 55 minutes, after a manually clicked into the chat window. so something totally basic. i think it is almost done, but i am not into auto it any more, can you help me finish it? While <0> Send('.') Send("{Enter}") Sleep(3300) WEnd i would really appriciate your help. it would save me a lot of research. thanks
JohnOne Posted August 31, 2013 Posted August 31, 2013 While 1 AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans.
FireFox Posted August 31, 2013 Posted August 31, 2013 please help Sure, you are in the help forum section. Why wouldn't we help you? Btw, welcome to the autoit forum
ueber Posted August 31, 2013 Author Posted August 31, 2013 hey thank you it is working. i have it like this now While 10 Sleep(10000) Send('.') Send("{Enter}") Sleep(3300000) WEnd how can i make the function start by pressing a certain button?
FireFox Posted August 31, 2013 Posted August 31, 2013 Take a look at the HotKeySet function in the helpfile.
FireFox Posted August 31, 2013 Posted August 31, 2013 Btw, we usualy do "While 1", not "While 10". What's important is the condition to make an endless loop, 1 or 10 or whatever number (except 0) will always be True.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now