Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --Simple AutoFireCombact
- _G.Farm = true --false > off || true > on
- local Remote1 = game.ReplicatedStorage.Aero.AeroRemoteServices.GameService['WeaponAnimComplete']
- local Remote = game.ReplicatedStorage.Aero.AeroRemoteServices.GameService['WeaponAttackStart']
- while wait() and _G.Farm do
- Remote:FireServer()
- Remote1:FireServer()
- end
Add Comment
Please, Sign In to add comment