HHLExploits

superhero

Jun 16th, 2019
470
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.77 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local ScreenGui = Instance.new("ScreenGui")
  5. local Frame = Instance.new("Frame")
  6. Frame.Active = true
  7. local TextLabel = Instance.new("TextLabel")
  8. local TextButton = Instance.new("TextButton")
  9. local TextButton_2 = Instance.new("TextButton")
  10. local TextButton_3 = Instance.new("TextButton")
  11. local TextButton_4 = Instance.new("TextButton")
  12. --Properties:
  13. ScreenGui.Parent = game.CoreGui
  14. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  15.  
  16. Frame.Parent = ScreenGui
  17. Frame.BackgroundColor3 = Color3.new(0, 0, 0)
  18. Frame.BorderSizePixel = 0
  19. Frame.Position = UDim2.new(0.0368906446, 0, 0.0421686731, 0)
  20. Frame.Size = UDim2.new(0.132411063, 0, 0.188253015, 0)
  21.  
  22. TextLabel.Parent = Frame
  23. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  24. TextLabel.BackgroundTransparency = 1
  25. TextLabel.Size = UDim2.new(0.99502486, 0, 0.400000006, 0)
  26. TextLabel.Font = Enum.Font.GothamBold
  27. TextLabel.Text = "Superhero City"
  28. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  29. TextLabel.TextScaled = true
  30. TextLabel.TextSize = 14
  31. TextLabel.TextWrapped = true
  32.  
  33. TextButton.Parent = Frame
  34. TextButton.BackgroundColor3 = Color3.new(1, 1, 1)
  35. TextButton.BackgroundTransparency = 0.89999997615814
  36. TextButton.Position = UDim2.new(0, 0, 0.744000018, 0)
  37. TextButton.Size = UDim2.new(0.333333343, 0, 0.256000012, 0)
  38. TextButton.Font = Enum.Font.GothamBold
  39. TextButton.Text = "Auto-Farm"
  40. TextButton.TextColor3 = Color3.new(1, 1, 1)
  41. TextButton.TextScaled = true
  42. TextButton.TextSize = 14
  43. TextButton.TextWrapped = true
  44.  
  45. TextButton_2.Parent = Frame
  46. TextButton_2.BackgroundColor3 = Color3.new(1, 1, 1)
  47. TextButton_2.BackgroundTransparency = 0.89999997615814
  48. TextButton_2.Position = UDim2.new(0, 0, 0.488000005, 0)
  49. TextButton_2.Size = UDim2.new(0.333333343, 0, 0.256000012, 0)
  50. TextButton_2.Font = Enum.Font.GothamBold
  51. TextButton_2.Text = "Use all codes"
  52. TextButton_2.TextColor3 = Color3.new(1, 1, 1)
  53. TextButton_2.TextScaled = true
  54. TextButton_2.TextSize = 14
  55. TextButton_2.TextWrapped = true
  56.  
  57. TextButton_3.Parent = Frame
  58. TextButton_3.BackgroundColor3 = Color3.new(1, 1, 1)
  59. TextButton_3.BackgroundTransparency = 0.89999997615814
  60. TextButton_3.Position = UDim2.new(0.666666687, 0, 0.744000018, 0)
  61. TextButton_3.Size = UDim2.new(0.333333343, 0, 0.256000012, 0)
  62. TextButton_3.Font = Enum.Font.GothamBold
  63. TextButton_3.Text = "Bigger hitbox's"
  64. TextButton_3.TextColor3 = Color3.new(1, 1, 1)
  65. TextButton_3.TextScaled = true
  66. TextButton_3.TextSize = 14
  67. TextButton_3.TextWrapped = true
  68.  
  69. TextButton_4.Parent = Frame
  70. TextButton_4.BackgroundColor3 = Color3.new(1, 1, 1)
  71. TextButton_4.BackgroundTransparency = 0.89999997615814
  72. TextButton_4.Position = UDim2.new(0.666666687, 0, 0.488000005, 0)
  73. TextButton_4.Size = UDim2.new(0.333333343, 0, 0.256000012, 0)
  74. TextButton_4.Font = Enum.Font.GothamBold
  75. TextButton_4.Text = "ESP"
  76. TextButton_4.TextColor3 = Color3.new(1, 1, 1)
  77. TextButton_4.TextScaled = true
  78. TextButton_4.TextSize = 14
  79. TextButton_4.TextWrapped = true
  80. -- Scripts:
  81. function SCRIPT_HVSH86_FAKESCRIPT() -- TextButton.LocalScript
  82. local script = Instance.new('LocalScript')
  83. script.Parent = TextButton
  84. local stats = {"Strength","Endurance","Agility","Jump","Mind"}
  85.  
  86. while wait() do
  87. for _,v in pairs(stats) do
  88. local A_1 = "Stat_"..v
  89. local Event = game:GetService("ReplicatedStorage").TrainStat
  90. Event:InvokeServer(A_1,true)
  91. end
  92. end
  93.  
  94. end
  95. coroutine.resume(coroutine.create(SCRIPT_HVSH86_FAKESCRIPT))
  96. function SCRIPT_UXUE85_FAKESCRIPT() -- TextButton_2.LocalScript
  97. local script = Instance.new('LocalScript')
  98. script.Parent = TextButton_2
  99. script.Parent.MouseButton1Click:Connect(function()
  100. local codes ={}
  101. local t = "Codes are:"
  102. for _,v in pairs(game.Players.LocalPlayer.PlayerInfo.Code:GetChildren()) do
  103. script.Parent.Text = 'Using code '..v.Name
  104. local A_1 =
  105. {
  106. ["bool"] = true,
  107. ["TextSent"] = v.Name
  108. }
  109. local Event = game:GetService("ReplicatedStorage").Assets.Communication.UvT3kZRbd7P48Dr5.C3MmTC
  110. Event:InvokeServer(A_1)
  111. wait(1)
  112. end
  113. script.Parent.Text = 'Use all codes'
  114. end)
  115.  
  116.  
  117.  
  118. end
  119. coroutine.resume(coroutine.create(SCRIPT_UXUE85_FAKESCRIPT))
  120. function SCRIPT_IYNZ88_FAKESCRIPT() -- TextButton_3.LocalScript
  121. local script = Instance.new('LocalScript')
  122. script.Parent = TextButton_3
  123. script.Parent.MouseButton1Click:Connect(function ()
  124. _G.HeadSize = 20
  125. _G.Disabled = true
  126.  
  127. game:GetService('RunService').RenderStepped:connect(function()
  128. if _G.Disabled then
  129. for i,v in next, game:GetService('Players'):GetPlayers() do
  130. if v.Name ~= game:GetService('Players').LocalPlayer.Name then
  131. pcall(function()
  132. v.Character.HumanoidRootPart.Size = Vector3.new(_G.HeadSize,_G.HeadSize,_G.HeadSize)
  133. v.Character.HumanoidRootPart.Transparency = 0.7
  134. v.Character.HumanoidRootPart.BrickColor = BrickColor.new("Really blue")
  135. v.Character.HumanoidRootPart.Material = "Neon"
  136. v.Character.HumanoidRootPart.CanCollide = false
  137. end)
  138. end
  139. end
  140. end
  141. end);end)
  142.  
  143. end
  144. coroutine.resume(coroutine.create(SCRIPT_IYNZ88_FAKESCRIPT))
  145. function SCRIPT_DXLV75_FAKESCRIPT() -- TextButton_4.LocalScript
  146. local script = Instance.new('LocalScript')
  147. script.Parent = TextButton_4
  148. script.Parent.MouseButton1Click:Connect(function()
  149. local color = Color3.new(50,60,150) -- Red Green Blue
  150. local ScreenGui = Instance.new("ScreenGui")
  151. local SurfaceGui = Instance.new("SurfaceGui")
  152. local TextLabel = Instance.new("TextLabel")
  153. local SurfaceGui_2 = Instance.new("SurfaceGui")
  154. local TextLabel_2 = Instance.new("TextLabel")
  155. local SurfaceGui_3 = Instance.new("SurfaceGui")
  156. local TextLabel_3 = Instance.new("TextLabel")
  157. local SurfaceGui_4 = Instance.new("SurfaceGui")
  158. local TextLabel_4 = Instance.new("TextLabel")
  159. local SurfaceGui_5 = Instance.new("SurfaceGui")
  160. local TextLabel_5 = Instance.new("TextLabel")
  161. local SurfaceGui_6 = Instance.new("SurfaceGui")
  162. local TextLabel_6 = Instance.new("TextLabel")
  163. local BillboardGui = Instance.new("BillboardGui")
  164. local TextLabel_7 = Instance.new("TextLabel")
  165. --Properties:
  166. ScreenGui.Parent = game.Workspace.Part
  167. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  168.  
  169. SurfaceGui.Parent = ScreenGui
  170. SurfaceGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  171. SurfaceGui.AlwaysOnTop = true
  172. SurfaceGui.LightInfluence = 1
  173.  
  174. TextLabel.Parent = SurfaceGui
  175. TextLabel.BackgroundColor3 = Color3.new(0.105882, 1, 0.0588235)
  176. TextLabel.Size = UDim2.new(1, 0, 1, 0)
  177. TextLabel.Font = Enum.Font.SourceSans
  178. TextLabel.Text = ""
  179. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  180. TextLabel.TextScaled = true
  181. TextLabel.TextSize = 14
  182. TextLabel.TextWrapped = true
  183.  
  184. SurfaceGui_2.Parent = ScreenGui
  185. SurfaceGui_2.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  186. SurfaceGui_2.AlwaysOnTop = true
  187. SurfaceGui_2.Face = Enum.NormalId.Back
  188. SurfaceGui_2.LightInfluence = 1
  189.  
  190. TextLabel_2.Parent = SurfaceGui_2
  191. TextLabel_2.BackgroundColor3 = Color3.new(0.105882, 1, 0.0588235)
  192. TextLabel_2.Size = UDim2.new(1, 0, 1, 0)
  193. TextLabel_2.Font = Enum.Font.SourceSans
  194. TextLabel_2.Text = ""
  195. TextLabel_2.TextColor3 = Color3.new(0, 0, 0)
  196. TextLabel_2.TextScaled = true
  197. TextLabel_2.TextSize = 14
  198. TextLabel_2.TextWrapped = true
  199.  
  200. SurfaceGui_3.Parent = ScreenGui
  201. SurfaceGui_3.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  202. SurfaceGui_3.AlwaysOnTop = true
  203. SurfaceGui_3.Face = Enum.NormalId.Left
  204. SurfaceGui_3.LightInfluence = 1
  205.  
  206. TextLabel_3.Parent = SurfaceGui_3
  207. TextLabel_3.BackgroundColor3 = Color3.new(0.105882, 1, 0.0588235)
  208. TextLabel_3.Size = UDim2.new(1, 0, 1, 0)
  209. TextLabel_3.Font = Enum.Font.SourceSans
  210. TextLabel_3.Text = ""
  211. TextLabel_3.TextColor3 = Color3.new(0, 0, 0)
  212. TextLabel_3.TextScaled = true
  213. TextLabel_3.TextSize = 14
  214. TextLabel_3.TextWrapped = true
  215.  
  216. SurfaceGui_4.Parent = ScreenGui
  217. SurfaceGui_4.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  218. SurfaceGui_4.AlwaysOnTop = true
  219. SurfaceGui_4.Face = Enum.NormalId.Right
  220. SurfaceGui_4.LightInfluence = 1
  221.  
  222. TextLabel_4.Parent = SurfaceGui_4
  223. TextLabel_4.BackgroundColor3 = Color3.new(0.105882, 1, 0.0588235)
  224. TextLabel_4.Size = UDim2.new(1, 0, 1, 0)
  225. TextLabel_4.Font = Enum.Font.SourceSans
  226. TextLabel_4.Text = ""
  227. TextLabel_4.TextColor3 = Color3.new(0, 0, 0)
  228. TextLabel_4.TextScaled = true
  229. TextLabel_4.TextSize = 14
  230. TextLabel_4.TextWrapped = true
  231.  
  232. SurfaceGui_5.Parent = ScreenGui
  233. SurfaceGui_5.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  234. SurfaceGui_5.AlwaysOnTop = true
  235. SurfaceGui_5.Face = Enum.NormalId.Top
  236. SurfaceGui_5.LightInfluence = 1
  237.  
  238. TextLabel_5.Parent = SurfaceGui_5
  239. TextLabel_5.BackgroundColor3 = Color3.new(0.105882, 1, 0.0588235)
  240. TextLabel_5.Size = UDim2.new(1, 0, 1, 0)
  241. TextLabel_5.Font = Enum.Font.SourceSans
  242. TextLabel_5.Text = ""
  243. TextLabel_5.TextColor3 = Color3.new(0, 0, 0)
  244. TextLabel_5.TextScaled = true
  245. TextLabel_5.TextSize = 14
  246. TextLabel_5.TextWrapped = true
  247.  
  248. SurfaceGui_6.Parent = ScreenGui
  249. SurfaceGui_6.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  250. SurfaceGui_6.AlwaysOnTop = true
  251. SurfaceGui_6.Face = Enum.NormalId.Bottom
  252. SurfaceGui_6.LightInfluence = 1
  253.  
  254. TextLabel_6.Parent = SurfaceGui_6
  255. TextLabel_6.BackgroundColor3 = Color3.new(0.105882, 1, 0.0588235)
  256. TextLabel_6.Size = UDim2.new(1, 0, 1, 0)
  257. TextLabel_6.Font = Enum.Font.SourceSans
  258. TextLabel_6.Text = ""
  259. TextLabel_6.TextColor3 = Color3.new(0, 0, 0)
  260. TextLabel_6.TextScaled = true
  261. TextLabel_6.TextSize = 14
  262. TextLabel_6.TextWrapped = true
  263.  
  264.  
  265.  
  266.  
  267. function SCRIPT_KWVJ89_FAKESCRIPT() -- ScreenGui.LocalScript
  268. local script = Instance.new('LocalScript')
  269. script.Parent = ScreenGui
  270. _G.Disabled = true
  271.  
  272. game:GetService('RunService').RenderStepped:connect(function()
  273. if _G.Disabled then
  274. for i,v in next, game:GetService('Players'):GetPlayers() do
  275. if v.Name ~= game:GetService('Players').LocalPlayer.Name then
  276. pcall(function()
  277.  
  278. for _,n in pairs(v.Character:GetChildren()) do
  279. if n:FindFirstChildOfClass("SurfaceGui") == nil and n.Name ~= 'HumanoidRootPart' then
  280. for _,c in pairs(script.Parent:GetChildren()) do
  281. c:FindFirstChild("TextLabel").Transparency = .6
  282. c:FindFirstChild("TextLabel").BackgroundColor3 = color
  283. c:FindFirstChild("TextLabel").BorderSizePixel = 0
  284. local d = c:Clone()
  285.  
  286. d.Parent = n
  287. end;end
  288. end
  289. end)
  290. end
  291. end
  292. end
  293. end)
  294.  
  295.  
  296. end
  297. coroutine.resume(coroutine.create(SCRIPT_KWVJ89_FAKESCRIPT))
  298.  
  299. end)
  300.  
  301. end
  302. coroutine.resume(coroutine.create(SCRIPT_DXLV75_FAKESCRIPT))
  303. function SCRIPT_YSRH87_FAKESCRIPT() -- Frame.LocalScript
  304. local script = Instance.new('LocalScript')
  305. script.Parent = Frame
  306. script.Parent.Draggable = true
  307.  
  308. end
  309. coroutine.resume(coroutine.create(SCRIPT_YSRH87_FAKESCRIPT))
  310. Frame.Draggable = true
  311. wait(3)
  312. local VirtualUser=game:service'VirtualUser'
  313. game:service'Players'LocalPlayer.Idled:connect(function()
  314. print("gay ass anti afk shit ")
  315. VirtualUser:CaptureController()
  316. VirtualUser:ClickButton2(Vector2.new())
  317. end)
Add Comment
Please, Sign In to add comment