local cloneref = cloneref or function(...) return ... end local http_service = cloneref(game:GetService("HttpService")) -- main crack local old; old = hookfunction(request, newcclosure(function(...) local data = select(1, ...) if data.Url == "https://smokingscripts.org/status" then local result = old(...) if result.Body == http_service:JSONEncode(false) then result.Body = http_service:JSONEncode(true) end return result end return old(...) end)) loadstring(game:HttpGet('https://raw.smokingscripts.org/vertex.lua'))()