if getgenv().SpawnistAreGay then game.StarterGui:SetCore("SendNotification", { Title = "Spawn Protection Bypass", Text = "Already executed!", Duration = 5 }) return end getgenv().SpawnistAreGay = true local ReplicatedStorage = game:GetService("ReplicatedStorage") local Util = require(ReplicatedStorage.Modules.Util) local Behavior = require(ReplicatedStorage.Assets.Survivors.Dusekkar.Behavior) hookfunction(Util.IsOnScreen, function(...) return true end) local isCharWithinRadius = debug.getupvalue(Behavior.Created, 3) hookfunction(isCharWithinRadius, function(...) return true, 0 end) game.StarterGui:SetCore("SendNotification", { Title = "Spawn Protection Bypass", Text = "for new slasher update", Duration = 5 })