HOW TO CODE A CUSTOM USERNAME Y̲O̲U̲R̲S̲E̲L̲F̲ (for money wasters) (stop dming me)

BigBallsLarry

BigBallsLarry

𝕸𝖊𝖗𝖈𝖊𝖓𝖆𝖗𝖞 𝕮𝖔𝖗𝖕 🇵🇱 | 𝟐𝟎𝟐𝟓 🥇
Joined
Jun 8, 2025
Posts
20,562
Reputation
79,187
Hey guys, i'm making this thread because my DM boxes get absolutely oblirerated with spam of people wanting me to help them code usernames

1785934520562
1785934550368
1785934564592
1785934598493
1785934641472


It's actually insane how many DMS of this i get when it's so simple, practically 80% of custom usernames you see around the forum are made by me

so from now on instead of wasting hours of my time helping these guys i'll just link this thread so you can do it yourself



Alright so you bought a custom forum username for 300 dollars (lol)
1785934727964
but have no idea how to operate CSS code? THIS IS how you get started!

1. Install stylus browser extension

1785934807936


Stylus is a simple extension that will allow you to test out username style codes as if they were already in the site.

Setting it up is very EASY


- Install stylus

- Write a style for looksmax.org

1785934883858

- Copy your username style code via inspect element
1785934964774

- Paste it into stylus in this format:


CSS:
.username--styleX {


}

- add in whatever u want, and enable

As an example i'll be using @NumbThePain's username

Here is numbs username but blue:

1785935107925
1785935116683

Here it is if we added 10px blur drop shadow:

1785935285121
1785935289939


I'm sure you get the gist by now

1.5 inspect element is a cheat code

if you see any username you like, just right click it, inspect element it, and you'll see EXACTLY how it's made

For example, let's say i'm a cocksucking copycat and i want to copy @NorwoodAscender username

I inspect element it, and BOOM, it's right there!

1785936500257


wow! life has never been easier


2. B-b-but i don't know how to code!!! :feelsohgod::feelsohgod:

nigga, it's 2026, use AI you fucking dumbass.

1785935436867
1785935466312


CSS is so insanely simple that a monkey can figure it out, and you're born in an age where AI is available for FREE. You can literally use it to your advantage to make any username you could ever want.

The rule is, don't let AI make your entire username by itself. Use it to TEACH YOU features and put those features to use yourself.

Some important features you'll most likely want to add to your username:

font-size:


controls the size of your username
font-weight:

controls the boldness of your username


letter-spacing:

controlls the spacing between the letters in your username


color:

base color of your username


text-shadow: X Y blur color

adds a shadow to your text and controls the X Y and blur colors with px and color with hex


filter: drop-shadow()

same thing as text shadow but for the entire username and not just text


filter can also do many more things

1785935956355


background: url()

adds gif to background from url


font-family:

changes font of your username


-webkit-text-stroke:

adds text stroke


animation:

adds an existing keyframe to the username (for example godlyanim)


cursor: url()

changes your cursor to a custom png on hover


background-size:, background-position:, background-clip:

transforms your background


padding:

increases your usernames padding, good for big backgrounds


3. some rules

Because of limitations to how the 'adding usernames' plugin works, some features are limited, for example:

- adding your own keyframes
- using ::before, ::after, or any other elements that go outside of your .username--style element.
- "zoom" feature, messes with the sites UI too much
- "transform:" doesn't work


i hope no one dms me again after this incel loser thread
 
Last edited:
  • +1
  • Woah
Reactions: socio, KronionTheGreat, vision_n and 16 others
@Vrilltrum
 
  • +1
Reactions: KronionTheGreat, xenovia, anondude and 2 others
bro why did you make this
 
  • +1
  • JFL
Reactions: KronionTheGreat, catastropy, shedontluv-U and 6 others
will do when I have more money
Thanks
 
  • +1
Reactions: HappyChud, iblamexyz and BigBallsLarry
@xenovia
 
  • +1
Reactions: xenovia and BigBallsLarry
Good thread but I'll never use ts
 
  • +1
Reactions: iblamexyz and BigBallsLarry
Hey guys, i'm making this thread because my DM boxes get absolutely oblirerated with spam of people wanting me to help them code usernames

View attachment 5469058View attachment 5469061View attachment 5469064View attachment 5469069View attachment 5469072

It's actually insane how many DMS of this i get when it's so simple, practically 80% of custom usernames you see around the forum are made by me

so from now on instead of wasting hours of my time helping these guys i'll just link this thread so you can do it yourself



Alright so you bought a custom forum username for 300 dollars (lol) View attachment 5469077 but have no idea how to operate CSS code? THIS IS how you get started!

1. Install stylus browser extension

View attachment 5469081

Stylus is a simple extension that will allow you to test out username style codes as if they were already in the site.

Setting it up is very EASY


- Install stylus

- Write a style for looksmax.org

View attachment 5469088
- Copy your username style code via inspect element
View attachment 5469092
- Paste it into stylus in this format:


CSS:
.username--styleX {


}

- add in whatever u want, and enable

As an example i'll be using @NumbThePain's username

Here is numbs username but blue:

View attachment 5469119View attachment 5469121
Here it is if we added 10px blur drop shadow:

View attachment 5469137View attachment 5469138


I'm sure you get the gist by now

1.5 inspect element is a cheat code

if you see any username you like, just right click it, inspect element it, and you'll see EXACTLY how it's made

For example, let's say i'm a cocksucking copycat and i want to copy @NorwoodAscender username

I inspect element it, and BOOM, it's right there!

View attachment 5469238


wow! life has never been easier


2. B-b-but i don't know how to code!!! :feelsohgod::feelsohgod:

nigga, it's 2026, use AI you fucking dumbass.

View attachment 5469151View attachment 5469152

CSS is so insanely simple that a monkey can figure it out, and you're born in an age where AI is available for FREE. You can literally use it to your advantage to make any username you could ever want.

The rule is, don't let AI make your entire username by itself. Use it to TEACH YOU features and put those features to use yourself.

Some important features you'll most likely want to add to your username:

font-size:


controls the size of your username
font-weight:

controls the boldness of your username


letter-spacing:

controlls the spacing between the letters in your username


color:

base color of your username


text-shadow: X Y blur color

adds a shadow to your text and controls the X Y and blur colors with px and color with hex


filter: drop-shadow()

same thing as text shadow but for the entire username and not just text


filter can also do many more things

View attachment 5469186

background: url()

adds gif to background from url


font-family:

changes font of your username


-webkit-text-stroke:

adds text stroke


animation:

adds an existing keyframe to the username (for example godlyanim)


cursor: url()

changes your cursor to a custom png on hover


background-size:, background-position:, background-clip:

transforms your background


padding:

increases your usernames padding, good for big backgrounds


3. some rules

Because of limitations to how the 'adding usernames' plugin works, some features are limited, for example:

- adding your own keyframes
- using ::before, ::after, or any other elements that go outside of your .username--style element.
- "zoom" feature, messes with the sites UI too much
- "transform:" doesn't work


i hope no one dms me again after this incel loser thread
Bookmarked thanks bhai
 
  • +1
Reactions: BigBallsLarry
  • +1
Reactions: iblamexyz
will do when I have more money
Thanks
if this is such a problem i highly recommend spending it elsewhere than a username color on this shithole
 
  • +1
Reactions: iblamexyz, BigBallsLarry and Dnag
If I ever get a job this will be useful
 
  • +1
Reactions: KronionTheGreat, shedontluv-U and BigBallsLarry
Good thread but I'll never use ts
will do when I have more money
Thanks
good thing is that u can use stylus to customize the site however u want (client-sided) so there's some good stuff in this guide even if u don't buy anything, for example u can make ur background a cool png

1785937112882
1785937118025


not a good example but wtv
 
  • +1
Reactions: ØUROBOROS
  • +1
Reactions: ØUROBOROS
good thread
 
  • +1
Reactions: BigBallsLarry
Ye ye :feelsrope:
 
  • +1
Reactions: BigBallsLarry
bookmarked for when i cop lifetime
 
  • +1
Reactions: BigBallsLarry
nigga will botch the easiest custom and make a guide the next day jfl
 

Similar threads

KronionTheGreat
Replies
6
Views
59
DarkAscender
DarkAscender
xenovia
Replies
8
Views
86
xenovia
xenovia
Banned User
Replies
9
Views
96
Banned User
Banned User
iLdar
Replies
3
Views
39
Prøphet
Prøphet

Users who are viewing this thread

Back
Top
Sponsored
Stake.us
America's #1 Social Casino
Slots, Poker & More
Join Now →