ADVERTISEMENTREMOVE ADS
Game icon

auto kill -> auto store -> big money

Skinwalkers [Horror]
5 months ago
Script preview thumbnail
Script Preview

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
ADVERTISEMENTREMOVE ADS
21 Lines • 558 Bytes
Raw
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

Comments

0 comments
to add a comment
Loading comments
ADVERTISEMENTREMOVE ADS