Created by Amity#0001
Features:
- INSTA KILL SHARK
- equip your gun before executing
local data = require(game:GetService("Players").LocalPlayer:WaitForChild("PlayerScripts"):WaitForChild("ProjectilesClient"):WaitForChild("WeaponScript"):WaitForChild("HitScanFire"))
local remote = getupvalue(getupvalue(getupvalue(data.Fire,8),4),2)
local function WaitForChildWhichIsA(instance, classtype)
local target = instance:FindFirstChildWhichIsA(classtype)
while not target or not target:IsA(classtype) do
target = instance.ChildAdded:Wait()
end
return target
end
while task.wait() do
remote:FireServer(WaitForChildWhichIsA(workspace:WaitForChild("Sharks"),"Model"))
end