Caldona

Level Hack In Booga Booga

Apr 5th, 2018
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1. -- made by @Hamii#4902
  2. local Events = game:GetService('ReplicatedStorage').Events
  3. local Player = game:GetService('Players').LocalPlayer
  4. local char = Player.Character
  5. local Increment = 1
  6.  
  7. while wait() do
  8. for i,v in pairs(workspace:GetChildren()) do
  9. if v.Name == "Banto" or v.Name == "Bantae" or v.Name == "Lil Banto" or v.Name == "Lost Soul" or v.Name == "Forgotten Soul" then
  10. if workspace:FindFirstChild(v.Name) then
  11. v.Name = "[NR: " .. Increment .. "]" .. " " .. v.Name
  12. char.HumanoidRootPart.CFrame = CFrame.new(v.HumanoidRootPart.Position)
  13. while workspace:FindFirstChild(v.Name) do
  14. wait(0.45)
  15. Events.SwingTool:FireServer(tick(),{v.HumanoidRootPart})
  16. Events.EquipTool:FireServer(1)
  17. wait(0.5)
  18. Events.ToolSwap:FireServer(1,2)
  19. end
  20. print("Killed: " .. v.Name)
  21. Increment = Increment + 1
  22. else
  23. print("Didn't find: " .. v.Name)
  24. end
  25. end
  26. end
  27. end
Add Comment
Please, Sign In to add comment