Advertisement
OneShi

SUPER POWER FIGHTING SIMULATOR SCRIPT (AUTO FARM)---OneShi

Nov 15th, 2021
10,892
0
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. local Strength = "Strength"
  2. local Endurance = "Endurance"
  3. local Psychic = "Psychic"
  4. _G.Enabled = true
  5. if _G.Enabled == true then
  6. while wait() do
  7. game:GetService("ReplicatedStorage").Events.Train:FireServer(Strength)
  8. game:GetService("ReplicatedStorage").Events.Train:FireServer(Endurance)
  9. game:GetService("ReplicatedStorage").Events.Train:FireServer(Psychic)
  10. wait()
  11. end
  12. end
Advertisement
Comments
Add Comment
Please, Sign In to add comment
Advertisement