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...
Watch video Auto-Typer/Spambot for Mac ** UPDATE ** online without registration, duration hours minute second in high quality. This video was added by user MadeEasyTutorials 19 August 2012, don't forget to share it with your friends and acquaintances, it has been viewed on our site 5,703 once and liked it 23 people.