Advertisement
Narzew

[LE]Text to Int Encoder & Decode Helper

Dec 9th, 2012
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Ruby 0.50 KB | None | 0 0
  1. #**Int Encryption Encoder & Decode Helper by Narzew. LE Language by Narzew. Based on Ruby.
  2. #**You can get LiteElite Interpreter here - http://pastebin.com/hTRNq3Na
  3. mt('encode_ints', ['x'], "return x.downcase.tr(\'abcdefghijklmnopqrstuvwxyz\', \'22233344455566677778889999\')", fl)
  4. mt('decode_ints', ['x'], "return x.gsub(\'2\',\'(abc)\').gsub(\'3\',\'(def)\').gsub(\'4\',\'(ghi)\').gsub(\'5\',\'(jkl)\').gsub(\'6\',\'(mno)\').gsub(\'7\', \'(pqrs)\').gsub(\'8\', \'(tuv)\').gsub(\'9\', \'(wxyz)\')", fl)
  5. ex;cs
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement