-- fixed loadstring -- loadstring(game:HttpGet("https://raw.githubusercontent.com/tomatotxt/code/refs/heads/main/rayfield"))() local oldhttpget oldhttpget = hookfunction(game.HttpGet, function(self, url, ...) if url == "https://sirius.menu/rayfield" or url == "https://raw.githubusercontent.com/SiriusSoftwareLtd/Rayfield/main/source.lua" then return oldhttpget(self, "https://raw.githubusercontent.com/tomatotxt/code/refs/heads/main/rayfield", ...) end return oldhttpget(self, url, ...) end) local ishooked ishooked = hookfunction(isfunctionhooked, function(func, ...) if func == game.HttpGet then return false end return ishooked(func, ...) end) print("Sirhurt RayField Fix Ready.")