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...