Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local auto = false
- local ms = game.Players.LocalPlayer:GetMouse()
- ms.Button1Down:Connect(function()
- auto = true
- end)
- ms.Button1Up:Connect(function()
- auto = false
- end)
- while true do
- if auto == true then
- pcall(function()
- getsenv(game.Players.LocalPlayer.Character.FirearmHandler).BulletFire()
- end)
- end
- wait(.1)
- end
- __________
- https://help.steampowered.com/en/wizard/HelpRequest/HT-QQCY-5525-KXV9
- loadstring(game:HttpGet('https://pastebin.com/DR1ivfXu',true))()
- nguyen.chihong1@gmail.com
Add Comment
Please, Sign In to add comment