Jump to content

Recommended Posts

Posted

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

Posted

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?

Posted

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.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...