Advertisement
LeviTheOtaku

[REL] Miners Haven GUI

Feb 10th, 2018
13,513
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 26.06 KB | None | 0 0
  1. local MinersHavenGui = Instance.new("ScreenGui")
  2. local DecoFrame = Instance.new("Frame")
  3. local CratesFrame = Instance.new("Frame")
  4. local Deco = Instance.new("ImageLabel")
  5. local NumberOfBoxes = Instance.new("TextLabel")
  6. local TPCrates = Instance.new("TextButton")
  7. local LoopTPCrates = Instance.new("TextButton")
  8. local Deco_2 = Instance.new("ImageLabel")
  9. local Deco_3 = Instance.new("ImageLabel")
  10. local Deco_4 = Instance.new("ImageLabel")
  11. local Loop = Instance.new("ImageLabel")
  12. local RemoteClickerFrame = Instance.new("Frame")
  13. local Deco_5 = Instance.new("TextLabel")
  14. local RemoteClickerButton = Instance.new("TextButton")
  15. local ButtonClickerFrame = Instance.new("Frame")
  16. local Deco_6 = Instance.new("TextLabel")
  17. local ButtonClickerButton = Instance.new("TextButton")
  18. local MinesTPFrame = Instance.new("Frame")
  19. local TextLabel = Instance.new("TextLabel")
  20. local AmountToGive = Instance.new("TextBox")
  21. local MineChanButton = Instance.new("ImageButton")
  22. local Deco_7 = Instance.new("TextLabel")
  23. local IceMineButton = Instance.new("ImageButton")
  24. local Deco_8 = Instance.new("TextLabel")
  25. local FireMineButton = Instance.new("ImageButton")
  26. local Deco_9 = Instance.new("TextLabel")
  27. local LightningMineButton = Instance.new("ImageButton")
  28. local Deco_10 = Instance.new("TextLabel")
  29. local CloversTwitchCoinsFrame = Instance.new("Frame")
  30. local PlusCloverButton = Instance.new("TextButton")
  31. local PlusTwitchButton = Instance.new("TextButton")
  32. local AutoUnrealBoxFrame = Instance.new("Frame")
  33. local Deco_11 = Instance.new("TextLabel")
  34. local AutoUnrealButton = Instance.new("TextButton")
  35. local AutoRegularBoxFrame = Instance.new("Frame")
  36. local Deco_12 = Instance.new("TextLabel")
  37. local AutoRegularButton = Instance.new("TextButton")
  38. local AutoInfernoBoxFrame = Instance.new("Frame")
  39. local Deco_13 = Instance.new("TextLabel")
  40. local AutoInfernoButton = Instance.new("TextButton")
  41. local AutoRebirth = Instance.new("Frame")
  42. local Deco_14 = Instance.new("TextLabel")
  43. local AutoRebirthButton = Instance.new("TextButton")
  44. local MaskedManFrame = Instance.new("Frame")
  45. local MaskedManButton = Instance.new("TextButton")
  46.  
  47. MinersHavenGui.Name = "MinersHavenGui"
  48. MinersHavenGui.Parent = game.CoreGui
  49.  
  50. DecoFrame.Name = "DecoFrame"
  51. DecoFrame.Parent = MinersHavenGui
  52. DecoFrame.Active = true
  53. DecoFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  54. DecoFrame.BorderSizePixel = 0
  55. DecoFrame.Draggable = true
  56. DecoFrame.Position = UDim2.new(0.25, 0, 0.25, 0)
  57. DecoFrame.Size = UDim2.new(0.600000024, 0, 0.200000003, 0)
  58.  
  59. CratesFrame.Name = "CratesFrame"
  60. CratesFrame.Parent = DecoFrame
  61. CratesFrame.BackgroundColor3 = Color3.new(0.454902, 0.454902, 0.454902)
  62. CratesFrame.BorderSizePixel = 0
  63. CratesFrame.Position = UDim2.new(0.649999976, 0, 0.100000001, 0)
  64. CratesFrame.Size = UDim2.new(0.150000006, 0, 0.200000003, 0)
  65.  
  66. Deco.Name = "Deco"
  67. Deco.Parent = CratesFrame
  68. Deco.BackgroundColor3 = Color3.new(1, 1, 1)
  69. Deco.BackgroundTransparency = 1
  70. Deco.Size = UDim2.new(0.300000012, 0, 1, 0)
  71. Deco.Image = "rbxassetid://853410753"
  72.  
  73. NumberOfBoxes.Name = "NumberOfBoxes"
  74. NumberOfBoxes.Parent = Deco
  75. NumberOfBoxes.BackgroundColor3 = Color3.new(1, 1, 1)
  76. NumberOfBoxes.BackgroundTransparency = 1
  77. NumberOfBoxes.Size = UDim2.new(1, 0, 1, 0)
  78. NumberOfBoxes.Font = Enum.Font.SciFi
  79. NumberOfBoxes.FontSize = Enum.FontSize.Size24
  80. NumberOfBoxes.Text = "0"
  81. NumberOfBoxes.TextColor3 = Color3.new(1, 1, 1)
  82. NumberOfBoxes.TextSize = 24
  83. NumberOfBoxes.TextStrokeTransparency = 0
  84. NumberOfBoxes.TextWrapped = true
  85.  
  86. TPCrates.Name = "TPCrates"
  87. TPCrates.Parent = CratesFrame
  88. TPCrates.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  89. TPCrates.BackgroundTransparency = 1
  90. TPCrates.Position = UDim2.new(0.349999994, 0, 0, 0)
  91. TPCrates.Size = UDim2.new(0.300000012, 0, 1, 0)
  92. TPCrates.ZIndex = 2
  93. TPCrates.Font = Enum.Font.SourceSans
  94. TPCrates.FontSize = Enum.FontSize.Size14
  95. TPCrates.Text = "TP Crates"
  96. TPCrates.TextColor3 = Color3.new(1, 1, 1)
  97. TPCrates.TextSize = 14
  98. TPCrates.TextStrokeColor3 = Color3.new(1, 0.976471, 0.976471)
  99. TPCrates.TextWrapped = true
  100. TPCrates.TextYAlignment = Enum.TextYAlignment.Top
  101.  
  102. LoopTPCrates.Name = "LoopTPCrates"
  103. LoopTPCrates.Parent = CratesFrame
  104. LoopTPCrates.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  105. LoopTPCrates.BackgroundTransparency = 1
  106. LoopTPCrates.Position = UDim2.new(0.699999988, 0, 0, 0)
  107. LoopTPCrates.Size = UDim2.new(0.300000012, 0, 1, 0)
  108. LoopTPCrates.ZIndex = 2
  109. LoopTPCrates.Font = Enum.Font.SourceSans
  110. LoopTPCrates.FontSize = Enum.FontSize.Size14
  111. LoopTPCrates.Text = "Loop TP Crates: OFF"
  112. LoopTPCrates.TextColor3 = Color3.new(1, 1, 1)
  113. LoopTPCrates.TextSize = 14
  114. LoopTPCrates.TextWrapped = true
  115. LoopTPCrates.TextYAlignment = Enum.TextYAlignment.Top
  116.  
  117. Deco_2.Name = "Deco"
  118. Deco_2.Parent = CratesFrame
  119. Deco_2.BackgroundColor3 = Color3.new(1, 1, 1)
  120. Deco_2.BackgroundTransparency = 1
  121. Deco_2.Position = UDim2.new(0.349999994, 0, 0, 0)
  122. Deco_2.Size = UDim2.new(0.300000012, 0, 1, 0)
  123. Deco_2.Image = "rbxassetid://853410753"
  124.  
  125. Deco_3.Name = "Deco"
  126. Deco_3.Parent = Deco_2
  127. Deco_3.BackgroundColor3 = Color3.new(1, 1, 1)
  128. Deco_3.BackgroundTransparency = 1
  129. Deco_3.Size = UDim2.new(1, 0, 1, 0)
  130. Deco_3.Image = "rbxassetid://29563831"
  131.  
  132. Deco_4.Name = "Deco"
  133. Deco_4.Parent = CratesFrame
  134. Deco_4.BackgroundColor3 = Color3.new(1, 1, 1)
  135. Deco_4.BackgroundTransparency = 1
  136. Deco_4.Position = UDim2.new(0.699999988, 0, 0, 0)
  137. Deco_4.Size = UDim2.new(0.300000012, 0, 1, 0)
  138. Deco_4.Image = "rbxassetid://853410753"
  139.  
  140. Loop.Name = "Loop"
  141. Loop.Parent = Deco_4
  142. Loop.BackgroundColor3 = Color3.new(1, 1, 1)
  143. Loop.BackgroundTransparency = 1
  144. Loop.Size = UDim2.new(1, 0, 1, 0)
  145. Loop.Image = "rbxassetid://169611736"
  146. Loop.ImageColor3 = Color3.new(1, 0, 0)
  147. Loop.ImageTransparency = 0.5
  148.  
  149. RemoteClickerFrame.Name = "RemoteClickerFrame"
  150. RemoteClickerFrame.Parent = DecoFrame
  151. RemoteClickerFrame.BackgroundColor3 = Color3.new(0.454902, 0.454902, 0.454902)
  152. RemoteClickerFrame.BorderSizePixel = 0
  153. RemoteClickerFrame.Position = UDim2.new(0.0500000007, 0, 0.400000006, 0)
  154. RemoteClickerFrame.Size = UDim2.new(0.150000006, 0, 0.200000003, 0)
  155.  
  156. Deco_5.Name = "Deco"
  157. Deco_5.Parent = RemoteClickerFrame
  158. Deco_5.BackgroundColor3 = Color3.new(1, 1, 1)
  159. Deco_5.BackgroundTransparency = 1
  160. Deco_5.Size = UDim2.new(1, 0, 0.5, 0)
  161. Deco_5.Font = Enum.Font.Highway
  162. Deco_5.FontSize = Enum.FontSize.Size14
  163. Deco_5.Text = "Autoclick the remote."
  164. Deco_5.TextColor3 = Color3.new(1, 1, 1)
  165. Deco_5.TextSize = 14
  166.  
  167. RemoteClickerButton.Name = "RemoteClickerButton"
  168. RemoteClickerButton.Parent = RemoteClickerFrame
  169. RemoteClickerButton.BackgroundColor3 = Color3.new(1, 1, 1)
  170. RemoteClickerButton.BorderSizePixel = 0
  171. RemoteClickerButton.Position = UDim2.new(0.25, 0, 0.5, 0)
  172. RemoteClickerButton.Size = UDim2.new(0.5, 0, 0.5, 0)
  173. RemoteClickerButton.Font = Enum.Font.SourceSans
  174. RemoteClickerButton.FontSize = Enum.FontSize.Size14
  175. RemoteClickerButton.Text = "OFF"
  176. RemoteClickerButton.TextColor3 = Color3.new(1, 0, 0)
  177. RemoteClickerButton.TextSize = 14
  178.  
  179. ButtonClickerFrame.Name = "ButtonClickerFrame"
  180. ButtonClickerFrame.Parent = DecoFrame
  181. ButtonClickerFrame.BackgroundColor3 = Color3.new(0.454902, 0.454902, 0.454902)
  182. ButtonClickerFrame.BorderSizePixel = 0
  183. ButtonClickerFrame.Position = UDim2.new(0.0500000007, 0, 0.699999988, 0)
  184. ButtonClickerFrame.Size = UDim2.new(0.150000006, 0, 0.200000003, 0)
  185.  
  186. Deco_6.Name = "Deco"
  187. Deco_6.Parent = ButtonClickerFrame
  188. Deco_6.BackgroundColor3 = Color3.new(1, 1, 1)
  189. Deco_6.BackgroundTransparency = 1
  190. Deco_6.Size = UDim2.new(1, 0, 0.5, 0)
  191. Deco_6.Font = Enum.Font.Highway
  192. Deco_6.FontSize = Enum.FontSize.Size14
  193. Deco_6.Text = "Autoclick the buttons."
  194. Deco_6.TextColor3 = Color3.new(1, 1, 1)
  195. Deco_6.TextSize = 14
  196.  
  197. ButtonClickerButton.Name = "ButtonClickerButton"
  198. ButtonClickerButton.Parent = ButtonClickerFrame
  199. ButtonClickerButton.BackgroundColor3 = Color3.new(1, 1, 1)
  200. ButtonClickerButton.BorderSizePixel = 0
  201. ButtonClickerButton.Position = UDim2.new(0.25, 0, 0.5, 0)
  202. ButtonClickerButton.Size = UDim2.new(0.5, 0, 0.5, 0)
  203. ButtonClickerButton.Font = Enum.Font.SourceSans
  204. ButtonClickerButton.FontSize = Enum.FontSize.Size14
  205. ButtonClickerButton.Text = "OFF"
  206. ButtonClickerButton.TextColor3 = Color3.new(1, 0, 0)
  207. ButtonClickerButton.TextSize = 14
  208.  
  209. MinesTPFrame.Name = "MinesTPFrame"
  210. MinesTPFrame.Parent = DecoFrame
  211. MinesTPFrame.BackgroundColor3 = Color3.new(0.454902, 0.454902, 0.454902)
  212. MinesTPFrame.BorderSizePixel = 0
  213. MinesTPFrame.Position = UDim2.new(0.449999988, 0, 0.100000001, 0)
  214. MinesTPFrame.Size = UDim2.new(0.150000006, 0, 0.5, 0)
  215.  
  216. TextLabel.Parent = MinesTPFrame
  217. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  218. TextLabel.BackgroundTransparency = 1
  219. TextLabel.Size = UDim2.new(0.699999988, 0, 0.300000012, 0)
  220. TextLabel.Font = Enum.Font.Highway
  221. TextLabel.FontSize = Enum.FontSize.Size14
  222. TextLabel.Text = "Amount to give:"
  223. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  224. TextLabel.TextSize = 14
  225. TextLabel.TextWrapped = true
  226.  
  227. AmountToGive.Name = "AmountToGive"
  228. AmountToGive.Parent = MinesTPFrame
  229. AmountToGive.BackgroundColor3 = Color3.new(1, 1, 1)
  230. AmountToGive.BackgroundTransparency = 1
  231. AmountToGive.Position = UDim2.new(0.699999988, 0, 0, 0)
  232. AmountToGive.Size = UDim2.new(0.300000012, 0, 0.300000012, 0)
  233. AmountToGive.Font = Enum.Font.SourceSans
  234. AmountToGive.FontSize = Enum.FontSize.Size24
  235. AmountToGive.Text = "10"
  236. AmountToGive.TextColor3 = Color3.new(0, 0.886275, 1)
  237. AmountToGive.TextScaled = true
  238. AmountToGive.TextSize = 24
  239. AmountToGive.TextWrapped = true
  240.  
  241. MineChanButton.Name = "MineChanButton"
  242. MineChanButton.Parent = MinesTPFrame
  243. MineChanButton.BackgroundColor3 = Color3.new(1, 1, 1)
  244. MineChanButton.BorderSizePixel = 0
  245. MineChanButton.Position = UDim2.new(0, 0, 0.400000006, 0)
  246. MineChanButton.Size = UDim2.new(0.25, 0, 0.400000006, 0)
  247. MineChanButton.Image = "rbxassetid://1407000502"
  248.  
  249. Deco_7.Name = "Deco"
  250. Deco_7.Parent = MineChanButton
  251. Deco_7.BackgroundColor3 = Color3.new(1, 1, 1)
  252. Deco_7.BackgroundTransparency = 1
  253. Deco_7.Size = UDim2.new(1, 0, 0.200000003, 0)
  254. Deco_7.Font = Enum.Font.SourceSans
  255. Deco_7.FontSize = Enum.FontSize.Size14
  256. Deco_7.Text = "Iron Mine-Chan"
  257. Deco_7.TextColor3 = Color3.new(1, 1, 1)
  258. Deco_7.TextScaled = true
  259. Deco_7.TextSize = 14
  260. Deco_7.TextWrapped = true
  261.  
  262. IceMineButton.Name = "IceMineButton"
  263. IceMineButton.Parent = MinesTPFrame
  264. IceMineButton.BackgroundColor3 = Color3.new(1, 1, 1)
  265. IceMineButton.BorderSizePixel = 0
  266. IceMineButton.Position = UDim2.new(0.25, 0, 0.400000006, 0)
  267. IceMineButton.Size = UDim2.new(0.25, 0, 0.400000006, 0)
  268. IceMineButton.Image = "rbxassetid://1407000312"
  269.  
  270. Deco_8.Name = "Deco"
  271. Deco_8.Parent = IceMineButton
  272. Deco_8.BackgroundColor3 = Color3.new(1, 1, 1)
  273. Deco_8.BackgroundTransparency = 1
  274. Deco_8.Size = UDim2.new(1, 0, 0.200000003, 0)
  275. Deco_8.Font = Enum.Font.SourceSans
  276. Deco_8.FontSize = Enum.FontSize.Size14
  277. Deco_8.Text = "Ice Mine"
  278. Deco_8.TextColor3 = Color3.new(1, 1, 1)
  279. Deco_8.TextScaled = true
  280. Deco_8.TextSize = 14
  281. Deco_8.TextWrapped = true
  282.  
  283. FireMineButton.Name = "FireMineButton"
  284. FireMineButton.Parent = MinesTPFrame
  285. FireMineButton.BackgroundColor3 = Color3.new(1, 1, 1)
  286. FireMineButton.BorderSizePixel = 0
  287. FireMineButton.Position = UDim2.new(0.5, 0, 0.400000006, 0)
  288. FireMineButton.Size = UDim2.new(0.25, 0, 0.400000006, 0)
  289. FireMineButton.Image = "rbxassetid://1406999847"
  290.  
  291. Deco_9.Name = "Deco"
  292. Deco_9.Parent = FireMineButton
  293. Deco_9.BackgroundColor3 = Color3.new(1, 1, 1)
  294. Deco_9.BackgroundTransparency = 1
  295. Deco_9.Size = UDim2.new(1, 0, 0.200000003, 0)
  296. Deco_9.Font = Enum.Font.SourceSans
  297. Deco_9.FontSize = Enum.FontSize.Size14
  298. Deco_9.Text = "Fire Mine"
  299. Deco_9.TextColor3 = Color3.new(1, 1, 1)
  300. Deco_9.TextScaled = true
  301. Deco_9.TextSize = 14
  302. Deco_9.TextWrapped = true
  303.  
  304. LightningMineButton.Name = "LightningMineButton"
  305. LightningMineButton.Parent = MinesTPFrame
  306. LightningMineButton.BackgroundColor3 = Color3.new(1, 1, 1)
  307. LightningMineButton.BorderSizePixel = 0
  308. LightningMineButton.Position = UDim2.new(0.75, 0, 0.400000006, 0)
  309. LightningMineButton.Size = UDim2.new(0.25, 0, 0.400000006, 0)
  310. LightningMineButton.Image = "rbxassetid://1407000030"
  311.  
  312. Deco_10.Name = "Deco"
  313. Deco_10.Parent = LightningMineButton
  314. Deco_10.BackgroundColor3 = Color3.new(1, 1, 1)
  315. Deco_10.BackgroundTransparency = 1
  316. Deco_10.Size = UDim2.new(1, 0, 0.200000003, 0)
  317. Deco_10.Font = Enum.Font.SourceSans
  318. Deco_10.FontSize = Enum.FontSize.Size14
  319. Deco_10.Text = "Lightning Mine"
  320. Deco_10.TextColor3 = Color3.new(1, 1, 1)
  321. Deco_10.TextScaled = true
  322. Deco_10.TextSize = 14
  323. Deco_10.TextWrapped = true
  324.  
  325. CloversTwitchCoinsFrame.Name = "CloversTwitchCoinsFrame"
  326. CloversTwitchCoinsFrame.Parent = DecoFrame
  327. CloversTwitchCoinsFrame.BackgroundColor3 = Color3.new(0.454902, 0.454902, 0.454902)
  328. CloversTwitchCoinsFrame.BorderSizePixel = 0
  329. CloversTwitchCoinsFrame.Position = UDim2.new(0.449999988, 0, 0.699999988, 0)
  330. CloversTwitchCoinsFrame.Size = UDim2.new(0.150000006, 0, 0.200000003, 0)
  331.  
  332. PlusCloverButton.Name = "PlusCloverButton"
  333. PlusCloverButton.Parent = CloversTwitchCoinsFrame
  334. PlusCloverButton.BackgroundColor3 = Color3.new(1, 1, 1)
  335. PlusCloverButton.BorderSizePixel = 0
  336. PlusCloverButton.Position = UDim2.new(0.0500000007, 0, 0.100000001, 0)
  337. PlusCloverButton.Size = UDim2.new(0.899999976, 0, 0.400000006, 0)
  338. PlusCloverButton.Font = Enum.Font.SourceSans
  339. PlusCloverButton.FontSize = Enum.FontSize.Size14
  340. PlusCloverButton.Text = "+1 Clover"
  341. PlusCloverButton.TextColor3 = Color3.new(0, 0.294118, 0.0666667)
  342. PlusCloverButton.TextSize = 14
  343.  
  344. PlusTwitchButton.Name = "PlusTwitchButton"
  345. PlusTwitchButton.Parent = CloversTwitchCoinsFrame
  346. PlusTwitchButton.BackgroundColor3 = Color3.new(1, 1, 1)
  347. PlusTwitchButton.BorderSizePixel = 0
  348. PlusTwitchButton.Position = UDim2.new(0.0500000007, 0, 0.5, 0)
  349. PlusTwitchButton.Size = UDim2.new(0.899999976, 0, 0.400000006, 0)
  350. PlusTwitchButton.Font = Enum.Font.SourceSans
  351. PlusTwitchButton.FontSize = Enum.FontSize.Size14
  352. PlusTwitchButton.Text = "+1 Twitch Coin"
  353. PlusTwitchButton.TextColor3 = Color3.new(0.411765, 0, 0.427451)
  354. PlusTwitchButton.TextSize = 14
  355.  
  356. AutoUnrealBoxFrame.Name = "AutoUnrealBoxFrame"
  357. AutoUnrealBoxFrame.Parent = DecoFrame
  358. AutoUnrealBoxFrame.BackgroundColor3 = Color3.new(0.454902, 0.454902, 0.454902)
  359. AutoUnrealBoxFrame.BorderSizePixel = 0
  360. AutoUnrealBoxFrame.Position = UDim2.new(0.25, 0, 0.400000006, 0)
  361. AutoUnrealBoxFrame.Size = UDim2.new(0.150000006, 0, 0.200000003, 0)
  362.  
  363. Deco_11.Name = "Deco"
  364. Deco_11.Parent = AutoUnrealBoxFrame
  365. Deco_11.BackgroundColor3 = Color3.new(1, 1, 1)
  366. Deco_11.BackgroundTransparency = 1
  367. Deco_11.Size = UDim2.new(1, 0, 0.5, 0)
  368. Deco_11.Font = Enum.Font.Highway
  369. Deco_11.FontSize = Enum.FontSize.Size14
  370. Deco_11.Text = "Auto open unreal boxes."
  371. Deco_11.TextColor3 = Color3.new(1, 1, 1)
  372. Deco_11.TextSize = 14
  373.  
  374. AutoUnrealButton.Name = "AutoUnrealButton"
  375. AutoUnrealButton.Parent = AutoUnrealBoxFrame
  376. AutoUnrealButton.BackgroundColor3 = Color3.new(1, 1, 1)
  377. AutoUnrealButton.BorderSizePixel = 0
  378. AutoUnrealButton.Position = UDim2.new(0.25, 0, 0.5, 0)
  379. AutoUnrealButton.Size = UDim2.new(0.5, 0, 0.5, 0)
  380. AutoUnrealButton.Font = Enum.Font.SourceSans
  381. AutoUnrealButton.FontSize = Enum.FontSize.Size14
  382. AutoUnrealButton.Text = "OFF"
  383. AutoUnrealButton.TextColor3 = Color3.new(1, 0, 0)
  384. AutoUnrealButton.TextSize = 14
  385.  
  386. AutoRegularBoxFrame.Name = "AutoRegularBoxFrame"
  387. AutoRegularBoxFrame.Parent = DecoFrame
  388. AutoRegularBoxFrame.BackgroundColor3 = Color3.new(0.454902, 0.454902, 0.454902)
  389. AutoRegularBoxFrame.BorderSizePixel = 0
  390. AutoRegularBoxFrame.Position = UDim2.new(0.25, 0, 0.100000001, 0)
  391. AutoRegularBoxFrame.Size = UDim2.new(0.150000006, 0, 0.200000003, 0)
  392.  
  393. Deco_12.Name = "Deco"
  394. Deco_12.Parent = AutoRegularBoxFrame
  395. Deco_12.BackgroundColor3 = Color3.new(1, 1, 1)
  396. Deco_12.BackgroundTransparency = 1
  397. Deco_12.Size = UDim2.new(1, 0, 0.5, 0)
  398. Deco_12.Font = Enum.Font.Highway
  399. Deco_12.FontSize = Enum.FontSize.Size14
  400. Deco_12.Text = "Auto open regular boxes."
  401. Deco_12.TextColor3 = Color3.new(1, 1, 1)
  402. Deco_12.TextSize = 14
  403.  
  404. AutoRegularButton.Name = "AutoRegularButton"
  405. AutoRegularButton.Parent = AutoRegularBoxFrame
  406. AutoRegularButton.BackgroundColor3 = Color3.new(1, 1, 1)
  407. AutoRegularButton.BorderSizePixel = 0
  408. AutoRegularButton.Position = UDim2.new(0.25, 0, 0.5, 0)
  409. AutoRegularButton.Size = UDim2.new(0.5, 0, 0.5, 0)
  410. AutoRegularButton.Font = Enum.Font.SourceSans
  411. AutoRegularButton.FontSize = Enum.FontSize.Size14
  412. AutoRegularButton.Text = "OFF"
  413. AutoRegularButton.TextColor3 = Color3.new(1, 0, 0)
  414. AutoRegularButton.TextSize = 14
  415.  
  416. AutoInfernoBoxFrame.Name = "AutoInfernoBoxFrame"
  417. AutoInfernoBoxFrame.Parent = DecoFrame
  418. AutoInfernoBoxFrame.BackgroundColor3 = Color3.new(0.454902, 0.454902, 0.454902)
  419. AutoInfernoBoxFrame.BorderSizePixel = 0
  420. AutoInfernoBoxFrame.Position = UDim2.new(0.25, 0, 0.699999988, 0)
  421. AutoInfernoBoxFrame.Size = UDim2.new(0.150000006, 0, 0.200000003, 0)
  422.  
  423. Deco_13.Name = "Deco"
  424. Deco_13.Parent = AutoInfernoBoxFrame
  425. Deco_13.BackgroundColor3 = Color3.new(1, 1, 1)
  426. Deco_13.BackgroundTransparency = 1
  427. Deco_13.Size = UDim2.new(1, 0, 0.5, 0)
  428. Deco_13.Font = Enum.Font.Highway
  429. Deco_13.FontSize = Enum.FontSize.Size14
  430. Deco_13.Text = "Auto open inferno boxes."
  431. Deco_13.TextColor3 = Color3.new(1, 1, 1)
  432. Deco_13.TextSize = 14
  433.  
  434. AutoInfernoButton.Name = "AutoInfernoButton"
  435. AutoInfernoButton.Parent = AutoInfernoBoxFrame
  436. AutoInfernoButton.BackgroundColor3 = Color3.new(1, 1, 1)
  437. AutoInfernoButton.BorderSizePixel = 0
  438. AutoInfernoButton.Position = UDim2.new(0.25, 0, 0.5, 0)
  439. AutoInfernoButton.Size = UDim2.new(0.5, 0, 0.5, 0)
  440. AutoInfernoButton.Font = Enum.Font.SourceSans
  441. AutoInfernoButton.FontSize = Enum.FontSize.Size14
  442. AutoInfernoButton.Text = "OFF"
  443. AutoInfernoButton.TextColor3 = Color3.new(1, 0, 0)
  444. AutoInfernoButton.TextSize = 14
  445.  
  446. AutoRebirth.Name = "AutoRebirth"
  447. AutoRebirth.Parent = DecoFrame
  448. AutoRebirth.BackgroundColor3 = Color3.new(0.454902, 0.454902, 0.454902)
  449. AutoRebirth.BorderSizePixel = 0
  450. AutoRebirth.Position = UDim2.new(0.0500000007, 0, 0.100000001, 0)
  451. AutoRebirth.Size = UDim2.new(0.150000006, 0, 0.200000003, 0)
  452.  
  453. Deco_14.Name = "Deco"
  454. Deco_14.Parent = AutoRebirth
  455. Deco_14.BackgroundColor3 = Color3.new(1, 1, 1)
  456. Deco_14.BackgroundTransparency = 1
  457. Deco_14.Size = UDim2.new(1, 0, 0.5, 0)
  458. Deco_14.Font = Enum.Font.Highway
  459. Deco_14.FontSize = Enum.FontSize.Size14
  460. Deco_14.Text = "Auto rebirth when possible."
  461. Deco_14.TextColor3 = Color3.new(1, 1, 1)
  462. Deco_14.TextSize = 14
  463.  
  464. AutoRebirthButton.Name = "AutoRebirthButton"
  465. AutoRebirthButton.Parent = AutoRebirth
  466. AutoRebirthButton.BackgroundColor3 = Color3.new(1, 1, 1)
  467. AutoRebirthButton.BorderSizePixel = 0
  468. AutoRebirthButton.Position = UDim2.new(0.25, 0, 0.5, 0)
  469. AutoRebirthButton.Size = UDim2.new(0.5, 0, 0.5, 0)
  470. AutoRebirthButton.Font = Enum.Font.SourceSans
  471. AutoRebirthButton.FontSize = Enum.FontSize.Size14
  472. AutoRebirthButton.Text = "OFF"
  473. AutoRebirthButton.TextColor3 = Color3.new(1, 0, 0)
  474. AutoRebirthButton.TextSize = 14
  475.  
  476. MaskedManFrame.Name = "MaskedManFrame"
  477. MaskedManFrame.Parent = DecoFrame
  478. MaskedManFrame.BackgroundColor3 = Color3.new(0.454902, 0.454902, 0.454902)
  479. MaskedManFrame.BorderSizePixel = 0
  480. MaskedManFrame.Position = UDim2.new(0.649999976, 0, 0.400000006, 0)
  481. MaskedManFrame.Size = UDim2.new(0.150000006, 0, 0.200000003, 0)
  482.  
  483. MaskedManButton.Name = "MaskedManButton"
  484. MaskedManButton.Parent = MaskedManFrame
  485. MaskedManButton.BackgroundColor3 = Color3.new(1, 1, 1)
  486. MaskedManButton.BorderSizePixel = 0
  487. MaskedManButton.Position = UDim2.new(0.0500000007, 0, 0.100000001, 0)
  488. MaskedManButton.Size = UDim2.new(0.899999976, 0, 0.800000012, 0)
  489. MaskedManButton.Font = Enum.Font.SourceSans
  490. MaskedManButton.FontSize = Enum.FontSize.Size14
  491. MaskedManButton.Text = "Bring Masked Man"
  492. MaskedManButton.TextColor3 = Color3.new(0.294118, 0, 0)
  493. MaskedManButton.TextSize = 14
  494.  
  495.  
  496.  
  497. function CountBricks()
  498.   local c = 0
  499.     for i,v in pairs(workspace:GetChildren()) do
  500.     for x in string.gmatch(v.Name, "Crate") do
  501.         wait(0.2)
  502.             c = c + 1
  503.         end
  504.         end
  505.     return c
  506.     end
  507.  
  508. tpcratez = false
  509.  
  510. spawn (function()
  511. while true do
  512. wait()
  513. NumberOfBoxes.Text = CountBricks()
  514. if tpcratez == true then
  515. local children = game.Workspace:GetChildren()
  516. for i =1, #children do
  517. wait(0.1)
  518. if children[i] ~= nil then
  519. for x in string.gmatch(children[i].Name, "Crate") do
  520. if children[i].ClassName == "Part" then
  521. children[i].Anchored = true
  522. children[i].CanCollide = false
  523. children[i].CFrame = CFrame.new(game.Players.LocalPlayer.Character.Head.Position)
  524. wait(0.3)
  525. end
  526. end
  527. end
  528. end
  529. end
  530. end
  531. end)
  532.  
  533. TPCrates.MouseButton1Down:connect(function()
  534. local children = game.Workspace:GetChildren()
  535. for i =1, #children do
  536. wait(0.1)
  537. if children[i] ~= nil then
  538. for x in string.gmatch(children[i].Name, "Crate") do
  539. if children[i].ClassName == "Part" then
  540. children[i].Anchored = true
  541. children[i].CanCollide = false
  542. children[i].CFrame = CFrame.new(game.Players.LocalPlayer.Character.Head.Position)
  543. wait(0.3)
  544. end
  545. end
  546. end
  547. end
  548. end)
  549.  
  550. LoopTPCrates.MouseButton1Down:connect(function()
  551. if tpcratez == true then
  552. LoopTPCrates.Text = "Loop TP Crates: OFF"
  553. Loop.ImageColor3 = Color3.fromRGB(255,0,0)
  554. tpcratez = false else
  555. LoopTPCrates.Text = "Loop TP Crates: ON"
  556. Loop.ImageColor3 = Color3.fromRGB(0,255,0)
  557. tpcratez = true
  558. end
  559. end)
  560.  
  561.  
  562.  
  563. local autoremote = false
  564. RemoteClickerButton.MouseButton1Down:connect(function()
  565. if autoremote == false then
  566.     autoremote = true
  567.     RemoteClickerButton.Text = "ON"
  568.     RemoteClickerButton.TextColor3 = Color3.fromRGB(0,255,0)
  569. else
  570.     autoremote = false
  571.     RemoteClickerButton.Text = "OFF"
  572.     RemoteClickerButton.TextColor3 = Color3.fromRGB(255,0,0)
  573. end
  574. end)
  575.  
  576. local autobutton = false
  577. ButtonClickerButton.MouseButton1Down:connect(function()
  578. if autobutton == false then
  579.     autobutton = true
  580.     ButtonClickerButton.Text = "ON"
  581.     ButtonClickerButton.TextColor3 = Color3.fromRGB(0,255,0)
  582. else
  583.     autobutton = false
  584.     ButtonClickerButton.Text = "OFF"
  585.     ButtonClickerButton.TextColor3 = Color3.fromRGB(255,0,0)
  586. end
  587. end)
  588.  
  589. spawn (function()
  590. while true do
  591. wait()
  592. if autoremote == true then
  593. game.ReplicatedStorage.RemoteDrop:FireServer()
  594. end
  595. end
  596. end)
  597.  
  598.  
  599. local factorys = workspace.Tycoons:GetChildren()
  600. for i =1, #factorys do
  601. if factorys[i].Owner.Value == game.Players.LocalPlayer.Name then
  602. myfac = factorys[i]
  603. end
  604. end
  605.  
  606. spawn (function()
  607. while true do
  608. wait(0.1)
  609. if autobutton == true then
  610. local clickymines = myfac:GetChildren()
  611. for i =1, #clickymines do
  612. if clickymines[i].ClassName == "Model" then
  613. if clickymines[i].Model:findFirstChild("Button") then
  614. print("Clicking for " .. clickymines[i].Name)
  615. local de = clickymines[i].Model:GetChildren()
  616. for i =1, #de do
  617. if de[i].Name == "Button" then
  618. game.ReplicatedStorage.Click:FireServer(de[i])
  619. end
  620. end
  621. end
  622. end
  623. end
  624. end
  625. end
  626. end)
  627.  
  628. spawn (function()
  629. while true do
  630. wait(0.5)
  631. if workspace.Map:findFirstChild("Iron Mine-Chan") then
  632. MineChanButton.Visible = true
  633. else
  634. MineChanButton.Visible = false
  635. end
  636. if workspace:findFirstChild("Fire Mine") then
  637. FireMineButton.Visible = true
  638. else
  639. FireMineButton.Visible = false
  640. end
  641. if workspace:findFirstChild("Ice Mine") then
  642. IceMineButton.Visible = true
  643. else
  644. IceMineButton.Visible = false
  645. end
  646. if workspace:findFirstChild("Lightning Mine") then
  647. LightningMineButton.Visible = true
  648. else
  649. LightningMineButton.Visible = false
  650. end
  651. end
  652. end)
  653.  
  654.  
  655.  
  656. MineChanButton.MouseButton1Down:connect(function()
  657. for i = 1,AmountToGive.Text do
  658. game:GetService("ReplicatedStorage").Click:FireServer(workspace.Map["Iron Mine-Chan"].Hitbox)
  659. end
  660. end)
  661.  
  662. IceMineButton.MouseButton1Down:connect(function()
  663. for i = 1,AmountToGive.Text do
  664. game:GetService("ReplicatedStorage").Click:FireServer(workspace["Ice Mine"].Hitbox)
  665. end
  666. end)
  667.  
  668. FireMineButton.MouseButton1Down:connect(function()
  669. for i = 1,AmountToGive.Text do
  670. game:GetService("ReplicatedStorage").Click:FireServer(workspace["Fire Mine"].Hitbox)
  671. end
  672. end)
  673.  
  674. LightningMineButton.MouseButton1Down:connect(function()
  675. for i = 1,AmountToGive.Text do
  676. game:GetService("ReplicatedStorage").Click:FireServer(workspace["Lightning Mine"].Hitbox)
  677. end
  678. end)
  679.  
  680.  
  681. PlusTwitchButton.MouseButton1Down:connect(function()
  682. game.Players.LocalPlayer.TwitchPoints.Value = game.Players.LocalPlayer.TwitchPoints.Value+1
  683. end)
  684. PlusCloverButton.MouseButton1Down:connect(function()
  685. game.Players.LocalPlayer.Clovers.Value = game.Players.LocalPlayer.Clovers.Value+1
  686. end)
  687.  
  688. local reloop = false
  689. AutoRegularButton.MouseButton1Down:connect(function()
  690. if reloop == false then
  691.     reloop = true
  692.     AutoRegularButton.Text = "ON"
  693.     AutoRegularButton.TextColor3 = Color3.fromRGB(0,255,0)
  694. else
  695.     reloop = false
  696.     AutoRegularButton.Text = "OFF"
  697.     AutoRegularButton.TextColor3 = Color3.fromRGB(255,0,0)
  698. end
  699. end)
  700.  
  701.  
  702.  
  703.  
  704. local unloop = false
  705. AutoUnrealButton.MouseButton1Down:connect(function()
  706. if unloop == false then
  707.     unloop = true
  708.     AutoUnrealButton.Text = "ON"
  709.     AutoUnrealButton.TextColor3 = Color3.fromRGB(0,255,0)
  710. else
  711.     unloop = false
  712.     AutoUnrealButton.Text = "OFF"
  713.     AutoUnrealButton.TextColor3 = Color3.fromRGB(255,0,0)
  714. end
  715. end)
  716.  
  717.  
  718.  
  719.  
  720. local inloop = false
  721. AutoInfernoButton.MouseButton1Down:connect(function()
  722. if inloop == false then
  723.     inloop = true
  724.     AutoInfernoButton.Text = "ON"
  725.     AutoInfernoButton.TextColor3 = Color3.fromRGB(0,255,0)
  726. else
  727.     inloop = false
  728.     AutoInfernoButton.Text = "OFF"
  729.     AutoInfernoButton.TextColor3 = Color3.fromRGB(255,0,0)
  730. end
  731. end)
  732.  
  733. spawn (function()
  734. while true do
  735. wait(0.1)
  736. if reloop == true then
  737. if 0 == game.Players.LocalPlayer.Crates.Regular.Value then
  738. else
  739. game.ReplicatedStorage.MysteryBox:InvokeServer("Regular")
  740. end
  741. end
  742.  
  743. if unloop == true then
  744. if 0 == game.Players.LocalPlayer.Crates.Unreal.Value then
  745. else
  746. game.ReplicatedStorage.MysteryBox:InvokeServer("Unreal")
  747. end
  748. end
  749.  
  750. if inloop == true then
  751. if 0 == game.Players.LocalPlayer.Crates.Inferno.Value then
  752. else
  753. game.ReplicatedStorage.MysteryBox:InvokeServer("Inferno")
  754. end
  755. end
  756. end
  757. end)
  758.  
  759.  
  760.  
  761. local autorebirth = false
  762. AutoRebirthButton.MouseButton1Down:connect(function()
  763. if autorebirth == false then
  764.     autorebirth = true
  765.     AutoRebirthButton.Text = "ON"
  766.     AutoRebirthButton.TextColor3 = Color3.fromRGB(0,255,0)
  767. else
  768.     autorebirth = false
  769.     AutoRebirthButton.Text = "OFF"
  770.     AutoRebirthButton.TextColor3 = Color3.fromRGB(255,0,0)
  771. end
  772. end)
  773.  
  774. spawn (function()
  775. while true do
  776. wait(1)
  777. if autorebirth == true then
  778. game.ReplicatedStorage.Rebirth:InvokeServer()
  779. end
  780. end
  781. end)
  782.  
  783.  
  784. MaskedManButton.MouseButton1Down:connect(function()
  785. local shop = game.Workspace.Market.Hitfox
  786. shop.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame+Vector3.new(math.random(0,0),0,math.random(0,0))
  787. shop.Transparency = 0
  788. shop.BrickColor = BrickColor.new(255,0,0)
  789. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement