ADVERTISEMENTREMOVE ADS
auto kill -> auto store -> big money
46,946 views
Description
kills skinwalkers instantly after they respawn and then stores it (bypasses the 10 limit in sack so you can literally hold like 500 if you wanted)
Features:
- instant kill
- auto store
Tested with
ADVERTISEMENTREMOVE ADS
21 Lines • 558 Bytes
marked={}
while true do
for i, v in workspace.Runners.Skinwalkers:GetChildren() do
if marked[v] then continue end
marked[v] = true
task.spawn(function()
wait(5)
local args = {
v.Head.Position,
v.HumanoidRootPart.Position,
v.Head
}
game:GetService("ReplicatedStorage"):WaitForChild("Remotes"):WaitForChild("SniperShot"):FireServer(unpack(args))
local args = {
v
}
game:GetService("ReplicatedStorage"):WaitForChild("Remotes"):WaitForChild("Store"):FireServer(unpack(args))
end)
end
wait()
end
ADVERTISEMENTREMOVE ADS
ADVERTISEMENTREMOVE ADS



Comments