Jump to content

Recommended Posts

Posted

#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]

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...