Send & Sleep at the same time! 09-11-2013, 01:14 PM
#1
Hi guys, I'm gonna to share my SendSleep Function
Thanks ;D
How to use :
SendSleep("Here put your text",Put your time here)
Code:
Func SendSleep($txt,$time)
for $a = 1 to stringlen($txt)
Send(StringMid($txt,$a,1))
Sleep($time)
EndFunc
How to use :
SendSleep("Here put your text",Put your time here)