Advertisement
Systemconf

Untitled

Jul 23rd, 2019
2,973
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. local library = loadstring(game:HttpGet("https://pastebin.com/raw/7Z6TzFnv", true))()
  2. local example = library:CreateWindow({
  3. text = "Auto Farm"
  4. })
  5.  
  6.  
  7.  
  8. example:AddButton("Auto Farm On", function()
  9. while true do
  10. wait(0,1)
  11. local Event = game:GetService("ReplicatedStorage").Aero.AeroRemoteServices.GameService.WeaponAttackStart
  12. Event:FireServer()
  13.  
  14.  
  15. local Event = game:GetService("ReplicatedStorage").Aero.AeroRemoteServices.GameService.WeaponAnimComplete
  16. Event:FireServer()
  17. end
  18. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement