to generate a number between 0 and 4, which is useful for making macros look more "human".
for a specific task, like an auto-clicker or a basic login macro?
| Command | Description | |---------|-------------| | label name | Jump target | | jmp label | Unconditional jump | | if condition, jmp label | Conditional jump | | gosub label | Call subroutine | | return | Return from subroutine | | halt | Stop script | | wait ms | Pause (milliseconds) |