1REM Example Jitter 2 3ATTACKMODE HID STORAGE 4DELAY 2000 5 6$_JITTER_ENABLED = TRUE 7WHILE TRUE 8 STRINGLN The quick brown fox jumps over the lazy dog 9END_WHILE 10 11 12REM The test string is typed continuously with a modulated delay between each key press. 13