![]() |
|
Send & Sleep at the same time! - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: Coding (https://sinister.ly/Forum-Coding) +--- Forum: Coding (https://sinister.ly/Forum-Coding--71) +--- Thread: Send & Sleep at the same time! (/Thread-Send-Sleep-at-the-same-time) |
Send & Sleep at the same time! - Ghostrider2013 - 09-11-2013 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)
EndFuncHow to use : SendSleep("Here put your text",Put your time here) RE: Send & Sleep at the same time! - Slarek - 09-11-2013 Where this would be used? I can't come up with anything. RE: Send & Sleep at the same time! - 1234hotmaster - 09-11-2013 using this in your code is like using soap to defend yourself against a apocalypse XD |