Reply - Raw
if not JSON then
    local function loadpaste(id)
      return loadstring(http.get("http://pastebin.com/raw.php?i=" .. id).readAll())()
    end

    JSON = loadpaste("Za0hcs41")
end