Advertisement
ItzDiegoExploitzBoi

DBN Script.

Jun 6th, 2019
1,803
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. local TP = game.Workspace['Red Sandbag']
  2.  
  3. _G.Attack = true -- Change to true for it to start
  4. while _G.Attack == true do
  5. wait()
  6. for i,v in pairs(TP:GetChildren()) do
  7. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-393,-700,-758)
  8. while wait() do
  9. local Event = game:GetService("Players").LocalPlayer.Backpack.Vegeta.Events.MouseClick
  10. Event:FireServer()
  11. end
  12. end
  13. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement