of     1   

HaloHalo
#8206984Monday, May 04, 2009 6:25 PM GMT

I like Morse Code.
Rth4isback
#8207023Monday, May 04, 2009 6:27 PM GMT

INSPECTOR MORSE.
Freshbakedpie
#8207037Monday, May 04, 2009 6:28 PM GMT

.. ... / - .... .. ... / --. --- --- -.. / . -. --- ..- --. .... / ..-. --- .-. / -.-- --- ..- ..--..
Lumism
#8207241Monday, May 04, 2009 6:36 PM GMT

I'm not good at Morse Code..
Dr01d3k4
#8207434Monday, May 04, 2009 6:43 PM GMT

Use my Morse Code translator: convert = { 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 = "--.." } numbers = { {1, ".----"}, {2, "..---"}, {3, "...--"}, {4, "....-"}, {5, "....."}, {6, "-...."}, {7, "--..."}, {8, "---..."}, {9, "----."}, {0, "-----"} } function _G.tomorse(str) local sstr = tostring(str) if (sstr == nil) then return str end local a = "" for b = 1, #str do local d = string.lower(string.sub(str, b, b)) if (d == " ") then a = a.."/ " elseif (tonumber(d) ~= nil) then for c = 1, #numbers do if (numbers[c][1] == tonumber(d)) then a = a..""..numbers[c][2].." " end end else for i, v in pairs(convert) do if (d == i) then a = a..""..v.. " " end end end end return a end function _G.tostr(m) local sm = tostring(m) if (sm == nil) then return m end local am = string.gsub(sm, " ", "|") local tbl = { } local curstr = "" local str = "" for a = 1, #am do if (string.sub(am, a, a) ~= "|") then curstr = curstr..""..string.sub(am, a, a) else table.insert(tbl, curstr) curstr = "" end end for b = 1, #tbl do for c = 1, #numbers do if (tbl[b] == numbers[c][2]) then str = str..""..numbers[c][1].. "" end end for i, v in pairs(convert) do if (tbl[b] == v) then str = str..""..tostring(i) end end if (tbl[b] == "/") then str = str.." " end end return str end
Superfastguy
#8207827Monday, May 04, 2009 6:58 PM GMT

.... ..
Freshbakedpie
#8208381Monday, May 04, 2009 7:12 PM GMT

@ Dr01d3k4 -. .. -.-. . --..-- / -.-- --- ..- / -- .- -.. . / --- -. . / .. -. / .-.. ..- .- / -..- -..
flaskjerka
#8208425Monday, May 04, 2009 7:13 PM GMT

..-.-..-....-.-----...-.-.....-.-.----.....---..-...---..-..-.-..-..-..-----....-.-.-..-.-. -.-..-...-..--.--...-.-....-.-..----...-.-.-..-.-.-..-..---- i have no idea what that says heres the only morse code i know ----> ...---... SOS
boeba67
#14234576Monday, September 14, 2009 5:21 PM GMT

no-lives
iplay
#14273588Tuesday, September 15, 2009 10:24 PM GMT

-.-.-. ..-..-........
nooby615
#14278913Tuesday, September 15, 2009 11:57 PM GMT

-.-.-.

    of     1