Advertisement
pa1nx9

Free Roblox Script Super Power Fighting Simulator Auto Train

Sep 14th, 2021
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. getgenv().GleesOpenSourceScript = true
  2. while getgenv().GleesOpenSourceScript do
  3. wait()
  4. game:GetService("ReplicatedStorage").Events.Train:FireServer("Strength")
  5. game:GetService("ReplicatedStorage").Events.Train:FireServer("Endurance")
  6. game:GetService("ReplicatedStorage").Events.Train:FireServer("Psychic")
  7. --[[
  8. local RunService = game:GetService('RunService')
  9.  
  10. game:GetService('VirtualInputManager'):SendKeyEvent(true,Enum.KeyCode.W,false,game)
  11. ]] -- Use this only if you want to autofarm speed
  12. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement