This tool repeats a snippet of text a chosen number of times and joins the copies with a separator you pick — the quick way to fill a chat, build a dramatic countdown, or pad a message for social-media effect.
Separator modes:
- Inline — all copies on one line, separated by a single space:
Hi Hi Hi. Compact, good for chat spam or filling a single line.
- New line — each copy on its own line:
Hi\nHi\nHi. Good for stacking messages or filling a column.
- Countdown — each line is prefixed with a number counting down to 1:
3. Hi\n2. Hi\n1. Hi. Great for dramatic build-ups, hype counts, or "T-minus" style announcements.
How it works:
- You provide the text, a repeat count (1–1000), and a separator mode.
- The tool builds
count copies and joins them by the mode's rule.
- In Countdown mode the number starts at your count and decreases each line.
Good to know: a count of 1 just returns the text once (no separator added). Very large counts produce very large output — the cap is 1000 to keep things sane. Multi-line input (with its own line breaks) is preserved inside each copy.