--Uploaded On https://youtube.com/AhmedMode
--Published on https://ahmedmode.com
--Credits goes to the devs!
--Scripts Below:

--Script

--Kill All/Instant Kill:

local Players = game:GetService("Players")
local LocalPlayer = Players.LocalPlayer

local function CheckIfVictimIsAlive(Victim)
if Victim.Character and Victim.Character.Humanoid and Victim.Character.Humanoid.Health > 1 then
return true
else
return false
end
end

local Rawmetatable = getrawmetatable(game)
setreadonly(Rawmetatable, false)
local OldNamecall = Rawmetatable.__namecall

Rawmetatable.__namecall = newcclosure(function(self, ...)
local Method = getnamecallmethod()

if tostring(self) == "Remote" and tostring(Method) == "FireServer" then
if ... == "Hit" then

local Hit, Humanoid, Unknown = ...
local Remote = self

if not Unknown then
task.spawn(function()
local Victim = Players:GetPlayerFromCharacter(Humanoid.Parent)

local Alive = CheckIfVictimIsAlive(Victim)
if Alive then
while CheckIfVictimIsAlive(Victim) do task.wait()
local HumanoidRootPart = LocalPlayer.Character:WaitForChild("HumanoidRootPart")
local VictimHumanoidRootPart = Humanoid.Parent:WaitForChild("HumanoidRootPart")

HumanoidRootPart.CFrame = VictimHumanoidRootPart.CFrame

Remote:FireServer(Hit, Humanoid, true)
end
end
end)
end
end
end

return OldNamecall(self, ...)
end)


____________________________________________________________________________________________________


--Get All Knifes:

if not funcs then
loadstring(game:HttpGet("https://raw.githubusercontent.com/exceptional0/scr/main/funcs.lua"))()
end

for i,kn in pairs(workspace.knifeDisplays:GetChildren()) do
kn=kn.Name
local realkn=game:GetService("Workspace").knifeDisplays[kn]
local woodkn=game:GetService("Workspace").knifeDisplays["Wood Knife"]
local fakekn=getproperties(game:GetService("Workspace").knifeDisplays[kn])
fakekn.Ability=getproperties(realkn.Ability)
fakekn.Price=getproperties(woodkn.Price)
fakekn.Dmg=getproperties(realkn.Dmg)
fakekn.Knockback=getproperties(realkn.Knockback)
getchar().clientMain.Remote:FireServer("buyKnife", fakekn)
realkn,woodkn,fakekn=nil,nil,nil

kn=nil

end

local kn="Wood Knife"
local realkn=game:GetService("Workspace").knifeDisplays[kn]
local woodkn=game:GetService("Workspace").knifeDisplays["Wood Knife"]
local fakekn=getproperties(game:GetService("Workspace").knifeDisplays[kn])
fakekn.Ability=getproperties(realkn.Ability)
fakekn.Price=getproperties(woodkn.Price)
fakekn.Dmg=getproperties(realkn.Dmg)
fakekn.Knockback=getproperties(realkn.Knockback)
getchar().clientMain.Remote:FireServer("buyKnife", fakekn)
realkn,woodkn,fakekn=nil,nil,nil

kn=nil