Advertisement
FurkingBoi

soda

Apr 6th, 2020
876
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. autoshake = true
  2. autosell = true
  3.  
  4. --
  5.  
  6. local automate=true
  7. local ms=game.Players.LocalPlayer:GetMouse()
  8. ms.KeyDown:Connect(function(k)
  9. if k=="x" then
  10. automate=not automate
  11. end
  12. end)
  13. -- Dogshit script by j j k
  14. while wait()do
  15. if automate then
  16. for i,v in pairs(game:GetService("ReplicatedStorage").Network:GetChildren())do
  17. if v:IsA("RemoteEvent")and v.Name~="Ready" then
  18. if autoshake then v:FireServer("TryFizz")end
  19. if autosell then v:FireServer("SellFizz")end
  20. break
  21. end
  22. end
  23. end
  24. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement