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, duration hours minute second in high quality that is uploaded to the channel MadeEasyTutorials 19 August 2012. Share the link to the video on social media so that your subscribers and friends will also watch this video. This video clip has been viewed 5,703 times and liked it 23 visitors.