local Rayfield = loadstring(game:HttpGet('https://sirius.menu/rayfield'))()local Window = Rayfield:CreateWindow({
Name = "sexsaken",
Icon = 0, -- Icon in Topbar. Can use Lucide Icons (string) or Roblox Image (number). 0 to use no icon (default).
LoadingTitle = "HACKING;3",
LoadingSubtitle = "by Lover",
ShowText = "Sexsaken (maded by Lover)", -- for mobile users to unhide rayfield, change if you'd like
Theme = "Default", -- Check https://docs.sirius.menu/rayfield/configuration/themes
ToggleUIKeybind = "K", -- The keybind to toggle the UI visibility (string like "K" or Enum.KeyCode)
DisableRayfieldPrompts = false,
DisableBuildWarnings = false, -- Prevents Rayfield from warning when the script has a version mismatch with the interface
ConfigurationSaving = {
Enabled = true,
FolderName = nil, -- Create a custom folder for your hub/game
FileName = "SEXSAKEN"
},
Discord = {
Enabled = false, -- Prompt the user to join your Discord server if their executor supports it
Invite = "noinvitelink", -- The Discord invite code, do not include discord.gg/. E.g. discord.gg/ ABCD would be ABCD
RememberJoins = true -- 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 = "Untitled",
Subtitle = "Key System",
Note = "No method of obtaining the key is provided", -- Use this to tell the user how to get a key
FileName = "Key", -- It is recommended to use something unique as other scripts using Rayfield may overwrite your key file
SaveKey = false, -- 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 = {"ILUVYOU"} -- List of keys that will be accepted by the system, can be RAW file links (pastebin, github etc) or simple strings ("hello","key22")
}
})
local Tab = Window:CreateTab("credits", 4483362458)
local Tab = Window:CreateTab("stamina hacks<3",4483362458)
local Toggle = Tab:CreateToggle({
Name = "Infinite stamina",
CurrentValue = false,
Flag = "Toggle1", -- A flag is the identifier for the configuration file, make sure every element has a different flag if you're using configuration saving to ensure no overlaps
Callback = function(Vaule)
local Sprinting = game:GetService("ReplicatedStorage").Systems.Character.Game.Sprinting
local stamina = require(Sprinting)
stamina.MaxStamina = 100 -- Maximum stamina
stamina.MinStamina = -20 -- Minimum stamina
stamina.StaminaGain = 100 -- Stamina gain
stamina.StaminaLoss = 5 -- Stamina loss
stamina.SprintSpeed = 30 -- Sprint speed
stamina.StaminaLossDisabled = true -- Disable stamina drain (true/false)
end,
})
local Tab = Window:CreateTab("esp", 4483362458) -- Title, Image
local Button = Tab:CreateButton({
Name = "Esp all out line",
Callback = function()
local playersFolder = workspace:WaitForChild("Players")
local killersFolder = playersFolder:WaitForChild("Killers")
local survivorsFolder = playersFolder:WaitForChild("Survivors")
local spectatorsFolder = playersFolder:WaitForChild("Spectating")
-- Function to add a highlight to a model
local function addHighlight(model, color)
if model:FindFirstChild("VIP_Highlight") then return end
local h = Instance.new("Highlight")
h.Name = "VIP_Highlight"
h.FillColor = color
h.OutlineColor = Color3.new(0,0,0)
h.Adornee = model
h.Parent = model
end
-- Function to apply highlights to all children of a folder
local function applyHighlights(folder, color)
for _, model in ipairs(folder:GetChildren()) do
addHighlight(model, color)
end
end
-- Apply highlights immediately when the script runs
applyHighlights(killersFolder, Color3.fromRGB(255, 60, 60)) -- Red for Killers
applyHighlights(survivorsFolder, Color3.fromRGB(60, 255, 60)) -- Green for Survivors
applyHighlights(spectatorsFolder, Color3.fromRGB(60, 150, 255)) -- Blue for Spectators
-- Automatically highlight new players added later
killersFolder.ChildAdded:Connect(function(model)
addHighlight(model, Color3.fromRGB(255, 60, 60))
end)
survivorsFolder.ChildAdded:Connect(function(model)
addHighlight(model, Color3.fromRGB(60, 255, 60))
end)
spectatorsFolder.ChildAdded:Connect(function(model)
addHighlight(model, Color3.fromRGB(60, 150, 255))
end)
local Button = Tab:CreateButton({
Name = "ESP ALL",
Callback = function()
loadstring(game:HttpGet('https://raw.githubusercontent.com/Gazer-Ha/Forsakontol/refs/heads/main/Esp%20fix'))()
end,
})
end,
})
local Tab = Window:CreateTab("Misc", 4483362458) -- Title, Image
local Tab = Window:CreateTab("speed hacks", 4483362458) -- Title, Image
local Button = Tab:CreateButton({
Name = "set speed 40",
Callback = function()
local Sprinting = game:GetService("ReplicatedStorage").Systems.Character.Game.Sprinting
local stamina = require(Sprinting)
stamina.MaxStamina = 100 -- Maximum stamina
stamina.MinStamina = -20 -- Minimum stamina
stamina.StaminaGain = 100 -- Stamina gain
stamina.StaminaLoss = 5 -- Stamina loss
stamina.SprintSpeed = 40 -- Sprint speed
stamina.StaminaLossDisabled = true -- Disable stamina drain (true/false)
local Button = Tab:CreateButton({
Name = "set 35",
Callback = function()
local Sprinting = game:GetService("ReplicatedStorage").Systems.Character.Game.Sprinting
local stamina = require(Sprinting)
stamina.MaxStamina = 100 -- Maximum stamina
stamina.MinStamina = -20 -- Minimum stamina
stamina.StaminaGain = 100 -- Stamina gain
stamina.StaminaLoss = 5 -- Stamina loss
stamina.SprintSpeed = 40 -- Sprint speed
stamina.StaminaLossDisabled = true -- Disable stamina drain (true/false)
end,
})
end,
})
Comments
Give feedback If you Are unhappy!
Forsaken scripts try not to paste or use chatgpt challenge GO!