This is an update to the Autotyper I had made recently. Works a lot better, and I fixed a few bugs.
Code for Applescript:
set x to text returned of (display dialog "Instert the message to be auto-typed" default answer "" with icon stop)
set y to text returned of (display dialog "Repeat how many times?" default answer "" with icon stop)
set z to text returned of (display dialog "How fast should the message send? in seconds " default answer "" with icon stop)
tell application "System Events"
activate
delay 6
repeat y times
keystroke x
delay z
keystroke return
end repeat
end tell
Download Links:
http://www.mediafire.com/?xmid06ma2pa...
Смотрите видео Auto-Typer/Spambot for Mac ** UPDATE ** онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь MadeEasyTutorials 19 Август 2012, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 5,703 раз и оно понравилось 23 людям.