Advertisement
chrisinator66

Untitled

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