chrisinator66

Untitled

Nov 12th, 2018
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 24.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 Title = Instance.new("TextLabel")
  8. local AutoRebirth = Instance.new("TextLabel")
  9. local AutoRebirthOff = Instance.new("TextButton")
  10. local AutoRebirthOn = Instance.new("TextButton")
  11. local UpgraderCframe = Instance.new("TextButton")
  12. local Other = Instance.new("TextLabel")
  13. local CrateTeleportOn = Instance.new("TextButton")
  14. local CrateTeleportOff = Instance.new("TextButton")
  15. local FakeCrateSpam = Instance.new("TextLabel")
  16. local CrateSpamOn = Instance.new("TextButton")
  17. local CrateSpamOff = Instance.new("TextButton")
  18. local RemoteClicker = Instance.new("TextLabel")
  19. local RemoteClickerOn = Instance.new("TextButton")
  20. local RemoteClickerOff = Instance.new("TextButton")
  21. local FactoryTeleport = Instance.new("TextLabel")
  22. local Factory1 = Instance.new("TextButton")
  23. local Factory2 = Instance.new("TextButton")
  24. local Factory3 = Instance.new("TextButton")
  25. local Factory4 = Instance.new("TextButton")
  26. local Factory5 = Instance.new("TextButton")
  27. local Factory6 = Instance.new("TextButton")
  28. local CrateTeleport = Instance.new("TextLabel")
  29. local LuckyClover = Instance.new("TextButton")
  30. local TwitchPoints = Instance.new("TextButton")
  31. local MaskedMan = Instance.new("TextButton")
  32. local Boxman = Instance.new("TextButton")
  33. local Santa = Instance.new("TextButton")
  34. local InfInfuse = Instance.new("TextLabel")
  35. local InfInfuseOn = Instance.new("TextButton")
  36. local InfInfuseOff = Instance.new("TextButton")
  37. local FacOwner = Instance.new("TextButton")
  38. local BuyCrate = Instance.new("TextButton")
  39. local Speed = Instance.new("TextButton")
  40. local Jump = Instance.new("TextButton")
  41. local Night = Instance.new("TextButton")
  42. local Day = Instance.new("TextButton")
  43. _G.BorkInfInfuse = false
  44. _G.FBorkInfInfuse = true
  45. _G.FBorkAutoRebirth = true
  46. _G.FBorkRemoteClicker = true
  47. _G.FBorkCrateTeleport = true
  48. _G.BorkCrateTeleport = nil
  49. _G.BorkRemoteClicker = nil
  50. _G.BorkAutoRebirth = nil
  51.  
  52. -- Properties
  53.  
  54. BorkGui.Name = "BorkGui"
  55. BorkGui.Parent = game.CoreGui
  56.  
  57. OpenClose.Name = "OpenClose"
  58. OpenClose.Parent = BorkGui
  59. OpenClose.BackgroundColor3 = Color3.new(1, 1, 1)
  60. OpenClose.BackgroundTransparency = 1
  61. OpenClose.Position = UDim2.new(0.683441579, 0, 0.873536348, 0)
  62. OpenClose.Size = UDim2.new(0, 100, 0, 100)
  63.  
  64. OC.Name = "OC"
  65. OC.Parent = OpenClose
  66. OC.BackgroundColor3 = Color3.new(0, 0, 0)
  67. OC.Position = UDim2.new(0.680890799, 0, 0.8438797, 0)
  68. OC.Size = UDim2.new(0, 31, 0, 11)
  69. OC.Font = Enum.Font.SourceSans
  70. OC.Text = "Close"
  71. OC.TextColor3 = Color3.new(1, 1, 1)
  72. OC.TextSize = 14
  73.  
  74. Main.Name = "Main"
  75. Main.Parent = BorkGui
  76. Main.Active = true
  77. Main.BackgroundColor3 = Color3.new(0, 0, 0)
  78. Main.BackgroundTransparency = 0
  79. Main.Position = UDim2.new(1, -10, 1, -10)
  80. Main.Selectable = true
  81. Main.Size = UDim2.new(0, 420, 0, 225)
  82. Main.BackgroundColor3 = Color3.fromRGB(25, 25, 25)
  83. Main.AnchorPoint = Vector2.new(1, 1)
  84.  
  85. Title.Name = "Title"
  86. Title.Parent = Main
  87. Title.BackgroundColor3 = Color3.new(0, 0, 0)
  88. Title.Position = UDim2.new(0, 0, 0, -15)
  89. Title.Size = UDim2.new(1, 0, 0, 25)
  90. Title.Font = Enum.Font.SourceSansBold
  91. Title.Text = "Bork's Miner's Haven Gui V1"
  92. Title.TextColor3 = Color3.new(1, 1, 1)
  93. Title.TextSize = 14
  94. Title.TextStrokeColor3 = Color3.new(1, 0, 0.0156863)
  95. Title.TextWrapped = true
  96. Title.BorderSizePixel = 0
  97. Title.BackgroundTransparency = -3
  98.  
  99. AutoRebirth.Name = "AutoRebirth"
  100. AutoRebirth.Parent = Main
  101. AutoRebirth.BackgroundColor3 = Color3.new(1, 1, 1)
  102. AutoRebirth.BackgroundTransparency = 0.75
  103. AutoRebirth.Position = UDim2.new(0, 0, 0.057777781, 0)
  104. AutoRebirth.Size = UDim2.new(0, 100, 0, 20)
  105. AutoRebirth.Font = Enum.Font.SourceSansBold
  106. AutoRebirth.Text = "Auto Rebirth"
  107. AutoRebirth.TextColor3 = Color3.new(0, 0, 0)
  108. AutoRebirth.TextSize = 14
  109.  
  110. AutoRebirthOff.Name = "AutoRebirthOff"
  111. AutoRebirthOff.Parent = Main
  112. AutoRebirthOff.BackgroundColor3 = Color3.new(1, 1, 1)
  113. AutoRebirthOff.BackgroundTransparency = 0.75
  114. AutoRebirthOff.Position = UDim2.new(0.118698202, 0, 0.144569337, 0)
  115. AutoRebirthOff.Size = UDim2.new(0, 50, 0, 20)
  116. AutoRebirthOff.Font = Enum.Font.SourceSans
  117. AutoRebirthOff.Text = "Off"
  118. AutoRebirthOff.TextColor3 = Color3.new(0, 0, 0)
  119. AutoRebirthOff.TextSize = 14
  120.  
  121. AutoRebirthOn.Name = "AutoRebirthOn"
  122. AutoRebirthOn.Parent = Main
  123. AutoRebirthOn.BackgroundColor3 = Color3.new(1, 1, 1)
  124. AutoRebirthOn.BackgroundTransparency = 0.75
  125. AutoRebirthOn.Position = UDim2.new(-0.00350081874, 0, 0.144569337, 0)
  126. AutoRebirthOn.Size = UDim2.new(0, 50, 0, 20)
  127. AutoRebirthOn.Font = Enum.Font.SourceSans
  128. AutoRebirthOn.Text = "On"
  129. AutoRebirthOn.TextColor3 = Color3.new(0, 0, 0)
  130. AutoRebirthOn.TextSize = 14
  131.  
  132. UpgraderCframe.Name = "UpgraderCFrame"
  133. UpgraderCframe.Parent = Main
  134. UpgraderCframe.BackgroundColor3 = Color3.new(1, 1, 1)
  135. UpgraderCframe.BackgroundTransparency = 0.75
  136. UpgraderCframe.Position = UDim2.new(0.492302865, 0, 0.322347015, 0)
  137. UpgraderCframe.Size = UDim2.new(0, 95, 0, 20)
  138. UpgraderCframe.Font = Enum.Font.SourceSans
  139. UpgraderCframe.Text = "Upgrader CFrame"
  140. UpgraderCframe.TextColor3 = Color3.new(0, 0, 0)
  141. UpgraderCframe.TextSize = 12
  142.  
  143. Other.Name = "Other"
  144. Other.Parent = Main
  145. Other.BackgroundColor3 = Color3.new(1, 1, 1)
  146. Other.BackgroundTransparency = 0.75
  147. Other.Position = UDim2.new(0.492302835, 0, 0.0577777773, 0)
  148. Other.Size = UDim2.new(0, 190, 0, 20)
  149. Other.Font = Enum.Font.SourceSansBold
  150. Other.Text = "Other"
  151. Other.TextColor3 = Color3.new(0, 0, 0)
  152. Other.TextSize = 14
  153.  
  154. CrateTeleportOn.Name = "CrateTeleportOn"
  155. CrateTeleportOn.Parent = Main
  156. CrateTeleportOn.BackgroundColor3 = Color3.new(1, 1, 1)
  157. CrateTeleportOn.BackgroundTransparency = 0.75
  158. CrateTeleportOn.Position = UDim2.new(-0.00350081921, 0, 0.389013797, 0)
  159. CrateTeleportOn.Size = UDim2.new(0, 50, 0, 20)
  160. CrateTeleportOn.Font = Enum.Font.SourceSans
  161. CrateTeleportOn.Text = "On"
  162. CrateTeleportOn.TextColor3 = Color3.new(0, 0, 0)
  163. CrateTeleportOn.TextSize = 14
  164.  
  165. CrateTeleportOff.Name = "CrateTeleportOff"
  166. CrateTeleportOff.Parent = Main
  167. CrateTeleportOff.BackgroundColor3 = Color3.new(1, 1, 1)
  168. CrateTeleportOff.BackgroundTransparency = 0.75
  169. CrateTeleportOff.Position = UDim2.new(0.118698202, 0, 0.389013797, 0)
  170. CrateTeleportOff.Size = UDim2.new(0, 50, 0, 20)
  171. CrateTeleportOff.Font = Enum.Font.SourceSans
  172. CrateTeleportOff.Text = "Off"
  173. CrateTeleportOff.TextColor3 = Color3.new(0, 0, 0)
  174. CrateTeleportOff.TextSize = 14
  175.  
  176. FakeCrateSpam.Name = "FakeCrateSpam"
  177. FakeCrateSpam.Parent = Main
  178. FakeCrateSpam.BackgroundColor3 = Color3.new(1, 1, 1)
  179. FakeCrateSpam.BackgroundTransparency = 0.75
  180. FakeCrateSpam.Position = UDim2.new(-1.02445483e-08, 0, 0.546666682, 0)
  181. FakeCrateSpam.Size = UDim2.new(0, 100, 0, 20)
  182. FakeCrateSpam.Font = Enum.Font.SourceSansBold
  183. FakeCrateSpam.Text = "Fake Crate Spam"
  184. FakeCrateSpam.TextColor3 = Color3.new(0, 0, 0)
  185. FakeCrateSpam.TextSize = 14
  186.  
  187. CrateSpamOn.Name = "CrateSpamOn"
  188. CrateSpamOn.Parent = Main
  189. CrateSpamOn.BackgroundColor3 = Color3.new(1, 1, 1)
  190. CrateSpamOn.BackgroundTransparency = 0.75
  191. CrateSpamOn.Position = UDim2.new(-0.00350081874, 0, 0.633458257, 0)
  192. CrateSpamOn.Size = UDim2.new(0, 50, 0, 20)
  193. CrateSpamOn.Font = Enum.Font.SourceSans
  194. CrateSpamOn.Text = "On"
  195. CrateSpamOn.TextColor3 = Color3.new(0, 0, 0)
  196. CrateSpamOn.TextSize = 14
  197.  
  198. CrateSpamOff.Name = "CrateSpamOff"
  199. CrateSpamOff.Parent = Main
  200. CrateSpamOff.BackgroundColor3 = Color3.new(1, 1, 1)
  201. CrateSpamOff.BackgroundTransparency = 0.75
  202. CrateSpamOff.Position = UDim2.new(0.118698202, 0, 0.633458257, 0)
  203. CrateSpamOff.Size = UDim2.new(0, 50, 0, 20)
  204. CrateSpamOff.Font = Enum.Font.SourceSans
  205. CrateSpamOff.Text = "Off"
  206. CrateSpamOff.TextColor3 = Color3.new(0, 0, 0)
  207. CrateSpamOff.TextSize = 14
  208.  
  209. RemoteClicker.Name = "RemoteClicker"
  210. RemoteClicker.Parent = Main
  211. RemoteClicker.BackgroundColor3 = Color3.new(1, 1, 1)
  212. RemoteClicker.BackgroundTransparency = 0.75
  213. RemoteClicker.Position = UDim2.new(0, 0, 0.791111171, 0)
  214. RemoteClicker.Size = UDim2.new(0, 100, 0, 20)
  215. RemoteClicker.Font = Enum.Font.SourceSansBold
  216. RemoteClicker.Text = "Auto Remote"
  217. RemoteClicker.TextColor3 = Color3.new(0, 0, 0)
  218. RemoteClicker.TextSize = 14
  219.  
  220. RemoteClickerOn.Name = "RemoteClickerOn"
  221. RemoteClickerOn.Parent = Main
  222. RemoteClickerOn.BackgroundColor3 = Color3.new(1, 1, 1)
  223. RemoteClickerOn.BackgroundTransparency = 0.75
  224. RemoteClickerOn.Position = UDim2.new(-0.00350081921, 0, 0.877902746, 0)
  225. RemoteClickerOn.Size = UDim2.new(0, 50, 0, 20)
  226. RemoteClickerOn.Font = Enum.Font.SourceSans
  227. RemoteClickerOn.Text = "On"
  228. RemoteClickerOn.TextColor3 = Color3.new(0, 0, 0)
  229. RemoteClickerOn.TextSize = 14
  230.  
  231. RemoteClickerOff.Name = "RemoteClickerOff"
  232. RemoteClickerOff.Parent = Main
  233. RemoteClickerOff.BackgroundColor3 = Color3.new(1, 1, 1)
  234. RemoteClickerOff.BackgroundTransparency = 0.75
  235. RemoteClickerOff.Position = UDim2.new(0.118698232, 0, 0.877902627, 0)
  236. RemoteClickerOff.Size = UDim2.new(0, 50, 0, 20)
  237. RemoteClickerOff.Font = Enum.Font.SourceSans
  238. RemoteClickerOff.Text = "Off"
  239. RemoteClickerOff.TextColor3 = Color3.new(0, 0, 0)
  240. RemoteClickerOff.TextSize = 14
  241.  
  242. FactoryTeleport.Name = "FactoryTeleport"
  243. FactoryTeleport.Parent = Main
  244. FactoryTeleport.BackgroundColor3 = Color3.new(1, 1, 1)
  245. FactoryTeleport.BackgroundTransparency = 0.75
  246. FactoryTeleport.Position = UDim2.new(0.497087538, 0, 0.871111095, 0)
  247. FactoryTeleport.Size = UDim2.new(0, 46, 0, 21)
  248. FactoryTeleport.Font = Enum.Font.SourceSansBold
  249. FactoryTeleport.Text = "Factory Tp"
  250. FactoryTeleport.TextColor3 = Color3.new(0, 0, 0)
  251. FactoryTeleport.TextSize = 12
  252.  
  253. Factory1.Name = "Factory1"
  254. Factory1.Parent = Main
  255. Factory1.BackgroundColor3 = Color3.new(1, 1, 1)
  256. Factory1.BackgroundTransparency = 0.75
  257. Factory1.Position = UDim2.new(0.609527767, 0, 0.871111095, 0)
  258. Factory1.Size = UDim2.new(0, 23, 0, 21)
  259. Factory1.Font = Enum.Font.SourceSans
  260. Factory1.Text = "1"
  261. Factory1.TextColor3 = Color3.new(0, 0, 0)
  262. Factory1.TextSize = 14
  263.  
  264. Factory2.Name = "Factory2"
  265. Factory2.Parent = Main
  266. Factory2.BackgroundColor3 = Color3.new(1, 1, 1)
  267. Factory2.BackgroundTransparency = 0.75
  268. Factory2.Position = UDim2.new(0.66646564, 0, 0.871111155, 0)
  269. Factory2.Size = UDim2.new(0, 23, 0, 21)
  270. Factory2.Font = Enum.Font.SourceSans
  271. Factory2.Text = "2"
  272. Factory2.TextColor3 = Color3.new(0, 0, 0)
  273. Factory2.TextSize = 14
  274.  
  275. Factory3.Name = "Factory3"
  276. Factory3.Parent = Main
  277. Factory3.BackgroundColor3 = Color3.new(1, 1, 1)
  278. Factory3.BackgroundTransparency = 0.75
  279. Factory3.Position = UDim2.new(0.723403335, 0, 0.871111095, 0)
  280. Factory3.Size = UDim2.new(0, 23, 0, 21)
  281. Factory3.Font = Enum.Font.SourceSans
  282. Factory3.Text = "3"
  283. Factory3.TextColor3 = Color3.new(0, 0, 0)
  284. Factory3.TextSize = 14
  285.  
  286. Factory4.Name = "Factory4"
  287. Factory4.Parent = Main
  288. Factory4.BackgroundColor3 = Color3.new(1, 1, 1)
  289. Factory4.BackgroundTransparency = 0.75
  290. Factory4.Position = UDim2.new(0.779384196, 0, 0.871111095, 0)
  291. Factory4.Size = UDim2.new(0, 23, 0, 21)
  292. Factory4.Font = Enum.Font.SourceSans
  293. Factory4.Text = "4"
  294. Factory4.TextColor3 = Color3.new(0, 0, 0)
  295. Factory4.TextSize = 14
  296.  
  297. Factory5.Name = "Factory5"
  298. Factory5.Parent = Main
  299. Factory5.BackgroundColor3 = Color3.new(1, 1, 1)
  300. Factory5.BackgroundTransparency = 0.75
  301. Factory5.Position = UDim2.new(0.836322129, 0, 0.871111155, 0)
  302. Factory5.Size = UDim2.new(0, 23, 0, 21)
  303. Factory5.Font = Enum.Font.SourceSans
  304. Factory5.Text = "5"
  305. Factory5.TextColor3 = Color3.new(0, 0, 0)
  306. Factory5.TextSize = 14
  307.  
  308. Factory6.Name = "Factory6"
  309. Factory6.Parent = Main
  310. Factory6.BackgroundColor3 = Color3.new(1, 1, 1)
  311. Factory6.BackgroundTransparency = 0.75
  312. Factory6.Position = UDim2.new(0.893259823, 0, 0.871111035, 0)
  313. Factory6.Size = UDim2.new(0, 23, 0, 21)
  314. Factory6.Font = Enum.Font.SourceSans
  315. Factory6.Text = "6"
  316. Factory6.TextColor3 = Color3.new(0, 0, 0)
  317. Factory6.TextSize = 14
  318.  
  319. CrateTeleport.Name = "CrateTeleport"
  320. CrateTeleport.Parent = Main
  321. CrateTeleport.BackgroundColor3 = Color3.new(1, 1, 1)
  322. CrateTeleport.BackgroundTransparency = 0.75
  323. CrateTeleport.Position = UDim2.new(0, 0, 0.302222222, 0)
  324. CrateTeleport.Size = UDim2.new(0, 100, 0, 20)
  325. CrateTeleport.Font = Enum.Font.SourceSansBold
  326. CrateTeleport.Text = "Crate Teleport"
  327. CrateTeleport.TextColor3 = Color3.new(0, 0, 0)
  328. CrateTeleport.TextSize = 14
  329.  
  330. LuckyClover.Name = "LuckyClover"
  331. LuckyClover.Parent = Main
  332. LuckyClover.BackgroundColor3 = Color3.new(1, 1, 1)
  333. LuckyClover.BackgroundTransparency = 0.75
  334. LuckyClover.Position = UDim2.new(0.492302805, 0, 0.144569233, 0)
  335. LuckyClover.Size = UDim2.new(0, 95, 0, 20)
  336. LuckyClover.Font = Enum.Font.SourceSans
  337. LuckyClover.Text = "Lucky Clovers"
  338. LuckyClover.TextColor3 = Color3.new(0, 0, 0)
  339. LuckyClover.TextSize = 12
  340.  
  341. TwitchPoints.Name = "TwitchPoints"
  342. TwitchPoints.Parent = Main
  343. TwitchPoints.BackgroundColor3 = Color3.new(1, 1, 1)
  344. TwitchPoints.BackgroundTransparency = 0.75
  345. TwitchPoints.BorderColor3 = Color3.new(0, 0, 0)
  346. TwitchPoints.Position = UDim2.new(0.719575584, 0, 0.144569233, 0)
  347. TwitchPoints.Size = UDim2.new(0, 95, 0, 20)
  348. TwitchPoints.Font = Enum.Font.SourceSans
  349. TwitchPoints.Text = "Twitch Points"
  350. TwitchPoints.TextColor3 = Color3.new(0, 0, 0)
  351. TwitchPoints.TextSize = 12
  352.  
  353. MaskedMan.Name = "MaskedMan"
  354. MaskedMan.Parent = Main
  355. MaskedMan.BackgroundColor3 = Color3.new(1, 1, 1)
  356. MaskedMan.BackgroundTransparency = 0.75
  357. MaskedMan.Position = UDim2.new(0.492302865, 0, 0.233458117, 0)
  358. MaskedMan.Size = UDim2.new(0, 95, 0, 20)
  359. MaskedMan.Font = Enum.Font.SourceSans
  360. MaskedMan.Text = "Masked Man"
  361. MaskedMan.TextColor3 = Color3.new(0, 0, 0)
  362. MaskedMan.TextSize = 12
  363.  
  364. Boxman.Name = "Boxman"
  365. Boxman.Parent = Main
  366. Boxman.BackgroundColor3 = Color3.new(1, 1, 1)
  367. Boxman.BackgroundTransparency = 0.75
  368. Boxman.Position = UDim2.new(0.719575584, 0, 0.233458117, 0)
  369. Boxman.Size = UDim2.new(0, 95, 0, 20)
  370. Boxman.Font = Enum.Font.SourceSans
  371. Boxman.Text = "Box Man"
  372. Boxman.TextColor3 = Color3.new(0, 0, 0)
  373. Boxman.TextSize = 12
  374.  
  375. Santa.Name = "Santa"
  376. Santa.Parent = Main
  377. Santa.BackgroundColor3 = Color3.new(1, 1, 1)
  378. Santa.BackgroundTransparency = 0.75
  379. Santa.Position = UDim2.new(0.718618572, 0, 0.322347015, 0)
  380. Santa.Size = UDim2.new(0, 95, 0, 20)
  381. Santa.Font = Enum.Font.SourceSans
  382. Santa.Text = "Santa"
  383. Santa.TextColor3 = Color3.new(0, 0, 0)
  384. Santa.TextSize = 12
  385.  
  386. InfInfuse.Name = "InfInfuse"
  387. InfInfuse.Parent = Main
  388. InfInfuse.BackgroundColor3 = Color3.new(1, 1, 1)
  389. InfInfuse.BackgroundTransparency = 0.75
  390. InfInfuse.Position = UDim2.new(0.239234447, 0, 0.0577777922, 0)
  391. InfInfuse.Size = UDim2.new(0, 100, 0, 20)
  392. InfInfuse.Font = Enum.Font.SourceSansBold
  393. InfInfuse.Text = "Unlimited Infuses"
  394. InfInfuse.TextColor3 = Color3.new(0, 0, 0)
  395. InfInfuse.TextSize = 14
  396.  
  397. InfInfuseOn.Name = "InfInfuseOn"
  398. InfInfuseOn.Parent = Main
  399. InfInfuseOn.BackgroundColor3 = Color3.new(1, 1, 1)
  400. InfInfuseOn.BackgroundTransparency = 0.75
  401. InfInfuseOn.Position = UDim2.new(0.238125965, 0, 0.144569337, 0)
  402. InfInfuseOn.Size = UDim2.new(0, 50, 0, 20)
  403. InfInfuseOn.Font = Enum.Font.SourceSans
  404. InfInfuseOn.Text = "On"
  405. InfInfuseOn.TextColor3 = Color3.new(0, 0, 0)
  406. InfInfuseOn.TextSize = 14
  407.  
  408. InfInfuseOff.Name = "InfInfuseOff"
  409. InfInfuseOff.Parent = Main
  410. InfInfuseOff.BackgroundColor3 = Color3.new(1, 1, 1)
  411. InfInfuseOff.BackgroundTransparency = 0.75
  412. InfInfuseOff.Position = UDim2.new(0.357932627, 0, 0.144569337, 0)
  413. InfInfuseOff.Size = UDim2.new(0, 50, 0, 20)
  414. InfInfuseOff.Font = Enum.Font.SourceSans
  415. InfInfuseOff.Text = "Off"
  416. InfInfuseOff.TextColor3 = Color3.new(0, 0, 0)
  417. InfInfuseOff.TextSize = 14
  418.  
  419. FacOwner.Name = "FacOwner"
  420. FacOwner.Parent = Main
  421. FacOwner.BackgroundColor3 = Color3.new(1, 1, 1)
  422. FacOwner.BackgroundTransparency = 0.75
  423. FacOwner.Position = UDim2.new(0.492302865, 0, 0.411235899, 0)
  424. FacOwner.Size = UDim2.new(0, 95, 0, 20)
  425. FacOwner.Font = Enum.Font.SourceSans
  426. FacOwner.Text = "Print Factory Owners"
  427. FacOwner.TextColor3 = Color3.new(0, 0, 0)
  428. FacOwner.TextSize = 12
  429.  
  430. BuyCrate.Name = "BuyCrate"
  431. BuyCrate.Parent = Main
  432. BuyCrate.BackgroundColor3 = Color3.new(1, 1, 1)
  433. BuyCrate.BackgroundTransparency = 0.75
  434. BuyCrate.Position = UDim2.new(0.718618572, 0, 0.411235899, 0)
  435. BuyCrate.Size = UDim2.new(0, 95, 0, 20)
  436. BuyCrate.Font = Enum.Font.SourceSans
  437. BuyCrate.Text = "Buy Crate Items"
  438. BuyCrate.TextColor3 = Color3.new(0, 0, 0)
  439. BuyCrate.TextSize = 12
  440.  
  441. Speed.Name = "Speed"
  442. Speed.Parent = Main
  443. Speed.BackgroundColor3 = Color3.new(1, 1, 1)
  444. Speed.BackgroundTransparency = 0.75
  445. Speed.Position = UDim2.new(0.492302865, 0, 0.500124812, 0)
  446. Speed.Size = UDim2.new(0, 96, 0, 20)
  447. Speed.Font = Enum.Font.SourceSans
  448. Speed.Text = "+10 Speed"
  449. Speed.TextColor3 = Color3.new(0, 0, 0)
  450. Speed.TextSize = 12
  451.  
  452. Jump.Name = "Jump"
  453. Jump.Parent = Main
  454. Jump.BackgroundColor3 = Color3.new(1, 1, 1)
  455. Jump.BackgroundTransparency = 0.75
  456. Jump.Position = UDim2.new(0.721967936, 0, 0.500124812, 0)
  457. Jump.Size = UDim2.new(0, 94, 0, 20)
  458. Jump.Font = Enum.Font.SourceSans
  459. Jump.Text = "+10 Jump"
  460. Jump.TextColor3 = Color3.new(0, 0, 0)
  461. Jump.TextSize = 12
  462.  
  463. Night.Name = "Night"
  464. Night.Parent = Main
  465. Night.BackgroundColor3 = Color3.new(1, 1, 1)
  466. Night.BackgroundTransparency = 0.75
  467. Night.Position = UDim2.new(0.492302865, 0, 0.589013696, 0)
  468. Night.Size = UDim2.new(0, 96, 0, 20)
  469. Night.Font = Enum.Font.SourceSans
  470. Night.Text = "Set To Night"
  471. Night.TextColor3 = Color3.new(0, 0, 0)
  472. Night.TextSize = 12
  473.  
  474. Day.Name = "Day"
  475. Day.Parent = Main
  476. Day.BackgroundColor3 = Color3.new(1, 1, 1)
  477. Day.BackgroundTransparency = 0.75
  478. Day.Position = UDim2.new(0.721489549, 0, 0.589013696, 0)
  479. Day.Size = UDim2.new(0, 94, 0, 20)
  480. Day.Font = Enum.Font.SourceSans
  481. Day.Text = "Set To Day"
  482. Day.TextColor3 = Color3.new(0, 0, 0)
  483. Day.TextSize = 12
  484.  
  485.  
  486. for i,child in pairs(Main:GetChildren()) do
  487. if child:IsA("TextLabel") or child:IsA("TextButton") then
  488. child.TextScaled = true;
  489. child.TextWrapped = true;
  490.  
  491. child.TextColor3 = Color3.fromRGB(255, 255, 255)
  492. child.BorderSizePixel = 0
  493.  
  494. if child.BackgroundTransparency <= -1 then
  495. else
  496. child.BackgroundTransparency = 1
  497. end
  498.  
  499. if child:IsA("TextButton") then
  500. child.Font = Enum.Font.SourceSans
  501. else
  502. child.Font = Enum.Font.SourceSansBold
  503. end
  504. end
  505. end
  506. --Functions--
  507. Santa.MouseButton1Down:connect(function()
  508. game.ReplicatedStorage.Click:FireServer(game.Workspace.Map.Santa.Hitfox)
  509. end)
  510.  
  511. Boxman.MouseButton1Down:connect(function()
  512. game.ReplicatedStorage.Click:FireServer(game.Workspace.Map.Boxman.Hitbox)
  513. end)
  514.  
  515. MaskedMan.MouseButton1Down:connect(function()
  516. game.Players.LocalPlayer.PlayerGui.GUI.EventShop.Visible = true
  517. end)
  518.  
  519. TwitchPoints.MouseButton1Down:connect(function()
  520. game.Players.LocalPlayer.Clovers.Value = 100000
  521. end)
  522.  
  523. LuckyClover.MouseButton1Down:connect(function()
  524. game.Players.LocalPlayer.Clovers.Value = 100000
  525. end)
  526.  
  527. Factory1.MouseButton1Down:connect(function()
  528. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace.FakeBases.Factory1.CFrame*CFrame.new(0,50,0)
  529. end)
  530.  
  531. Factory2.MouseButton1Down:connect(function()
  532. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace.FakeBases.Factory2.CFrame*CFrame.new(0,50,0)
  533. end)
  534.  
  535. Factory3.MouseButton1Down:connect(function()
  536. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace.FakeBases.Factory3.CFrame*CFrame.new(0,50,0)
  537. end)
  538.  
  539. Factory4.MouseButton1Down:connect(function()
  540. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace.FakeBases.Factory4.CFrame*CFrame.new(0,50,0)
  541. end)
  542.  
  543. Factory5.MouseButton1Down:connect(function()
  544. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace.FakeBases.Factory5.CFrame*CFrame.new(0,50,0)
  545. end)
  546.  
  547. Factory6.MouseButton1Down:connect(function()
  548. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace.FakeBases.Factory6.CFrame*CFrame.new(0,50,0)
  549. end)
  550.  
  551. UpgraderCframe.MouseButton1Down:connect(function()
  552. game.ReplicatedStorage.DestroyAll:InvokeServer()
  553. local Tycoon = workspace.Tycoons:FindFirstChild(tostring(game.Players.LocalPlayer.PlayerTycoon.Value))
  554. local PlaceItem = game.ReplicatedStorage.PlaceItem
  555. local placehere = CFrame.new(0, 2, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1) + Tycoon:FindFirstChild("Base").Position
  556. PlaceItem:InvokeServer("Basic Conveyor", placehere)
  557. wait(0.01)
  558. for i,v in pairs(game.Workspace.Tycoons:GetDescendants()) do
  559. 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
  560. v:Remove()
  561. end
  562. end
  563. for i,v in pairs(game.Workspace.Tycoons:GetDescendants()) do
  564. if v.Name == "Upgrade" then
  565. v.CFrame = game.Players.LocalPlayer.PlayerTycoon.Value["Basic Conveyor"].Hitbox.CFrame
  566. end
  567. end
  568. end)
  569.  
  570.  
  571. AutoRebirthOn.MouseButton1Down:connect(function()
  572. _G.BorkAutoRebirth = true
  573. if _G.FBorkAutoRebirth == true then
  574. _G.FBorkAutoRebirth = false
  575. while wait(1) do
  576. if _G.BorkAutoRebirth == true then
  577. game.ReplicatedStorage.Rebirth:InvokeServer()
  578. end
  579. end
  580. end
  581. end)
  582.  
  583. AutoRebirthOff.MouseButton1Down:connect(function()
  584. _G.BorkAutoRebirth = false
  585. end)
  586.  
  587.  
  588. RemoteClickerOn.MouseButton1Down:connect(function()
  589. _G.BorkRemoteClicker = true
  590. if _G.FBorkRemoteClicker == true then
  591. _G.FBorkRemoteClicker = false
  592. while wait(1) do
  593. if _G.BorkRemoteClicker == true then
  594. game.ReplicatedStorage.RemoteDrop:FireServer()
  595. end
  596. end
  597. end
  598. end)
  599.  
  600. RemoteClickerOff.MouseButton1Down:connect(function()
  601. _G.BorkRemoteClicker = false
  602. end)
  603.  
  604.  
  605. CrateSpamOn.MouseButton1Down:connect(function()
  606. for i,v in pairs(game.Workspace:GetDescendants()) do
  607. if v:IsA("Part") then
  608. game.ReplicatedStorage.FakeCrate:InvokeServer(v.CFrame)
  609. end
  610. end
  611. end)
  612.  
  613. CrateSpamOff.MouseButton1Down:connect(function()
  614. _G.BorkCrateSpam = false
  615. end)
  616.  
  617.  
  618. CrateTeleportOn.MouseButton1Down:connect(function()
  619. _G.BorkCrateTeleport = true
  620. if _G.FBorkCrateTeleport == true then
  621. _G.FBorkCrateTeleport = false
  622. while wait(1) do
  623. if _G.BorkCrateTeleport == true then
  624. for i,v in pairs(game.Workspace:GetChildren()) do
  625. 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
  626. v.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  627. end
  628. end
  629. for i,v in pairs(game.Workspace.Shadows:GetChildren()) do
  630. if v.Name == "ShadowCrate" then
  631. v.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  632. end
  633. end
  634. end
  635. end
  636. end
  637. end)
  638.  
  639. CrateTeleportOff.MouseButton1Down:connect(function()
  640. _G.BorkCrateTeleport = false
  641. end)
  642.  
  643.  
  644. BuyCrate.MouseButton1Down:connect(function()
  645. game.ReplicatedStorage.BuyItem:InvokeServer("Ore Zapper", 1)
  646. game.ReplicatedStorage.BuyItem:InvokeServer("Ore Winder", 1)
  647. game.ReplicatedStorage.BuyItem:InvokeServer("Ore Hoister", 1)
  648. game.ReplicatedStorage.BuyItem:InvokeServer("Rush Upgrader", 1)
  649. game.ReplicatedStorage.BuyItem:InvokeServer("Ore Recliner", 1)
  650. game.ReplicatedStorage.BuyItem:InvokeServer("Satellite Beam", 1)
  651. game.ReplicatedStorage.BuyItem:InvokeServer("Endpoint Refiner", 1)
  652. game.ReplicatedStorage.BuyItem:InvokeServer("Orbitable Upgrader", 1)
  653. game.ReplicatedStorage.BuyItem:InvokeServer("Portable Ore Stopper", 1)
  654. game.ReplicatedStorage.BuyItem:InvokeServer("Ore Steamer", 1)
  655. game.ReplicatedStorage.BuyItem:InvokeServer("Overhang Upgrader", 1)
  656. game.ReplicatedStorage.BuyItem:InvokeServer("Heat Condenser", 1)
  657. game.ReplicatedStorage.BuyItem:InvokeServer("Ore Recliner", 1)
  658. game.ReplicatedStorage.BuyItem:InvokeServer("Industrial Ore Welder", 1)
  659. game.ReplicatedStorage.BuyItem:InvokeServer("Portable Ore Enhancer", 1)
  660. game.ReplicatedStorage.BuyItem:InvokeServer("Drone Upgrader", 1)
  661. end)
  662.  
  663.  
  664. FacOwner.MouseButton1Down:connect(function()
  665. for i,v in pairs(game.Workspace.Tycoons:GetChildren()) do
  666. if v:IsA("Model") then
  667. if v:FindFirstChild("Owner") then
  668. if v.Owner.Value == "" then
  669. v.Owner.Value = "empty"
  670. end
  671. end
  672. end
  673. end
  674. for i,v in pairs(game.Workspace.Tycoons:GetChildren()) do
  675. if v:IsA("Model") then
  676. if v:FindFirstChild("Owner") then
  677. print(v.Name, v.Owner.Value)
  678. end
  679. end
  680. end
  681. end)
  682.  
  683.  
  684. Speed.MouseButton1Down:connect(function()
  685. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = game.Players.LocalPlayer.Character.Humanoid.WalkSpeed + 10
  686. end)
  687.  
  688. Jump.MouseButton1Down:connect(function()
  689. game.Players.LocalPlayer.Character.Humanoid.JumpPower = game.Players.LocalPlayer.Character.Humanoid.JumpPower + 10
  690. end)
  691.  
  692.  
  693. Night.MouseButton1Down:connect(function()
  694. game.ReplicatedStorage.NightTime.Value = true
  695. end)
  696.  
  697. Day.MouseButton1Down:connect(function()
  698. game.ReplicatedStorage.NightTime.Value = false
  699. end)
  700.  
  701.  
  702. InfInfuseOn.MouseButton1Down:connect(function()
  703. _G.BorkInfInfuse = true
  704. if _G.FBorkInfInfuse == true then
  705. _G.FBorkInfInfuse = false
  706. while wait(1) do
  707. if _G.InfInfuse == true then
  708. while wait(0.25) do
  709. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  710. if v.Name == "Infusion" or v.Name == "2ndInfuse" then
  711. v:Remove()
  712. end
  713. end
  714. end
  715. end
  716. end
  717. end
  718. end)
  719.  
  720. CrateTeleportOff.MouseButton1Down:connect(function()
  721. _G.BorkCrateTeleport = false
  722. end)
Advertisement
Add Comment
Please, Sign In to add comment