-- [[ Rscripts Risk Notice ]] -- This script is not verified by rscripts.net. Deal with caution. -- -- Stay safe: -- • Never log in on unofficial Roblox sites or lookalike domains. -- • Real Roblox links use roblox.com (check the .com ending). -- • Treat fake Roblox login / "claim reward" pages as phishing. -- [[ End Rscripts Risk Notice ]] -- Protected by [https://keyforge.win] authentication service _G.script_key = "KF-XXXX-XXXX-XXXX" local s=game:HttpGet("https://www.keyforge.win/v1/load/cmttrbzlo00mquap4gmstuwrw?e=1&script=cmttre3nw00n9uap4v47jha7z&lsig=X5iAqmTYp8c8e8TcTgrgPLPnkIXrX9rAqwYSqMyxbIg&key=" .. _G.script_key.."&_cb="..tostring(os.clock()).."-"..tostring(math.random(1,1e9)),true) local R=type(Real)=="table"and Real local G=type(getgenv)=="function"and select(2,pcall(getgenv)) local c={} if R then if type(R.loadstring)=="function" then c[#c+1]=R.loadstring end if type(R.load)=="function" then c[#c+1]=R.load end end if type(G)=="table" then if type(G.Real)=="table" then if type(G.Real.loadstring)=="function" then c[#c+1]=G.Real.loadstring end if type(G.Real.load)=="function" then c[#c+1]=G.Real.load end end if type(G.loadstring)=="function" then c[#c+1]=G.loadstring end if type(G.load)=="function" then c[#c+1]=G.load end end if type(loadstring)=="function" then c[#c+1]=loadstring end if type(load)=="function" then c[#c+1]=load end local ok,fn for i=1,#c do ok,fn=pcall(c[i],s) if ok and type(fn)=="function" then break end end assert(ok and type(fn)=="function","[Keyforge Auth] "..tostring(fn or "no loader")) fn()