Adel987654321

Giant Simulator | Auto XP

Feb 13th, 2020
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. --Simple AutoFireCombact
  2. _G.Farm = true --false > off || true > on
  3.  
  4. local Remote1 = game.ReplicatedStorage.Aero.AeroRemoteServices.GameService['WeaponAnimComplete']
  5. local Remote = game.ReplicatedStorage.Aero.AeroRemoteServices.GameService['WeaponAttackStart']
  6. while wait() and _G.Farm do
  7. Remote:FireServer()
  8. Remote1:FireServer()
  9. end
Add Comment
Please, Sign In to add comment