Advertisement
Promodz709

Untitled

Jan 21st, 2020
235
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.51 KB | None | 0 0
  1. -- Objects
  2.  
  3. local ScreenGui = Instance.new("ScreenGui")
  4. local Op = Instance.new("TextButton")
  5. local Gui = Instance.new("Frame")
  6. local TextLabel = Instance.new("TextLabel")
  7. local TextLabel_2 = Instance.new("TextLabel")
  8. local Money = Instance.new("TextButton")
  9. local Esp = Instance.new("TextButton")
  10. local God = Instance.new("TextButton")
  11. local TextLabel_3 = Instance.new("TextLabel")
  12. local TextLabel_4 = Instance.new("TextLabel")
  13. local TextLabel_5 = Instance.new("TextLabel")
  14. local TextLabel_6 = Instance.new("TextLabel")
  15. local Zap = Instance.new("TextButton")
  16. local Close = Instance.new("TextButton")
  17. local On = true
  18. -- Properties
  19.  
  20. ScreenGui.Parent = game.CoreGui
  21.  
  22. Op.Name = "Op"
  23. Op.Parent = ScreenGui
  24. Op.BackgroundColor3 = Color3.new(0.368627, 0.368627, 0.368627)
  25. Op.Position = UDim2.new(0, 0, 0.957708955, 0)
  26. Op.Size = UDim2.new(0, 70, 0, 23)
  27. Op.Font = Enum.Font.SourceSans
  28. Op.FontSize = Enum.FontSize.Size14
  29. Op.Text = "Open"
  30. Op.TextSize = 14
  31. Op.MouseButton1Click:connect(function()
  32. Gui.Visible = true
  33. end)
  34. Gui.Name = "Gui"
  35. Gui.Parent = ScreenGui
  36. Gui.Active = true
  37. Gui.BackgroundColor3 = Color3.new(0.368627, 0.368627, 0.368627)
  38. Gui.Draggable = true
  39. Gui.Position = UDim2.new(0.227272719, 0, 0.291208804, 0)
  40. Gui.Selectable = true
  41. Gui.Size = UDim2.new(0, 198, 0, 249)
  42. Gui.Visible = false
  43.  
  44. TextLabel.Parent = Gui
  45. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  46. TextLabel.BackgroundTransparency = 1
  47. TextLabel.Size = UDim2.new(0, 198, 0, 50)
  48. TextLabel.Font = Enum.Font.SourceSans
  49. TextLabel.FontSize = Enum.FontSize.Size14
  50. TextLabel.Text = "Blox hunt Gui made with haxxor222 scripts"
  51. TextLabel.TextScaled = true
  52. TextLabel.TextSize = 14
  53. TextLabel.TextWrapped = true
  54.  
  55. TextLabel_2.Parent = Gui
  56. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  57. TextLabel_2.BackgroundTransparency = 1
  58. TextLabel_2.Position = UDim2.new(0, 0, 0.907630503, 0)
  59. TextLabel_2.Size = UDim2.new(0, 198, 0, 23)
  60. TextLabel_2.Font = Enum.Font.SourceSans
  61. TextLabel_2.FontSize = Enum.FontSize.Size14
  62. TextLabel_2.Text = "made by bot1034"
  63. TextLabel_2.TextScaled = true
  64. TextLabel_2.TextSize = 14
  65. TextLabel_2.TextWrapped = true
  66.  
  67. Money.Name = "Money"
  68. Money.Parent = Gui
  69. Money.BackgroundColor3 = Color3.new(0.666667, 0, 0)
  70. Money.BackgroundTransparency = 0.40000000596046
  71. Money.Position = UDim2.new(0.792929292, 0, 0.273092389, 0)
  72. Money.Size = UDim2.new(0, 28, 0, 21)
  73. Money.Font = Enum.Font.SourceSans
  74. Money.FontSize = Enum.FontSize.Size14
  75. Money.Text = "X"
  76. Money.TextSize = 14
  77. Money.MouseButton1Click:connect(function()
  78. Money.BackgroundColor3 = Color3.new(0, 0.666667, 0)
  79. for i = 1, 1000 do
  80. game.ReplicatedStorage.GameFunctions.Taunt:FireServer()
  81. wait()
  82. end
  83. end)
  84. Esp.Name = "Esp"
  85. Esp.Parent = Gui
  86. Esp.BackgroundColor3 = Color3.new(0.666667, 0, 0)
  87. Esp.BackgroundTransparency = 0.40000000596046
  88. Esp.Position = UDim2.new(0.792929292, 0, 0.415662676, 0)
  89. Esp.Size = UDim2.new(0, 28, 0, 21)
  90. Esp.Font = Enum.Font.SourceSans
  91. Esp.FontSize = Enum.FontSize.Size14
  92. Esp.Text = "X"
  93. Esp.TextSize = 14
  94. Esp.MouseButton1Click:connect(function()
  95. Esp.BackgroundColor3 = Color3.new(0, 0.666667, 0)
  96. players = game:GetService("Players")
  97. while wait(1) do
  98. for i, v in pairs(players:GetChildren()) do
  99. if v.Name ~= players.LocalPlayer.Name then
  100. if v.Character and v.Character:FindFirstChild("Object") then
  101. for j, k in pairs(v.Character.Object:GetChildren()) do
  102. if k:IsA("Part") then
  103. k.BrickColor = BrickColor.new("Hot pink")
  104. end
  105. end
  106. end
  107. end
  108. end
  109. end
  110. end)
  111. God.Name = "God"
  112. God.Parent = Gui
  113. God.BackgroundColor3 = Color3.new(0.666667, 0, 0)
  114. God.BackgroundTransparency = 0.40000000596046
  115. God.Position = UDim2.new(0.792929292, 0, 0.57429719, 0)
  116. God.Size = UDim2.new(0, 28, 0, 21)
  117. God.Font = Enum.Font.SourceSans
  118. God.FontSize = Enum.FontSize.Size14
  119. God.Text = "X"
  120. God.TextSize = 14
  121. God.MouseButton1Click:connect(function()
  122. game.ReplicatedStorage.GameFunctions.StatChange:FireServer("Health", 1000)
  123. God.BackgroundColor3 = Color3.new(0, 0.666667, 0)
  124. end)
  125. TextLabel_3.Parent = Gui
  126. TextLabel_3.BackgroundColor3 = Color3.new(1, 1, 1)
  127. TextLabel_3.BackgroundTransparency = 1
  128. TextLabel_3.Position = UDim2.new(0.0303030312, 0, 0.253012061, 0)
  129. TextLabel_3.Size = UDim2.new(0, 142, 0, 32)
  130. TextLabel_3.Font = Enum.Font.SourceSans
  131. TextLabel_3.FontSize = Enum.FontSize.Size14
  132. TextLabel_3.Text = "Money Hack"
  133. TextLabel_3.TextScaled = true
  134. TextLabel_3.TextSize = 14
  135. TextLabel_3.TextWrapped = true
  136.  
  137. TextLabel_4.Parent = Gui
  138. TextLabel_4.BackgroundColor3 = Color3.new(1, 1, 1)
  139. TextLabel_4.BackgroundTransparency = 1
  140. TextLabel_4.Position = UDim2.new(0.0303030312, 0, 0.393574297, 0)
  141. TextLabel_4.Size = UDim2.new(0, 142, 0, 32)
  142. TextLabel_4.Font = Enum.Font.SourceSans
  143. TextLabel_4.FontSize = Enum.FontSize.Size14
  144. TextLabel_4.Text = "Pink Esp"
  145. TextLabel_4.TextScaled = true
  146. TextLabel_4.TextSize = 14
  147. TextLabel_4.TextWrapped = true
  148.  
  149. TextLabel_5.Parent = Gui
  150. TextLabel_5.BackgroundColor3 = Color3.new(1, 1, 1)
  151. TextLabel_5.BackgroundTransparency = 1
  152. TextLabel_5.Position = UDim2.new(0.0303030312, 0, 0.552208841, 0)
  153. TextLabel_5.Size = UDim2.new(0, 142, 0, 32)
  154. TextLabel_5.Font = Enum.Font.SourceSans
  155. TextLabel_5.FontSize = Enum.FontSize.Size14
  156. TextLabel_5.Text = "Lots health -- god"
  157. TextLabel_5.TextScaled = true
  158. TextLabel_5.TextSize = 14
  159. TextLabel_5.TextWrapped = true
  160.  
  161. TextLabel_6.Parent = Gui
  162. TextLabel_6.BackgroundColor3 = Color3.new(1, 1, 1)
  163. TextLabel_6.BackgroundTransparency = 1
  164. TextLabel_6.Position = UDim2.new(0.0303030312, 0, 0.726907611, 0)
  165. TextLabel_6.Size = UDim2.new(0, 142, 0, 32)
  166. TextLabel_6.Font = Enum.Font.SourceSans
  167. TextLabel_6.FontSize = Enum.FontSize.Size14
  168. TextLabel_6.Text = "Lots Zap power"
  169. TextLabel_6.TextScaled = true
  170. TextLabel_6.TextSize = 14
  171. TextLabel_6.TextWrapped = true
  172.  
  173. Zap.Name = "Zap"
  174. Zap.Parent = Gui
  175. Zap.BackgroundColor3 = Color3.new(0.666667, 0, 0)
  176. Zap.BackgroundTransparency = 0.40000000596046
  177. Zap.Position = UDim2.new(0.792929292, 0, 0.75100404, 0)
  178. Zap.Size = UDim2.new(0, 28, 0, 21)
  179. Zap.Font = Enum.Font.SourceSans
  180. Zap.FontSize = Enum.FontSize.Size14
  181. Zap.Text = "X"
  182. Zap.TextSize = 14
  183. Zap.MouseButton1Click:connect(function()
  184. game.ReplicatedStorage.GameFunctions.StatChange:FireServer("Energy", 1000)
  185. Zap.BackgroundColor3 = Color3.new(0, 0.666667, 0)
  186. end)
  187. Close.Name = "Close"
  188. Close.Parent = Gui
  189. Close.BackgroundColor3 = Color3.new(0.666667, 0, 0)
  190. Close.Position = UDim2.new(0, 0, 0.891566277, 0)
  191. Close.Size = UDim2.new(0, 30, 0, 27)
  192. Close.Font = Enum.Font.SourceSans
  193. Close.FontSize = Enum.FontSize.Size14
  194. Close.Text = "Close "
  195. Close.TextSize = 14
  196. Close.MouseButton1Click:connect(function()
  197. Gui.Visible = false
  198. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement