Advertisement
chrisinator66

Bork Gui

Nov 20th, 2018
15,704
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 42.34 KB | None | 0 0
  1. -- Objects
  2. -- Objects
  3.  
  4. local BorkGui = Instance.new("ScreenGui")
  5. local OpenClose = Instance.new("Frame")
  6. local OC = Instance.new("TextButton")
  7. local Main = Instance.new("Frame")
  8. local Background = Instance.new("ImageLabel")
  9. local Title = Instance.new("TextLabel")
  10. local AutoLoops = Instance.new("TextLabel")
  11. local FakeCrate = Instance.new("TextButton")
  12. local CodeRedeem = Instance.new("TextButton")
  13. local Enchanter = Instance.new("TextButton")
  14. local RemoveInf = Instance.new("TextButton")
  15. local CrateTeleportOn = Instance.new("TextButton")
  16. local CrateTeleportOff = Instance.new("TextButton")
  17. local NotificationsOff = Instance.new("TextButton")
  18. local NotificationsOn = Instance.new("TextButton")
  19. local CrateTeleport = Instance.new("TextLabel")
  20. local Notifications = Instance.new("TextLabel")
  21. local AutoRebirthOff = Instance.new("TextButton")
  22. local AutoRebirthOn = Instance.new("TextButton")
  23. local RemoteClickerOn = Instance.new("TextButton")
  24. local RemoteClickerOff = Instance.new("TextButton")
  25. local RemoteClicker = Instance.new("TextLabel")
  26. local AutoRebirth = Instance.new("TextLabel")
  27. local WUHUG = Instance.new("TextButton")
  28. local DOC = Instance.new("TextButton")
  29. local Layout1 = Instance.new("TextButton")
  30. local Factory1 = Instance.new("TextButton")
  31. local Layout2 = Instance.new("TextButton")
  32. local Factory2 = Instance.new("TextButton")
  33. local Layout3 = Instance.new("TextButton")
  34. local Factory4 = Instance.new("TextButton")
  35. local Factory3 = Instance.new("TextButton")
  36. local Factory5 = Instance.new("TextButton")
  37. local Factory6 = Instance.new("TextButton")
  38. local FactoryTeleport = Instance.new("TextLabel")
  39. local AutoLayout = Instance.new("TextLabel")
  40. local LuckyClover = Instance.new("TextButton")
  41. local Other = Instance.new("TextLabel")
  42. local TwitchPoints = Instance.new("TextButton")
  43. local MaskedMan = Instance.new("TextButton")
  44. local Boxman = Instance.new("TextButton")
  45. local UpgraderCframe = Instance.new("TextButton")
  46. local Santa = Instance.new("TextButton")
  47. local FacOwner = Instance.new("TextButton")
  48. local BuyCrate = Instance.new("TextButton")
  49. local Jump = Instance.new("TextButton")
  50. local Speed = Instance.new("TextButton")
  51. local Night = Instance.new("TextButton")
  52. local Day = Instance.new("TextButton")
  53. local FBU = Instance.new("TextButton")
  54. local SU = Instance.new("TextButton")
  55. local SR = Instance.new("TextButton")
  56. local MU = Instance.new("TextButton")
  57. local AOA = Instance.new("TextButton")
  58. local FS = Instance.new("TextButton")
  59. local OTC = Instance.new("TextButton")
  60. local SLR = Instance.new("TextButton")
  61. local OTrans = Instance.new("TextButton")
  62. local OTra = Instance.new("TextButton")
  63. local MS = Instance.new("TextButton")
  64. local NS = Instance.new("TextButton")
  65. local CAT = Instance.new("TextButton")
  66. local Instructions = Instance.new("TextButton")
  67. local Instructions_2 = Instance.new("Frame")
  68. local Title_2 = Instance.new("TextLabel")
  69. local Other_2 = Instance.new("TextLabel")
  70. local Toggles = Instance.new("TextLabel")
  71. local TextLabel = Instance.new("TextLabel")
  72. local TextLabel_2 = Instance.new("TextLabel")
  73. _G.FBorkAutoRebirth = true
  74. _G.FBorkRemoteClicker = true
  75. _G.FBorkCrateTeleport = true
  76. _G.BorkCrateTeleport = nil
  77. _G.BorkRemoteClicker = nil
  78. _G.BorkAutoRebirth = nil
  79.  
  80. -- Properties
  81.  
  82. BorkGui.Name = "BorkGui"
  83. BorkGui.Parent = game.CoreGui
  84.  
  85. OpenClose.Name = "OpenClose"
  86. OpenClose.Parent = BorkGui
  87. OpenClose.BackgroundColor3 = Color3.new(1, 1, 1)
  88. OpenClose.BackgroundTransparency = 1
  89. OpenClose.Position = UDim2.new(0.683441579, 0, 0.873536348, 0)
  90. OpenClose.Size = UDim2.new(0, 100, 0, 100)
  91.  
  92. OC.Name = "OC"
  93. OC.Parent = OpenClose
  94. OC.BackgroundColor3 = Color3.new(0, 0, 0)
  95. OC.Position = UDim2.new(0.680890799, 0, 0.8438797, 0)
  96. OC.Size = UDim2.new(0, 31, 0, 11)
  97. OC.Font = Enum.Font.SourceSans
  98. OC.Text = "Close"
  99. OC.TextColor3 = Color3.new(1, 1, 1)
  100. OC.TextSize = 14
  101.  
  102. Main.Name = "Main"
  103. Main.Parent = BorkGui
  104. Main.Active = true
  105. Main.BackgroundColor3 = Color3.new(0, 0, 0)
  106. Main.BackgroundTransparency = 1
  107. Main.Position = UDim2.new(0.352596313, 0, 0.669789195, 0)
  108. Main.Selectable = true
  109. Main.Size = UDim2.new(0, 418, 0, 225)
  110.  
  111. Background.Name = "Background"
  112. Background.Parent = Main
  113. Background.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  114. Background.BorderSizePixel = 0
  115. Background.Position = UDim2.new(0, 0, 0.0565340184, 0)
  116. Background.Size = UDim2.new(0, 714, 0, 205)
  117. Background.Image = "rbxassetid://2557904560"
  118. Background.ImageTransparency = 1
  119.  
  120. Title.Name = "Title"
  121. Title.Parent = Main
  122. Title.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  123. Title.BorderSizePixel = 0
  124. Title.Position = UDim2.new(-0.000283419242, 0, -0.0101326499, 0)
  125. Title.Size = UDim2.new(0, 714, 0, 15)
  126. Title.Font = Enum.Font.SourceSansBold
  127. Title.Text = "Bork's Miner's Haven Gui V1"
  128. Title.TextColor3 = Color3.new(1, 1, 1)
  129. Title.TextSize = 14
  130. Title.TextStrokeColor3 = Color3.new(1, 0, 0.0156863)
  131. Title.TextWrapped = true
  132.  
  133. AutoLoops.Name = "AutoLoops"
  134. AutoLoops.Parent = Main
  135. AutoLoops.BackgroundColor3 = Color3.new(0.290196, 0.72549, 0)
  136. AutoLoops.BorderSizePixel = 0
  137. AutoLoops.Position = UDim2.new(0.933929563, 0, 0.0533333346, 0)
  138. AutoLoops.Size = UDim2.new(0, 324, 0, 21)
  139. AutoLoops.Font = Enum.Font.SourceSansBold
  140. AutoLoops.Text = "Auto Loops"
  141. AutoLoops.TextColor3 = Color3.new(0, 0, 0)
  142. AutoLoops.TextSize = 14
  143.  
  144. FakeCrate.Name = "FakeCrate"
  145. FakeCrate.Parent = Main
  146. FakeCrate.BackgroundColor3 = Color3.new(0.290196, 0.72549, 0)
  147. FakeCrate.BorderSizePixel = 0
  148. FakeCrate.Position = UDim2.new(0.477948755, 0, 0.766791463, 0)
  149. FakeCrate.Size = UDim2.new(0, 95, 0, 20)
  150. FakeCrate.Font = Enum.Font.SourceSans
  151. FakeCrate.Text = "Fake Crate Nuke"
  152. FakeCrate.TextColor3 = Color3.new(0, 0, 0)
  153. FakeCrate.TextSize = 12
  154.  
  155. CodeRedeem.Name = "CodeRedeem"
  156. CodeRedeem.Parent = Main
  157. CodeRedeem.BackgroundColor3 = Color3.new(0.290196, 0.72549, 0)
  158. CodeRedeem.BorderSizePixel = 0
  159. CodeRedeem.Position = UDim2.new(0.477948755, 0, 0.677902579, 0)
  160. CodeRedeem.Size = UDim2.new(0, 95, 0, 20)
  161. CodeRedeem.Font = Enum.Font.SourceSans
  162. CodeRedeem.Text = "Redeem All Codes"
  163. CodeRedeem.TextColor3 = Color3.new(0, 0, 0)
  164. CodeRedeem.TextSize = 12
  165.  
  166. Enchanter.Name = "Enchanter"
  167. Enchanter.Parent = Main
  168. Enchanter.BackgroundColor3 = Color3.new(0.290196, 0.72549, 0)
  169. Enchanter.BorderSizePixel = 0
  170. Enchanter.Position = UDim2.new(0.707613826, 0, 0.766791463, 0)
  171. Enchanter.Size = UDim2.new(0, 95, 0, 20)
  172. Enchanter.Font = Enum.Font.SourceSans
  173. Enchanter.Text = "Enchant Items"
  174. Enchanter.TextColor3 = Color3.new(0, 0, 0)
  175. Enchanter.TextSize = 12
  176.  
  177. RemoveInf.Name = "RemoveInf"
  178. RemoveInf.Parent = Main
  179. RemoveInf.BackgroundColor3 = Color3.new(0.290196, 0.72549, 0)
  180. RemoveInf.BorderSizePixel = 0
  181. RemoveInf.Position = UDim2.new(0.707613826, 0, 0.677902579, 0)
  182. RemoveInf.Size = UDim2.new(0, 95, 0, 20)
  183. RemoveInf.Font = Enum.Font.SourceSans
  184. RemoveInf.Text = "Remove Infusers"
  185. RemoveInf.TextColor3 = Color3.new(0, 0, 0)
  186. RemoveInf.TextSize = 12
  187.  
  188. CrateTeleportOn.Name = "CrateTeleportOn"
  189. CrateTeleportOn.Parent = Main
  190. CrateTeleportOn.BackgroundColor3 = Color3.new(0.290196, 0.72549, 0)
  191. CrateTeleportOn.BorderSizePixel = 0
  192. CrateTeleportOn.Position = UDim2.new(-0.00110847456, 0, 0.326791584, 0)
  193. CrateTeleportOn.Size = UDim2.new(0, 50, 0, 20)
  194. CrateTeleportOn.Font = Enum.Font.SourceSans
  195. CrateTeleportOn.Text = "On"
  196. CrateTeleportOn.TextColor3 = Color3.new(0, 0, 0)
  197. CrateTeleportOn.TextSize = 14
  198.  
  199. CrateTeleportOff.Name = "CrateTeleportOff"
  200. CrateTeleportOff.Parent = Main
  201. CrateTeleportOff.BackgroundColor3 = Color3.new(0.290196, 0.72549, 0)
  202. CrateTeleportOff.BorderSizePixel = 0
  203. CrateTeleportOff.Position = UDim2.new(0.118698202, 0, 0.326791584, 0)
  204. CrateTeleportOff.Size = UDim2.new(0, 50, 0, 20)
  205. CrateTeleportOff.Font = Enum.Font.SourceSans
  206. CrateTeleportOff.Text = "Off"
  207. CrateTeleportOff.TextColor3 = Color3.new(0, 0, 0)
  208. CrateTeleportOff.TextSize = 14
  209.  
  210. NotificationsOff.Name = "NotificationsOff"
  211. NotificationsOff.Parent = Main
  212. NotificationsOff.BackgroundColor3 = Color3.new(0.290196, 0.72549, 0)
  213. NotificationsOff.BorderSizePixel = 0
  214. NotificationsOff.Position = UDim2.new(0.357932687, 0, 0.326791495, 0)
  215. NotificationsOff.Size = UDim2.new(0, 50, 0, 20)
  216. NotificationsOff.Font = Enum.Font.SourceSans
  217. NotificationsOff.Text = "Off"
  218. NotificationsOff.TextColor3 = Color3.new(0, 0, 0)
  219. NotificationsOff.TextSize = 14
  220.  
  221. NotificationsOn.Name = "NotificationsOn"
  222. NotificationsOn.Parent = Main
  223. NotificationsOn.BackgroundColor3 = Color3.new(0.290196, 0.72549, 0)
  224. NotificationsOn.BorderSizePixel = 0
  225. NotificationsOn.Position = UDim2.new(0.23812598, 0, 0.326791644, 0)
  226. NotificationsOn.Size = UDim2.new(0, 50, 0, 20)
  227. NotificationsOn.Font = Enum.Font.SourceSans
  228. NotificationsOn.Text = "On"
  229. NotificationsOn.TextColor3 = Color3.new(0, 0, 0)
  230. NotificationsOn.TextSize = 14
  231.  
  232. CrateTeleport.Name = "CrateTeleport"
  233. CrateTeleport.Parent = Main
  234. CrateTeleport.BackgroundColor3 = Color3.new(0.290196, 0.72549, 0)
  235. CrateTeleport.BorderSizePixel = 0
  236. CrateTeleport.Position = UDim2.new(0, 0, 0.235555559, 0)
  237. CrateTeleport.Size = UDim2.new(0, 100, 0, 21)
  238. CrateTeleport.Font = Enum.Font.SourceSansBold
  239. CrateTeleport.Text = "Crate Teleport"
  240. CrateTeleport.TextColor3 = Color3.new(0, 0, 0)
  241. CrateTeleport.TextSize = 14
  242.  
  243. Notifications.Name = "Notifications"
  244. Notifications.Parent = Main
  245. Notifications.BackgroundColor3 = Color3.new(0.290196, 0.72549, 0)
  246. Notifications.BorderSizePixel = 0
  247. Notifications.Position = UDim2.new(0.239234447, 0, 0.235555574, 0)
  248. Notifications.Size = UDim2.new(0, 100, 0, 21)
  249. Notifications.Font = Enum.Font.SourceSansBold
  250. Notifications.Text = "Notifications"
  251. Notifications.TextColor3 = Color3.new(0, 0, 0)
  252. Notifications.TextSize = 14
  253.  
  254. AutoRebirthOff.Name = "AutoRebirthOff"
  255. AutoRebirthOff.Parent = Main
  256. AutoRebirthOff.BackgroundColor3 = Color3.new(0.290196, 0.72549, 0)
  257. AutoRebirthOff.BorderSizePixel = 0
  258. AutoRebirthOff.Position = UDim2.new(0.118698202, 0, 0.144569337, 0)
  259. AutoRebirthOff.Size = UDim2.new(0, 50, 0, 20)
  260. AutoRebirthOff.Font = Enum.Font.SourceSans
  261. AutoRebirthOff.Text = "Off"
  262. AutoRebirthOff.TextColor3 = Color3.new(0, 0, 0)
  263. AutoRebirthOff.TextSize = 14
  264.  
  265. AutoRebirthOn.Name = "AutoRebirthOn"
  266. AutoRebirthOn.Parent = Main
  267. AutoRebirthOn.BackgroundColor3 = Color3.new(0.290196, 0.72549, 0)
  268. AutoRebirthOn.BorderSizePixel = 0
  269. AutoRebirthOn.Position = UDim2.new(-0.001108489, 0, 0.144569233, 0)
  270. AutoRebirthOn.Size = UDim2.new(0, 50, 0, 20)
  271. AutoRebirthOn.Font = Enum.Font.SourceSans
  272. AutoRebirthOn.Text = "On"
  273. AutoRebirthOn.TextColor3 = Color3.new(0, 0, 0)
  274. AutoRebirthOn.TextSize = 14
  275.  
  276. RemoteClickerOn.Name = "RemoteClickerOn"
  277. RemoteClickerOn.Parent = Main
  278. RemoteClickerOn.BackgroundColor3 = Color3.new(0.290196, 0.72549, 0)
  279. RemoteClickerOn.BorderSizePixel = 0
  280. RemoteClickerOn.Position = UDim2.new(0.23812598, 0, 0.144569397, 0)
  281. RemoteClickerOn.Size = UDim2.new(0, 50, 0, 20)
  282. RemoteClickerOn.Font = Enum.Font.SourceSans
  283. RemoteClickerOn.Text = "On"
  284. RemoteClickerOn.TextColor3 = Color3.new(0, 0, 0)
  285. RemoteClickerOn.TextSize = 14
  286.  
  287. RemoteClickerOff.Name = "RemoteClickerOff"
  288. RemoteClickerOff.Parent = Main
  289. RemoteClickerOff.BackgroundColor3 = Color3.new(0.290196, 0.72549, 0)
  290. RemoteClickerOff.BorderSizePixel = 0
  291. RemoteClickerOff.Position = UDim2.new(0.357932687, 0, 0.144569278, 0)
  292. RemoteClickerOff.Size = UDim2.new(0, 50, 0, 20)
  293. RemoteClickerOff.Font = Enum.Font.SourceSans
  294. RemoteClickerOff.Text = "Off"
  295. RemoteClickerOff.TextColor3 = Color3.new(0, 0, 0)
  296. RemoteClickerOff.TextSize = 14
  297.  
  298. RemoteClicker.Name = "RemoteClicker"
  299. RemoteClicker.Parent = Main
  300. RemoteClicker.BackgroundColor3 = Color3.new(0.290196, 0.72549, 0)
  301. RemoteClicker.BorderSizePixel = 0
  302. RemoteClicker.Position = UDim2.new(0.239234447, 0, 0.0533333346, 0)
  303. RemoteClicker.Size = UDim2.new(0, 100, 0, 21)
  304. RemoteClicker.Font = Enum.Font.SourceSansBold
  305. RemoteClicker.Text = "Auto Remote"
  306. RemoteClicker.TextColor3 = Color3.new(0, 0, 0)
  307. RemoteClicker.TextSize = 14
  308.  
  309. AutoRebirth.Name = "AutoRebirth"
  310. AutoRebirth.Parent = Main
  311. AutoRebirth.BackgroundColor3 = Color3.new(0.290196, 0.72549, 0)
  312. AutoRebirth.BorderSizePixel = 0
  313. AutoRebirth.Position = UDim2.new(0, 0, 0.0533333346, 0)
  314. AutoRebirth.Size = UDim2.new(0, 100, 0, 21)
  315. AutoRebirth.Font = Enum.Font.SourceSansBold
  316. AutoRebirth.Text = "Auto Rebirth"
  317. AutoRebirth.TextColor3 = Color3.new(0, 0, 0)
  318. AutoRebirth.TextSize = 14
  319.  
  320. WUHUG.Name = "WUHUG"
  321. WUHUG.Parent = Main
  322. WUHUG.BackgroundColor3 = Color3.new(0.290196, 0.72549, 0)
  323. WUHUG.BorderSizePixel = 0
  324. WUHUG.Position = UDim2.new(0.934886575, 0, 0.144569233, 0)
  325. WUHUG.Size = UDim2.new(0, 162, 0, 19)
  326. WUHUG.Font = Enum.Font.SourceSans
  327. WUHUG.Text = "Way-Up-High Upgrader"
  328. WUHUG.TextColor3 = Color3.new(0, 0, 0)
  329. WUHUG.TextSize = 12
  330.  
  331. DOC.Name = "DOC"
  332. DOC.Parent = Main
  333. DOC.BackgroundColor3 = Color3.new(0.290196, 0.72549, 0)
  334. DOC.BorderSizePixel = 0
  335. DOC.Position = UDim2.new(0.934886575, 0, 0.229013667, 0)
  336. DOC.Size = UDim2.new(0, 162, 0, 20)
  337. DOC.Font = Enum.Font.SourceSans
  338. DOC.Text = "Digital Ore Cleaner"
  339. DOC.TextColor3 = Color3.new(0, 0, 0)
  340. DOC.TextSize = 12
  341.  
  342. Layout1.Name = "Layout1"
  343. Layout1.Parent = Main
  344. Layout1.BackgroundColor3 = Color3.new(0.290196, 0.72549, 0)
  345. Layout1.BorderSizePixel = 0
  346. Layout1.Position = UDim2.new(0.145412892, 0, 0.777777791, 0)
  347. Layout1.Size = UDim2.new(0, 24, 0, 21)
  348. Layout1.Font = Enum.Font.SourceSans
  349. Layout1.Text = "1"
  350. Layout1.TextColor3 = Color3.new(0, 0, 0)
  351. Layout1.TextSize = 14
  352.  
  353. Factory1.Name = "Factory1"
  354. Factory1.Parent = Main
  355. Factory1.BackgroundColor3 = Color3.new(0.290196, 0.72549, 0)
  356. Factory1.BorderSizePixel = 0
  357. Factory1.Position = UDim2.new(0.145412892, 0, 0.871111095, 0)
  358. Factory1.Size = UDim2.new(0, 24, 0, 21)
  359. Factory1.Font = Enum.Font.SourceSans
  360. Factory1.Text = "1"
  361. Factory1.TextColor3 = Color3.new(0, 0, 0)
  362. Factory1.TextSize = 14
  363.  
  364. Layout2.Name = "Layout2"
  365. Layout2.Parent = Main
  366. Layout2.BackgroundColor3 = Color3.new(0.290196, 0.72549, 0)
  367. Layout2.BorderSizePixel = 0
  368. Layout2.Position = UDim2.new(0.202350795, 0, 0.777777791, 0)
  369. Layout2.Size = UDim2.new(0, 23, 0, 21)
  370. Layout2.Font = Enum.Font.SourceSans
  371. Layout2.Text = "2"
  372. Layout2.TextColor3 = Color3.new(0, 0, 0)
  373. Layout2.TextSize = 14
  374.  
  375. Factory2.Name = "Factory2"
  376. Factory2.Parent = Main
  377. Factory2.BackgroundColor3 = Color3.new(0.290196, 0.72549, 0)
  378. Factory2.BorderSizePixel = 0
  379. Factory2.Position = UDim2.new(0.202350795, 0, 0.871111155, 0)
  380. Factory2.Size = UDim2.new(0, 23, 0, 21)
  381. Factory2.Font = Enum.Font.SourceSans
  382. Factory2.Text = "2"
  383. Factory2.TextColor3 = Color3.new(0, 0, 0)
  384. Factory2.TextSize = 14
  385.  
  386. Layout3.Name = "Layout3"
  387. Layout3.Parent = Main
  388. Layout3.BackgroundColor3 = Color3.new(0.290196, 0.72549, 0)
  389. Layout3.BorderSizePixel = 0
  390. Layout3.Position = UDim2.new(0.256896168, 0, 0.777777791, 0)
  391. Layout3.Size = UDim2.new(0, 23, 0, 21)
  392. Layout3.Font = Enum.Font.SourceSans
  393. Layout3.Text = "3"
  394. Layout3.TextColor3 = Color3.new(0, 0, 0)
  395. Layout3.TextSize = 14
  396.  
  397. Factory4.Name = "Factory4"
  398. Factory4.Parent = Main
  399. Factory4.BackgroundColor3 = Color3.new(0.290196, 0.72549, 0)
  400. Factory4.BorderSizePixel = 0
  401. Factory4.Position = UDim2.new(0.312877059, 0, 0.871111095, 0)
  402. Factory4.Size = UDim2.new(0, 23, 0, 21)
  403. Factory4.Font = Enum.Font.SourceSans
  404. Factory4.Text = "4"
  405. Factory4.TextColor3 = Color3.new(0, 0, 0)
  406. Factory4.TextSize = 14
  407.  
  408. Factory3.Name = "Factory3"
  409. Factory3.Parent = Main
  410. Factory3.BackgroundColor3 = Color3.new(0.290196, 0.72549, 0)
  411. Factory3.BorderSizePixel = 0
  412. Factory3.Position = UDim2.new(0.256896138, 0, 0.871111095, 0)
  413. Factory3.Size = UDim2.new(0, 23, 0, 21)
  414. Factory3.Font = Enum.Font.SourceSans
  415. Factory3.Text = "3"
  416. Factory3.TextColor3 = Color3.new(0, 0, 0)
  417. Factory3.TextSize = 14
  418.  
  419. Factory5.Name = "Factory5"
  420. Factory5.Parent = Main
  421. Factory5.BackgroundColor3 = Color3.new(0.290196, 0.72549, 0)
  422. Factory5.BorderSizePixel = 0
  423. Factory5.Position = UDim2.new(0.36742264, 0, 0.871111155, 0)
  424. Factory5.Size = UDim2.new(0, 23, 0, 21)
  425. Factory5.Font = Enum.Font.SourceSans
  426. Factory5.Text = "5"
  427. Factory5.TextColor3 = Color3.new(0, 0, 0)
  428. Factory5.TextSize = 14
  429.  
  430. Factory6.Name = "Factory6"
  431. Factory6.Parent = Main
  432. Factory6.BackgroundColor3 = Color3.new(0.290196, 0.72549, 0)
  433. Factory6.BorderSizePixel = 0
  434. Factory6.Position = UDim2.new(0.421967983, 0, 0.871111035, 0)
  435. Factory6.Size = UDim2.new(0, 23, 0, 21)
  436. Factory6.Font = Enum.Font.SourceSans
  437. Factory6.Text = "6"
  438. Factory6.TextColor3 = Color3.new(0, 0, 0)
  439. Factory6.TextSize = 14
  440.  
  441. FactoryTeleport.Name = "FactoryTeleport"
  442. FactoryTeleport.Parent = Main
  443. FactoryTeleport.BackgroundColor3 = Color3.new(0.290196, 0.72549, 0)
  444. FactoryTeleport.BorderSizePixel = 0
  445. FactoryTeleport.Position = UDim2.new(-0.00589317782, 0, 0.871111095, 0)
  446. FactoryTeleport.Size = UDim2.new(0, 62, 0, 21)
  447. FactoryTeleport.Font = Enum.Font.SourceSansBold
  448. FactoryTeleport.Text = "Factory Tp"
  449. FactoryTeleport.TextColor3 = Color3.new(0, 0, 0)
  450. FactoryTeleport.TextSize = 12
  451.  
  452. AutoLayout.Name = "AutoLayout"
  453. AutoLayout.Parent = Main
  454. AutoLayout.BackgroundColor3 = Color3.new(0.290196, 0.72549, 0)
  455. AutoLayout.BorderSizePixel = 0
  456. AutoLayout.Position = UDim2.new(-0.00530480174, 0, 0.777777791, 0)
  457. AutoLayout.Size = UDim2.new(0, 62, 0, 21)
  458. AutoLayout.Font = Enum.Font.SourceSansBold
  459. AutoLayout.Text = "Auto Layout"
  460. AutoLayout.TextColor3 = Color3.new(0, 0, 0)
  461. AutoLayout.TextSize = 12
  462.  
  463. LuckyClover.Name = "LuckyClover"
  464. LuckyClover.Parent = Main
  465. LuckyClover.BackgroundColor3 = Color3.new(0.290196, 0.72549, 0)
  466. LuckyClover.BorderSizePixel = 0
  467. LuckyClover.Position = UDim2.new(0.477948695, 0, 0.140124783, 0)
  468. LuckyClover.Size = UDim2.new(0, 95, 0, 20)
  469. LuckyClover.Font = Enum.Font.SourceSans
  470. LuckyClover.Text = "Lucky Clovers"
  471. LuckyClover.TextColor3 = Color3.new(0, 0, 0)
  472. LuckyClover.TextSize = 12
  473.  
  474. Other.Name = "Other"
  475. Other.Parent = Main
  476. Other.BackgroundColor3 = Color3.new(0.290196, 0.72549, 0)
  477. Other.BorderSizePixel = 0
  478. Other.Position = UDim2.new(0.477948785, 0, 0.0533333346, 0)
  479. Other.Size = UDim2.new(0, 191, 0, 20)
  480. Other.Font = Enum.Font.SourceSansBold
  481. Other.Text = "Other"
  482. Other.TextColor3 = Color3.new(0, 0, 0)
  483. Other.TextSize = 14
  484.  
  485. TwitchPoints.Name = "TwitchPoints"
  486. TwitchPoints.Parent = Main
  487. TwitchPoints.BackgroundColor3 = Color3.new(0.290196, 0.72549, 0)
  488. TwitchPoints.BorderSizePixel = 0
  489. TwitchPoints.Position = UDim2.new(0.707613826, 0, 0.140124783, 0)
  490. TwitchPoints.Size = UDim2.new(0, 95, 0, 21)
  491. TwitchPoints.Font = Enum.Font.SourceSans
  492. TwitchPoints.Text = "Twitch Points"
  493. TwitchPoints.TextColor3 = Color3.new(0, 0, 0)
  494. TwitchPoints.TextSize = 12
  495.  
  496. MaskedMan.Name = "MaskedMan"
  497. MaskedMan.Parent = Main
  498. MaskedMan.BackgroundColor3 = Color3.new(0.290196, 0.72549, 0)
  499. MaskedMan.BorderSizePixel = 0
  500. MaskedMan.Position = UDim2.new(0.477948815, 0, 0.229013667, 0)
  501. MaskedMan.Size = UDim2.new(0, 95, 0, 21)
  502. MaskedMan.Font = Enum.Font.SourceSans
  503. MaskedMan.Text = "Masked Man"
  504. MaskedMan.TextColor3 = Color3.new(0, 0, 0)
  505. MaskedMan.TextSize = 12
  506.  
  507. Boxman.Name = "Boxman"
  508. Boxman.Parent = Main
  509. Boxman.BackgroundColor3 = Color3.new(0.290196, 0.72549, 0)
  510. Boxman.BorderSizePixel = 0
  511. Boxman.Position = UDim2.new(0.707613826, 0, 0.233458117, 0)
  512. Boxman.Size = UDim2.new(0, 95, 0, 20)
  513. Boxman.Font = Enum.Font.SourceSans
  514. Boxman.Text = "Box Man"
  515. Boxman.TextColor3 = Color3.new(0, 0, 0)
  516. Boxman.TextSize = 12
  517.  
  518. UpgraderCframe.Name = "UpgraderCframe"
  519. UpgraderCframe.Parent = Main
  520. UpgraderCframe.BackgroundColor3 = Color3.new(0.290196, 0.72549, 0)
  521. UpgraderCframe.BorderSizePixel = 0
  522. UpgraderCframe.Position = UDim2.new(0.477948815, 0, 0.322347015, 0)
  523. UpgraderCframe.Size = UDim2.new(0, 95, 0, 20)
  524. UpgraderCframe.Font = Enum.Font.SourceSans
  525. UpgraderCframe.Text = "Upgrader CFrame"
  526. UpgraderCframe.TextColor3 = Color3.new(0, 0, 0)
  527. UpgraderCframe.TextSize = 12
  528.  
  529. Santa.Name = "Santa"
  530. Santa.Parent = Main
  531. Santa.BackgroundColor3 = Color3.new(0.290196, 0.72549, 0)
  532. Santa.BorderSizePixel = 0
  533. Santa.Position = UDim2.new(0.706656814, 0, 0.322347015, 0)
  534. Santa.Size = UDim2.new(0, 95, 0, 20)
  535. Santa.Font = Enum.Font.SourceSans
  536. Santa.Text = "Santa"
  537. Santa.TextColor3 = Color3.new(0, 0, 0)
  538. Santa.TextSize = 12
  539.  
  540. FacOwner.Name = "FacOwner"
  541. FacOwner.Parent = Main
  542. FacOwner.BackgroundColor3 = Color3.new(0.290196, 0.72549, 0)
  543. FacOwner.BorderSizePixel = 0
  544. FacOwner.Position = UDim2.new(0.477948815, 0, 0.411235899, 0)
  545. FacOwner.Size = UDim2.new(0, 95, 0, 20)
  546. FacOwner.Font = Enum.Font.SourceSans
  547. FacOwner.Text = "Print Factory Owners"
  548. FacOwner.TextColor3 = Color3.new(0, 0, 0)
  549. FacOwner.TextSize = 12
  550.  
  551. BuyCrate.Name = "BuyCrate"
  552. BuyCrate.Parent = Main
  553. BuyCrate.BackgroundColor3 = Color3.new(0.290196, 0.72549, 0)
  554. BuyCrate.BorderSizePixel = 0
  555. BuyCrate.Position = UDim2.new(0.706656933, 0, 0.411235899, 0)
  556. BuyCrate.Size = UDim2.new(0, 95, 0, 20)
  557. BuyCrate.Font = Enum.Font.SourceSans
  558. BuyCrate.Text = "Buy Crate Items"
  559. BuyCrate.TextColor3 = Color3.new(0, 0, 0)
  560. BuyCrate.TextSize = 12
  561.  
  562. Jump.Name = "Jump"
  563. Jump.Parent = Main
  564. Jump.BackgroundColor3 = Color3.new(0.290196, 0.72549, 0)
  565. Jump.BorderSizePixel = 0
  566. Jump.Position = UDim2.new(0.707613826, 0, 0.500124812, 0)
  567. Jump.Size = UDim2.new(0, 95, 0, 20)
  568. Jump.Font = Enum.Font.SourceSans
  569. Jump.Text = "+10 Jump"
  570. Jump.TextColor3 = Color3.new(0, 0, 0)
  571. Jump.TextSize = 12
  572.  
  573. Speed.Name = "Speed"
  574. Speed.Parent = Main
  575. Speed.BackgroundColor3 = Color3.new(0.290196, 0.72549, 0)
  576. Speed.BorderSizePixel = 0
  577. Speed.Position = UDim2.new(0.477948815, 0, 0.500124812, 0)
  578. Speed.Size = UDim2.new(0, 95, 0, 20)
  579. Speed.Font = Enum.Font.SourceSans
  580. Speed.Text = "+10 Speed"
  581. Speed.TextColor3 = Color3.new(0, 0, 0)
  582. Speed.TextSize = 12
  583.  
  584. Night.Name = "Night"
  585. Night.Parent = Main
  586. Night.BackgroundColor3 = Color3.new(0.290196, 0.72549, 0)
  587. Night.BorderSizePixel = 0
  588. Night.Position = UDim2.new(0.477948815, 0, 0.589013696, 0)
  589. Night.Size = UDim2.new(0, 95, 0, 20)
  590. Night.Font = Enum.Font.SourceSans
  591. Night.Text = "Set To Night"
  592. Night.TextColor3 = Color3.new(0, 0, 0)
  593. Night.TextSize = 12
  594.  
  595. Day.Name = "Day"
  596. Day.Parent = Main
  597. Day.BackgroundColor3 = Color3.new(0.290196, 0.72549, 0)
  598. Day.BorderSizePixel = 0
  599. Day.Position = UDim2.new(0.707613826, 0, 0.589013696, 0)
  600. Day.Size = UDim2.new(0, 95, 0, 20)
  601. Day.Font = Enum.Font.SourceSans
  602. Day.Text = "Set To Day"
  603. Day.TextColor3 = Color3.new(0, 0, 0)
  604. Day.TextSize = 12
  605.  
  606. FBU.Name = "FBU"
  607. FBU.Parent = Main
  608. FBU.BackgroundColor3 = Color3.new(0.290196, 0.72549, 0)
  609. FBU.BorderSizePixel = 0
  610. FBU.Position = UDim2.new(0.934886575, 0, 0.317902565, 0)
  611. FBU.Size = UDim2.new(0, 162, 0, 20)
  612. FBU.Font = Enum.Font.SourceSans
  613. FBU.Text = "Freon-Blast Upgrader"
  614. FBU.TextColor3 = Color3.new(0, 0, 0)
  615. FBU.TextSize = 12
  616.  
  617. SU.Name = "SU"
  618. SU.Parent = Main
  619. SU.BackgroundColor3 = Color3.new(0.290196, 0.72549, 0)
  620. SU.BorderSizePixel = 0
  621. SU.Position = UDim2.new(0.934886575, 0, 0.406791449, 0)
  622. SU.Size = UDim2.new(0, 162, 0, 20)
  623. SU.Font = Enum.Font.SourceSans
  624. SU.Text = "Serpentine Upgrader"
  625. SU.TextColor3 = Color3.new(0, 0, 0)
  626. SU.TextSize = 12
  627.  
  628. SR.Name = "SR"
  629. SR.Parent = Main
  630. SR.BackgroundColor3 = Color3.new(0.290196, 0.72549, 0)
  631. SR.BorderSizePixel = 0
  632. SR.Position = UDim2.new(0.934886575, 0, 0.495680362, 0)
  633. SR.Size = UDim2.new(0, 162, 0, 20)
  634. SR.Font = Enum.Font.SourceSans
  635. SR.Text = "Suspended Refiner"
  636. SR.TextColor3 = Color3.new(0, 0, 0)
  637. SR.TextSize = 12
  638.  
  639. MU.Name = "MU"
  640. MU.Parent = Main
  641. MU.BackgroundColor3 = Color3.new(0.290196, 0.72549, 0)
  642. MU.BorderSizePixel = 0
  643. MU.Position = UDim2.new(0.934886575, 0, 0.584569275, 0)
  644. MU.Size = UDim2.new(0, 162, 0, 20)
  645. MU.Font = Enum.Font.SourceSans
  646. MU.Text = "Molten Upgrader"
  647. MU.TextColor3 = Color3.new(0, 0, 0)
  648. MU.TextSize = 12
  649.  
  650. AOA.Name = "AOA"
  651. AOA.Parent = Main
  652. AOA.BackgroundColor3 = Color3.new(0.290196, 0.72549, 0)
  653. AOA.BorderSizePixel = 0
  654. AOA.Position = UDim2.new(0.934886575, 0, 0.673458159, 0)
  655. AOA.Size = UDim2.new(0, 162, 0, 20)
  656. AOA.Font = Enum.Font.SourceSans
  657. AOA.Text = "Advanced Ore Atomizer"
  658. AOA.TextColor3 = Color3.new(0, 0, 0)
  659. AOA.TextSize = 12
  660.  
  661. FS.Name = "FS"
  662. FS.Parent = Main
  663. FS.BackgroundColor3 = Color3.new(0.290196, 0.72549, 0)
  664. FS.BorderSizePixel = 0
  665. FS.Position = UDim2.new(0.934886575, 0, 0.762347043, 0)
  666. FS.Size = UDim2.new(0, 162, 0, 20)
  667. FS.Font = Enum.Font.SourceSans
  668. FS.Text = "Freon Supressor"
  669. FS.TextColor3 = Color3.new(0, 0, 0)
  670. FS.TextSize = 12
  671.  
  672. OTC.Name = "OTC"
  673. OTC.Parent = Main
  674. OTC.BackgroundColor3 = Color3.new(0.290196, 0.72549, 0)
  675. OTC.BorderSizePixel = 0
  676. OTC.Position = UDim2.new(0.934886575, 0, 0.851235926, 0)
  677. OTC.Size = UDim2.new(0, 162, 0, 20)
  678. OTC.Font = Enum.Font.SourceSans
  679. OTC.Text = "Ore Thermocrusher"
  680. OTC.TextColor3 = Color3.new(0, 0, 0)
  681. OTC.TextSize = 12
  682.  
  683. SLR.Name = "SLR"
  684. SLR.Parent = Main
  685. SLR.BackgroundColor3 = Color3.new(0.290196, 0.72549, 0)
  686. SLR.BorderSizePixel = 0
  687. SLR.Position = UDim2.new(1.32244635, 0, 0.144569233, 0)
  688. SLR.Size = UDim2.new(0, 162, 0, 20)
  689. SLR.Font = Enum.Font.SourceSans
  690. SLR.Text = "Suspended Lava Refiner"
  691. SLR.TextColor3 = Color3.new(0, 0, 0)
  692. SLR.TextSize = 12
  693.  
  694. OTrans.Name = "OTrans"
  695. OTrans.Parent = Main
  696. OTrans.BackgroundColor3 = Color3.new(0.290196, 0.72549, 0)
  697. OTrans.BorderSizePixel = 0
  698. OTrans.Position = UDim2.new(1.32244635, 0, 0.233458117, 0)
  699. OTrans.Size = UDim2.new(0, 162, 0, 21)
  700. OTrans.Font = Enum.Font.SourceSans
  701. OTrans.Text = "Ore Transistor"
  702. OTrans.TextColor3 = Color3.new(0, 0, 0)
  703. OTrans.TextSize = 12
  704.  
  705. OTra.Name = "OTra"
  706. OTra.Parent = Main
  707. OTra.BackgroundColor3 = Color3.new(0.290196, 0.72549, 0)
  708. OTra.BorderSizePixel = 0
  709. OTra.Position = UDim2.new(1.32244635, 0, 0.326791465, 0)
  710. OTra.Size = UDim2.new(0, 162, 0, 21)
  711. OTra.Font = Enum.Font.SourceSans
  712. OTra.Text = "Ore Transponder"
  713. OTra.TextColor3 = Color3.new(0, 0, 0)
  714. OTra.TextSize = 12
  715.  
  716. MS.Name = "MS"
  717. MS.Parent = Main
  718. MS.BackgroundColor3 = Color3.new(0.290196, 0.72549, 0)
  719. MS.BorderSizePixel = 0
  720. MS.Position = UDim2.new(1.32244635, 0, 0.420124799, 0)
  721. MS.Size = UDim2.new(0, 162, 0, 21)
  722. MS.Visible = false
  723. MS.Font = Enum.Font.SourceSans
  724. MS.Text = "Morning Star"
  725. MS.TextColor3 = Color3.new(0, 0, 0)
  726. MS.TextSize = 12
  727.  
  728. NS.Name = "NS"
  729. NS.Parent = Main
  730. NS.BackgroundColor3 = Color3.new(0.290196, 0.72549, 0)
  731. NS.BorderSizePixel = 0
  732. NS.Position = UDim2.new(1.32244635, 0, 0.513458133, 0)
  733. NS.Size = UDim2.new(0, 162, 0, 21)
  734. NS.Visible = false
  735. NS.Font = Enum.Font.SourceSans
  736. NS.Text = "Neutron Star"
  737. NS.TextColor3 = Color3.new(0, 0, 0)
  738. NS.TextSize = 12
  739.  
  740. CAT.Name = "CAT"
  741. CAT.Parent = Main
  742. CAT.BackgroundColor3 = Color3.new(0.290196, 0.72549, 0)
  743. CAT.BorderSizePixel = 0
  744. CAT.Position = UDim2.new(1.32244635, 0, 0.606791496, 0)
  745. CAT.Size = UDim2.new(0, 162, 0, 21)
  746. CAT.Visible = false
  747. CAT.Font = Enum.Font.SourceSans
  748. CAT.Text = "Catalyzed Star"
  749. CAT.TextColor3 = Color3.new(0, 0, 0)
  750. CAT.TextSize = 12
  751.  
  752. Instructions.Name = "Instructions"
  753. Instructions.Parent = Main
  754. Instructions.BackgroundColor3 = Color3.new(0.290196, 0.72549, 0)
  755. Instructions.BorderSizePixel = 0
  756. Instructions.Position = UDim2.new(-0.00110841601, 0, 0.491235882, 0)
  757. Instructions.Size = UDim2.new(0, 184, 0, 47)
  758. Instructions.Font = Enum.Font.SourceSans
  759. Instructions.Text = "Instructions/Help"
  760. Instructions.TextColor3 = Color3.new(0, 0, 0)
  761. Instructions.TextSize = 14
  762.  
  763. Instructions_2.Name = "Instructions"
  764. Instructions_2.Parent = BorkGui
  765. Instructions_2.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  766. Instructions_2.Position = UDim2.new(0.352521628, 0, 0.181498826, 0)
  767. Instructions_2.Size = UDim2.new(0, 714, 0, 414)
  768.  
  769. Title_2.Name = "Title"
  770. Title_2.Parent = Instructions_2
  771. Title_2.BackgroundColor3 = Color3.new(0.290196, 0.72549, 0)
  772. Title_2.Position = UDim2.new(0.325924009, 0, -0.00207604305, 0)
  773. Title_2.Size = UDim2.new(0, 207, 0, 40)
  774. Title_2.Font = Enum.Font.SourceSans
  775. Title_2.Text = "Instructions"
  776. Title_2.TextColor3 = Color3.new(1, 1, 1)
  777. Title_2.TextSize = 14
  778.  
  779. Other_2.Name = "Other"
  780. Other_2.Parent = Instructions_2
  781. Other_2.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  782. Other_2.Position = UDim2.new(0.000207840771, 0, 0.0943160504, 0)
  783. Other_2.Size = UDim2.new(0, 714, 0, 375)
  784. Other_2.Font = Enum.Font.SourceSans
  785. Other_2.Text = "-----OTHER-----\n-Masked Man = Opens Masked Man's Gui, It only works when he is here.\n-Lucky Clovers = Gives you 100k Lucky Clovers\n-Twitch Points = Gives you 100k Twitch Points\n-Box Man = Auto collects the daily crate from the Box Man\n-Upgrader CFrame = Places a basic conveyor and attaches all upgraders.\nall you have to do is place a furnace and a mine\n-Santa = Auto collects Santa, Gives Random christmas items or boxes\n-Print Factory Owners = Prints each base name and who owns it\n-Buy Crate Items = Buy all items that can be received by collecting research crates\n-Plus 10 Speed = Gives you 10 more WalkSpeed\n-Plus 10 Jump = Gives you 10 more JumpPower\n-Set To Night = Sets ingame time to Night\n-Set To Day = Sets ingame time to Day\n-Redeem All Codes = Redeems All Codes \n-Remove Infusers = Removes Infusers from your character allowing infinite infuser uses\n-Fake Crate Nuke = Spawns a fake crate on every part in the game\n-Enchant Items = Opens Enchanter Gui"
  786. Other_2.TextColor3 = Color3.new(1, 1, 1)
  787. Other_2.TextSize = 12
  788. Other_2.TextStrokeTransparency = 4
  789. Other_2.TextWrapped = true
  790. Other_2.TextXAlignment = Enum.TextXAlignment.Left
  791. Other_2.TextYAlignment = Enum.TextYAlignment.Top
  792.  
  793. Toggles.Name = "Toggles"
  794. Toggles.Parent = Instructions_2
  795. Toggles.BackgroundColor3 = Color3.new(0, 0, 0)
  796. Toggles.BackgroundTransparency = 1
  797. Toggles.Position = UDim2.new(0, 0, 0.61835748, 0)
  798. Toggles.Size = UDim2.new(0, 153, 0, 158)
  799. Toggles.Font = Enum.Font.SourceSans
  800. Toggles.Text = "-----TOGGLES-----\n-Auto Rebirth = Spams the rebirth remote\n-Auto Remote = Spam clicks remote items\n-Crate Teleport = Teleport Crates to you\n-Notifications = Turns off notifications that happen on recieving items, failing to load setups etc"
  801. Toggles.TextColor3 = Color3.new(1, 1, 1)
  802. Toggles.TextSize = 12
  803. Toggles.TextXAlignment = Enum.TextXAlignment.Left
  804. Toggles.TextYAlignment = Enum.TextYAlignment.Top
  805.  
  806. TextLabel.Parent = Instructions_2
  807. TextLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  808. TextLabel.BackgroundTransparency = 1
  809. TextLabel.Position = UDim2.new(0, 0, 0.765700459, 0)
  810. TextLabel.Size = UDim2.new(0, 187, 0, 98)
  811. TextLabel.Font = Enum.Font.SourceSans
  812. TextLabel.Text = "-----Auto Layout and Factory TP-----\n-Auto Layout = Auto loads layouts upon rebirth\n-Factory TP = Teleports to all of the different bases, use Print Factory Owners to see who owns each base"
  813. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  814. TextLabel.TextSize = 12
  815. TextLabel.TextXAlignment = Enum.TextXAlignment.Left
  816. TextLabel.TextYAlignment = Enum.TextYAlignment.Top
  817.  
  818. TextLabel_2.Parent = Instructions_2
  819. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  820. TextLabel_2.BackgroundTransparency = 1
  821. TextLabel_2.Position = UDim2.new(0.615840018, 0, 0.0942028984, 0)
  822. TextLabel_2.Size = UDim2.new(0, 274, 0, 375)
  823. TextLabel_2.Font = Enum.Font.SourceSans
  824. TextLabel_2.Text = "-----Auto Loops-----\nTo set up any of the auto loops place down the upgrader that is listed in the gui and then press the button.\njust put a mine running into the upgrader and then place conveyors on the other side of the upgrader leading to the rest of your setup\n \n--Star Loops--\nComing Soon"
  825. TextLabel_2.TextColor3 = Color3.new(1, 1, 1)
  826. TextLabel_2.TextSize = 14
  827. TextLabel_2.TextWrapped = true
  828. TextLabel_2.TextXAlignment = Enum.TextXAlignment.Left
  829. TextLabel_2.TextYAlignment = Enum.TextYAlignment.Top
  830.  
  831. --Functions--
  832. Santa.MouseButton1Down:connect(function()
  833. game.ReplicatedStorage.Click:FireServer(game.Workspace.Map.Santa.Hitfox)
  834. end)
  835.  
  836. Boxman.MouseButton1Down:connect(function()
  837. game.ReplicatedStorage.Click:FireServer(game.Workspace.Map.Boxman.Hitbox)
  838. end)
  839.  
  840. MaskedMan.MouseButton1Down:connect(function()
  841. game.Players.LocalPlayer.PlayerGui.GUI.EventShop.Visible = true
  842. end)
  843.  
  844. TwitchPoints.MouseButton1Down:connect(function()
  845. game.Players.LocalPlayer.TwitchPoints.Value = 100000
  846. end)
  847.  
  848. LuckyClover.MouseButton1Down:connect(function()
  849. game.Players.LocalPlayer.Clovers.Value = 100000
  850. end)
  851.  
  852. Factory1.MouseButton1Down:connect(function()
  853. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace.FakeBases.Factory1.CFrame*CFrame.new(0,50,0)
  854. end)
  855.  
  856. Factory2.MouseButton1Down:connect(function()
  857. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace.FakeBases.Factory2.CFrame*CFrame.new(0,50,0)
  858. end)
  859.  
  860. Factory3.MouseButton1Down:connect(function()
  861. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace.FakeBases.Factory3.CFrame*CFrame.new(0,50,0)
  862. end)
  863.  
  864. Factory4.MouseButton1Down:connect(function()
  865. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace.FakeBases.Factory4.CFrame*CFrame.new(0,50,0)
  866. end)
  867.  
  868. Factory5.MouseButton1Down:connect(function()
  869. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace.FakeBases.Factory5.CFrame*CFrame.new(0,50,0)
  870. end)
  871.  
  872. Factory6.MouseButton1Down:connect(function()
  873. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace.FakeBases.Factory6.CFrame*CFrame.new(0,50,0)
  874. end)
  875.  
  876. UpgraderCframe.MouseButton1Down:connect(function()
  877. game.ReplicatedStorage.DestroyAll:InvokeServer()
  878. local Tycoon = workspace.Tycoons:FindFirstChild(tostring(game.Players.LocalPlayer.PlayerTycoon.Value))
  879. local PlaceItem = game.ReplicatedStorage.PlaceItem
  880. local placehere = CFrame.new(0, 2, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1) + Tycoon:FindFirstChild("Base").Position
  881. PlaceItem:InvokeServer("Basic Conveyor", placehere)
  882. wait(0.01)
  883. for i,v in pairs(game.Workspace.Tycoons:GetDescendants()) do
  884. if v.Name == "Big Bad Blaster" or v.Name == "Flaming Schrodinger" or v.Name == "Schrodinger Evaluator" or v.Name == "Super Schrodinger" or v.Name == "Ore Illuminator" or v.Name == "Ore Crane" or v.Name == "Portable Flamethrower" or v.Name == "Flaming Ore Scanner" or v.Name == "Chemical Refiner" or v.Name == "Pirate Cove" or v.Name == "Dragonglass Blaster" or v.Name == "Dragon Blaster" or v.Name == "Clover Blaster" or v.Name == "Hydra Blaster" or v.Name == "Aether Schrodinger" or v.Name == "Ore Indoctrinator" or v.Name == "Arcane Lightning" then
  885. v:Remove()
  886. end
  887. end
  888. for i,v in pairs(game.Workspace.Tycoons:GetDescendants()) do
  889. if v.Name == "Upgrade" then
  890. v.CFrame = game.Players.LocalPlayer.PlayerTycoon.Value["Basic Conveyor"].Hitbox.CFrame
  891. end
  892. end
  893. end)
  894.  
  895.  
  896. AutoRebirthOn.MouseButton1Down:connect(function()
  897. _G.BorkAutoRebirth = true
  898. if _G.FBorkAutoRebirth == true then
  899. _G.FBorkAutoRebirth = false
  900. while wait(1) do
  901. if _G.BorkAutoRebirth == true then
  902. game.ReplicatedStorage.Rebirth:InvokeServer()
  903. end
  904. end
  905. end
  906. end)
  907.  
  908. AutoRebirthOff.MouseButton1Down:connect(function()
  909. _G.BorkAutoRebirth = false
  910. end)
  911.  
  912.  
  913. RemoteClickerOn.MouseButton1Down:connect(function()
  914. _G.BorkRemoteClicker = true
  915. if _G.FBorkRemoteClicker == true then
  916. _G.FBorkRemoteClicker = false
  917. while wait(1) do
  918. if _G.BorkRemoteClicker == true then
  919. game.ReplicatedStorage.RemoteDrop:FireServer()
  920. end
  921. end
  922. end
  923. end)
  924.  
  925. RemoteClickerOff.MouseButton1Down:connect(function()
  926. _G.BorkRemoteClicker = false
  927. end)
  928.  
  929. CrateTeleportOn.MouseButton1Down:connect(function()
  930. _G.BorkCrateTeleport = true
  931. if _G.FBorkCrateTeleport == true then
  932. _G.FBorkCrateTeleport = false
  933. while wait(1) do
  934. if _G.BorkCrateTeleport == true then
  935. for i,v in pairs(game.Workspace:GetChildren()) do
  936. if v.Name == "ResearchCrate" or v.Name == "CrystalCrate" or v.Name == "LuckyCrate" or v.Name == "ExecutiveCrate" or v.Name == "GiftCrate" or v.Name == "ShadowCrate" or v.Name == "GoldCrate" then
  937. v.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  938. end
  939. end
  940. for i,v in pairs(game.Workspace.Shadows:GetChildren()) do
  941. if v.Name == "ShadowCrate" then
  942. v.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  943. end
  944. end
  945. end
  946. end
  947. end
  948. end)
  949.  
  950.  
  951.  
  952. CrateTeleportOff.MouseButton1Down:connect(function()
  953. _G.BorkCrateTeleport = false
  954. end)
  955.  
  956.  
  957. Enchanter.MouseButton1Down:connect(function()
  958. game.Players.LocalPlayer.PlayerGui.GUI.Craftsman.Visible = true
  959. end)
  960.  
  961.  
  962. RemoveInf.MouseButton1Down:connect(function()
  963. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  964. if v.Name == "Infusion" or v.Name == "2ndInfuse" then
  965. v:Remove()
  966. end
  967. end
  968. end)
  969.  
  970.  
  971. CodeRedeem.MouseButton1Down:connect(function()
  972. local CodeList = {"HeadStart","communistmanifesobestmanifesto","hyup","spicysauce","theancientones","AGreat3Years"}
  973. for i=1, #CodeList do
  974. game.ReplicatedStorage.TryCode:InvokeServer(CodeList[i])
  975. wait()
  976. end
  977. end)
  978.  
  979. FakeCrate.MouseButton1Down:connect(function()
  980. for i,v in pairs(game.Workspace:GetDescendants()) do
  981. if v:IsA("Part") then
  982. game.ReplicatedStorage.FakeCrate:InvokeServer(v.CFrame)
  983. end
  984. end
  985. end)
  986.  
  987. NotificationsOn.MouseButton1Down:connect(function()
  988. game.Players.LocalPlayer.PlayerGui.GUI.Notifications.Visible = true
  989. end)
  990.  
  991. NotificationsOff.MouseButton1Down:connect(function()
  992. game.Players.LocalPlayer.PlayerGui.GUI.Notifications.Visible = false
  993. end)
  994.  
  995.  
  996.  
  997. Layout1.MouseButton1Down:connect(function()
  998. game.Players.LocalPlayer.leaderstats.Life.Changed:connect(function(plr)
  999. delay(7, function()
  1000. game.ReplicatedStorage.Layouts:InvokeServer("Load", "Layout1")
  1001. end)
  1002. end)
  1003. end)
  1004.  
  1005.  
  1006. Layout2.MouseButton1Down:connect(function()
  1007. game.Players.LocalPlayer.leaderstats.Life.Changed:connect(function(plr)
  1008. delay(7, function()
  1009. game.ReplicatedStorage.Layouts:InvokeServer("Load", "Layout2")
  1010. end)
  1011. end)
  1012. end)
  1013.  
  1014.  
  1015.  
  1016. Layout3.MouseButton1Down:connect(function()
  1017. game.Players.LocalPlayer.leaderstats.Life.Changed:connect(function(plr)
  1018. delay(7, function()
  1019. game.ReplicatedStorage.Layouts:InvokeServer("Load", "Layout3")
  1020. end)
  1021. end)
  1022. end)
  1023.  
  1024. Speed.MouseButton1Down:connect(function()
  1025. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = game.Players.LocalPlayer.Character.Humanoid.WalkSpeed + 10
  1026. end)
  1027.  
  1028. Jump.MouseButton1Down:connect(function()
  1029. game.Players.LocalPlayer.Character.Humanoid.JumpPower = game.Players.LocalPlayer.Character.Humanoid.JumpPower + 10
  1030. end)
  1031.  
  1032.  
  1033. Night.MouseButton1Down:connect(function()
  1034. game.ReplicatedStorage.NightTime.Value = true
  1035. end)
  1036.  
  1037. Day.MouseButton1Down:connect(function()
  1038. game.ReplicatedStorage.NightTime.Value = false
  1039. end)
  1040.  
  1041.  
  1042.  
  1043.  
  1044.  
  1045. --Auto Loops--
  1046. WUHUG.MouseButton1Down:connect(function()
  1047. local Upgrader = "Way-Up-High Upgrader"
  1048. local UpgraderMax = 1e+9
  1049. local tycoon = game.Players.localPlayer.PlayerTycoon.Value
  1050. tycoon[Upgrader].Hitbox.Touched:connect(function(hit)
  1051. if hit:FindFirstChild("Cash") then
  1052. if hit.Cash.Value < UpgraderMax then
  1053. hit.CFrame = tycoon[Upgrader].Model.Upgrade.CFrame
  1054. end
  1055. end
  1056. end)
  1057. end)
  1058.  
  1059.  
  1060.  
  1061. DOC.MouseButton1Down:connect(function()
  1062. local Upgrader = "Digital Ore Cleaner"
  1063. local UpgraderMax = 1e+13
  1064. local tycoon = game.Players.localPlayer.PlayerTycoon.Value
  1065. tycoon[Upgrader].Hitbox.Touched:connect(function(hit)
  1066. if hit:FindFirstChild("Cash") then
  1067. if hit.Cash.Value < UpgraderMax then
  1068. hit.CFrame = tycoon[Upgrader].Model.Upgrade.CFrame
  1069. end
  1070. end
  1071. end)
  1072. end)
  1073.  
  1074.  
  1075.  
  1076. FBU.MouseButton1Down:connect(function()
  1077. local Upgrader = "Freon-Blast Upgrader"
  1078. local UpgraderMax = 5e+11
  1079. local tycoon = game.Players.localPlayer.PlayerTycoon.Value
  1080. tycoon[Upgrader].Hitbox.Touched:connect(function(hit)
  1081. if hit:FindFirstChild("Cash") then
  1082. if hit.Cash.Value < UpgraderMax then
  1083. hit.CFrame = tycoon[Upgrader].Model.Upgrade.CFrame
  1084. end
  1085. end
  1086. end)
  1087. end)
  1088.  
  1089.  
  1090.  
  1091. SU.MouseButton1Down:connect(function()
  1092. local Upgrader = "Serpentine Upgrader"
  1093. local UpgraderMax = 1e+13
  1094. local tycoon = game.Players.localPlayer.PlayerTycoon.Value
  1095. tycoon[Upgrader].Hitbox.Touched:connect(function(hit)
  1096. if hit:FindFirstChild("Cash") then
  1097. if hit.Cash.Value < UpgraderMax then
  1098. hit.CFrame = tycoon[Upgrader].Model.Upgrade.CFrame
  1099. end
  1100. end
  1101. end)
  1102. end)
  1103.  
  1104.  
  1105.  
  1106. SR.MouseButton1Down:connect(function()
  1107. local Upgrader = "Suspended Refiner"
  1108. local UpgraderMax = 1e+18
  1109. local tycoon = game.Players.localPlayer.PlayerTycoon.Value
  1110. tycoon[Upgrader].Hitbox.Touched:connect(function(hit)
  1111. if hit:FindFirstChild("Cash") then
  1112. if hit.Cash.Value < UpgraderMax then
  1113. hit.CFrame = tycoon[Upgrader].Model.Upgrade.CFrame
  1114. end
  1115. end
  1116. end)
  1117. end)
  1118.  
  1119.  
  1120. MU.MouseButton1Down:connect(function()
  1121. local Upgrader = "Freon-Blast Upgrader"
  1122. local UpgraderMax = 5e+19
  1123. local tycoon = game.Players.localPlayer.PlayerTycoon.Value
  1124. tycoon[Upgrader].Hitbox.Touched:connect(function(hit)
  1125. if hit:FindFirstChild("Cash") then
  1126. if hit.Cash.Value < UpgraderMax then
  1127. hit.CFrame = tycoon[Upgrader].Model.Upgrade.CFrame
  1128. end
  1129. end
  1130. end)
  1131. end)
  1132.  
  1133.  
  1134.  
  1135. AOA.MouseButton1Down:connect(function()
  1136. local Upgrader = "Advanced Ore Atomizer"
  1137. local UpgraderMax = 1e+21
  1138. local tycoon = game.Players.localPlayer.PlayerTycoon.Value
  1139. tycoon[Upgrader].Hitbox.Touched:connect(function(hit)
  1140. if hit:FindFirstChild("Cash") then
  1141. if hit.Cash.Value < UpgraderMax then
  1142. hit.CFrame = tycoon[Upgrader].Model.Upgrade.CFrame
  1143. end
  1144. end
  1145. end)
  1146. end)
  1147.  
  1148.  
  1149.  
  1150. FS.MouseButton1Down:connect(function()
  1151. local Upgrader = "Freon Supressor"
  1152. local UpgraderMax = 1e+23
  1153. local tycoon = game.Players.localPlayer.PlayerTycoon.Value
  1154. tycoon[Upgrader].Hitbox.Touched:connect(function(hit)
  1155. if hit:FindFirstChild("Cash") then
  1156. if hit.Cash.Value < UpgraderMax then
  1157. hit.CFrame = tycoon[Upgrader].Model.Upgrade.CFrame
  1158. end
  1159. end
  1160. end)
  1161. end)
  1162.  
  1163.  
  1164.  
  1165. OTC.MouseButton1Down:connect(function()
  1166. local Upgrader = "Ore Thermocrusher"
  1167. local UpgraderMax = 1e+25
  1168. local tycoon = game.Players.localPlayer.PlayerTycoon.Value
  1169. tycoon[Upgrader].Hitbox.Touched:connect(function(hit)
  1170. if hit:FindFirstChild("Cash") then
  1171. if hit.Cash.Value < UpgraderMax then
  1172. hit.CFrame = tycoon[Upgrader].Model.Upgrade.CFrame
  1173. end
  1174. end
  1175. end)
  1176. end)
  1177.  
  1178.  
  1179.  
  1180. SLR.MouseButton1Down:connect(function()
  1181. local Upgrader = "Suspended Lava Refiner"
  1182. local UpgraderMax = 1e+27
  1183. local tycoon = game.Players.localPlayer.PlayerTycoon.Value
  1184. tycoon[Upgrader].Hitbox.Touched:connect(function(hit)
  1185. if hit:FindFirstChild("Cash") then
  1186. if hit.Cash.Value < UpgraderMax then
  1187. hit.CFrame = tycoon[Upgrader].Model.Upgrade.CFrame
  1188. end
  1189. end
  1190. end)
  1191. end)
  1192.  
  1193.  
  1194.  
  1195. OTrans.MouseButton1Down:connect(function()
  1196. local Upgrader = "Ore Transistor"
  1197. local UpgraderMax = 1e+30
  1198. local tycoon = game.Players.localPlayer.PlayerTycoon.Value
  1199. tycoon[Upgrader].Hitbox.Touched:connect(function(hit)
  1200. if hit:FindFirstChild("Cash") then
  1201. if hit.Cash.Value < UpgraderMax then
  1202. hit.CFrame = tycoon[Upgrader].Model.Upgrade.CFrame
  1203. end
  1204. end
  1205. end)
  1206. end)
  1207.  
  1208.  
  1209.  
  1210. OTra.MouseButton1Down:connect(function()
  1211. local Upgrader = "Ore Transponder"
  1212. local UpgraderMax = 1e+33
  1213. local tycoon = game.Players.localPlayer.PlayerTycoon.Value
  1214. tycoon[Upgrader].Hitbox.Touched:connect(function(hit)
  1215. if hit:FindFirstChild("Cash") then
  1216. if hit.Cash.Value < UpgraderMax then
  1217. hit.CFrame = tycoon[Upgrader].Model.Upgrade.CFrame
  1218. end
  1219. end
  1220. end)
  1221. end)
  1222.  
  1223.  
  1224.  
  1225.  
  1226. --Open Close--
  1227. OC.MouseButton1Down:connect(function()
  1228. if Main.Visible == true then
  1229. OC.Text = "Open"
  1230. Main.Visible = false
  1231. elseif Main.Visible == false then
  1232. OC.Text = "Close"
  1233. Main.Visible = true
  1234. end
  1235. end)
  1236.  
  1237.  
  1238.  
  1239.  
  1240. Instructions.MouseButton1Down:connect(function()
  1241. if Instructions_2.Visible then
  1242. Instructions_2.Visible = false
  1243. else Instructions_2.Visible = true
  1244. end
  1245. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement