Advertisement
pa1nx9

Free Roblox Script Very Basic Super Power Fighting Simulator Autofarm

Nov 19th, 2021
758
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.49 KB | None | 0 0
  1. _G.mode = 1
  2. local userInputService = game:GetService("UserInputService")
  3.  
  4. userInputService.InputBegan:Connect(function(input,gameProcessedEvent)
  5. local keyPressed = input.KeyCode
  6.  
  7. if not gameProcessedEvent then
  8. if keyPressed == Enum.KeyCode.Q then
  9. _G.mode = _G.mode + 1
  10. if _G.mode == 6 then
  11. _G.mode = 1
  12. end
  13. end
  14. end
  15. end)
  16.  
  17. while true do wait()
  18. if _G.mode == 1 then
  19. -- Script generated by SimpleSpy - credits to exx#9394
  20. -- Script generated by SimpleSpy - credits to exx#9394
  21.  
  22. local args = {
  23. [1] = "Psychic"
  24. }
  25.  
  26. game:GetService("ReplicatedStorage").Events.Train:FireServer(unpack(args))
  27.  
  28. elseif _G.mode == 2 then
  29.  
  30. local args = {
  31. [1] = "Strength"
  32. }
  33.  
  34. game:GetService("ReplicatedStorage").Events.Train:FireServer(unpack(args))
  35.  
  36. elseif _G.mode == 3 then
  37. -- Script generated by SimpleSpy - credits to exx#9394
  38.  
  39. local args = {
  40. [1] = "Endurance"
  41. }
  42.  
  43. game:GetService("ReplicatedStorage").Events.Train:FireServer(unpack(args))
  44.  
  45. elseif _G.mode == 4 then
  46. -- Script generated by SimpleSpy - credits to exx#9394
  47.  
  48. local args = {
  49. [1] = "Endurance"
  50. }
  51.  
  52. local args2 = {
  53. [1] = "Strength"
  54. }
  55.  
  56. local args3 = {
  57. [1] = "Psychic"
  58. }
  59.  
  60. game:GetService("ReplicatedStorage").Events.Train:FireServer(unpack(args))
  61. game:GetService("ReplicatedStorage").Events.Train:FireServer(unpack(args2))
  62. game:GetService("ReplicatedStorage").Events.Train:FireServer(unpack(args3))
  63.  
  64. end
  65. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement