Home All Tools

Text Macro Tool

Input your text with [i] and set a range. e.g “This is message number [i]” or “ShiftBits(1,[i])”. Simple mathematical formulas can also be typed in like [i+2], [i*10], [100-i]. Multiple i terms can be used in the input. e.g “[i]: [(i*2)+3]”. Advanced mode can be used for multi-line macros, and different formatting from [i] e.g <a>

≤ i ≤
New Line
Flip Order

Tips:
Use [rand(m,n)] for m≤x≤n to get a random value!
Use % for modulo in your mathematical expressions e.g [(i%2)] [(i*5)%7] or [(i%2)*8]