PLS DONATE Script | KILL ALL LOOP

Created by Laserfish02

Features:

  • KILL ALL LOOP
getgenv().On = true -- set to false to turn off

local replicatedstorage = game:GetService("ReplicatedStorage")
local events = replicatedstorage.Events:GetChildren()

task.spawn(function()
   while getgenv().On do
       task.wait(2.5)
       pcall(function()
           for i,v in pairs(game.Players:GetChildren()) do
               if v == game.Players.LocalPlayer then continue end -- remove if you wanna die as well so they cant find out who is exploiting
                  for _,x in pairs(events) do
                     if string.find(x.Name, "Booth") then
                   x:FireServer(v.Character.Head)
                   end
               end
           end
       end)
   end
end)

ENJOY!

Warning: DO NOT DOWNLOAD anything from this page, you’re only here to copy the script!

Share This Post

Share on facebook
Share on linkedin
Share on twitter
Share on email

More Scripts!

TOP 10 TRENDING SCRIPTS