jameelo25 Posted March 25, 2018 Share Posted March 25, 2018 I want to make the Autoit program type some text in a discord server that I am a part of automatically , like every x minutes or every x hours, how can I do that? My code would be like this : WinActivate("Discord") sleep(2500) MouseClick("left",500, 770) Sleep(1800000) send("hai people ") send("{enter}") (the 1800000 seconds mean 30 minutes) So how can I make the text get typed automatically by autoit every 30 minutes? Link to comment Share on other sites More sharing options...
Abdulla060 Posted March 25, 2018 Share Posted March 25, 2018 While 1 WinActivate("Discord") sleep(2500) MouseClick("left",500, 770) send("hai people ") send("{enter}") Sleep(1800000) WEnd is this what you need? jameelo25 1 Link to comment Share on other sites More sharing options...
Moderators JLogan3o13 Posted March 25, 2018 Moderators Share Posted March 25, 2018 First, it looks like you have code, what isn't working? Second, have you looked at the TOS of the discord server to ensure you're not breaking their rules. I know I wouldn't want you spamming my feed like that. "Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball How to get your question answered on this forum! Link to comment Share on other sites More sharing options...
jameelo25 Posted March 26, 2018 Author Share Posted March 26, 2018 @JLogan3o13 Nope, I saw the TOS and the limit is every 30 minutes, so I won't really be spamming and its not against the rules Link to comment Share on other sites More sharing options...
jameelo25 Posted March 26, 2018 Author Share Posted March 26, 2018 (edited) @Abdulla060 I'll try, thanks Edited March 26, 2018 by jameelo25 Link to comment Share on other sites More sharing options...
jameelo25 Posted March 26, 2018 Author Share Posted March 26, 2018 @JLogan3o13 the thing is , i'm looking for the feature that automates this, that does this automatically and non stop in every x minutes Link to comment Share on other sites More sharing options...
Developers Jos Posted March 26, 2018 Developers Share Posted March 26, 2018 The question remain why this would be a feature anyone need as legitimate function! Jos SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past. Link to comment Share on other sites More sharing options...
Abdulla060 Posted March 26, 2018 Share Posted March 26, 2018 I'm sure that there is a bot that can do what you need just add to your server Link to comment Share on other sites More sharing options...
Moderators JLogan3o13 Posted March 26, 2018 Moderators Share Posted March 26, 2018 @Abdulla060 when there is not one but two Moderators active in a thread, it is a good indication to stay out of it until some indication is given to proceed. "Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball How to get your question answered on this forum! Link to comment Share on other sites More sharing options...
Earthshine Posted March 26, 2018 Share Posted March 26, 2018 (edited) sniop Edited March 26, 2018 by Earthshine My resources are limited. You must ask the right questions Link to comment Share on other sites More sharing options...
jameelo25 Posted March 26, 2018 Author Share Posted March 26, 2018 15 minutes ago, Abdulla060 said: I'm sure that there is a bot that can do what you need just add to your server I'm not an admin nor a mod there. Link to comment Share on other sites More sharing options...
Developers Jos Posted March 26, 2018 Developers Share Posted March 26, 2018 33 minutes ago, Jos said: The question remain why this would be a feature anyone need as legitimate function! Jos ... and the answer is? SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past. Link to comment Share on other sites More sharing options...
jameelo25 Posted March 26, 2018 Author Share Posted March 26, 2018 21 minutes ago, Jos said: ... and the answer is? Because it is an AUTOMATION program Link to comment Share on other sites More sharing options...
Developers Jos Posted March 26, 2018 Developers Share Posted March 26, 2018 53 minutes ago, jameelo25 said: Because it is an AUTOMATION program I am clever enough to understand that you are automating something, so please refrain from SHOUTING AT ME! Please reread my question and this time try explaining the purpose. Jos SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past. Link to comment Share on other sites More sharing options...
jameelo25 Posted March 30, 2018 Author Share Posted March 30, 2018 On 3/26/2018 at 4:56 PM, Jos said: I am clever enough to understand that you are automating something, so please refrain from SHOUTING AT ME! Please reread my question and this time try explaining the purpose. Jos To automate things that they have to do on a regular basis. Link to comment Share on other sites More sharing options...
jameelo25 Posted March 30, 2018 Author Share Posted March 30, 2018 On 3/26/2018 at 2:09 AM, Abdulla060 said: While 1 WinActivate("Discord") sleep(2500) MouseClick("left",500, 770) send("hai people ") send("{enter}") Sleep(1800000) WEnd is this what you need? Thanks dude, it worked. Link to comment Share on other sites More sharing options...
Developers Jos Posted March 31, 2018 Developers Share Posted March 31, 2018 9 hours ago, jameelo25 said: To automate things that they have to do on a regular basis. Seems you're ignoring my question and are playing with words, which I don't really appreciate. I like to get a clear answer when an exact question is asked. Jos SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past. Link to comment Share on other sites More sharing options...
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