kskatec Posted March 1, 2009 Posted March 1, 2009 So I made this script that spams, but it types it WAY too fast. What should the sleep be set at? HotKeySet("{end}","spam") While 1 sleep(10) WEnd Func spam() send("{enter}") send("Spam.") send("{enter}") send("Spam.") send("{enter}") send("Spam.") send("{enter}") send("Spam.") send("{enter}") send("Spam.") send("{enter}") EndFunc
moritz1243 Posted March 1, 2009 Posted March 1, 2009 you shoud abb breaks sleep (3000) then the script pause for 3 sec
Developers Jos Posted March 1, 2009 Developers Posted March 1, 2009 So put a sleep between each line?Opne the helpfile and look at the OPT command for slowing down the speed of sending characters.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.
James Posted March 1, 2009 Posted March 1, 2009 I like how a spammer sends things too fast Blog - Seriously epic web hosting - Twitter - GitHub - Cachet HQ
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