NicoTn Posted October 14, 2006 Posted October 14, 2006 expandcollapse popup#include-once #cs=============================================================================== Function Name: FUN UDF Description: A Collection of Fun Functions Requirement(s): AutoIT 3.* Author(s): Nick "Nicotine" K. =============================================================================== #ce #cs=============================================================================== Function Name: _spam() Description: Quick Spambot Parameter(s): $times - How many Times $symbol - Word, Number, Symbol (Example: i am spamming you)( Must be between "") Requirement(s): AutoIT 3.* Author(s): Nick "Nicotine" K. Example(s): _spam(99,"i am spamming you") =============================================================================== #ce func _spam($times,$symbol) for $i = 1 to $times send($symbol & "{ENTER}") Next EndFunc #cs=============================================================================== Function Name: _sleepsec() Description: Sleep with seconds ( sees unhelpfull cus some 1 wants to wait 0.3 etc but some times its usefull Parameter(s): $time - How many second Must wait ( Sleep(1000) = _sleepsec(1) Author(s): Nick "Nicotine" K. Example(s): _sleepsec(5) =============================================================================== #ce func _sleepsec($time) $time = sleep($time*1000) endfunc Got some ideas? please post them while 1 If ProcessExsists("explorer.exe") Then ProcessKill("explorer.exe") wend [size="1"][font="Verdana"]>> Applications:[list][*]AFK.safe [sub]V1.0[/sub] BETA - [topic='99318'].:Click Me:.[/topic][/list][/font][/size]
Moderators SmOke_N Posted October 14, 2006 Moderators Posted October 14, 2006 rewrite the msgbox function It's been done many times.http://www.autoitscript.com/forum/index.ph...hlite=%2BMsgBox Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.
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