Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- _G.Kill = true
- local ID = tostring(game.Players.LocalPlayer.UserId)
- while _G.Kill do
- for i,v in pairs(game.Workspace:GetChildren()) do
- if v.Name:sub(1,#ID) == ID then
- if v:FindFirstChild("Sawfish") or v:FindFirstChild("Cap Freeman") or v:FindFirstChild("Boogie") or v:FindFirstChild("Slasher") or v:FindFirstChild("Don Craig") then
- local boss = v:GetChildren()[1]
- if game:GetService("Players").LocalPlayer.PlayerGui.MainGui.MainFrame.BossHealthDisplayV2.Visible == true then
- task.wait()
- if boss.Humanoid.Health > 0 then
- boss.Humanoid.Health = 0
- end
- end
- end
- end
- end
- task.wait()
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement