Jump to content
✨ STAY UP TO DATE WITH THE WORLD TOUR ✨

Relax, we understand j00


Rain

Recommended Posts

A = 4 OR @

B = 8

C = (

d = |)

...and so on.

 

While I was searching for a website that gives the full dictionary I found this:

 

1337

226 votes

 

Once used by the hacker community as sort of a sub-culture language, ANYONE using this type of speak in the present day in age is either:

 

A) A clueless net newbie who somehow thinks its still "cool" to speak this way.

 

B) A veteren net user who uses it to parody the type of people mentioned in example A.

 

u r n0t 1337 d00d!!11

 

 

:lol:

 

Anyways... full dictionary:

http://en.wikipedia.org/wiki/Leet#Common_letter-to-number_or_letter-to-symbol_translations

 

Main page:

http://en.wikipedia.org/wiki/Leet

 

 

_|00 607 |*\^/|\|3|)

Link to comment
Share on other sites

for(int j = 0; j <= 19; j++)

{

if( isupper (string[j]) )

i = (int) 'A';

else if( islower ( (int) string[j] ) )

i = (int) 'a';

 

if( isalpha( string[j] ) )

{

string[j] = string[j] - i;

string[j] = string[j] + 1;

string[j] = string[j] % 26;

string[j] = string[j] + i;

}

}

 

Yo soy leet. :dozey:

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...