Leet translater :input:

By berend on Jun 03, 2011

/leet on = to turn it on
/leet off = to turn it off

Just write something when leet is on. And it will translate:

(/leet on) L33tsp34k enebled.
[23:06:09] <@berend> 17 \/\/0|?|c5 /=1/\3.
(/leet off)L33tsp34k Disabled
[23:06:15] <@berend> It works fine.
(/leet on) L33tsp34k enebled.
(/leet on) L33tsp34k is already enebled.
(/leet off) L33tsp34k Disabled
(/leet off) L33tsp34k is already disabled.

alias leet {
  if ($1 == on) { 
    if (%leet == on) {
      echo L33tsp34k is already enebled. 
      HALT 
    }
    else { set %leet on 
      echo L33tsp34k enebled. 
    }
  }
  if ($1 == off) { 
    if (%leet == $null) { 
      echo L33tsp34k is already disabled. 
    HALT }
    else {
      unset %leet 
    echo L33tsp34k Disabled }
  }
}
on *:input:*: { 
  if (%leet == on) {
    if (/ isin $1-) { $1- | halt }
    haltdef
    say $replace($1-,a,4,b,8,c,<,d,>,e,3,f,/=,g,6,h,|-|,i,1,j,1,k,|c,l,|,m,/\/\,n,/\,o,0,p,|*,q,9,r,|?,s,5,t,7,u,|_|,v,\/,w,\/\/,x,><,y,`/,z,-/_) 
  }
}

Comments

Sign in to comment.
berend   -  Jan 10, 2020

O man is this funny to read back

 Respond  
napa182   -  Jun 04, 2011

AnnieJames what are you on about besides rambling about social networking technologies
cough spam cough

 Respond  
AnnieJames   -  Jun 04, 2011

The third generation of social-networking technology has hit the Web, and it's about content as much as contacts.Although advances in social networking technologies allow for new and perhaps more efficient means of learning and communicating...Annie

 Respond  
napa182   -  Jun 04, 2011

Just a thought, you can use a socket to do this as well. That way you can translate all different kinds of leet talk.

 Respond  
berend   -  Jun 04, 2011
blackvenomm666   -  Jun 04, 2011

i didnt say ALL i said the one i use haha. i know ther are diff forms of leet i said that in a comment up ^^^^there. the one i used is just one form of it although technically could prolly translate most of em. be easier to do so using google translator and a socket script but i dont do socket scripts much @me being a noob with them

 Respond  
berend   -  Jun 04, 2011

It doesn't translate all leet letters only a few. Everybody speaks leet at a other way :p

 Respond  
blackvenomm666   -  Jun 04, 2011

ok here ya go lego

Menu Nicklist, {
  .l33t
  ..on: set %l33ttalk on
  ..off: set %l33ttalk off
  .Translation
  ..transtoengon: .set %tr4nstoeng on
  ..transtoengoff: .set %tr4nstoeng off
  ..transtol33ton: .set %transtol33t on
  ..transtol33toff: .set %transtol33t off
}
on *:Input:#: {
  if (%l33ttalk == on) { 
    msg $active $replace($1-,t,+,a,4,e,3,s,z,i,1,o,0,H,|-|,K,|<,A,@,M,|\/|) | halt
  }
}
on ^*:TEXT:*:*:{
  if (%transtol33t == on) { 
    echo $active $nick $replace($1-,t,+,a,4,e,3,s,z,i,1,o,0,H,|-|,K,|<,A,@,M,|\/|)
    haltdef
  }
  elseif (%tr4nstoeng == on) {
    echo  $active $nick $replace($1-,+,t,4,a,3,e,z,s,1,i,0,o,|-|,h,|<,k,@,A,|\/|,M)
    haltdef
  }
}
on ^*:ACTION:*:*:{
  if (%transtol33t == on) { 
    echo $active $nick $replace($1-,t,+,a,4,e,3,s,z,i,1,o,0,H,|-|,K,|<,A,@,M,|\/|)
    haltdef
  }
  elseif (%tr4nstoeng == on) {
    echo  $active $nick $replace($1-,+,t,4,a,3,e,z,s,1,i,0,o,|-|,h,|<,k,@,A,|\/|,M)
    haltdef
  }
}
 Respond  
berend   -  Jun 04, 2011

Show me that translater then. I'm wondering how many leet letters you added to translate back to English. xD

 Respond  
blackvenomm666   -  Jun 04, 2011

i made one of my own not too long ago aha. mine does the on input like yours but also does icoming text so if you were in a room with me talking leet i'd see it in english:)

 Respond  
berend   -  Jun 04, 2011

lol thanks for the comment. Was just bored so i made this :>

 Respond  
blackvenomm666   -  Jun 04, 2011

very true

 Respond  
Jethro   -  Jun 04, 2011

So are many languages and dialects to learn from in the world...:-(

 Respond  
blackvenomm666   -  Jun 04, 2011

only problem really with leet tranlators is there are diff variations of leet.

 Respond  
Jethro   -  Jun 04, 2011

C'mon now, do you expect every person to be a leet reader? :p But for those who can, help themselves. 1+ like.

 Respond  
blackvenomm666   -  Jun 03, 2011

not bad but if your gonna make it speak leet why not do an on text to translate from leet to english? that way if someone starts talking back makes it easier to read it:)

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.