local Key = "VXSPOT" local Target = "https://vxspot-scripts.vercel.app/script/lua" if Key == "VXSPOT" then loadstring(game:HttpGet(Target))() else error("ACCESS DENIED") end