Vertical Name
About the bug
The vertical name exploit is essentially a way to use line-break or new-line characters in your ingame’s display name. This allows your name to be in multiple lines at once. An example is shown below.

Discovery
The bug was discovered in late 2019 by Sonic and was partly featured in this video. While back then it was not considered an “exploit”, the developers patched the old method months after its discovery. It is important to say that the old exploit did not only include the vertical name bug but also allowed to have multiple characters in the same line, resulting in interesting possible name combinations as shown in the video and in the image below.
Technical description & timeline
- 2019 - 2020 Summer: You were able to simply copy paste a new line character into your display name for it to show ingame (e.g. by writing a name in an editor over multiple lines and copying it).
- 2021 - 2022: This method was fixed when they introduced a blacklist, that blocked certain characters like the
0x0D New Line
from being in your display name. Having those characters in your name would result in a blank name. This was easy to bypass by using0x0B Vertical Tabulation
. At that time another character,0x03 End of Text
, was found, which still works as of today. This character forces the display name to be one character each line turning the whole name vertical. However this only lets you put one character per line.
Right after the discovery of the0x03 End of Text
character, the tool Vertical Display Name Generator was created.
- 2022 - Now: The
0x0B Vertical Tabulation
character was blacklisted very quickly. This left us with only theEnd of Text
method for months. After trying out different characters featured in Unicode tables, a new character was discovered and added to the Vertical Display Name Generator. It was the character0x2028 Line Separator
. Multi-Line Multi-Word Display names were back! This character acted just like a normal new-line character but with 2 bytes instead of 1, which had the unfortunate side effect of the display names’ size being limited due to ZombsRoyale’s serverside kick when a display name exceeds its length limit.
Future of vertical name
The vertical name was patched multiple times in the past for multiple reasons:
- The characters being leaked.
- People overusing them in events.
As of writing this, the vertical name has been working flawlessly for over 3 years. Considering this, it is very unlikely for the game developers to put efforts into patching this bug anytime in the future.