Advertisement
chrisinator66

Untitled

Nov 12th, 2018
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.62 KB | None | 0 0
  1. -- Objects
  2.  
  3. local BorkGui = Instance.new("ScreenGui")
  4. local Main = Instance.new("Frame")
  5. local Background = Instance.new("ImageLabel")
  6. local Title = Instance.new("TextLabel")
  7. local AutoRebirth = Instance.new("TextLabel")
  8. local AutoRebirthOff = Instance.new("TextButton")
  9. local AutoRebirthOn = Instance.new("TextButton")
  10. local UpgraderCframe = Instance.new("TextButton")
  11. local Other = Instance.new("TextLabel")
  12. local CrateTeleportOn = Instance.new("TextButton")
  13. local CrateTeleportOff = Instance.new("TextButton")
  14. local FakeCrateSpam = Instance.new("TextLabel")
  15. local CrateSpamOn = Instance.new("TextButton")
  16. local CrateSpamOff = Instance.new("TextButton")
  17. local RemoteClicker = Instance.new("TextLabel")
  18. local RemoteClickerOn = Instance.new("TextButton")
  19. local RemoteClickerOff = Instance.new("TextButton")
  20. local FactoryTeleport = Instance.new("TextLabel")
  21. local Factory1 = Instance.new("TextButton")
  22. local Factory2 = Instance.new("TextButton")
  23. local Factory3 = Instance.new("TextButton")
  24. local Factory4 = Instance.new("TextButton")
  25. local Factory5 = Instance.new("TextButton")
  26. local Factory6 = Instance.new("TextButton")
  27. local CrateTeleport = Instance.new("TextLabel")
  28. local LuckyClover = Instance.new("TextButton")
  29. local TwitchPoints = Instance.new("TextButton")
  30. local MaskedMan = Instance.new("TextButton")
  31. local Boxman = Instance.new("TextButton")
  32. local Santa = Instance.new("TextButton")
  33. local OpenClose = Instance.new("Frame")
  34. local OC = Instance.new("TextButton")
  35. local Open = true
  36.  
  37. -- Properties
  38.  
  39. BorkGui.Name = "BorkGui"
  40. BorkGui.Parent = game.CoreGui
  41.  
  42. Main.Name = "Main"
  43. Main.Parent = BorkGui
  44. Main.Active = true
  45. Main.BackgroundColor3 = Color3.new(0, 0, 0)
  46. Main.BackgroundTransparency = 1
  47. Main.Position = UDim2.new(0.764934003, 0, 0.73653394, 0)
  48. Main.Selectable = true
  49. Main.Size = UDim2.new(0, 230, 0, 225)
  50.  
  51. Background.Name = "Background"
  52. Background.Parent = Main
  53. Background.BackgroundColor3 = Color3.new(0, 0, 0)
  54. Background.Size = UDim2.new(0, 229, 0, 218)
  55. Background.Image = "rbxassetid://2557904560"
  56.  
  57. Title.Name = "Title"
  58. Title.Parent = Main
  59. Title.BackgroundColor3 = Color3.new(0, 0, 0)
  60. Title.Position = UDim2.new(-0.000283415429, 0, -0.0101326499, 0)
  61. Title.Size = UDim2.new(0, 230, 0, 15)
  62. Title.Font = Enum.Font.SourceSansBold
  63. Title.Text = "Bork's Miner's Haven Gui V1"
  64. Title.TextColor3 = Color3.new(1, 1, 1)
  65. Title.TextSize = 14
  66. Title.TextStrokeColor3 = Color3.new(1, 0, 0.0156863)
  67. Title.TextWrapped = true
  68.  
  69. AutoRebirth.Name = "AutoRebirth"
  70. AutoRebirth.Parent = Main
  71. AutoRebirth.BackgroundColor3 = Color3.new(1, 1, 1)
  72. AutoRebirth.BackgroundTransparency = 0.75
  73. AutoRebirth.Position = UDim2.new(0, 0, 0.057777781, 0)
  74. AutoRebirth.Size = UDim2.new(0, 100, 0, 20)
  75. AutoRebirth.Font = Enum.Font.SourceSansBold
  76. AutoRebirth.Text = "Auto Rebirth"
  77. AutoRebirth.TextColor3 = Color3.new(0, 0, 0)
  78. AutoRebirth.TextSize = 14
  79.  
  80. AutoRebirthOff.Name = "AutoRebirthOff"
  81. AutoRebirthOff.Parent = Main
  82. AutoRebirthOff.BackgroundColor3 = Color3.new(1, 1, 1)
  83. AutoRebirthOff.BackgroundTransparency = 0.75
  84. AutoRebirthOff.Position = UDim2.new(0.216784328, 0, 0.144569337, 0)
  85. AutoRebirthOff.Size = UDim2.new(0, 50, 0, 20)
  86. AutoRebirthOff.Font = Enum.Font.SourceSans
  87. AutoRebirthOff.Text = "Off"
  88. AutoRebirthOff.TextColor3 = Color3.new(0, 0, 0)
  89. AutoRebirthOff.TextSize = 14
  90.  
  91. AutoRebirthOn.Name = "AutoRebirthOn"
  92. AutoRebirthOn.Parent = Main
  93. AutoRebirthOn.BackgroundColor3 = Color3.new(1, 1, 1)
  94. AutoRebirthOn.BackgroundTransparency = 0.75
  95. AutoRebirthOn.Position = UDim2.new(-0.00350081874, 0, 0.144569337, 0)
  96. AutoRebirthOn.Size = UDim2.new(0, 50, 0, 20)
  97. AutoRebirthOn.Font = Enum.Font.SourceSans
  98. AutoRebirthOn.Text = "On"
  99. AutoRebirthOn.TextColor3 = Color3.new(0, 0, 0)
  100. AutoRebirthOn.TextSize = 14
  101.  
  102. UpgraderCframe.Name = "UpgraderCframe"
  103. UpgraderCframe.Parent = Main
  104. UpgraderCframe.BackgroundColor3 = Color3.new(1, 1, 1)
  105. UpgraderCframe.BackgroundTransparency = 0.75
  106. UpgraderCframe.Position = UDim2.new(0.557368815, 0, 0.877902567, 0)
  107. UpgraderCframe.Size = UDim2.new(0, 100, 0, 20)
  108. UpgraderCframe.Font = Enum.Font.SourceSans
  109. UpgraderCframe.Text = "Upgrader CFrame"
  110. UpgraderCframe.TextColor3 = Color3.new(0, 0, 0)
  111. UpgraderCframe.TextSize = 14
  112.  
  113. Other.Name = "Other"
  114. Other.Parent = Main
  115. Other.BackgroundColor3 = Color3.new(1, 1, 1)
  116. Other.BackgroundTransparency = 0.75
  117. Other.Position = UDim2.new(0.560869575, 0, 0.346666664, 0)
  118. Other.Size = UDim2.new(0, 100, 0, 20)
  119. Other.Font = Enum.Font.SourceSansBold
  120. Other.Text = "Other"
  121. Other.TextColor3 = Color3.new(0, 0, 0)
  122. Other.TextSize = 14
  123.  
  124. CrateTeleportOn.Name = "CrateTeleportOn"
  125. CrateTeleportOn.Parent = Main
  126. CrateTeleportOn.BackgroundColor3 = Color3.new(1, 1, 1)
  127. CrateTeleportOn.BackgroundTransparency = 0.75
  128. CrateTeleportOn.Position = UDim2.new(-0.00350081921, 0, 0.389013797, 0)
  129. CrateTeleportOn.Size = UDim2.new(0, 50, 0, 20)
  130. CrateTeleportOn.Font = Enum.Font.SourceSans
  131. CrateTeleportOn.Text = "On"
  132. CrateTeleportOn.TextColor3 = Color3.new(0, 0, 0)
  133. CrateTeleportOn.TextSize = 14
  134.  
  135. CrateTeleportOff.Name = "CrateTeleportOff"
  136. CrateTeleportOff.Parent = Main
  137. CrateTeleportOff.BackgroundColor3 = Color3.new(1, 1, 1)
  138. CrateTeleportOff.BackgroundTransparency = 0.75
  139. CrateTeleportOff.Position = UDim2.new(0.216784328, 0, 0.389013797, 0)
  140. CrateTeleportOff.Size = UDim2.new(0, 50, 0, 20)
  141. CrateTeleportOff.Font = Enum.Font.SourceSans
  142. CrateTeleportOff.Text = "Off"
  143. CrateTeleportOff.TextColor3 = Color3.new(0, 0, 0)
  144. CrateTeleportOff.TextSize = 14
  145.  
  146. FakeCrateSpam.Name = "FakeCrateSpam"
  147. FakeCrateSpam.Parent = Main
  148. FakeCrateSpam.BackgroundColor3 = Color3.new(1, 1, 1)
  149. FakeCrateSpam.BackgroundTransparency = 0.75
  150. FakeCrateSpam.Position = UDim2.new(-1.02445483e-08, 0, 0.546666682, 0)
  151. FakeCrateSpam.Size = UDim2.new(0, 100, 0, 20)
  152. FakeCrateSpam.Font = Enum.Font.SourceSansBold
  153. FakeCrateSpam.Text = "Fake Crate Spam"
  154. FakeCrateSpam.TextColor3 = Color3.new(0, 0, 0)
  155. FakeCrateSpam.TextSize = 14
  156.  
  157. CrateSpamOn.Name = "CrateSpamOn"
  158. CrateSpamOn.Parent = Main
  159. CrateSpamOn.BackgroundColor3 = Color3.new(1, 1, 1)
  160. CrateSpamOn.BackgroundTransparency = 0.75
  161. CrateSpamOn.Position = UDim2.new(-0.00350081874, 0, 0.633458257, 0)
  162. CrateSpamOn.Size = UDim2.new(0, 50, 0, 20)
  163. CrateSpamOn.Font = Enum.Font.SourceSans
  164. CrateSpamOn.Text = "On"
  165. CrateSpamOn.TextColor3 = Color3.new(0, 0, 0)
  166. CrateSpamOn.TextSize = 14
  167.  
  168. CrateSpamOff.Name = "CrateSpamOff"
  169. CrateSpamOff.Parent = Main
  170. CrateSpamOff.BackgroundColor3 = Color3.new(1, 1, 1)
  171. CrateSpamOff.BackgroundTransparency = 0.75
  172. CrateSpamOff.Position = UDim2.new(0.216784328, 0, 0.633458257, 0)
  173. CrateSpamOff.Size = UDim2.new(0, 50, 0, 20)
  174. CrateSpamOff.Font = Enum.Font.SourceSans
  175. CrateSpamOff.Text = "Off"
  176. CrateSpamOff.TextColor3 = Color3.new(0, 0, 0)
  177. CrateSpamOff.TextSize = 14
  178.  
  179. RemoteClicker.Name = "RemoteClicker"
  180. RemoteClicker.Parent = Main
  181. RemoteClicker.BackgroundColor3 = Color3.new(1, 1, 1)
  182. RemoteClicker.BackgroundTransparency = 0.75
  183. RemoteClicker.Position = UDim2.new(0, 0, 0.791111171, 0)
  184. RemoteClicker.Size = UDim2.new(0, 100, 0, 20)
  185. RemoteClicker.Font = Enum.Font.SourceSansBold
  186. RemoteClicker.Text = "Auto Remote"
  187. RemoteClicker.TextColor3 = Color3.new(0, 0, 0)
  188. RemoteClicker.TextSize = 14
  189.  
  190. RemoteClickerOn.Name = "RemoteClickerOn"
  191. RemoteClickerOn.Parent = Main
  192. RemoteClickerOn.BackgroundColor3 = Color3.new(1, 1, 1)
  193. RemoteClickerOn.BackgroundTransparency = 0.75
  194. RemoteClickerOn.Position = UDim2.new(-0.00350081921, 0, 0.877902746, 0)
  195. RemoteClickerOn.Size = UDim2.new(0, 50, 0, 20)
  196. RemoteClickerOn.Font = Enum.Font.SourceSans
  197. RemoteClickerOn.Text = "On"
  198. RemoteClickerOn.TextColor3 = Color3.new(0, 0, 0)
  199. RemoteClickerOn.TextSize = 14
  200.  
  201. RemoteClickerOff.Name = "RemoteClickerOff"
  202. RemoteClickerOff.Parent = Main
  203. RemoteClickerOff.BackgroundColor3 = Color3.new(1, 1, 1)
  204. RemoteClickerOff.BackgroundTransparency = 0.75
  205. RemoteClickerOff.Position = UDim2.new(0.216784358, 0, 0.877902627, 0)
  206. RemoteClickerOff.Size = UDim2.new(0, 50, 0, 20)
  207. RemoteClickerOff.Font = Enum.Font.SourceSans
  208. RemoteClickerOff.Text = "Off"
  209. RemoteClickerOff.TextColor3 = Color3.new(0, 0, 0)
  210. RemoteClickerOff.TextSize = 14
  211.  
  212. FactoryTeleport.Name = "FactoryTeleport"
  213. FactoryTeleport.Parent = Main
  214. FactoryTeleport.BackgroundColor3 = Color3.new(1, 1, 1)
  215. FactoryTeleport.BackgroundTransparency = 0.75
  216. FactoryTeleport.Position = UDim2.new(0.695652187, 0, 0.0577777773, 0)
  217. FactoryTeleport.Size = UDim2.new(0, 69, 0, 20)
  218. FactoryTeleport.Font = Enum.Font.SourceSansBold
  219. FactoryTeleport.Text = "TP to Factory"
  220. FactoryTeleport.TextColor3 = Color3.new(0, 0, 0)
  221. FactoryTeleport.TextSize = 14
  222.  
  223. Factory1.Name = "Factory1"
  224. Factory1.Parent = Main
  225. Factory1.BackgroundColor3 = Color3.new(1, 1, 1)
  226. Factory1.BackgroundTransparency = 0.75
  227. Factory1.Position = UDim2.new(0.695652187, 0, 0.146666676, 0)
  228. Factory1.Size = UDim2.new(0, 23, 0, 21)
  229. Factory1.Font = Enum.Font.SourceSans
  230. Factory1.Text = "1"
  231. Factory1.TextColor3 = Color3.new(0, 0, 0)
  232. Factory1.TextSize = 14
  233.  
  234. Factory2.Name = "Factory2"
  235. Factory2.Parent = Main
  236. Factory2.BackgroundColor3 = Color3.new(1, 1, 1)
  237. Factory2.BackgroundTransparency = 0.75
  238. Factory2.Position = UDim2.new(0.795652211, 0, 0.146666676, 0)
  239. Factory2.Size = UDim2.new(0, 23, 0, 21)
  240. Factory2.Font = Enum.Font.SourceSans
  241. Factory2.Text = "2"
  242. Factory2.TextColor3 = Color3.new(0, 0, 0)
  243. Factory2.TextSize = 14
  244.  
  245. Factory3.Name = "Factory3"
  246. Factory3.Parent = Main
  247. Factory3.BackgroundColor3 = Color3.new(1, 1, 1)
  248. Factory3.BackgroundTransparency = 0.75
  249. Factory3.Position = UDim2.new(0.895652175, 0, 0.146666676, 0)
  250. Factory3.Size = UDim2.new(0, 23, 0, 21)
  251. Factory3.Font = Enum.Font.SourceSans
  252. Factory3.Text = "3"
  253. Factory3.TextColor3 = Color3.new(0, 0, 0)
  254. Factory3.TextSize = 14
  255.  
  256. Factory4.Name = "Factory4"
  257. Factory4.Parent = Main
  258. Factory4.BackgroundColor3 = Color3.new(1, 1, 1)
  259. Factory4.BackgroundTransparency = 0.75
  260. Factory4.Position = UDim2.new(0.695652187, 0, 0.239999995, 0)
  261. Factory4.Size = UDim2.new(0, 23, 0, 21)
  262. Factory4.Font = Enum.Font.SourceSans
  263. Factory4.Text = "4"
  264. Factory4.TextColor3 = Color3.new(0, 0, 0)
  265. Factory4.TextSize = 14
  266.  
  267. Factory5.Name = "Factory5"
  268. Factory5.Parent = Main
  269. Factory5.BackgroundColor3 = Color3.new(1, 1, 1)
  270. Factory5.BackgroundTransparency = 0.75
  271. Factory5.Position = UDim2.new(0.795652211, 0, 0.239999995, 0)
  272. Factory5.Size = UDim2.new(0, 23, 0, 21)
  273. Factory5.Font = Enum.Font.SourceSans
  274. Factory5.Text = "5"
  275. Factory5.TextColor3 = Color3.new(0, 0, 0)
  276. Factory5.TextSize = 14
  277.  
  278. Factory6.Name = "Factory6"
  279. Factory6.Parent = Main
  280. Factory6.BackgroundColor3 = Color3.new(1, 1, 1)
  281. Factory6.BackgroundTransparency = 0.75
  282. Factory6.Position = UDim2.new(0.895652175, 0, 0.239999995, 0)
  283. Factory6.Size = UDim2.new(0, 23, 0, 21)
  284. Factory6.Font = Enum.Font.SourceSans
  285. Factory6.Text = "6"
  286. Factory6.TextColor3 = Color3.new(0, 0, 0)
  287. Factory6.TextSize = 14
  288.  
  289. CrateTeleport.Name = "CrateTeleport"
  290. CrateTeleport.Parent = Main
  291. CrateTeleport.BackgroundColor3 = Color3.new(1, 1, 1)
  292. CrateTeleport.BackgroundTransparency = 0.75
  293. CrateTeleport.Position = UDim2.new(0, 0, 0.302222222, 0)
  294. CrateTeleport.Size = UDim2.new(0, 100, 0, 20)
  295. CrateTeleport.Font = Enum.Font.SourceSansBold
  296. CrateTeleport.Text = "Crate Teleport"
  297. CrateTeleport.TextColor3 = Color3.new(0, 0, 0)
  298. CrateTeleport.TextSize = 14
  299.  
  300. LuckyClover.Name = "LuckyClover"
  301. LuckyClover.Parent = Main
  302. LuckyClover.BackgroundColor3 = Color3.new(1, 1, 1)
  303. LuckyClover.BackgroundTransparency = 0.75
  304. LuckyClover.Position = UDim2.new(0.557368815, 0, 0.43345809, 0)
  305. LuckyClover.Size = UDim2.new(0, 100, 0, 20)
  306. LuckyClover.Font = Enum.Font.SourceSans
  307. LuckyClover.Text = "Lucky Clovers"
  308. LuckyClover.TextColor3 = Color3.new(0, 0, 0)
  309. LuckyClover.TextSize = 14
  310.  
  311. TwitchPoints.Name = "TwitchPoints"
  312. TwitchPoints.Parent = Main
  313. TwitchPoints.BackgroundColor3 = Color3.new(1, 1, 1)
  314. TwitchPoints.BackgroundTransparency = 0.75
  315. TwitchPoints.Position = UDim2.new(0.557368815, 0, 0.522347033, 0)
  316. TwitchPoints.Size = UDim2.new(0, 100, 0, 20)
  317. TwitchPoints.Font = Enum.Font.SourceSans
  318. TwitchPoints.Text = "Twitch Points"
  319. TwitchPoints.TextColor3 = Color3.new(0, 0, 0)
  320. TwitchPoints.TextSize = 14
  321.  
  322. MaskedMan.Name = "MaskedMan"
  323. MaskedMan.Parent = Main
  324. MaskedMan.BackgroundColor3 = Color3.new(1, 1, 1)
  325. MaskedMan.BackgroundTransparency = 0.75
  326. MaskedMan.Position = UDim2.new(0.557368815, 0, 0.611235917, 0)
  327. MaskedMan.Size = UDim2.new(0, 100, 0, 20)
  328. MaskedMan.Font = Enum.Font.SourceSans
  329. MaskedMan.Text = "Masked Man"
  330. MaskedMan.TextColor3 = Color3.new(0, 0, 0)
  331. MaskedMan.TextSize = 14
  332.  
  333. Boxman.Name = "Boxman"
  334. Boxman.Parent = Main
  335. Boxman.BackgroundColor3 = Color3.new(1, 1, 1)
  336. Boxman.BackgroundTransparency = 0.75
  337. Boxman.Position = UDim2.new(0.557368815, 0, 0.7001248, 0)
  338. Boxman.Size = UDim2.new(0, 100, 0, 20)
  339. Boxman.Font = Enum.Font.SourceSans
  340. Boxman.Text = "Box Man"
  341. Boxman.TextColor3 = Color3.new(0, 0, 0)
  342. Boxman.TextSize = 14
  343.  
  344. Santa.Name = "Santa"
  345. Santa.Parent = Main
  346. Santa.BackgroundColor3 = Color3.new(1, 1, 1)
  347. Santa.BackgroundTransparency = 0.75
  348. Santa.Position = UDim2.new(0.557368815, 0, 0.789013684, 0)
  349. Santa.Size = UDim2.new(0, 100, 0, 20)
  350. Santa.Font = Enum.Font.SourceSans
  351. Santa.Text = "Santa"
  352. Santa.TextColor3 = Color3.new(0, 0, 0)
  353. Santa.TextSize = 14
  354.  
  355. OpenClose.Name = "OpenClose"
  356. OpenClose.Parent = BorkGui
  357. OpenClose.BackgroundColor3 = Color3.new(1, 1, 1)
  358. OpenClose.BackgroundTransparency = 1
  359. OpenClose.Position = UDim2.new(0.683441579, 0, 0.873536348, 0)
  360. OpenClose.Size = UDim2.new(0, 100, 0, 100)
  361.  
  362. OC.Name = "OC"
  363. OC.Parent = OpenClose
  364. OC.BackgroundColor3 = Color3.new(0, 0, 0)
  365. OC.Position = UDim2.new(0.680890799, 0, 0.8438797, 0)
  366. OC.Size = UDim2.new(0, 31, 0, 11)
  367. OC.Font = Enum.Font.SourceSans
  368. OC.Text = "Close"
  369. OC.TextColor3 = Color3.new(1, 1, 1)
  370. OC.TextSize = 14
  371. OC.MouseButton1Down:connect(function()
  372. if Open == true then
  373. OC.Text = "Open"
  374. Main.Visible = false
  375. Open = false
  376. elseif Open == false then
  377. Main.Visible = true
  378. OC.Text = "Close"
  379. Open = true
  380. end
  381. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement