Advertisement
chrisinator66

Untitled

Nov 13th, 2018
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 32.93 KB | None | 0 0
  1. -- Objects
  2.  
  3. local BorkGui = Instance.new("ScreenGui")
  4. local OpenClose = Instance.new("Frame")
  5. local OC = Instance.new("TextButton")
  6. local Main = Instance.new("Frame")
  7. local Background = Instance.new("ImageLabel")
  8. local Title = Instance.new("TextLabel")
  9. local AutoLoops = Instance.new("TextLabel")
  10. local FakeCrate = Instance.new("TextButton")
  11. local CodeRedeem = Instance.new("TextButton")
  12. local Enchanter = Instance.new("TextButton")
  13. local RemoveInf = Instance.new("TextButton")
  14. local CrateTeleportOn = Instance.new("TextButton")
  15. local CrateTeleportOff = Instance.new("TextButton")
  16. local NotificationsOff = Instance.new("TextButton")
  17. local NotificationsOn = Instance.new("TextButton")
  18. local CrateTeleport = Instance.new("TextLabel")
  19. local Notifications = Instance.new("TextLabel")
  20. local AutoRebirthOff = Instance.new("TextButton")
  21. local AutoRebirthOn = Instance.new("TextButton")
  22. local RemoteClickerOn = Instance.new("TextButton")
  23. local RemoteClickerOff = Instance.new("TextButton")
  24. local RemoteClicker = Instance.new("TextLabel")
  25. local AutoRebirth = Instance.new("TextLabel")
  26. local WUHUG = Instance.new("TextButton")
  27. local DOC = Instance.new("TextButton")
  28. local Layout1 = Instance.new("TextButton")
  29. local Factory1 = Instance.new("TextButton")
  30. local Layout2 = Instance.new("TextButton")
  31. local Factory2 = Instance.new("TextButton")
  32. local Layout3 = Instance.new("TextButton")
  33. local Factory4 = Instance.new("TextButton")
  34. local Factory3 = Instance.new("TextButton")
  35. local Factory5 = Instance.new("TextButton")
  36. local Factory6 = Instance.new("TextButton")
  37. local FactoryTeleport = Instance.new("TextLabel")
  38. local AutoLayout = Instance.new("TextLabel")
  39. local LuckyClover = Instance.new("TextButton")
  40. local Other = Instance.new("TextLabel")
  41. local TwitchPoints = Instance.new("TextButton")
  42. local MaskedMan = Instance.new("TextButton")
  43. local Boxman = Instance.new("TextButton")
  44. local UpgraderCframe = Instance.new("TextButton")
  45. local Santa = Instance.new("TextButton")
  46. local FacOwner = Instance.new("TextButton")
  47. local BuyCrate = Instance.new("TextButton")
  48. local Jump = Instance.new("TextButton")
  49. local Speed = Instance.new("TextButton")
  50. local Night = Instance.new("TextButton")
  51. local Day = Instance.new("TextButton")
  52. local FBU = Instance.new("TextButton")
  53. local SU = Instance.new("TextButton")
  54. local SR = Instance.new("TextButton")
  55. local MU = Instance.new("TextButton")
  56. local AOA = Instance.new("TextButton")
  57. local FS = Instance.new("TextButton")
  58. local OTC = Instance.new("TextButton")
  59. local SLR = Instance.new("TextButton")
  60. local OTrans = Instance.new("TextButton")
  61. local OTra = Instance.new("TextButton")
  62. local MS = Instance.new("TextButton")
  63. local NS = Instance.new("TextButton")
  64. local CAT = Instance.new("TextButton")
  65. local Instructions = Instance.new("TextButton")
  66. local Instructions_2 = Instance.new("Frame")
  67. local Title_2 = Instance.new("TextLabel")
  68. local Other_2 = Instance.new("TextLabel")
  69. local Toggles = Instance.new("TextLabel")
  70. local TextLabel = Instance.new("TextLabel")
  71. local TextLabel_2 = Instance.new("TextLabel")
  72. local Open = true
  73. local OpenTwo = false
  74. -- Properties
  75.  
  76. BorkGui.Name = "BorkGui"
  77. BorkGui.Parent = game.CoreGui
  78.  
  79. OpenClose.Name = "OpenClose"
  80. OpenClose.Parent = BorkGui
  81. OpenClose.BackgroundColor3 = Color3.new(1, 1, 1)
  82. OpenClose.BackgroundTransparency = 1
  83. OpenClose.Position = UDim2.new(0.683441579, 0, 0.873536348, 0)
  84. OpenClose.Size = UDim2.new(0, 100, 0, 100)
  85.  
  86. OC.Name = "OC"
  87. OC.Parent = OpenClose
  88. OC.BackgroundColor3 = Color3.new(0, 0, 0)
  89. OC.Position = UDim2.new(0.680890799, 0, 0.8438797, 0)
  90. OC.Size = UDim2.new(0, 31, 0, 11)
  91. OC.Font = Enum.Font.SourceSans
  92. OC.Text = "Close"
  93. OC.TextColor3 = Color3.new(1, 1, 1)
  94. OC.TextSize = 14
  95.  
  96. Main.Name = "Main"
  97. Main.Parent = BorkGui
  98. Main.Active = true
  99. Main.BackgroundColor3 = Color3.new(0, 0, 0)
  100. Main.BackgroundTransparency = 1
  101. Main.Position = UDim2.new(0.352596313, 0, 0.669789195, 0)
  102. Main.Selectable = true
  103. Main.Size = UDim2.new(0, 418, 0, 225)
  104.  
  105. Background.Name = "Background"
  106. Background.Parent = Main
  107. Background.BackgroundColor3 = Color3.new(0, 0, 0)
  108. Background.BorderSizePixel = 0
  109. Background.Position = UDim2.new(0, 0, 0.0565340184, 0)
  110. Background.Size = UDim2.new(0, 714, 0, 205)
  111. Background.Image = "rbxassetid://2557904560"
  112. Background.ImageTransparency = 0.25
  113.  
  114. Title.Name = "Title"
  115. Title.Parent = Main
  116. Title.BackgroundColor3 = Color3.new(0, 0, 0)
  117. Title.BorderSizePixel = 0
  118. Title.Position = UDim2.new(-0.000283419242, 0, -0.0101326499, 0)
  119. Title.Size = UDim2.new(0, 714, 0, 15)
  120. Title.Font = Enum.Font.SourceSansBold
  121. Title.Text = "Bork's Miner's Haven Gui V1"
  122. Title.TextColor3 = Color3.new(1, 1, 1)
  123. Title.TextSize = 14
  124. Title.TextStrokeColor3 = Color3.new(1, 0, 0.0156863)
  125. Title.TextWrapped = true
  126.  
  127. AutoLoops.Name = "AutoLoops"
  128. AutoLoops.Parent = Main
  129. AutoLoops.BackgroundColor3 = Color3.new(1, 1, 1)
  130. AutoLoops.BackgroundTransparency = 0.64999997615814
  131. AutoLoops.BorderSizePixel = 0
  132. AutoLoops.Position = UDim2.new(0.933929563, 0, 0.0533333346, 0)
  133. AutoLoops.Size = UDim2.new(0, 324, 0, 21)
  134. AutoLoops.Font = Enum.Font.SourceSansBold
  135. AutoLoops.Text = "Auto Loops"
  136. AutoLoops.TextColor3 = Color3.new(0, 0, 0)
  137. AutoLoops.TextSize = 14
  138.  
  139. FakeCrate.Name = "FakeCrate"
  140. FakeCrate.Parent = Main
  141. FakeCrate.BackgroundColor3 = Color3.new(1, 1, 1)
  142. FakeCrate.BackgroundTransparency = 0.64999997615814
  143. FakeCrate.BorderSizePixel = 0
  144. FakeCrate.Position = UDim2.new(0.477948755, 0, 0.766791463, 0)
  145. FakeCrate.Size = UDim2.new(0, 95, 0, 20)
  146. FakeCrate.Font = Enum.Font.SourceSans
  147. FakeCrate.Text = "Fake Crate Nuke"
  148. FakeCrate.TextColor3 = Color3.new(0, 0, 0)
  149. FakeCrate.TextSize = 12
  150.  
  151. CodeRedeem.Name = "CodeRedeem"
  152. CodeRedeem.Parent = Main
  153. CodeRedeem.BackgroundColor3 = Color3.new(1, 1, 1)
  154. CodeRedeem.BackgroundTransparency = 0.64999997615814
  155. CodeRedeem.BorderSizePixel = 0
  156. CodeRedeem.Position = UDim2.new(0.477948755, 0, 0.677902579, 0)
  157. CodeRedeem.Size = UDim2.new(0, 95, 0, 20)
  158. CodeRedeem.Font = Enum.Font.SourceSans
  159. CodeRedeem.Text = "Redeem All Codes"
  160. CodeRedeem.TextColor3 = Color3.new(0, 0, 0)
  161. CodeRedeem.TextSize = 12
  162.  
  163. Enchanter.Name = "Enchanter"
  164. Enchanter.Parent = Main
  165. Enchanter.BackgroundColor3 = Color3.new(1, 1, 1)
  166. Enchanter.BackgroundTransparency = 0.64999997615814
  167. Enchanter.BorderSizePixel = 0
  168. Enchanter.Position = UDim2.new(0.707613826, 0, 0.766791463, 0)
  169. Enchanter.Size = UDim2.new(0, 95, 0, 20)
  170. Enchanter.Font = Enum.Font.SourceSans
  171. Enchanter.Text = "Enchant Items"
  172. Enchanter.TextColor3 = Color3.new(0, 0, 0)
  173. Enchanter.TextSize = 12
  174.  
  175. RemoveInf.Name = "RemoveInf"
  176. RemoveInf.Parent = Main
  177. RemoveInf.BackgroundColor3 = Color3.new(1, 1, 1)
  178. RemoveInf.BackgroundTransparency = 0.64999997615814
  179. RemoveInf.BorderSizePixel = 0
  180. RemoveInf.Position = UDim2.new(0.707613826, 0, 0.677902579, 0)
  181. RemoveInf.Size = UDim2.new(0, 95, 0, 20)
  182. RemoveInf.Font = Enum.Font.SourceSans
  183. RemoveInf.Text = "Remove Infusers"
  184. RemoveInf.TextColor3 = Color3.new(0, 0, 0)
  185. RemoveInf.TextSize = 12
  186.  
  187. CrateTeleportOn.Name = "CrateTeleportOn"
  188. CrateTeleportOn.Parent = Main
  189. CrateTeleportOn.BackgroundColor3 = Color3.new(1, 1, 1)
  190. CrateTeleportOn.BackgroundTransparency = 0.64999997615814
  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(1, 1, 1)
  202. CrateTeleportOff.BackgroundTransparency = 0.64999997615814
  203. CrateTeleportOff.BorderSizePixel = 0
  204. CrateTeleportOff.Position = UDim2.new(0.118698202, 0, 0.326791584, 0)
  205. CrateTeleportOff.Size = UDim2.new(0, 50, 0, 20)
  206. CrateTeleportOff.Font = Enum.Font.SourceSans
  207. CrateTeleportOff.Text = "Off"
  208. CrateTeleportOff.TextColor3 = Color3.new(0, 0, 0)
  209. CrateTeleportOff.TextSize = 14
  210.  
  211. NotificationsOff.Name = "NotificationsOff"
  212. NotificationsOff.Parent = Main
  213. NotificationsOff.BackgroundColor3 = Color3.new(1, 1, 1)
  214. NotificationsOff.BackgroundTransparency = 0.64999997615814
  215. NotificationsOff.BorderSizePixel = 0
  216. NotificationsOff.Position = UDim2.new(0.357932687, 0, 0.326791495, 0)
  217. NotificationsOff.Size = UDim2.new(0, 50, 0, 20)
  218. NotificationsOff.Font = Enum.Font.SourceSans
  219. NotificationsOff.Text = "Off"
  220. NotificationsOff.TextColor3 = Color3.new(0, 0, 0)
  221. NotificationsOff.TextSize = 14
  222.  
  223. NotificationsOn.Name = "NotificationsOn"
  224. NotificationsOn.Parent = Main
  225. NotificationsOn.BackgroundColor3 = Color3.new(1, 1, 1)
  226. NotificationsOn.BackgroundTransparency = 0.64999997615814
  227. NotificationsOn.BorderSizePixel = 0
  228. NotificationsOn.Position = UDim2.new(0.23812598, 0, 0.326791644, 0)
  229. NotificationsOn.Size = UDim2.new(0, 50, 0, 20)
  230. NotificationsOn.Font = Enum.Font.SourceSans
  231. NotificationsOn.Text = "On"
  232. NotificationsOn.TextColor3 = Color3.new(0, 0, 0)
  233. NotificationsOn.TextSize = 14
  234.  
  235. CrateTeleport.Name = "CrateTeleport"
  236. CrateTeleport.Parent = Main
  237. CrateTeleport.BackgroundColor3 = Color3.new(1, 1, 1)
  238. CrateTeleport.BackgroundTransparency = 0.64999997615814
  239. CrateTeleport.BorderSizePixel = 0
  240. CrateTeleport.Position = UDim2.new(0, 0, 0.235555559, 0)
  241. CrateTeleport.Size = UDim2.new(0, 100, 0, 21)
  242. CrateTeleport.Font = Enum.Font.SourceSansBold
  243. CrateTeleport.Text = "Crate Teleport"
  244. CrateTeleport.TextColor3 = Color3.new(0, 0, 0)
  245. CrateTeleport.TextSize = 14
  246.  
  247. Notifications.Name = "Notifications"
  248. Notifications.Parent = Main
  249. Notifications.BackgroundColor3 = Color3.new(1, 1, 1)
  250. Notifications.BackgroundTransparency = 0.64999997615814
  251. Notifications.BorderSizePixel = 0
  252. Notifications.Position = UDim2.new(0.239234447, 0, 0.235555574, 0)
  253. Notifications.Size = UDim2.new(0, 100, 0, 21)
  254. Notifications.Font = Enum.Font.SourceSansBold
  255. Notifications.Text = "Notifications"
  256. Notifications.TextColor3 = Color3.new(0, 0, 0)
  257. Notifications.TextSize = 14
  258.  
  259. AutoRebirthOff.Name = "AutoRebirthOff"
  260. AutoRebirthOff.Parent = Main
  261. AutoRebirthOff.BackgroundColor3 = Color3.new(1, 1, 1)
  262. AutoRebirthOff.BackgroundTransparency = 0.64999997615814
  263. AutoRebirthOff.BorderSizePixel = 0
  264. AutoRebirthOff.Position = UDim2.new(0.118698202, 0, 0.144569337, 0)
  265. AutoRebirthOff.Size = UDim2.new(0, 50, 0, 20)
  266. AutoRebirthOff.Font = Enum.Font.SourceSans
  267. AutoRebirthOff.Text = "Off"
  268. AutoRebirthOff.TextColor3 = Color3.new(0, 0, 0)
  269. AutoRebirthOff.TextSize = 14
  270.  
  271. AutoRebirthOn.Name = "AutoRebirthOn"
  272. AutoRebirthOn.Parent = Main
  273. AutoRebirthOn.BackgroundColor3 = Color3.new(1, 1, 1)
  274. AutoRebirthOn.BackgroundTransparency = 0.64999997615814
  275. AutoRebirthOn.BorderSizePixel = 0
  276. AutoRebirthOn.Position = UDim2.new(-0.001108489, 0, 0.144569233, 0)
  277. AutoRebirthOn.Size = UDim2.new(0, 50, 0, 20)
  278. AutoRebirthOn.Font = Enum.Font.SourceSans
  279. AutoRebirthOn.Text = "On"
  280. AutoRebirthOn.TextColor3 = Color3.new(0, 0, 0)
  281. AutoRebirthOn.TextSize = 14
  282.  
  283. RemoteClickerOn.Name = "RemoteClickerOn"
  284. RemoteClickerOn.Parent = Main
  285. RemoteClickerOn.BackgroundColor3 = Color3.new(1, 1, 1)
  286. RemoteClickerOn.BackgroundTransparency = 0.64999997615814
  287. RemoteClickerOn.BorderSizePixel = 0
  288. RemoteClickerOn.Position = UDim2.new(0.23812598, 0, 0.144569397, 0)
  289. RemoteClickerOn.Size = UDim2.new(0, 50, 0, 20)
  290. RemoteClickerOn.Font = Enum.Font.SourceSans
  291. RemoteClickerOn.Text = "On"
  292. RemoteClickerOn.TextColor3 = Color3.new(0, 0, 0)
  293. RemoteClickerOn.TextSize = 14
  294.  
  295. RemoteClickerOff.Name = "RemoteClickerOff"
  296. RemoteClickerOff.Parent = Main
  297. RemoteClickerOff.BackgroundColor3 = Color3.new(1, 1, 1)
  298. RemoteClickerOff.BackgroundTransparency = 0.64999997615814
  299. RemoteClickerOff.BorderSizePixel = 0
  300. RemoteClickerOff.Position = UDim2.new(0.357932687, 0, 0.144569278, 0)
  301. RemoteClickerOff.Size = UDim2.new(0, 50, 0, 20)
  302. RemoteClickerOff.Font = Enum.Font.SourceSans
  303. RemoteClickerOff.Text = "Off"
  304. RemoteClickerOff.TextColor3 = Color3.new(0, 0, 0)
  305. RemoteClickerOff.TextSize = 14
  306.  
  307. RemoteClicker.Name = "RemoteClicker"
  308. RemoteClicker.Parent = Main
  309. RemoteClicker.BackgroundColor3 = Color3.new(1, 1, 1)
  310. RemoteClicker.BackgroundTransparency = 0.64999997615814
  311. RemoteClicker.BorderSizePixel = 0
  312. RemoteClicker.Position = UDim2.new(0.239234447, 0, 0.0533333346, 0)
  313. RemoteClicker.Size = UDim2.new(0, 100, 0, 21)
  314. RemoteClicker.Font = Enum.Font.SourceSansBold
  315. RemoteClicker.Text = "Auto Remote"
  316. RemoteClicker.TextColor3 = Color3.new(0, 0, 0)
  317. RemoteClicker.TextSize = 14
  318.  
  319. AutoRebirth.Name = "AutoRebirth"
  320. AutoRebirth.Parent = Main
  321. AutoRebirth.BackgroundColor3 = Color3.new(1, 1, 1)
  322. AutoRebirth.BackgroundTransparency = 0.64999997615814
  323. AutoRebirth.BorderSizePixel = 0
  324. AutoRebirth.Position = UDim2.new(0, 0, 0.0533333346, 0)
  325. AutoRebirth.Size = UDim2.new(0, 100, 0, 21)
  326. AutoRebirth.Font = Enum.Font.SourceSansBold
  327. AutoRebirth.Text = "Auto Rebirth"
  328. AutoRebirth.TextColor3 = Color3.new(0, 0, 0)
  329. AutoRebirth.TextSize = 14
  330.  
  331. WUHUG.Name = "WUHUG"
  332. WUHUG.Parent = Main
  333. WUHUG.BackgroundColor3 = Color3.new(1, 1, 1)
  334. WUHUG.BackgroundTransparency = 0.64999997615814
  335. WUHUG.BorderSizePixel = 0
  336. WUHUG.Position = UDim2.new(0.934886575, 0, 0.144569233, 0)
  337. WUHUG.Size = UDim2.new(0, 162, 0, 19)
  338. WUHUG.Font = Enum.Font.SourceSans
  339. WUHUG.Text = "Way-Up-High Upgrader"
  340. WUHUG.TextColor3 = Color3.new(0, 0, 0)
  341. WUHUG.TextSize = 12
  342.  
  343. DOC.Name = "DOC"
  344. DOC.Parent = Main
  345. DOC.BackgroundColor3 = Color3.new(1, 1, 1)
  346. DOC.BackgroundTransparency = 0.64999997615814
  347. DOC.BorderSizePixel = 0
  348. DOC.Position = UDim2.new(0.934886575, 0, 0.229013667, 0)
  349. DOC.Size = UDim2.new(0, 162, 0, 20)
  350. DOC.Font = Enum.Font.SourceSans
  351. DOC.Text = "Digital Ore Cleaner"
  352. DOC.TextColor3 = Color3.new(0, 0, 0)
  353. DOC.TextSize = 12
  354.  
  355. Layout1.Name = "Layout1"
  356. Layout1.Parent = Main
  357. Layout1.BackgroundColor3 = Color3.new(1, 1, 1)
  358. Layout1.BackgroundTransparency = 0.64999997615814
  359. Layout1.BorderSizePixel = 0
  360. Layout1.Position = UDim2.new(0.145412892, 0, 0.777777791, 0)
  361. Layout1.Size = UDim2.new(0, 24, 0, 21)
  362. Layout1.Font = Enum.Font.SourceSans
  363. Layout1.Text = "1"
  364. Layout1.TextColor3 = Color3.new(0, 0, 0)
  365. Layout1.TextSize = 14
  366.  
  367. Factory1.Name = "Factory1"
  368. Factory1.Parent = Main
  369. Factory1.BackgroundColor3 = Color3.new(1, 1, 1)
  370. Factory1.BackgroundTransparency = 0.64999997615814
  371. Factory1.BorderSizePixel = 0
  372. Factory1.Position = UDim2.new(0.145412892, 0, 0.871111095, 0)
  373. Factory1.Size = UDim2.new(0, 24, 0, 21)
  374. Factory1.Font = Enum.Font.SourceSans
  375. Factory1.Text = "1"
  376. Factory1.TextColor3 = Color3.new(0, 0, 0)
  377. Factory1.TextSize = 14
  378.  
  379. Layout2.Name = "Layout1"
  380. Layout2.Parent = Main
  381. Layout2.BackgroundColor3 = Color3.new(1, 1, 1)
  382. Layout2.BackgroundTransparency = 0.64999997615814
  383. Layout2.BorderSizePixel = 0
  384. Layout2.Position = UDim2.new(0.202350795, 0, 0.777777791, 0)
  385. Layout2.Size = UDim2.new(0, 23, 0, 21)
  386. Layout2.Font = Enum.Font.SourceSans
  387. Layout2.Text = "2"
  388. Layout2.TextColor3 = Color3.new(0, 0, 0)
  389. Layout2.TextSize = 14
  390.  
  391. Factory2.Name = "Factory2"
  392. Factory2.Parent = Main
  393. Factory2.BackgroundColor3 = Color3.new(1, 1, 1)
  394. Factory2.BackgroundTransparency = 0.64999997615814
  395. Factory2.BorderSizePixel = 0
  396. Factory2.Position = UDim2.new(0.202350795, 0, 0.871111155, 0)
  397. Factory2.Size = UDim2.new(0, 23, 0, 21)
  398. Factory2.Font = Enum.Font.SourceSans
  399. Factory2.Text = "2"
  400. Factory2.TextColor3 = Color3.new(0, 0, 0)
  401. Factory2.TextSize = 14
  402.  
  403. Layout3.Name = "Layout3"
  404. Layout3.Parent = Main
  405. Layout3.BackgroundColor3 = Color3.new(1, 1, 1)
  406. Layout3.BackgroundTransparency = 0.64999997615814
  407. Layout3.BorderSizePixel = 0
  408. Layout3.Position = UDim2.new(0.256896168, 0, 0.777777791, 0)
  409. Layout3.Size = UDim2.new(0, 23, 0, 21)
  410. Layout3.Font = Enum.Font.SourceSans
  411. Layout3.Text = "3"
  412. Layout3.TextColor3 = Color3.new(0, 0, 0)
  413. Layout3.TextSize = 14
  414.  
  415. Factory4.Name = "Factory4"
  416. Factory4.Parent = Main
  417. Factory4.BackgroundColor3 = Color3.new(1, 1, 1)
  418. Factory4.BackgroundTransparency = 0.64999997615814
  419. Factory4.BorderSizePixel = 0
  420. Factory4.Position = UDim2.new(0.312877059, 0, 0.871111095, 0)
  421. Factory4.Size = UDim2.new(0, 23, 0, 21)
  422. Factory4.Font = Enum.Font.SourceSans
  423. Factory4.Text = "4"
  424. Factory4.TextColor3 = Color3.new(0, 0, 0)
  425. Factory4.TextSize = 14
  426.  
  427. Factory3.Name = "Factory3"
  428. Factory3.Parent = Main
  429. Factory3.BackgroundColor3 = Color3.new(1, 1, 1)
  430. Factory3.BackgroundTransparency = 0.64999997615814
  431. Factory3.BorderSizePixel = 0
  432. Factory3.Position = UDim2.new(0.256896138, 0, 0.871111095, 0)
  433. Factory3.Size = UDim2.new(0, 23, 0, 21)
  434. Factory3.Font = Enum.Font.SourceSans
  435. Factory3.Text = "3"
  436. Factory3.TextColor3 = Color3.new(0, 0, 0)
  437. Factory3.TextSize = 14
  438.  
  439. Factory5.Name = "Factory5"
  440. Factory5.Parent = Main
  441. Factory5.BackgroundColor3 = Color3.new(1, 1, 1)
  442. Factory5.BackgroundTransparency = 0.64999997615814
  443. Factory5.BorderSizePixel = 0
  444. Factory5.Position = UDim2.new(0.36742264, 0, 0.871111155, 0)
  445. Factory5.Size = UDim2.new(0, 23, 0, 21)
  446. Factory5.Font = Enum.Font.SourceSans
  447. Factory5.Text = "5"
  448. Factory5.TextColor3 = Color3.new(0, 0, 0)
  449. Factory5.TextSize = 14
  450.  
  451. Factory6.Name = "Factory6"
  452. Factory6.Parent = Main
  453. Factory6.BackgroundColor3 = Color3.new(1, 1, 1)
  454. Factory6.BackgroundTransparency = 0.64999997615814
  455. Factory6.BorderSizePixel = 0
  456. Factory6.Position = UDim2.new(0.421967983, 0, 0.871111035, 0)
  457. Factory6.Size = UDim2.new(0, 23, 0, 21)
  458. Factory6.Font = Enum.Font.SourceSans
  459. Factory6.Text = "6"
  460. Factory6.TextColor3 = Color3.new(0, 0, 0)
  461. Factory6.TextSize = 14
  462.  
  463. FactoryTeleport.Name = "FactoryTeleport"
  464. FactoryTeleport.Parent = Main
  465. FactoryTeleport.BackgroundColor3 = Color3.new(1, 1, 1)
  466. FactoryTeleport.BackgroundTransparency = 0.64999997615814
  467. FactoryTeleport.BorderSizePixel = 0
  468. FactoryTeleport.Position = UDim2.new(-0.00589317782, 0, 0.871111095, 0)
  469. FactoryTeleport.Size = UDim2.new(0, 62, 0, 21)
  470. FactoryTeleport.Font = Enum.Font.SourceSansBold
  471. FactoryTeleport.Text = "Factory Tp"
  472. FactoryTeleport.TextColor3 = Color3.new(0, 0, 0)
  473. FactoryTeleport.TextSize = 12
  474.  
  475. AutoLayout.Name = "AutoLayout"
  476. AutoLayout.Parent = Main
  477. AutoLayout.BackgroundColor3 = Color3.new(1, 1, 1)
  478. AutoLayout.BackgroundTransparency = 0.64999997615814
  479. AutoLayout.BorderSizePixel = 0
  480. AutoLayout.Position = UDim2.new(-0.00530480174, 0, 0.777777791, 0)
  481. AutoLayout.Size = UDim2.new(0, 62, 0, 21)
  482. AutoLayout.Font = Enum.Font.SourceSansBold
  483. AutoLayout.Text = "Auto Layout"
  484. AutoLayout.TextColor3 = Color3.new(0, 0, 0)
  485. AutoLayout.TextSize = 12
  486.  
  487. LuckyClover.Name = "LuckyClover"
  488. LuckyClover.Parent = Main
  489. LuckyClover.BackgroundColor3 = Color3.new(1, 1, 1)
  490. LuckyClover.BackgroundTransparency = 0.64999997615814
  491. LuckyClover.BorderSizePixel = 0
  492. LuckyClover.Position = UDim2.new(0.477948695, 0, 0.140124783, 0)
  493. LuckyClover.Size = UDim2.new(0, 95, 0, 20)
  494. LuckyClover.Font = Enum.Font.SourceSans
  495. LuckyClover.Text = "Lucky Clovers"
  496. LuckyClover.TextColor3 = Color3.new(0, 0, 0)
  497. LuckyClover.TextSize = 12
  498.  
  499. Other.Name = "Other"
  500. Other.Parent = Main
  501. Other.BackgroundColor3 = Color3.new(1, 1, 1)
  502. Other.BackgroundTransparency = 0.64999997615814
  503. Other.BorderSizePixel = 0
  504. Other.Position = UDim2.new(0.477948785, 0, 0.0533333346, 0)
  505. Other.Size = UDim2.new(0, 191, 0, 20)
  506. Other.Font = Enum.Font.SourceSansBold
  507. Other.Text = "Other"
  508. Other.TextColor3 = Color3.new(0, 0, 0)
  509. Other.TextSize = 14
  510.  
  511. TwitchPoints.Name = "TwitchPoints"
  512. TwitchPoints.Parent = Main
  513. TwitchPoints.BackgroundColor3 = Color3.new(1, 1, 1)
  514. TwitchPoints.BackgroundTransparency = 0.64999997615814
  515. TwitchPoints.BorderSizePixel = 0
  516. TwitchPoints.Position = UDim2.new(0.707613826, 0, 0.140124783, 0)
  517. TwitchPoints.Size = UDim2.new(0, 95, 0, 21)
  518. TwitchPoints.Font = Enum.Font.SourceSans
  519. TwitchPoints.Text = "Twitch Points"
  520. TwitchPoints.TextColor3 = Color3.new(0, 0, 0)
  521. TwitchPoints.TextSize = 12
  522.  
  523. MaskedMan.Name = "MaskedMan"
  524. MaskedMan.Parent = Main
  525. MaskedMan.BackgroundColor3 = Color3.new(1, 1, 1)
  526. MaskedMan.BackgroundTransparency = 0.64999997615814
  527. MaskedMan.BorderSizePixel = 0
  528. MaskedMan.Position = UDim2.new(0.477948815, 0, 0.229013667, 0)
  529. MaskedMan.Size = UDim2.new(0, 95, 0, 21)
  530. MaskedMan.Font = Enum.Font.SourceSans
  531. MaskedMan.Text = "Masked Man"
  532. MaskedMan.TextColor3 = Color3.new(0, 0, 0)
  533. MaskedMan.TextSize = 12
  534.  
  535. Boxman.Name = "Boxman"
  536. Boxman.Parent = Main
  537. Boxman.BackgroundColor3 = Color3.new(1, 1, 1)
  538. Boxman.BackgroundTransparency = 0.64999997615814
  539. Boxman.BorderSizePixel = 0
  540. Boxman.Position = UDim2.new(0.707613826, 0, 0.233458117, 0)
  541. Boxman.Size = UDim2.new(0, 95, 0, 20)
  542. Boxman.Font = Enum.Font.SourceSans
  543. Boxman.Text = "Box Man"
  544. Boxman.TextColor3 = Color3.new(0, 0, 0)
  545. Boxman.TextSize = 12
  546.  
  547. UpgraderCframe.Name = "UpgraderCframe"
  548. UpgraderCframe.Parent = Main
  549. UpgraderCframe.BackgroundColor3 = Color3.new(1, 1, 1)
  550. UpgraderCframe.BackgroundTransparency = 0.64999997615814
  551. UpgraderCframe.BorderSizePixel = 0
  552. UpgraderCframe.Position = UDim2.new(0.477948815, 0, 0.322347015, 0)
  553. UpgraderCframe.Size = UDim2.new(0, 95, 0, 20)
  554. UpgraderCframe.Font = Enum.Font.SourceSans
  555. UpgraderCframe.Text = "Upgrader CFrame"
  556. UpgraderCframe.TextColor3 = Color3.new(0, 0, 0)
  557. UpgraderCframe.TextSize = 12
  558.  
  559. Santa.Name = "Santa"
  560. Santa.Parent = Main
  561. Santa.BackgroundColor3 = Color3.new(1, 1, 1)
  562. Santa.BackgroundTransparency = 0.64999997615814
  563. Santa.BorderSizePixel = 0
  564. Santa.Position = UDim2.new(0.706656814, 0, 0.322347015, 0)
  565. Santa.Size = UDim2.new(0, 95, 0, 20)
  566. Santa.Font = Enum.Font.SourceSans
  567. Santa.Text = "Santa"
  568. Santa.TextColor3 = Color3.new(0, 0, 0)
  569. Santa.TextSize = 12
  570.  
  571. FacOwner.Name = "FacOwner"
  572. FacOwner.Parent = Main
  573. FacOwner.BackgroundColor3 = Color3.new(1, 1, 1)
  574. FacOwner.BackgroundTransparency = 0.64999997615814
  575. FacOwner.BorderSizePixel = 0
  576. FacOwner.Position = UDim2.new(0.477948815, 0, 0.411235899, 0)
  577. FacOwner.Size = UDim2.new(0, 95, 0, 20)
  578. FacOwner.Font = Enum.Font.SourceSans
  579. FacOwner.Text = "Print Factory Owners"
  580. FacOwner.TextColor3 = Color3.new(0, 0, 0)
  581. FacOwner.TextSize = 12
  582.  
  583. BuyCrate.Name = "BuyCrate"
  584. BuyCrate.Parent = Main
  585. BuyCrate.BackgroundColor3 = Color3.new(1, 1, 1)
  586. BuyCrate.BackgroundTransparency = 0.64999997615814
  587. BuyCrate.BorderSizePixel = 0
  588. BuyCrate.Position = UDim2.new(0.706656933, 0, 0.411235899, 0)
  589. BuyCrate.Size = UDim2.new(0, 95, 0, 20)
  590. BuyCrate.Font = Enum.Font.SourceSans
  591. BuyCrate.Text = "Buy Crate Items"
  592. BuyCrate.TextColor3 = Color3.new(0, 0, 0)
  593. BuyCrate.TextSize = 12
  594.  
  595. Jump.Name = "Jump"
  596. Jump.Parent = Main
  597. Jump.BackgroundColor3 = Color3.new(1, 1, 1)
  598. Jump.BackgroundTransparency = 0.64999997615814
  599. Jump.BorderSizePixel = 0
  600. Jump.Position = UDim2.new(0.707613826, 0, 0.500124812, 0)
  601. Jump.Size = UDim2.new(0, 95, 0, 20)
  602. Jump.Font = Enum.Font.SourceSans
  603. Jump.Text = "+10 Jump"
  604. Jump.TextColor3 = Color3.new(0, 0, 0)
  605. Jump.TextSize = 12
  606.  
  607. Speed.Name = "Speed"
  608. Speed.Parent = Main
  609. Speed.BackgroundColor3 = Color3.new(1, 1, 1)
  610. Speed.BackgroundTransparency = 0.64999997615814
  611. Speed.BorderSizePixel = 0
  612. Speed.Position = UDim2.new(0.477948815, 0, 0.500124812, 0)
  613. Speed.Size = UDim2.new(0, 95, 0, 20)
  614. Speed.Font = Enum.Font.SourceSans
  615. Speed.Text = "+10 Speed"
  616. Speed.TextColor3 = Color3.new(0, 0, 0)
  617. Speed.TextSize = 12
  618.  
  619. Night.Name = "Night"
  620. Night.Parent = Main
  621. Night.BackgroundColor3 = Color3.new(1, 1, 1)
  622. Night.BackgroundTransparency = 0.64999997615814
  623. Night.BorderSizePixel = 0
  624. Night.Position = UDim2.new(0.477948815, 0, 0.589013696, 0)
  625. Night.Size = UDim2.new(0, 95, 0, 20)
  626. Night.Font = Enum.Font.SourceSans
  627. Night.Text = "Set To Night"
  628. Night.TextColor3 = Color3.new(0, 0, 0)
  629. Night.TextSize = 12
  630.  
  631. Day.Name = "Day"
  632. Day.Parent = Main
  633. Day.BackgroundColor3 = Color3.new(1, 1, 1)
  634. Day.BackgroundTransparency = 0.64999997615814
  635. Day.BorderSizePixel = 0
  636. Day.Position = UDim2.new(0.707613826, 0, 0.589013696, 0)
  637. Day.Size = UDim2.new(0, 95, 0, 20)
  638. Day.Font = Enum.Font.SourceSans
  639. Day.Text = "Set To Day"
  640. Day.TextColor3 = Color3.new(0, 0, 0)
  641. Day.TextSize = 12
  642.  
  643. FBU.Name = "FBU"
  644. FBU.Parent = Main
  645. FBU.BackgroundColor3 = Color3.new(1, 1, 1)
  646. FBU.BackgroundTransparency = 0.64999997615814
  647. FBU.BorderSizePixel = 0
  648. FBU.Position = UDim2.new(0.934886575, 0, 0.317902565, 0)
  649. FBU.Size = UDim2.new(0, 162, 0, 20)
  650. FBU.Font = Enum.Font.SourceSans
  651. FBU.Text = "Freon-Blast Upgrader"
  652. FBU.TextColor3 = Color3.new(0, 0, 0)
  653. FBU.TextSize = 12
  654.  
  655. SU.Name = "SU"
  656. SU.Parent = Main
  657. SU.BackgroundColor3 = Color3.new(1, 1, 1)
  658. SU.BackgroundTransparency = 0.64999997615814
  659. SU.BorderSizePixel = 0
  660. SU.Position = UDim2.new(0.934886575, 0, 0.406791449, 0)
  661. SU.Size = UDim2.new(0, 162, 0, 20)
  662. SU.Font = Enum.Font.SourceSans
  663. SU.Text = "Serpentine Upgrader"
  664. SU.TextColor3 = Color3.new(0, 0, 0)
  665. SU.TextSize = 12
  666.  
  667. SR.Name = "SR"
  668. SR.Parent = Main
  669. SR.BackgroundColor3 = Color3.new(1, 1, 1)
  670. SR.BackgroundTransparency = 0.64999997615814
  671. SR.BorderSizePixel = 0
  672. SR.Position = UDim2.new(0.934886575, 0, 0.495680362, 0)
  673. SR.Size = UDim2.new(0, 162, 0, 20)
  674. SR.Font = Enum.Font.SourceSans
  675. SR.Text = "Suspended Refiner"
  676. SR.TextColor3 = Color3.new(0, 0, 0)
  677. SR.TextSize = 12
  678.  
  679. MU.Name = "MU"
  680. MU.Parent = Main
  681. MU.BackgroundColor3 = Color3.new(1, 1, 1)
  682. MU.BackgroundTransparency = 0.64999997615814
  683. MU.BorderSizePixel = 0
  684. MU.Position = UDim2.new(0.934886575, 0, 0.584569275, 0)
  685. MU.Size = UDim2.new(0, 162, 0, 20)
  686. MU.Font = Enum.Font.SourceSans
  687. MU.Text = "Molten Upgrader"
  688. MU.TextColor3 = Color3.new(0, 0, 0)
  689. MU.TextSize = 12
  690.  
  691. AOA.Name = "AOA"
  692. AOA.Parent = Main
  693. AOA.BackgroundColor3 = Color3.new(1, 1, 1)
  694. AOA.BackgroundTransparency = 0.64999997615814
  695. AOA.BorderSizePixel = 0
  696. AOA.Position = UDim2.new(0.934886575, 0, 0.673458159, 0)
  697. AOA.Size = UDim2.new(0, 162, 0, 20)
  698. AOA.Font = Enum.Font.SourceSans
  699. AOA.Text = "Advanced Ore Atomizer"
  700. AOA.TextColor3 = Color3.new(0, 0, 0)
  701. AOA.TextSize = 12
  702.  
  703. FS.Name = "FS"
  704. FS.Parent = Main
  705. FS.BackgroundColor3 = Color3.new(1, 1, 1)
  706. FS.BackgroundTransparency = 0.64999997615814
  707. FS.BorderSizePixel = 0
  708. FS.Position = UDim2.new(0.934886575, 0, 0.762347043, 0)
  709. FS.Size = UDim2.new(0, 162, 0, 20)
  710. FS.Font = Enum.Font.SourceSans
  711. FS.Text = "Freon Supressor"
  712. FS.TextColor3 = Color3.new(0, 0, 0)
  713. FS.TextSize = 12
  714.  
  715. OTC.Name = "OTC"
  716. OTC.Parent = Main
  717. OTC.BackgroundColor3 = Color3.new(1, 1, 1)
  718. OTC.BackgroundTransparency = 0.64999997615814
  719. OTC.BorderSizePixel = 0
  720. OTC.Position = UDim2.new(0.934886575, 0, 0.851235926, 0)
  721. OTC.Size = UDim2.new(0, 162, 0, 20)
  722. OTC.Font = Enum.Font.SourceSans
  723. OTC.Text = "Ore Thermocrusher"
  724. OTC.TextColor3 = Color3.new(0, 0, 0)
  725. OTC.TextSize = 12
  726.  
  727. SLR.Name = "SLR"
  728. SLR.Parent = Main
  729. SLR.BackgroundColor3 = Color3.new(1, 1, 1)
  730. SLR.BackgroundTransparency = 0.64999997615814
  731. SLR.BorderSizePixel = 0
  732. SLR.Position = UDim2.new(1.32244635, 0, 0.144569233, 0)
  733. SLR.Size = UDim2.new(0, 162, 0, 20)
  734. SLR.Font = Enum.Font.SourceSans
  735. SLR.Text = "Suspended Lava Refiner"
  736. SLR.TextColor3 = Color3.new(0, 0, 0)
  737. SLR.TextSize = 12
  738.  
  739. OTrans.Name = "OTrans"
  740. OTrans.Parent = Main
  741. OTrans.BackgroundColor3 = Color3.new(1, 1, 1)
  742. OTrans.BackgroundTransparency = 0.64999997615814
  743. OTrans.BorderSizePixel = 0
  744. OTrans.Position = UDim2.new(1.32244635, 0, 0.233458117, 0)
  745. OTrans.Size = UDim2.new(0, 162, 0, 21)
  746. OTrans.Font = Enum.Font.SourceSans
  747. OTrans.Text = "Ore Transistor"
  748. OTrans.TextColor3 = Color3.new(0, 0, 0)
  749. OTrans.TextSize = 12
  750.  
  751. OTra.Name = "OTra"
  752. OTra.Parent = Main
  753. OTra.BackgroundColor3 = Color3.new(1, 1, 1)
  754. OTra.BackgroundTransparency = 0.64999997615814
  755. OTra.BorderSizePixel = 0
  756. OTra.Position = UDim2.new(1.32244635, 0, 0.326791465, 0)
  757. OTra.Size = UDim2.new(0, 162, 0, 21)
  758. OTra.Font = Enum.Font.SourceSans
  759. OTra.Text = "Ore Transponder"
  760. OTra.TextColor3 = Color3.new(0, 0, 0)
  761. OTra.TextSize = 12
  762.  
  763. MS.Name = "MS"
  764. MS.Parent = Main
  765. MS.BackgroundColor3 = Color3.new(1, 1, 1)
  766. MS.BackgroundTransparency = 0.64999997615814
  767. MS.BorderSizePixel = 0
  768. MS.Position = UDim2.new(1.32244635, 0, 0.420124799, 0)
  769. MS.Size = UDim2.new(0, 162, 0, 21)
  770. MS.Font = Enum.Font.SourceSans
  771. MS.Text = "Morning Star"
  772. MS.TextColor3 = Color3.new(0, 0, 0)
  773. MS.TextSize = 12
  774.  
  775. NS.Name = "NS"
  776. NS.Parent = Main
  777. NS.BackgroundColor3 = Color3.new(1, 1, 1)
  778. NS.BackgroundTransparency = 0.64999997615814
  779. NS.BorderSizePixel = 0
  780. NS.Position = UDim2.new(1.32244635, 0, 0.513458133, 0)
  781. NS.Size = UDim2.new(0, 162, 0, 21)
  782. NS.Font = Enum.Font.SourceSans
  783. NS.Text = "Neutron Star"
  784. NS.TextColor3 = Color3.new(0, 0, 0)
  785. NS.TextSize = 12
  786.  
  787. CAT.Name = "CAT"
  788. CAT.Parent = Main
  789. CAT.BackgroundColor3 = Color3.new(1, 1, 1)
  790. CAT.BackgroundTransparency = 0.64999997615814
  791. CAT.BorderSizePixel = 0
  792. CAT.Position = UDim2.new(1.32244635, 0, 0.606791496, 0)
  793. CAT.Size = UDim2.new(0, 162, 0, 21)
  794. CAT.Font = Enum.Font.SourceSans
  795. CAT.Text = "Catalyzed Star"
  796. CAT.TextColor3 = Color3.new(0, 0, 0)
  797. CAT.TextSize = 12
  798.  
  799. Instructions.Name = "Instructions"
  800. Instructions.Parent = Main
  801. Instructions.BackgroundColor3 = Color3.new(1, 1, 1)
  802. Instructions.BackgroundTransparency = 0.64999997615814
  803. Instructions.BorderSizePixel = 0
  804. Instructions.Position = UDim2.new(-0.00110841601, 0, 0.491235882, 0)
  805. Instructions.Size = UDim2.new(0, 184, 0, 47)
  806. Instructions.Font = Enum.Font.SourceSans
  807. Instructions.Text = "Instructions/Help"
  808. Instructions.TextColor3 = Color3.new(0, 0, 0)
  809. Instructions.TextSize = 14
  810.  
  811. Instructions_2.Name = "Instructions"
  812. Instructions_2.Parent = BorkGui
  813. Instructions_2.BackgroundColor3 = Color3.new(0, 0, 0)
  814. Instructions_2.Position = UDim2.new(0.352521628, 0, 0.181498826, 0)
  815. Instructions_2.Size = UDim2.new(0, 714, 0, 414)
  816. Instructions_2.Visible = false
  817.  
  818. Title_2.Name = "Title"
  819. Title_2.Parent = Instructions_2
  820. Title_2.BackgroundColor3 = Color3.new(0, 0, 0)
  821. Title_2.Position = UDim2.new(0.325924009, 0, -0.00207604305, 0)
  822. Title_2.Size = UDim2.new(0, 207, 0, 40)
  823. Title_2.Font = Enum.Font.SourceSans
  824. Title_2.Text = "Instructions"
  825. Title_2.TextColor3 = Color3.new(1, 1, 1)
  826. Title_2.TextSize = 14
  827.  
  828. Other_2.Name = "Other"
  829. Other_2.Parent = Instructions_2
  830. Other_2.BackgroundColor3 = Color3.new(0, 0, 0)
  831. Other_2.Position = UDim2.new(0.000207840771, 0, 0.0943160504, 0)
  832. Other_2.Size = UDim2.new(0, 714, 0, 375)
  833. Other_2.Font = Enum.Font.SourceSans
  834. 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"
  835. Other_2.TextColor3 = Color3.new(1, 1, 1)
  836. Other_2.TextSize = 12
  837. Other_2.TextStrokeTransparency = 4
  838. Other_2.TextWrapped = true
  839. Other_2.TextXAlignment = Enum.TextXAlignment.Left
  840. Other_2.TextYAlignment = Enum.TextYAlignment.Top
  841.  
  842. Toggles.Name = "Toggles"
  843. Toggles.Parent = Instructions_2
  844. Toggles.BackgroundColor3 = Color3.new(0, 0, 0)
  845. Toggles.BackgroundTransparency = 1
  846. Toggles.Position = UDim2.new(0, 0, 0.61835748, 0)
  847. Toggles.Size = UDim2.new(0, 153, 0, 158)
  848. Toggles.Font = Enum.Font.SourceSans
  849. 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"
  850. Toggles.TextColor3 = Color3.new(1, 1, 1)
  851. Toggles.TextSize = 12
  852. Toggles.TextXAlignment = Enum.TextXAlignment.Left
  853. Toggles.TextYAlignment = Enum.TextYAlignment.Top
  854.  
  855. TextLabel.Parent = Instructions_2
  856. TextLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  857. TextLabel.BackgroundTransparency = 1
  858. TextLabel.Position = UDim2.new(0, 0, 0.765700459, 0)
  859. TextLabel.Size = UDim2.new(0, 187, 0, 98)
  860. TextLabel.Font = Enum.Font.SourceSans
  861. 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"
  862. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  863. TextLabel.TextSize = 12
  864. TextLabel.TextXAlignment = Enum.TextXAlignment.Left
  865. TextLabel.TextYAlignment = Enum.TextYAlignment.Top
  866.  
  867. TextLabel_2.Parent = Instructions_2
  868. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  869. TextLabel_2.BackgroundTransparency = 1
  870. TextLabel_2.Position = UDim2.new(0.615840018, 0, 0.0942028984, 0)
  871. TextLabel_2.Size = UDim2.new(0, 274, 0, 375)
  872. TextLabel_2.Font = Enum.Font.SourceSans
  873. 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"
  874. TextLabel_2.TextColor3 = Color3.new(1, 1, 1)
  875. TextLabel_2.TextSize = 14
  876. TextLabel_2.TextWrapped = true
  877. TextLabel_2.TextXAlignment = Enum.TextXAlignment.Left
  878. TextLabel_2.TextYAlignment = Enum.TextYAlignment.Top
  879. --Open Close--
  880. OC.MouseButton1Down:connect(function()
  881. if Open == true then
  882. OC.Text = "Open"
  883. Main.Visible = false
  884. Open = false
  885. elseif Open == false then
  886. Main.Visible = true
  887. OC.Text = "Close"
  888. Open = true
  889. end
  890. end)
  891.  
  892.  
  893.  
  894. Instructions.MouseButton1Down:connect(function()
  895. if OpenTwo.Visible then
  896. OpenTwo.Visible = false
  897. else OpenTwo.Visible = true
  898. end
  899. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement