It's for a game where you type a-z as fast as you can. Is there any way i could cheat and not actually have to type the keys?
tell application "System Events"
delay 3
beep
delay 0.5
beep
delay 2
repeat 10 times
keystroke "a"
keystroke "b"
keystroke "c"
keystroke "d"
keystroke "e"
keystroke "f"
keystroke "g"
keystroke "h"
keystroke "j"
keystroke "i"
keystroke "k"
keystroke "l"
keystroke "m"
keystroke "n"
keystroke "o"
keystroke "p"
keystroke "q"
keystroke "r"
keystroke "s"
keystroke "t"
keystroke "u"
keystroke "v"
keystroke "w"
keystroke "x"
keystroke "y"
keystroke "z"
end repeat
end tell