Advertisement
minimite

mrgarretocode

Feb 24th, 2015
246
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.28 KB | None | 0 0
  1. NOTE: The original translator can be found at http://mrgarretto.com/secret, if you want to see how accurate this is, just remember to add "^?" at the end of the manual translation!
  2.  
  3. all text is reversed before translating
  4. if you're translating "foo", you would run "oof" through the text procedure.
  5. if you're translating from a text to english, drop "^?" off, that's simply to check if you're translating from or back in MrGarreto's original translator, it's included in every single translation.
  6. here's the codex:
  7. , = 4
  8. ' = 2
  9. ! = 8
  10. . = 5
  11. a = #
  12. b = $
  13. c = !
  14. d = ~
  15. e = &
  16. f = _
  17. g = )
  18. h = :
  19. i = +
  20. j = '
  21. k = .
  22. l = =
  23. m = -
  24. n = ,
  25. o = /
  26. p = >
  27. q = <
  28. r = {
  29. s = @
  30. t = }
  31. u = [
  32. v = 6
  33. w = ]
  34. x = ^
  35. y = *
  36. z = %
  37. if it is a capital letter, put 1 before the symbol.
  38. so, capital Z would be "1%", because % is the symbol and the 1 means it's capital.
  39. any characters not in the above codex can be be ignored, but they still have to be reversed.
  40. if you're translating it through the original translator,
  41. you will want to add "^?" at the end, because this defines if it's translating to or from.
  42. for example:
  43. "vwx" would be run through as "xwv", because we reverse it
  44. then we would make each letter the character
  45. x = ^; w = ], v = 6
  46. so the translation for "vwx" would be "^]6", or "^]6^?".
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement