Keyword: LOOP - Loop command

Keywords are used within scripts that enabled powerful features such as dynamic variables, clipboard manipulation, read/write files, mimic inputs and more.
User avatar
YiMeng
Author
Posts: 238
Joined: Sat Jul 18, 2020 10:58 pm
Location: NY
Contact:

Keyword: LOOP - Loop command

Unread post by YiMeng »

Description
  • Perform script commands indefinitely.

Parameters
  • x: The line command.

Usage
  • LOOP x
  • LOOP 1,2,3
    • Will simulate pressing 1, 2 and 3 keys in sequence indefinitely.