How to make an Auto-Typer for Mac - No Download Necessary!

Опубликовано: 03 Июль 2026
на канале: Purely Bald
35,892
219

Hey guys, this is Kevin, bringing you guys a different type of video than usual. A lot of people have asked how to get an auto typer for macs and I was curious myself. So I made a code sample in AppleScript.

Here's the code for the script that I currently use:

tell application "System Events"
set texttosay to "Sample Text"
display dialog "Text to type:" default answer "white: "
set texttosay to the text returned of the result
repeat
activate application "Safari"
delay 2
repeat 1000 times
keystroke texttosay
delay 3.5
keystroke return
end repeat

display dialog the "Do you want to quit?" buttons {"Continue", "Quit"} default button 1
if the button returned of the result is "Quit" then
exit repeat
end if
end repeat
end tell

Also, Here's a link to the webpage I showed in the video:
http://www.sythe.org/archives/438387-...