RunMacro Documentation
Learn RunMacro from basics to advanced.
Everything you need to start and master RunMacro — from basic commands to advanced automation workflows.

RunMacro Random commands
Pick an item to see a detailed guide.
The Random Name command generates a random full name — Vietnamese or English, full or just first/last — then s…
The Random Username command generates a random username from real names or meaningful words, at a length you s…
The Generate Username from Name command takes a full name (usually from a variable), strips accents, shuffles …
The Random Password command generates a random password of a set length, optionally with letters (guaranteed u…
The Random Integer command generates a random whole number within your range (min to max) and places it in the…
The Random Float command generates a random decimal within a min–max range, lets you pick a dot (.) or comma (…
The Type Random Number command generates a random integer in a range and types it directly into the focused fi…
The Random Delay command pauses the script for a random duration between the min and max you set (in milliseco…
The Random Text command reads a TXT file (one item per line) and picks a random line, saving it to a variable …
The Random Clipboard command picks a random item from an inline list you enter (up to 10) and puts it into the…
The Random Click Position command randomly picks one of several coordinates you saved (up to 10) and moves the…
The Random Online Text command downloads data from a URL (Google Sheet, CSV, pastebin...) and takes a row your…
The Save Ref to TXT command takes the current clipboard content, cleans it (into one line, trimming extra spac…
The Get Ref from TXT command reads the first line of a TXT file into the clipboard. If the file is empty or mi…
The Delete First Line command removes the first non-empty line of a TXT file. It is typically used right after…
RunMacro