Advertisement
Pozu2

SUPER HERO SIMULATOR SCRIPT

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