http://villavu.com/forum/showthread....ght=auto+typer
exactly this problem (read all thread)
"The script manages to run and open a client but doesn't do anything after that. it just sits there and eventually terminates.
Am I doing anything wrong?"
"You need to actually login from that point and then start the script after it spawns the client. don't know why it pauses like that, but it does the same thing for me."
"Still doesn't work, I can log it in manually but it won't talk."
I start the script when logged in and everything but it doesnt work and eventually terminates saying "successful" or something. Tried everythingCode:program AutoTyper; {$define SMART} {$i SRL-OSR/SRL.simba} procedure autoType; begin repeat wait(8000 + random(530)); typeSend('text',true); until(false) end; begin setupSRL; autoType; end.well i think so. :S


well i think so. :S
Reply With Quote








