How To Make A Super Power Training Simulator In Roblox

Posted on  by 

The Super Power Training Simulator Wiki is a FANDOM Games Community. View Mobile Site. Keybind: T Invisibility is a skill that allows you to make yourself invisible and hide your aura, however players with higher Psychic Power are able to see you, so be careful when attempting to sneak up behind someone. In addition, a sound effect plays when a player becomes invisible hindering the use of the skill as other players may realize that an invisible player is nearby.

Have you ever wondered what it would be like to fly? In Super Power Training Simulator, you learn how to make it to the top as a villain or a hero. With four levels and tips for each level. This is a really fun Roblox game and I’m going to share my best tips for the different levels you’ll encounter in the game.Here are some Super Power Training Simulator Tips and Tricks.

Level 1 Tips

First, when you start the game (link to the game), you are weak and have no powers. You have five different categories to train: jump force, movement speed, psychic power, body toughness, and fist strength.

The first powers you learn are:

  • fireball
  • walking on water
  • walk and run
  • teleporting
  • damage reflection

For the fireball you punch the rock right outside of the safe zone to get more fist strength for each punch. To walk on water you have to train your movement speed and psychic. To train movement speed all you have to do is walk around and you will get faster. With psychic you just click 3 and it will look like you are sitting down.

The way you know you are training correctly is if you see +_ psychic power (or what you are training) show up on the screen. When you train fist strength remember not to just punch with c, but to click on 1 to have it on training fist strength and not just punching. You get weights that can help you train movement speed and jump force. If you don’t have enough power to train with that weight you won’t be able to move.

At this level you are mostly trying to find your potential.

Level 2 Tips

The next two attacks you learn are invisibility and bullet punch. The more you train your fist strength the better your fireball and bullet punch will become.

Don’t worry about getting to 1 quadrillion fist strength just yet. Focus on body toughness which builds up your defense. You can train two things at once when training body toughness.

You can do push-ups to get a higher body toughness or train psychic while you get body toughness which I recommend the most because when you are invisible only people with lower psychic powers cannot see you. There could be someone there with you and you don’t know because they have a higher psychic.

The best place to train at this level is at the city port which is over the bridge and in the building with a spy face on it. You start out in the ice tub but will soon move to the lava tub. If you stay in there too long early on, you will die so you have to be cautious.

How To Make A Super Power Training Simulator In Roblox

Level 3 Tips

At this level the next two skills you learn are flying, and hiding your aura. To fly, you need to train psychic and jump force. The same is true when you want to be able to fly faster. You train jump force.

When training for hiding your aura you first need to know your aura. Your aura is a red flag for how good your fist strength and psychic power are. You might have noticed a glow starting around you after all of your training for the 10 quests you have finished. Your aura changes along with your fireball, and your body toughness.

After you have 10 million body toughness your aura gets lightning bolts. With this aura comes the curse. You want to be able to pretend you are a noob and get kills (which will be important for your next quest).

If you are weaker than someone else it is also glaringly obvious to others. When you train body toughness, fist strength, and psychic power to 1 million this ability becomes possible. You can go to a floating island above a tornado to train your fist strength even better than with the rock once you can fly there.

Super Power Training Simulator Codes

When you stay outside of the safe area where you used to spawn when you were a noob you earn 5 tokens per minute as well as alive time. The tokens are used to upgrade your ability power. Each time they double how much power you can train by. If you started by getting 1 psychic per second it would upgrade it to 2 psychic per second. Alive time is important to move up ranks.

How To Make A Super Power Training Simulator In Roblox Exploit

You might have noticed on menu you have a class like a c- class or something. When you get to higher ranks you will need to survive for a certain time to move up. If you die you lose your alive time, but it does transfer to the next time you play. So be careful!

Level 4 Tips

You only have two more quests at this level. Killing intent, and soul reap. Killing intent is a very hard quest which you need to kill 1,000 heroes or villains. Innocents do not count for this quest. You also need 100 million psychic power. You should train in the island in the sky.

Roblox Power Training Simulator Codes

If you have 1 million psychic power you can go to the 1 million psychic required lawn and you won’t die or lose health. Be careful because there are three other places on that island where you need 1 billion psychic power then you need 1 trillion psychic power and finally 1 quadrillion power to go there. That means that there could be people waiting there to kill you.

It is good to hide your aura and make sure they don’t know how good you are. When killing the villains and heroes you should go to the city port and pretend to be a noob. You can change what rank you show by clicking on the one you want to pretend to be. You also should use the walk and run so that you are walking.

If you make people think you are a noob they will try to attack you. They will turn into a lawbreaker and die, or they will be easy to kill yourself. Since this is such a long quest you should work on body toughness and fist strength as well to get better as a player.

Roblox

For the final quest that the reaper under the bridge gives you, there is a place in the city that you should go to. There is a fence surrounding that building, and inside you can train your body toughness. You need to have at least 1 billion body toughness, though. This quest may take a long time, but you can show off how good you are to the weaker players. That will make up for the long quest.

For more BLOXtips tips and tricks, click here.

Oct 9th, 2018
Never
Not a member of Pastebin yet?Sign Up, it unlocks many cool features!
  1. -- Version: 2.82
  2. local toggle = false
  3. local Frame = Instance.new('Frame')
  4. local AF = Instance.new('TextButton')
  5. local AFKOFF = Instance.new('TextButton')
  6. local CREDITS = Instance.new('TextButton')
  7. local TextButton = Instance.new('TextButton')
  8. FrameGUI.Name = 'FrameGUI'
  9. FrameGUI.Parent = game.Players.LocalPlayer:WaitForChild('PlayerGui')
  10. Frame.Parent = FrameGUI
  11. Frame.BorderColor3 = Color3.new(1, 0, 0.0156863)
  12. Frame.Position = UDim2.new(-0.5, 0, 0, 239)
  13. Frame.Size = UDim2.new(0, 453, 0, 420)
  14. MADE.Name = 'MADE'
  15. MADE.BackgroundColor3 = Color3.new(0, 0, 0)
  16. MADE.Position = UDim2.new(0, 0, 0.0357142873, 0)
  17. MADE.Font = Enum.Font.SourceSansBold
  18. MADE.Text = 'Made By kyle bridger#8234 on discord'
  19. MADE.TextScaled = true
  20. MADE.TextWrapped = true
  21. AF.Name = 'AF'
  22. AF.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  23. AF.BorderSizePixel = 0
  24. AF.Size = UDim2.new(0, 190, 0, 54)
  25. AF.Text = 'Auto Farm'
  26. AF.TextScaled = true
  27. AF.TextWrapped = true
  28. AFKON.Name = 'AFKON'
  29. AFKON.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  30. AFKON.BorderSizePixel = 0
  31. AFKON.Size = UDim2.new(0, 190, 0, 54)
  32. AFKON.Text = 'Anti Afk On'
  33. AFKON.TextScaled = true
  34. AFKON.TextWrapped = true
  35. AFKOFF.Name = 'AFKOFF'
  36. AFKOFF.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  37. AFKOFF.BorderColor3 = Color3.new(1, 0, 0.0156863)
  38. AFKOFF.Position = UDim2.new(0, 0, 0.5, 0)
  39. AFKOFF.Font = Enum.Font.SourceSansBold
  40. AFKOFF.TextColor3 = Color3.new(1, 0, 0.0156863)
  41. AFKOFF.TextSize = 14
  42. KILLALL.Parent = Frame
  43. KILLALL.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  44. KILLALL.BorderColor3 = Color3.new(1, 0, 0.0156863)
  45. KILLALL.Position = UDim2.new(0.454746127, 0, 0.199999988, 0)
  46. KILLALL.Font = Enum.Font.SourceSansBold
  47. KILLALL.TextColor3 = Color3.new(1, 0, 0.0156863)
  48. KILLALL.TextSize = 14
  49. CREDITS.Parent = Frame
  50. CREDITS.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  51. CREDITS.BorderColor3 = Color3.new(1, 0, 0.0156863)
  52. CREDITS.Position = UDim2.new(0.454746127, 0, 0.50000006, 0)
  53. CREDITS.Font = Enum.Font.SourceSansBold
  54. CREDITS.TextColor3 = Color3.new(1, 0, 0.0156863)
  55. CREDITS.TextSize = 14
  56. ROBLODED.Parent = Frame
  57. ROBLODED.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  58. ROBLODED.BorderColor3 = Color3.new(1, 0, 0.0156863)
  59. ROBLODED.Position = UDim2.new(0.454746127, 0, 0.349999994, 0)
  60. ROBLODED.Font = Enum.Font.SourceSansBold
  61. ROBLODED.TextColor3 = Color3.new(1, 0, 0.0156863)
  62. ROBLODED.TextSize = 14
  63. TextButton.BackgroundColor3 = Color3.new(0, 0, 0)
  64. TextButton.BorderColor3 = Color3.new(1, 0, 0.0156863)
  65. TextButton.Position = UDim2.new(0.00530303037, 0, 0.468373477, 0)
  66. TextButton.Font = Enum.Font.SourceSansBold
  67. TextButton.TextColor3 = Color3.new(1, 0, 0.0156863)
  68. TextButton.TextSize = 14
  69. -- Scripts:
  70. if toggle false then
  71. Frame:TweenPosition(UDim2.new(0.4, 0,0.3, 0), 'Out', 'Elastic', 3)
  72. else
  73. Frame:TweenPosition(UDim2.new(-0.5,0, 0,239,0), 'Out', 'Elastic', 3)
  74. end
  75. while true do
  76. local A_1 =
  77. [1] = '+MS1'
  78. local Event = game.ReplicatedStorage.RemoteEvent
  79. local A_1 =
  80. [1] = '+MS2'
  81. local Event = game.ReplicatedStorage.RemoteEvent
  82. local A_1 =
  83. [1] = '+PP1'
  84. local Event = game.ReplicatedStorage.RemoteEvent
  85. local A_1 =
  86. [1] = '+JF1'
  87. local Event = game.ReplicatedStorage.RemoteEvent
  88. local A_1 =
  89. [1] = '+JF2'
  90. local Event = game.ReplicatedStorage.RemoteEvent
  91. local A_1 =
  92. [1] = '+PP2'
  93. local Event = game.ReplicatedStorage.RemoteEvent
  94. local A_1 =
  95. [1] = '+BT3'
  96. local Event = game.ReplicatedStorage.RemoteEvent
  97. local A_1 =
  98. [1] = '+BT1'
  99. local Event = game.ReplicatedStorage.RemoteEvent
  100. local A_1 =
  101. [1] = '+BT2'
  102. local Event = game.ReplicatedStorage.RemoteEvent
  103. local A_1 =
  104. [1] = '+FS1'
  105. local Event = game.ReplicatedStorage.RemoteEvent
  106. local A_1 =
  107. [1] = '+FS2'
  108. local Event = game.ReplicatedStorage.RemoteEvent
  109. local A_1 =
  110. [1] = '+FS3'
  111. local Event = game.ReplicatedStorage.RemoteEvent
  112. end
  113. print('loaded Auto Farm Script')
  114. AFKON.MouseButton1Down:Connect(function()
  115. while _Gafk true do
  116. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-2033.12, 745.86, -1804.69))
  117. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-2301.5061, 1003.84021, 1069.53088))
  118. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-2301.5061, 1003.84021, 1069.53088))
  119. end)
  120. AFKOFF.MouseButton1Down:Connect(function()
  121. end)
  122. local player = game.Players.LocalPlayer.Character
  123. --Made By Lagx#2413--
  124. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-2301.5061, 1003.84021, 1069.53088)
  125. while wait() do
  126. local Loc = CFrame.new(-2301.5061, 1003.84021, 1069.53088)
  127. for i, ChosenPlayer in pairs(game.Players:GetPlayers()) do
  128. if ChosenPlayer.Name ~= game:GetService('Players').LocalPlayer.Name then
  129. ChosenPlayer.Character:SetPrimaryPartCFrame(Loc)
  130. end
  131. end
RAW Paste Data

How To Make A Super Power Training Simulator In Roblox Codes

Coments are closed