-- [[ 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 ]] --[[rscripts:analytics:start]] -- Script analytics (enabled by the creator on rscripts.net). -- Runs in its own thread and cannot affect the script below. task.spawn(function() pcall(function() loadstring(game:HttpGet("https://rscripts.net/api/telemetry/client.lua?s=6aa1ef3d115b852e379fd947"))() end) end) --[[rscripts:analytics:end]] -- Protected by [https://keyforge.win] authentication service local s=game:HttpGet("https://www.keyforge.win/v1/load/cmtss116w05wec3p4mzu8bjzg?e=1&script=cmtun7t4300yovkp4cxte2elh&lsig=JjW-wX-MxFaeyu8ufQ0J5L5ZbBNhIFv_GeRdu8GV3H4".."&_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()