Advertisement
Guest User

BlackGUI

a guest
Sep 23rd, 2019
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.40 KB | None | 0 0
  1. -- Made by PsychoWizardz (iiqqs)
  2. local BlackGUI = Instance.new("ScreenGui")
  3. local Title = Instance.new("TextLabel")
  4. local Exit = Instance.new("TextButton")
  5. local Top = Instance.new("Frame")
  6. local Background = Instance.new("Frame")
  7. local SetWS = Instance.new("TextButton")
  8. local WSValue = Instance.new("TextBox")
  9. local Devider = Instance.new("Frame")
  10. local SetHP = Instance.new("TextButton")
  11. local HPValue = Instance.new("TextBox")
  12. local Heal = Instance.new("TextButton")
  13.  
  14. BlackGUI.Name = "BlackGUI"
  15. BlackGUI.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  16. BlackGUI.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  17.  
  18. Title.Name = "Title"
  19. Title.Parent = BlackGUI
  20. Title.BackgroundColor3 = Color3.new(0.658824, 0, 0)
  21. Title.BackgroundTransparency = 0.30000001192093
  22. Title.BorderSizePixel = 0
  23. Title.Position = UDim2.new(0.0381002389, 0, 0.0495450869, 0)
  24. Title.Size = UDim2.new(0, 145, 0, 25)
  25. Title.ZIndex = 2
  26. Title.Font = Enum.Font.SciFi
  27. Title.Text = "BlackGUI"
  28. Title.TextColor3 = Color3.new(0.164706, 0.164706, 0.164706)
  29. Title.TextScaled = true
  30. Title.TextSize = 14
  31. Title.TextWrapped = true
  32.  
  33. Exit.Name = "Exit"
  34. Exit.Parent = BlackGUI
  35. Exit.BackgroundColor3 = Color3.new(1, 1, 1)
  36. Exit.BackgroundTransparency = 1
  37. Exit.Size = UDim2.new(0, 26, 0, 26)
  38. Exit.ZIndex = 3
  39. Exit.Font = Enum.Font.SciFi
  40. Exit.Text = "X"
  41. Exit.TextColor3 = Color3.new(0.164706, 0.164706, 0.164706)
  42. Exit.TextScaled = true
  43. Exit.TextSize = 14
  44. Exit.TextWrapped = true
  45.  
  46. Top.Name = "Top"
  47. Top.Parent = BlackGUI
  48. Top.BackgroundColor3 = Color3.new(0.658824, 0, 0)
  49. Top.BorderSizePixel = 0
  50. Top.Size = UDim2.new(0, 292, 0, 26)
  51. Top.ZIndex = 2
  52.  
  53. Background.Name = "Background"
  54. Background.Parent = BlackGUI
  55. Background.BackgroundColor3 = Color3.new(0.164706, 0.164706, 0.164706)
  56. Background.BorderSizePixel = 0
  57. Background.Size = UDim2.new(0, 292, 0, 369)
  58.  
  59. SetWS.Name = "SetWS"
  60. SetWS.Parent = BlackGUI
  61. SetWS.BackgroundColor3 = Color3.new(0.658824, 0, 0)
  62. SetWS.BackgroundTransparency = 0.30000001192093
  63. SetWS.Position = UDim2.new(0.0306826606, 0, 0.147631213, 0)
  64. SetWS.Size = UDim2.new(0, 173, 0, 27)
  65. SetWS.Font = Enum.Font.SciFi
  66. SetWS.Text = "WalkSpeed (SET)"
  67. SetWS.TextColor3 = Color3.new(0.164706, 0.164706, 0.164706)
  68. SetWS.TextScaled = true
  69. SetWS.TextSize = 14
  70. SetWS.TextWrapped = true
  71.  
  72. WSValue.Name = "WSValue"
  73. WSValue.Parent = SetWS
  74. WSValue.BackgroundColor3 = Color3.new(0.658824, 0, 0)
  75. WSValue.BackgroundTransparency = 0.30000001192093
  76. WSValue.Position = UDim2.new(0.0867051929, 0, 1.55555522, 0)
  77. WSValue.Size = UDim2.new(0, 143, 0, 27)
  78. WSValue.Font = Enum.Font.SciFi
  79. WSValue.PlaceholderColor3 = Color3.new(0.164706, 0.164706, 0.164706)
  80. WSValue.PlaceholderText = "WalkSpeed Value"
  81. WSValue.Text = ""
  82. WSValue.TextColor3 = Color3.new(0.164706, 0.164706, 0.164706)
  83. WSValue.TextScaled = true
  84. WSValue.TextSize = 14
  85. WSValue.TextWrapped = true
  86.  
  87. Devider.Name = "Devider"
  88. Devider.Parent = BlackGUI
  89. Devider.BackgroundColor3 = Color3.new(0.658824, 0, 0)
  90. Devider.BorderSizePixel = 0
  91. Devider.Position = UDim2.new(0, 0, 0.112440199, 0)
  92. Devider.Size = UDim2.new(0, 292, 0, 21)
  93.  
  94. SetHP.Name = "SetHP"
  95. SetHP.Parent = BlackGUI
  96. SetHP.BackgroundColor3 = Color3.new(0.658824, 0, 0)
  97. SetHP.BackgroundTransparency = 0.30000001192093
  98. SetHP.BorderSizePixel = 0
  99. SetHP.Position = UDim2.new(0.0312034972, 0, 0.239920884, 0)
  100. SetHP.Size = UDim2.new(0, 172, 0, 26)
  101. SetHP.Font = Enum.Font.SciFi
  102. SetHP.Text = "Health (SET)"
  103. SetHP.TextColor3 = Color3.new(0.164706, 0.164706, 0.164706)
  104. SetHP.TextScaled = true
  105. SetHP.TextSize = 14
  106. SetHP.TextWrapped = true
  107.  
  108. HPValue.Name = "HPValue"
  109. HPValue.Parent = SetHP
  110. HPValue.BackgroundColor3 = Color3.new(0.658824, 0, 0)
  111. HPValue.BackgroundTransparency = 0.30000001192093
  112. HPValue.Position = UDim2.new(0.0867051929, 0, 1.55555522, 0)
  113. HPValue.Size = UDim2.new(0, 143, 0, 27)
  114. HPValue.Font = Enum.Font.SciFi
  115. HPValue.PlaceholderColor3 = Color3.new(0.164706, 0.164706, 0.164706)
  116. HPValue.PlaceholderText = "Health Value"
  117. HPValue.Text = ""
  118. HPValue.TextColor3 = Color3.new(0.164706, 0.164706, 0.164706)
  119. HPValue.TextScaled = true
  120. HPValue.TextSize = 14
  121. HPValue.TextWrapped = true
  122.  
  123. Heal.Name = "Heal"
  124. Heal.Parent = BlackGUI
  125. Heal.BackgroundColor3 = Color3.new(0.658824, 0, 0)
  126. Heal.BackgroundTransparency = 0.30000001192093
  127. Heal.Position = UDim2.new(0.0312034898, 0, 0.334920526, 0)
  128. Heal.Size = UDim2.new(0, 173, 0, 26)
  129. Heal.Font = Enum.Font.SciFi
  130. Heal.Text = "Heal"
  131. Heal.TextColor3 = Color3.new(0.164706, 0.164706, 0.164706)
  132. Heal.TextScaled = true
  133. Heal.TextSize = 14
  134. Heal.TextWrapped = true
  135. -- Scripts:
  136. function SCRIPT_RRWE89_FAKESCRIPT() -- Title.Animate
  137. local script = Instance.new('LocalScript')
  138. script.Parent = Title
  139. local animating = false
  140. local TIME = 0.2
  141.  
  142. while animating == false do
  143. animating = true
  144. script.Parent.Text = " "
  145. wait(TIME)
  146. script.Parent.Text = "B"
  147. wait(TIME)
  148. script.Parent.Text = "Bl"
  149. wait(TIME)
  150. script.Parent.Text = "Bla"
  151. wait(TIME)
  152. script.Parent.Text = "Blac"
  153. wait(TIME)
  154. script.Parent.Text = "Black"
  155. wait(TIME)
  156. script.Parent.Text = "BlackG"
  157. wait(TIME)
  158. script.Parent.Text = "BlackGU"
  159. wait(TIME)
  160. script.Parent.Text = "BlackGUI"
  161. wait(TIME)
  162. script.Parent.Text = " "
  163. wait(TIME)
  164. script.Parent.Text = "BlackGUI"
  165. wait(TIME)
  166. script.Parent.Text = " "
  167. wait(TIME)
  168. script.Parent.Text = "BlackGUI"
  169. wait(TIME)
  170. script.Parent.Text = " "
  171. wait(TIME)
  172. script.Parent.Text = "BlackGUI"
  173. wait(TIME)
  174. animating = false
  175. end
  176.  
  177. end
  178. coroutine.resume(coroutine.create(SCRIPT_RRWE89_FAKESCRIPT))
  179. function SCRIPT_HNHH89_FAKESCRIPT() -- Exit.HideGUI
  180. local script = Instance.new('LocalScript')
  181. script.Parent = Exit
  182. local enabled = true
  183.  
  184. script.Parent.MouseButton1Click:Connect(function()
  185. if enabled == true then
  186. script.Parent.Parent.Background.Visible = false
  187. script.Parent.Parent.Devider.Visible = false
  188. script.Parent.Parent.SetWS.Visible = false
  189. script.Parent.Parent.Title.Visible = false
  190. enabled = false
  191. elseif enabled == false then
  192. script.Parent.Parent.Background.Visible = true
  193. script.Parent.Parent.Devider.Visible = true
  194. script.Parent.Parent.SetWS.Visible = true
  195. script.Parent.Parent.Title.Visible = true
  196. enabled = true
  197. end
  198. end)
  199.  
  200. end
  201. coroutine.resume(coroutine.create(SCRIPT_HNHH89_FAKESCRIPT))
  202. function SCRIPT_ZSCZ79_FAKESCRIPT() -- SetWS.Walkspeed
  203. local script = Instance.new('LocalScript')
  204. script.Parent = SetWS
  205. script.Parent.MouseButton1Click:Connect(function()
  206. game.Players.LocalPlayer.Character:WaitForChild("Humanoid").WalkSpeed = tonumber(script.Parent.WSValue.Text)
  207. end)
  208.  
  209. end
  210. coroutine.resume(coroutine.create(SCRIPT_ZSCZ79_FAKESCRIPT))
  211. function SCRIPT_HQHR80_FAKESCRIPT() -- SetHP.Health
  212. local script = Instance.new('LocalScript')
  213. script.Parent = SetHP
  214. script.Parent.MouseButton1Click:Connect(function()
  215. game.Players.LocalPlayer.Character:WaitForChild("Humanoid").Health = tonumber(script.Parent.HPValue.Text)
  216. game.Players.LocalPlayer.Character:WaitForChild("Humanoid").MaxHealth = tonumber(script.Parent.HPValue.Text)
  217. end)
  218.  
  219. end
  220. coroutine.resume(coroutine.create(SCRIPT_HQHR80_FAKESCRIPT))
  221. function SCRIPT_WCDZ87_FAKESCRIPT() -- Heal.HealScript
  222. local script = Instance.new('LocalScript')
  223. script.Parent = Heal
  224. script.Parent.MouseButton1Click:Connect(function()
  225. game.Players.LocalPlayer.Character:WaitForChild("Humanoid").Health = game.Players.LocalPlayer.Character:WaitForChild("Humanoid").MaxHealth
  226. end)
  227.  
  228. end
  229. coroutine.resume(coroutine.create(SCRIPT_WCDZ87_FAKESCRIPT))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement