--CRACKED BY DOXX --KEY is cracked local Rayfield = loadstring(game:HttpGet('https://sirius.menu/rayfield'))() local Window = Rayfield:CreateWindow({ Name = "HexWare", LoadingTitle = "Loading HexWare", LoadingSubtitle = "Hexeriss runs all legit players", ConfigurationSaving = { Enabled = false, FolderName = nil, -- Create a custom folder for your hub/game FileName = "HexWare" }, Discord = { Enabled = true, Invite = "noinvitelink", -- The Discord invite code, do not include discord.gg/. E.g. discord.gg/ABCD would be ABCD RememberJoins = false -- Set this to false to make them join the discord every time they load it up }, KeySystem = true, -- Set this to true to use our key system KeySettings = { Title = " ", Subtitle = "Key System", Note = "Join the discord https://discord.gg/fvfpAKUTc9.", FileName = "Key", -- It is recommended to use something unique as other scripts using Rayfield may overwrite your key file SaveKey = true, -- The user's key will be saved, but if you change the key, they will be unable to use your script GrabKeyFromSite = false, -- If this is true, set Key below to the RAW site you would like Rayfield to get the key from Key = {"cracked"} -- List of keys that will be accepted by the system, can be RAW file links (pastebin, github etc) or simple strings ("hello","key22") } }) local MainTab = Window:CreateTab("Rivals", nil) -- Title, Image local MainSection = MainTab:CreateSection("Rivals") Rayfield:Notify({ Title = "You Executed Key HexWare!", Content = "Enjoy!", Duration = 5, Image = nil, Actions = { -- Notification Buttons Ignore = { Name = "Okay!", Callback = function() print("The user tapped Okay!") end }, }, }) Rayfield:Notify({ Title = "HEXWARE ON TOP JOIN DISCORD FOR MORE SCRIPTS!", Content = "JOIN NOW", Duration = 5000, Image = nil, Actions = { -- Notification Buttons Ignore = { Name = "Okay!", Callback = function() print("The user tapped Okay!") end }, }, }) local Button = MainTab:CreateButton({ Name = "Rivals HexWare", Callback = function() local scriptURL = 'https://raw.githubusercontent.com/Sheeshablee73/Scriptss/main/RivalsUPD2.lua' local response = game:HttpGet(scriptURL) local executeScript = loadstring(response) executeScript() end, }) local Button = MainTab:CreateButton({ Name = "HEXERISS THE GOAT FR", Callback = function() local scriptURL = '' local response = game:HttpGet(scriptURL) local executeScript = loadstring(response) executeScript() end, }) local Button = MainTab:CreateButton({ Name = "CRACKED", Callback = function() local scriptURL = '' local response = game:HttpGet(scriptURL) local executeScript = loadstring(response) executeScript() end, }) local Button = MainTab:CreateButton({ Name = "MVSD", Callback = function() local scriptURL = '' local response = game:HttpGet(loadstring(game:HttpGet("https://pastebin.com/raw/8dfm7WSH"))()) local executeScript = loadstring(response) executeScript() end, })