Advertisement
cortesjoren

Ban Hammer Simulator GUI

Oct 30th, 2018
8,130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.05 KB | None | 0 0
  1.  
  2. -- Objects
  3.  
  4. local BanHammerSimulator = Instance.new("ScreenGui")
  5. local Background = Instance.new("Frame")
  6. local TopBar = Instance.new("Frame")
  7. local MadebyCIRAXY3517 = Instance.new("TextLabel")
  8. local Hackers = Instance.new("TextButton")
  9. local Noobs = Instance.new("TextButton")
  10. local Doges = Instance.new("TextButton")
  11. local Pirates = Instance.new("TextButton")
  12. local DownBar = Instance.new("Frame")
  13. local X = Instance.new("TextButton")
  14. local OpenFrame = Instance.new("Frame")
  15. local OpenButton = Instance.new("TextButton")
  16.  
  17. -- Properties
  18.  
  19. BanHammerSimulator.Name = "Ban Hammer Simulator"
  20. BanHammerSimulator.Parent = game.CoreGui
  21.  
  22. Background.Name = "Background"
  23. Background.Parent = BanHammerSimulator
  24. Background.Active = true
  25. Background.BackgroundColor3 = Color3.new(0.207843, 0.207843, 0.207843)
  26. Background.BorderSizePixel = 0
  27. Background.Position = UDim2.new(0.390772104, 0, 0.284369141, 0)
  28. Background.Selectable = true
  29. Background.Size = UDim2.new(0, 232, 0, 284)
  30.  
  31. TopBar.Name = "TopBar"
  32. TopBar.Parent = Background
  33. TopBar.Active = true
  34. TopBar.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  35. TopBar.BorderSizePixel = 0
  36. TopBar.ClipsDescendants = true
  37. TopBar.Selectable = true
  38. TopBar.Size = UDim2.new(0, 232, 0, 22)
  39.  
  40. MadebyCIRAXY3517.Name = "Made by CIRAXY#3517"
  41. MadebyCIRAXY3517.Parent = Background
  42. MadebyCIRAXY3517.BackgroundColor3 = Color3.new(1, 1, 1)
  43. MadebyCIRAXY3517.BackgroundTransparency = 1
  44. MadebyCIRAXY3517.Position = UDim2.new(-0.0269693136, 0, 5.96046448e-08, 0)
  45. MadebyCIRAXY3517.Size = UDim2.new(0, 222, 0, 22)
  46. MadebyCIRAXY3517.Font = Enum.Font.ArialBold
  47. MadebyCIRAXY3517.Text = "Made by CIRAXY#3517"
  48. MadebyCIRAXY3517.TextColor3 = Color3.new(1, 0.921569, 0.0313726)
  49. MadebyCIRAXY3517.TextSize = 14
  50. MadebyCIRAXY3517.TextStrokeTransparency = 0
  51. MadebyCIRAXY3517.TextWrapped = true
  52.  
  53. Hackers.Name = "Hackers"
  54. Hackers.Parent = Background
  55. Hackers.BackgroundColor3 = Color3.new(0.635294, 0.635294, 0.635294)
  56. Hackers.BorderColor3 = Color3.new(0.164706, 0.164706, 0.164706)
  57. Hackers.BorderSizePixel = 5
  58. Hackers.Position = UDim2.new(0.067666769, 0, 0.11966525, 0)
  59. Hackers.Size = UDim2.new(0, 200, 0, 50)
  60. Hackers.Font = Enum.Font.SourceSans
  61. Hackers.Text = "(1 min) Farm Hackers."
  62. Hackers.TextColor3 = Color3.new(0, 0, 0)
  63. Hackers.TextSize = 20
  64. Hackers.TextStrokeColor3 = Color3.new(0.905882, 0.917647, 0.00784314)
  65. Hackers.TextStrokeTransparency = 0
  66.  
  67. Noobs.Name = "Noobs"
  68. Noobs.Parent = Background
  69. Noobs.BackgroundColor3 = Color3.new(0.635294, 0.635294, 0.635294)
  70. Noobs.BorderColor3 = Color3.new(0.164706, 0.164706, 0.164706)
  71. Noobs.BorderSizePixel = 5
  72. Noobs.Position = UDim2.new(0.067666769, 0, 0.32939443, 0)
  73. Noobs.Size = UDim2.new(0, 200, 0, 50)
  74. Noobs.Font = Enum.Font.SourceSans
  75. Noobs.Text = "(1 min) Farm Noobs."
  76. Noobs.TextColor3 = Color3.new(0, 0, 0)
  77. Noobs.TextSize = 20
  78. Noobs.TextStrokeColor3 = Color3.new(0.905882, 0.917647, 0.00784314)
  79. Noobs.TextStrokeTransparency = 0
  80. Noobs.TextWrapped = true
  81.  
  82. Doges.Name = "Doges"
  83. Doges.Parent = Background
  84. Doges.BackgroundColor3 = Color3.new(0.635294, 0.635294, 0.635294)
  85. Doges.BorderColor3 = Color3.new(0.164706, 0.164706, 0.164706)
  86. Doges.BorderSizePixel = 5
  87. Doges.Position = UDim2.new(0.067666769, 0, 0.544010758, 0)
  88. Doges.Size = UDim2.new(0, 200, 0, 50)
  89. Doges.Font = Enum.Font.SourceSans
  90. Doges.Text = "(1 min) Farm Doges."
  91. Doges.TextColor3 = Color3.new(0, 0, 0)
  92. Doges.TextSize = 20
  93. Doges.TextStrokeColor3 = Color3.new(0.905882, 0.917647, 0.00784314)
  94. Doges.TextStrokeTransparency = 0
  95.  
  96. Pirates.Name = "Pirates"
  97. Pirates.Parent = Background
  98. Pirates.BackgroundColor3 = Color3.new(0.635294, 0.635294, 0.635294)
  99. Pirates.BorderColor3 = Color3.new(0.164706, 0.164706, 0.164706)
  100. Pirates.BorderSizePixel = 5
  101. Pirates.Position = UDim2.new(0.0676667988, 0, 0.741538703, 0)
  102. Pirates.Size = UDim2.new(0, 200, 0, 50)
  103. Pirates.Font = Enum.Font.SourceSans
  104. Pirates.Text = "(Inf loop) Farm Pirates."
  105. Pirates.TextColor3 = Color3.new(0, 0, 0)
  106. Pirates.TextSize = 20
  107. Pirates.TextStrokeColor3 = Color3.new(0.905882, 0.917647, 0.00784314)
  108. Pirates.TextStrokeTransparency = 0
  109.  
  110. DownBar.Name = "DownBar"
  111. DownBar.Parent = Background
  112. DownBar.BackgroundColor3 = Color3.new(0.901961, 1, 0)
  113. DownBar.BorderColor3 = Color3.new(1, 1, 0)
  114. DownBar.BorderSizePixel = 0
  115. DownBar.Position = UDim2.new(0, 0, 0.96830982, 0)
  116. DownBar.Size = UDim2.new(0, 232, 0, 9)
  117.  
  118. X.Name = "X"
  119. X.Parent = Background
  120. X.BackgroundColor3 = Color3.new(1, 0, 0.0156863)
  121. X.BorderSizePixel = 0
  122. X.Position = UDim2.new(0.905172408, 0, 0, 0)
  123. X.Size = UDim2.new(0, 22, 0, 22)
  124. X.Font = Enum.Font.Arcade
  125. X.Text = "X"
  126. X.TextColor3 = Color3.new(0, 0, 0)
  127. X.TextScaled = true
  128. X.TextSize = 14
  129. X.TextWrapped = true
  130.  
  131. OpenFrame.Name = "Open Frame"
  132. OpenFrame.Parent = BanHammerSimulator
  133. OpenFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  134. OpenFrame.Position = UDim2.new(0, 0, 0.595103562, 0)
  135. OpenFrame.Size = UDim2.new(0, 100, 0, 33)
  136.  
  137. OpenButton.Parent = OpenFrame
  138. OpenButton.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  139. OpenButton.BorderColor3 = Color3.new(0.164706, 0.164706, 0.164706)
  140. OpenButton.BorderSizePixel = 5
  141. OpenButton.Position = UDim2.new(-0.0571428575, 0, 0.136271179, 0)
  142. OpenButton.Size = UDim2.new(0, 105, 0, 36)
  143. OpenButton.Font = Enum.Font.ArialBold
  144. OpenButton.Text = "Open"
  145. OpenButton.TextColor3 = Color3.new(0, 0, 0)
  146. OpenButton.TextSize = 14
  147. OpenButton.TextStrokeColor3 = Color3.new(0.905882, 0.917647, 0.00784314)
  148. OpenButton.TextStrokeTransparency = 0
  149.  
  150. -- Scripts
  151.  
  152. Hackers.MouseButton1Down:connect(function() -- Hackers Button
  153.  
  154. -- Farm Hackers for 1,40 minutes
  155.  
  156. local FarmHackers = 0
  157.  
  158. while true do
  159.  
  160. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace.NPCs.Hackers.NPCs.Hacker.UpperTorso.CFrame
  161.  
  162. wait()
  163.  
  164. FarmHackers = FarmHackers + 1
  165.  
  166. wait()
  167.  
  168. wait()
  169.  
  170. wait()
  171.  
  172. if FarmHackers == 1000 then
  173.  
  174. break
  175. end
  176. end
  177.  
  178. end)
  179.  
  180. Noobs.MouseButton1Down:connect(function() -- Noobs Button
  181.  
  182. -- Farm Noobs for 1,40 minutes
  183.  
  184. local FarmNoobs = 0
  185.  
  186. wait()
  187.  
  188. while true do
  189.  
  190. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace.NPCs.Noobs.NPCs.Noob.UpperTorso.CFrame
  191.  
  192. wait()
  193.  
  194. wait()
  195.  
  196. wait()
  197.  
  198. FarmNoobs = FarmNoobs + 1
  199.  
  200. if FarmNoobs == 1000 then
  201.  
  202. break
  203.  
  204. end
  205. end
  206.  
  207. end)
  208.  
  209. Doges.MouseButton1Down:connect(function() -- Doges Button
  210.  
  211. -- Farm doges for 1,40 minutes
  212.  
  213. local FarmDoges = 0
  214.  
  215. while true do
  216.  
  217. wait()
  218.  
  219. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace.NPCs.Doges.NPCs.Doge.UpperTorso.CFrame
  220.  
  221. wait()
  222.  
  223. wait()
  224.  
  225. FarmDoges = FarmDoges + 1
  226.  
  227. wait()
  228.  
  229. if FarmDoges == 1000 then
  230.  
  231. break
  232.  
  233. end
  234. end
  235.  
  236. end)
  237.  
  238. Pirates.MouseButton1Down:connect(function() -- Pirates Button
  239.  
  240. -- Farm Pirates inf
  241.  
  242. while true do
  243.  
  244. wait()
  245.  
  246. wait()
  247.  
  248. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace.NPCs.Pirates.NPCs.Pirate.UpperTorso.CFrame
  249.  
  250. wait()
  251.  
  252. wait()
  253.  
  254. end
  255.  
  256. end)
  257.  
  258. -- Open/Close
  259.  
  260. X.MouseButton1Down:connect(function()
  261.  
  262. Background:TweenPosition(UDim2.new(0.391,0,0.-2,0), 'Out', 'Bounce', 1)
  263.  
  264. end)
  265.  
  266. OpenButton.MouseButton1Down:connect(function()
  267.  
  268. Background:TweenPosition(UDim2.new(0.391,0,0.358,0), 'Out', 'Bounce', 2)
  269.  
  270. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement