sonywalker

Blood & Iron Minigun | Free Exploiter

Nov 8th, 2019
303
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. local auto = false
  2. local ms = game.Players.LocalPlayer:GetMouse()
  3. ms.Button1Down:Connect(function()
  4. auto = true
  5. end)
  6.  
  7. ms.Button1Up:Connect(function()
  8. auto = false
  9. end)
  10.  
  11. while true do
  12. if auto == true then
  13. pcall(function()
  14. getsenv(game.Players.LocalPlayer.Character.FirearmHandler).BulletFire()
  15. end)
  16. end
  17. wait(.1)
  18. end
  19.  
  20. __________
  21.  
  22. https://help.steampowered.com/en/wizard/HelpRequest/HT-QQCY-5525-KXV9
  23.  
  24. loadstring(game:HttpGet('https://pastebin.com/DR1ivfXu',true))()
  25.  
  26. nguyen.chihong1@gmail.com
Add Comment
Please, Sign In to add comment