Project Slayers Script | GOD MODE (ANTI-TERMINATION)

Created by 1x1x1x1C00lKid

Features:

  • GOD MODE (ANTI-TERMINATION)
    • GOD mode works only with mobs and it’s made for avoiding to get terminated by only NPCS
    • The second code part(after the wait(1) it’s made for being invisible.
game:GetService("ReplicatedStorage").PlayerValues[game.Players.LocalPlayer.Name].ChildAdded:Connect(function(p1)
p1:Destroy()
end)
wait(1)
local string_1 = "Enter_Nezuko_Box";
local userdata_1 = game.Players.LocalPlayer.Character;
local userdata_2 = game:GetService("Workspace").KnockedOut["Sealed Box"];
local Target = game:GetService("ReplicatedStorage").Remotes["To_Server_commends"];
Target:FireServer(string_1, userdata_1, userdata_2);