pcall(function() if game:GetService("ReplicatedStorage"):FindFirstChild("AddStrike") then game:GetService("ReplicatedStorage").AddStrike:Destroy() end end) local Players = game:GetService("Players") local LocalPlayer = Players.LocalPlayer local OldNamecall OldNamecall = hookmetamethod(game, "__namecall", function(self, ...) local method = getnamecallmethod() local args = {...} if method == "Destroy" and self == getcallingscript() then return nil end if method == "FireServer" and (self.Name == "AddStrike" or self.Name == "KickEvent") then return nil end return OldNamecall(self, ...) end) task.spawn(function() print("Loading Infinite Yield...") loadstring(game:HttpGet("https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source"))() end) game:GetService("StarterGui"):SetCore("SendNotification", { Title = "Script Loaded", Text = "by bogdankrutoy228", Duration = 5 })