local function ZomgYUSoSmart(Input)
local Output = ""
for Byte in Input:gmatch("(%d+)") do
Output = Output .. string.char(tonumber(Byte))
end
return Output
end
print(ZomgYUSoSmart(ZomgYUSoSmart("56 51 32 49 48 52 32 49 49 52 32 49 48 49 32 49 48 55 32 49 48 55 32 49 48 49 32 49 48 48 32 51 50 32 49 48 53 32 49 49 48 32 51 50 32 49 49 54 32 49 48 52 32 49 48 49 32 51 50 32 57 56 32 49 49 55 32 49 48 57"))) |