August 16, 201510 yr How to make a Mac Auto Typer without a program,here we go.Step 1:Open Script Editor and write down these lines.NOTE: Don't copy and paste.Step 2:tell application "System Events"set textToType to "PLACE TEXT HERE"delay 3repeatdelay 1keystroke textToTypekeystroke returnend repeatend tell
Create an account or sign in to comment