Copy and Paste Anything 100 Times
A text repeater that takes any word, phrase or emoji and hands back 100, 1000 or 10000 copies with your choice of separator, a live character count, and a download for the blocks too big to paste.
Every page in this section
- Times Table 1 to 1004,400/mo AT KD 1 AND ELEVEN MIRROR PHRASINGS THAT ARE ALL ONE PAGE - 'times table 1-100',
- Do a Barrel Roll 100 TimesTHE HIGHEST-VOLUME TERM IN THE ENTIRE xN WING - 3,600/mo AT KD 0 - AND I AM CALLING IT A L
- Flip a Coin 100 Times2,900/mo AT KD 0 AND GENUINELY SOFT - THIS IS THE SECOND-BEST OPPORTUNITY IN THE WHOLE xN
- I Love You, 100 TimesTHE BIGGEST SINGLE PRIZE IN THE xN WING AND A TEXTBOOK MIRROR PAIR: 'i love you 100 times
- Times Table Chart, 1 to 1001,300/mo AND ELEVEN MORE MIRRORS, ALL AT KD 0-7, AND IT IS A SEPARATE PAGE FROM /times-tab
- I Love You, 10,000 Times880/mo AT KD 0 AND A SPACING TRAP WORTH KNOWING ABOUT
- The 100 Times Table880/mo ACROSS A DOZEN PHRASINGS AND A GENUINE AMBIGUITY THAT THE PAGE MUST RESOLVE IN ITS
- Single Times Tables, Up to 100THE LONGEST TAIL IN THE MATH SUB-CLUSTER AND THE ONE THAT ADDS UP TO THE MOST: 3x up to 10
- Hi, 1000 Times590/mo AT KD 0 AND THE PUREST SPAM-A-FRIEND QUERY IN THE SET
- Say 67, 100 Times390/mo AT KD 7, THE HIGHEST-VOLUME TEXT-REPEAT TERM IN THE WING AFTER THE 'I LOVE YOU' FAM
- I Love You, 1000 TimesTHE SECOND MIRROR PAIR: 'i love you 1000 times copy and paste' 320 and 'copy and paste i l
- Say Suki 100 Times260/mo AT KD 0 AND THE PAGE MOST LIKELY TO BE MISUNDERSTOOD BY WHOEVER WRITES IT, SO READ
- I Love U, 100 TimesTHE ABBREVIATED SPELLING IS ITS OWN PAGE, AND THAT IS NOT A CANNIBALIZATION MISTAKE - IT I
- Press the Button 100 Times170/mo AT KD 0 AND THE CHEAPEST REAL TOOL PAGE IN THE WING - a click counter is fifteen li
- Please, 100 TimesTHREE COUNTS, ONE PAGE, 250/mo TOTAL
- Happy Birthday, 1000 Times90/mo AT KD 0, AND THE ONE xN PAGE WITH A NATURAL BRIDGE INTO THE EMOJI SIDE OF THE SITE
- I Miss You, 10,000 Times70/mo AT KD 0 - SMALL, BUT IT COSTS ALMOST NOTHING BECAUSE IT IS THE SAME TEMPLATE AS THE
- Sorry, 10,000 Times70/mo AT KD 0, AND NOTE THE UNUSUAL PHRASING IN THE PRIMARY: 'sorry WRITTEN 10000 times',
- No, 1000 Times70/mo AT KD 0 ON THE COPY-PASTE PHRASING, WITH A 320/mo SHADOW BEHIND IT THAT NEEDS HANDLI
- Yes, 1000 Times50/mo PRIMARY, ~200/mo CLUSTER ONCE 'yes 100 times copy and paste' (40) AND 'yes written 1
- Te Amo, 100 Times50/mo AT KD 0, AND THE ONLY NON-ENGLISH PAGE IN THE WING - WHICH IS EXACTLY WHY IT IS WORT
What the tool does
Put anything in the box — a word, a sentence, an emoji, a line of ASCII art — set a count, and the output fills with that text repeated that many times. The presets are 100, 500, 1000 and 10000, and the count field accepts any number you type. The separator control decides what sits between the copies:
- None — one continuous run. Best for a single word you want to look like a wall.
- Space — reads as a sentence that will not stop, and wraps naturally inside a chat bubble.
- Comma — for a list you are pasting into a spreadsheet cell or a form field.
- New line — one per line. This is what most people actually want; it makes a long block scrollable instead of solid.
- Numbered — 1., 2., 3. down the left. The format asked for when a phrase has to be written out a set number of times.
Character and word counts update as you type, and past 5,000 repeats a Download .txt link appears, because that is roughly where a phone clipboard stops being comfortable to work with.
How big the block actually gets
The size is only ever phrase length times count. Counting the separator as part of the phrase, that works out like this:
| Repeats | “hi ” (3 characters) | “I love you ” (11) | “Happy birthday ” (15) |
|---|---|---|---|
| 100 | 300 | 1,100 | 1,500 |
| 500 | 1,500 | 5,500 | 7,500 |
| 1,000 | 3,000 | 11,000 | 15,000 |
| 10,000 | 30,000 | 110,000 | 150,000 |
Past a few thousand characters a message field will truncate the block, hide it behind a “read more”, or refuse it. That is the field doing its job, not the tool failing. Drop the count or take the .txt.
How to repeat a word 100 times without a tool
Worth knowing when you are offline, or when the text has to end up inside a document rather than a chat:
- Excel or Google Sheets. Type the phrase in cell A1. Hover the bottom-right corner of the cell until the pointer becomes a cross, then drag down to row 100. Select the column and copy. Paste into a plain-text editor first if you want clean lines without the cell formatting riding along.
- Word or LibreOffice Writer. Type the phrase once. Open Find and Replace, put the phrase in the Find box and the same phrase written twice in the Replace box, then Replace All. Each pass doubles the total — 1, 2, 4, 8, 16, 32, 64, 128 — so seven passes takes one copy past a hundred.
- A console. In Python, print(“I love you\n” * 100). In a browser developer console, “hi “.repeat(1000). Both hand back the raw string with no formatting attached.
The pre-filled pages
If your phrase is one of the common ones, use its own page instead. The block is already generated there, above the fold, with nothing to type and no button to press:
- I love you 100 times — plain, heart-separated, one per line or numbered.
- I love you 1000 times and 10000 times, the second with a warning about what 110,000 characters does to a chat app.
- I love u 100 times for the short spelling, which produces a different string and therefore gets a different page.
- Hi 1000 times, no 1000 times and please 100 times — the annoy-a-friend set.
- Happy birthday 1000 times for the group chat, and sorry 10000 times for the aftermath.
Where it goes wrong
- Username and display-name fields. One line, low character cap. New-line separators are stripped on paste and the remainder is cut off.
- Screen readers. A repeated phrase is read out once per repeat. A thousand copies is a thousand readings, with no way to skip ahead. Never send a wall of text to someone who uses one.
- Emoji in the phrase. An emoji counts as more than one character in most length limits, so a block with hearts in it hits the cap sooner than the table above suggests.
- Older phones. Pasting a hundred thousand characters into a message box can lock the keyboard for several seconds while the field re-renders. Nothing is broken; it is just working.
- Sending it. Chat platforms rate-limit and mute. A wall of text is the fastest way to get muted by a moderator or by your friend.