RequiredModule

Super Power Training Simulator: Other GUI

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