Login Register






Thread Rating:
  • 0 Vote(s) - 0 Average


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

Reply

RE: Send & Sleep at the same time! #2
Where this would be used?
I can't come up with anything.


Reply

RE: Send & Sleep at the same time! #3
using this in your code is like using soap to defend yourself against a apocalypse XD
Pierce the life fibers with your drill.

Reply







Users browsing this thread: 1 Guest(s)