Advertisement
123456789qwerty

Super Power Training Simulator GUI MEGA NEW

Dec 16th, 2018
176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.17 KB | None | 0 0
  1. New:Teleport+Auto Farm+Kill all!
  2. script:
  3.  
  4. local SuperHeroGUI = Instance.new("ScreenGui")
  5. local Mainframe = Instance.new("Frame")
  6. local title = Instance.new("TextLabel")
  7. local AutoFarm = Instance.new("TextButton")
  8. local IntructionText = Instance.new("TextLabel")
  9. local KillAll = Instance.new("TextButton")
  10. local tptornado = Instance.new("TextButton")
  11. local tpvolacno = Instance.new("TextButton")
  12. local tpicemoun = Instance.new("TextButton")
  13. local tpsecret = Instance.new("TextButton")
  14. local tpcrystal = Instance.new("TextButton")
  15. local tpsafezone = Instance.new("TextButton")
  16. local credits = Instance.new("TextLabel")
  17. --Properties:
  18. SuperHeroGUI.Name = "SuperHeroGUI"
  19. SuperHeroGUI.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  20.  
  21. Mainframe.Name = "Mainframe"
  22. Mainframe.Parent = SuperHeroGUI
  23. Mainframe.BackgroundColor3 = Color3.new(0, 0, 0)
  24. Mainframe.BackgroundTransparency = 0.5
  25. Mainframe.Position = UDim2.new(0.332896471, 0, 0.260956168, 0)
  26. Mainframe.Size = UDim2.new(0, 254, 0, 185)
  27.  
  28. title.Name = "title"
  29. title.Parent = Mainframe
  30. title.BackgroundColor3 = Color3.new(0.329412, 0, 0.498039)
  31. title.Position = UDim2.new(0, 0, -0.275503367, 0)
  32. title.Size = UDim2.new(0, 254, 0, 50)
  33. title.Font = Enum.Font.Code
  34. title.Text = "Super Power Training Simulator GUI"
  35. title.TextColor3 = Color3.new(1, 1, 1)
  36. title.TextScaled = true
  37. title.TextSize = 14
  38. title.TextWrapped = true
  39.  
  40. AutoFarm.Name = "AutoFarm"
  41. AutoFarm.Parent = Mainframe
  42. AutoFarm.BackgroundColor3 = Color3.new(0.219608, 0, 0.329412)
  43. AutoFarm.Position = UDim2.new(0.0433070846, 0, 0.0585774034, 0)
  44. AutoFarm.Size = UDim2.new(0, 69, 0, 28)
  45. AutoFarm.Font = Enum.Font.Code
  46. AutoFarm.Text = "Auto Farm"
  47. AutoFarm.TextColor3 = Color3.new(1, 1, 1)
  48. AutoFarm.TextScaled = true
  49. AutoFarm.TextSize = 14
  50. AutoFarm.TextWrapped = true
  51.  
  52. IntructionText.Name = "IntructionText"
  53. IntructionText.Parent = Mainframe
  54. IntructionText.BackgroundColor3 = Color3.new(0, 0, 0)
  55. IntructionText.Position = UDim2.new(0, 0, 1, 0)
  56. IntructionText.Size = UDim2.new(0, 254, 0, 66)
  57. IntructionText.Font = Enum.Font.Code
  58. IntructionText.Text = "Hover over buttons to see info."
  59. IntructionText.TextColor3 = Color3.new(1, 1, 1)
  60. IntructionText.TextScaled = true
  61. IntructionText.TextSize = 14
  62. IntructionText.TextWrapped = true
  63.  
  64. KillAll.Name = "KillAll"
  65. KillAll.Parent = Mainframe
  66. KillAll.BackgroundColor3 = Color3.new(0.219608, 0, 0.329412)
  67. KillAll.Position = UDim2.new(0.366141737, 0, 0.0585774034, 0)
  68. KillAll.Size = UDim2.new(0, 69, 0, 28)
  69. KillAll.Font = Enum.Font.Code
  70. KillAll.Text = "Kill All"
  71. KillAll.TextColor3 = Color3.new(1, 1, 1)
  72. KillAll.TextScaled = true
  73. KillAll.TextSize = 14
  74. KillAll.TextWrapped = true
  75.  
  76. tptornado.Name = "tptornado"
  77. tptornado.Parent = Mainframe
  78. tptornado.BackgroundColor3 = Color3.new(0.219608, 0, 0.329412)
  79. tptornado.Position = UDim2.new(0.681102395, 0, 0.0585774034, 0)
  80. tptornado.Size = UDim2.new(0, 69, 0, 28)
  81. tptornado.Font = Enum.Font.Code
  82. tptornado.Text = "Teleport to Tornado"
  83. tptornado.TextColor3 = Color3.new(1, 1, 1)
  84. tptornado.TextScaled = true
  85. tptornado.TextSize = 14
  86. tptornado.TextWrapped = true
  87.  
  88. tpvolacno.Name = "tpvolacno"
  89. tpvolacno.Parent = Mainframe
  90. tpvolacno.BackgroundColor3 = Color3.new(0.219608, 0, 0.329412)
  91. tpvolacno.Position = UDim2.new(0.0433071256, 0, 0.268522143, 0)
  92. tpvolacno.Size = UDim2.new(0, 69, 0, 28)
  93. tpvolacno.Font = Enum.Font.Code
  94. tpvolacno.Text = "Teleport to Volcano"
  95. tpvolacno.TextColor3 = Color3.new(1, 1, 1)
  96. tpvolacno.TextScaled = true
  97. tpvolacno.TextSize = 14
  98. tpvolacno.TextWrapped = true
  99.  
  100. tpicemoun.Name = "tpicemoun"
  101. tpicemoun.Parent = Mainframe
  102. tpicemoun.BackgroundColor3 = Color3.new(0.219608, 0, 0.329412)
  103. tpicemoun.Position = UDim2.new(0.36220476, 0, 0.268522143, 0)
  104. tpicemoun.Size = UDim2.new(0, 69, 0, 28)
  105. tpicemoun.Font = Enum.Font.Code
  106. tpicemoun.Text = "Teleport to Ice Moutain"
  107. tpicemoun.TextColor3 = Color3.new(1, 1, 1)
  108. tpicemoun.TextScaled = true
  109. tpicemoun.TextSize = 14
  110. tpicemoun.TextWrapped = true
  111.  
  112. tpsecret.Name = "tpsecret"
  113. tpsecret.Parent = Mainframe
  114. tpsecret.BackgroundColor3 = Color3.new(0.219608, 0, 0.329412)
  115. tpsecret.Position = UDim2.new(0.681102395, 0, 0.268522143, 0)
  116. tpsecret.Size = UDim2.new(0, 69, 0, 28)
  117. tpsecret.Font = Enum.Font.Code
  118. tpsecret.Text = "Teleport to Secret Training"
  119. tpsecret.TextColor3 = Color3.new(1, 1, 1)
  120. tpsecret.TextScaled = true
  121. tpsecret.TextSize = 14
  122. tpsecret.TextWrapped = true
  123.  
  124. tpcrystal.Name = "tpcrystal"
  125. tpcrystal.Parent = Mainframe
  126. tpcrystal.BackgroundColor3 = Color3.new(0.219608, 0, 0.329412)
  127. tpcrystal.Position = UDim2.new(0.0433071256, 0, 0.461892307, 0)
  128. tpcrystal.Size = UDim2.new(0, 69, 0, 28)
  129. tpcrystal.Font = Enum.Font.Code
  130. tpcrystal.Text = "Teleport to Crystal"
  131. tpcrystal.TextColor3 = Color3.new(1, 1, 1)
  132. tpcrystal.TextScaled = true
  133. tpcrystal.TextSize = 14
  134. tpcrystal.TextWrapped = true
  135.  
  136. tpsafezone.Name = "tpsafezone"
  137. tpsafezone.Parent = Mainframe
  138. tpsafezone.BackgroundColor3 = Color3.new(0.219608, 0, 0.329412)
  139. tpsafezone.Position = UDim2.new(0.36220476, 0, 0.461892307, 0)
  140. tpsafezone.Size = UDim2.new(0, 69, 0, 28)
  141. tpsafezone.Font = Enum.Font.Code
  142. tpsafezone.Text = "Teleport to Safe Zone"
  143. tpsafezone.TextColor3 = Color3.new(1, 1, 1)
  144. tpsafezone.TextScaled = true
  145. tpsafezone.TextSize = 14
  146. tpsafezone.TextWrapped = true
  147.  
  148. credits.Name = "credits"
  149. credits.Parent = Mainframe
  150. credits.BackgroundColor3 = Color3.new(1, 1, 1)
  151. credits.BackgroundTransparency = 1
  152. credits.Position = UDim2.new(0, 0, 0.762162149, 0)
  153. credits.Size = UDim2.new(0, 254, 0, 44)
  154. credits.Font = Enum.Font.Code
  155. credits.Text = "Made by Neb#7444, Neb0 @ v3rmillion"
  156. credits.TextColor3 = Color3.new(1, 1, 1)
  157. credits.TextSize = 14
  158. credits.TextWrapped = true
  159. -- Scripts:
  160. function SCRIPT_HRFZ65_FAKESCRIPT() -- AutoFarm.Script
  161. getfenv().script = Instance.new('Script', AutoFarm)
  162.  
  163. local button = script.Parent
  164.  
  165. button.MouseButton1Click:Connect(function()
  166. local arguments = {"+JF1", "+FS1", "+FS2", "+PP1", "+MS1", "+BT1", "+FS3", "+MS5", "+JF5", "+PP2"}
  167. local remote = game.ReplicatedStorage.RemoteEvent
  168.  
  169. while wait() do
  170. for i,v in pairs(arguments) do
  171. remote:FireServer({[1] = v})
  172. end
  173. end
  174. end)
  175.  
  176. end
  177. coroutine.resume(coroutine.create(SCRIPT_HRFZ65_FAKESCRIPT))
  178. function SCRIPT_FHUP65_FAKESCRIPT() -- IntructionText.Script
  179. getfenv().script = Instance.new('Script', IntructionText)
  180.  
  181. local read = script.Parent
  182. local AutoFarmHover = script.Parent.Parent.AutoFarm
  183. local KillAllHover = script.Parent.Parent.KillAll
  184. local tornadohover = script.Parent.Parent.tptornado
  185. local volcanohover = script.Parent.Parent.tpvolacno
  186. local icemountainhover = script.Parent.Parent.tpicemoun
  187. local secrettraininghover = script.Parent.Parent.tpsecret
  188. local crystalhover = script.Parent.Parent.tpcrystal
  189. local safezonehover = script.Parent.Parent.tpsafezone
  190.  
  191.  
  192. AutoFarmHover.MouseEnter:Connect(function()
  193. read.Text = "Instructions: For maximum training speed, equip the 100 ton weight, fly, equip the psychic power, and go to a place where you gain lots of body toughness (ex. volcano)"
  194. end)
  195. KillAllHover.MouseEnter:Connect(function()
  196. read.Text = "Instructions: This teleports everyone to you, so you can kill them. If you want to avoid knockback from higher opponents, spam 'C' to punch everyone but avoid knockback. Also, flying while attacking makes it easier to hit your opponents."
  197. end)
  198. tornadohover.MouseEnter:Connect(function()
  199. read.Text = "Teleports you to the huge tornado for extra body toughness. 1,000,000+ Body Toughness required to survive."
  200. end)
  201. volcanohover.MouseEnter:Connect(function()
  202. read.Text = "Teleports you to the volcano for extra body toughness, 10,000,000+ Body Toughness required to survive."
  203. end)
  204. icemountainhover.MouseEnter:Connect(function()
  205. read.Text = "Teleports you to the ice mountain for extra body toughness, 100,000+ Body Toughness requred to survive."
  206. end)
  207. secrettraininghover.MouseEnter:Connect(function()
  208. read.Text = "Teleports you the secret training area extra body toughness. The fiery area requires 10,000+ body toughness, while the ice pool requres 100+ body toughness to survive."
  209. end)
  210. crystalhover.MouseEnter:Connect(function()
  211. read.Text = "Teleports you to the crystal, where you can train your fist stength with 100x."
  212. end)
  213. safezonehover.MouseEnter:Connect(function()
  214. read.Text = "Teleports you to the safe zone, where no one can attack you."
  215. end)
  216. wait()
  217.  
  218.  
  219. end
  220. coroutine.resume(coroutine.create(SCRIPT_FHUP65_FAKESCRIPT))
  221. function SCRIPT_LXSU67_FAKESCRIPT() -- KillAll.Script
  222. getfenv().script = Instance.new('Script', KillAll)
  223.  
  224. local killall = script.Parent
  225.  
  226. killall.MouseButton1Click:connect(function()
  227. run = not run
  228. local function tp()
  229. for i, player in ipairs(game.Players:GetChildren()) do
  230. if player.Character and player.Character:FindFirstChild("HumanoidRootPart") then
  231. player.Character.HumanoidRootPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.lookVector * 1
  232. end
  233. end
  234. end
  235. if run then
  236. killall.Text = "Kill All: ON"
  237. while wait() do
  238. if run then
  239. tp()
  240. end
  241. end
  242. end
  243. killall.Text = "KillAll: OFF"
  244. end)
  245.  
  246.  
  247. end
  248. coroutine.resume(coroutine.create(SCRIPT_LXSU67_FAKESCRIPT))
  249. function SCRIPT_XDLP66_FAKESCRIPT() -- tptornado.Script
  250. getfenv().script = Instance.new('Script', tptornado)
  251.  
  252. local tpvrol = script.Parent
  253.  
  254. tpvrol.MouseButton1Click:Connect(function()
  255. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-2277.8, 945, 1098)
  256. end)
  257.  
  258. end
  259. coroutine.resume(coroutine.create(SCRIPT_XDLP66_FAKESCRIPT))
  260. function SCRIPT_XBIP69_FAKESCRIPT() -- tpvolacno.Script
  261. getfenv().script = Instance.new('Script', tpvolacno)
  262.  
  263. local tpvol = script.Parent
  264.  
  265. tpvol.MouseButton1Click:Connect(function()
  266. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1977, 747, -1872)
  267. end)
  268.  
  269. end
  270. coroutine.resume(coroutine.create(SCRIPT_XBIP69_FAKESCRIPT))
  271. function SCRIPT_RTGC76_FAKESCRIPT() -- tpicemoun.Script
  272. getfenv().script = Instance.new('Script', tpicemoun)
  273.  
  274. local atpvol = script.Parent
  275.  
  276. atpvol.MouseButton1Click:Connect(function()
  277. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1615, 269, 2250)
  278. end)
  279.  
  280. end
  281. coroutine.resume(coroutine.create(SCRIPT_RTGC76_FAKESCRIPT))
  282. function SCRIPT_NNOR80_FAKESCRIPT() -- tpsecret.Script
  283. getfenv().script = Instance.new('Script', tpsecret)
  284.  
  285. local atpvodl = script.Parent
  286.  
  287. atpvodl.MouseButton1Click:Connect(function()
  288. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(332, 263, -451)
  289. end)
  290.  
  291. end
  292. coroutine.resume(coroutine.create(SCRIPT_NNOR80_FAKESCRIPT))
  293. function SCRIPT_BWSM69_FAKESCRIPT() -- tpcrystal.Script
  294. getfenv().script = Instance.new('Script', tpcrystal)
  295.  
  296. local crystal = script.Parent
  297.  
  298. crystal.MouseButton1Click:Connect(function()
  299. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-2246, 1943, 1042)
  300. end)
  301.  
  302. end
  303. coroutine.resume(coroutine.create(SCRIPT_BWSM69_FAKESCRIPT))
  304. function SCRIPT_EDPO78_FAKESCRIPT() -- tpsafezone.Script
  305. getfenv().script = Instance.new('Script', tpsafezone)
  306.  
  307. local spawntp = script.Parent
  308.  
  309. spawntp.MouseButton1Click:Connect(function()
  310. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(446, 248, 883)
  311. end)
  312.  
  313. end
  314. coroutine.resume(coroutine.create(SCRIPT_EDPO78_FAKESCRIPT))
  315. function SCRIPT_SZGE87_FAKESCRIPT() -- Mainframe.Script
  316. getfenv().script = Instance.new('Script', Mainframe)
  317.  
  318. script.Parent.Active = true
  319. script.Parent.Draggable = true
  320.  
  321.  
  322. end
  323. coroutine.resume(coroutine.create(SCRIPT_SZGE87_FAKESCRIPT))
  324. function SCRIPT_VTTM83_FAKESCRIPT() -- SuperHeroGUI.Script
  325. getfenv().script = Instance.new('Script', SuperHeroGUI)
  326.  
  327. script.Parent.ResetOnSpawn = false
  328.  
  329. end
  330. coroutine.resume(coroutine.create(SCRIPT_VTTM83_FAKESCRIPT))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement