Jump to content

Help Please


Guest Py7|-|[]/\/
 Share

Recommended Posts

Not sure of all the transllations, but here is a start:

$text = InputBox("Reaper/Mephy/this-is-me's 1337 Translator.", "Please type in what you would like to translate into 1337 sp34k.")

$replace = StringSplit("4,b,c,d,3,f,g,h,1,j,k,1,m,n,0,p,q,r,s,7,u,v,w,x,y,z", ",")
$find = StringSplit("a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z", ",")

for $i = 1 to $find[0]
  $text = StringReplace($text, $find[$i], $replace[$i])
Next

InputBox("Here is your translated text.", "", $text)

EDIT: too late, but I'm sure my code is cleaner than whatever you found out.

EDITEDIT: Please give me a list of all translations possible

Edited by this-is-me
Who else would I be?
Link to comment
Share on other sites

Guest Py7|-|[]/\/

Wow, I knew I shouldn't have posted... I already finished it. I'll post my source code in scripts n scraps in a min. I will plan to release a GUI version later with Mephy.

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
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...