This bug allow you to write your username on multiple lines, btw this works only on registration, if you try to edit your username it will show you an error message because you are using non-legit characters (<br/>)
Well, so first you need to go on
, right click on the username textbox and click "Inspect element"
then change input to textarea
This :
To :
Now you have a textarea field where you can write on multiple lines, just enter your username like this :
Code:
USER NAME
Code:
1 2 3 4 5 6 7
To finish, press Register and your username will be on multiple lines (game only) !
Inconvenients : chat won't work with that bug :/






