chrisinator66

Untitled

Nov 12th, 2018
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.67 KB | None | 0 0
  1. -- Objects
  2.  
  3. local BorkGui = Instance.new("ScreenGui")
  4. local Main = Instance.new("Frame")
  5. local Background = Instance.new("ImageLabel")
  6. local Title = Instance.new("TextLabel")
  7. local AutoRebirth = Instance.new("TextLabel")
  8. local AutoRebirthOff = Instance.new("TextButton")
  9. local AutoRebirthOn = Instance.new("TextButton")
  10. local UpgraderCframe = Instance.new("TextButton")
  11. local Other = Instance.new("TextLabel")
  12. local CrateTeleportOn = Instance.new("TextButton")
  13. local CrateTeleportOff = Instance.new("TextButton")
  14. local FakeCrateSpam = Instance.new("TextLabel")
  15. local CrateSpamOn = Instance.new("TextButton")
  16. local CrateSpamOff = Instance.new("TextButton")
  17. local RemoteClicker = Instance.new("TextLabel")
  18. local RemoteClickerOn = Instance.new("TextButton")
  19. local RemoteClickerOff = Instance.new("TextButton")
  20. local FactoryTeleport = Instance.new("TextLabel")
  21. local Factory1 = Instance.new("TextButton")
  22. local Factory2 = Instance.new("TextButton")
  23. local Factory3 = Instance.new("TextButton")
  24. local Factory4 = Instance.new("TextButton")
  25. local Factory5 = Instance.new("TextButton")
  26. local Factory6 = Instance.new("TextButton")
  27. local CrateTeleport = Instance.new("TextLabel")
  28. local LuckyClover = Instance.new("TextButton")
  29. local TwitchPoints = Instance.new("TextButton")
  30. local MaskedMan = Instance.new("TextButton")
  31. local Boxman = Instance.new("TextButton")
  32. local Santa = Instance.new("TextButton")
  33. local OpenClose = Instance.new("Frame")
  34. local OC = Instance.new("TextButton")
  35. local Open = true
  36. _G.FBorkAutoRebirth = true
  37. _G.FBorkRemoteClicker = true
  38. _G.FBorkCrateSpam = true
  39. _G.FBorkCrateTeleport = true
  40. _G.BorkCrateTeleport = nil
  41. _G.BorkCrateSpam = nil
  42. _G.BorkRemoteClicker = nil
  43. _G.BorkAutoRebirth = nil
  44.  
  45.  
  46.  
  47. -- Properties
  48.  
  49. BorkGui.Name = "BorkGui"
  50. BorkGui.Parent = game.CoreGui
  51.  
  52. Main.Name = "Main"
  53. Main.Parent = BorkGui
  54. Main.Active = true
  55. Main.BackgroundColor3 = Color3.new(0, 0, 0)
  56. Main.BackgroundTransparency = 1
  57. Main.Position = UDim2.new(0.764934003, 0, 0.73653394, 0)
  58. Main.Selectable = true
  59. Main.Size = UDim2.new(0, 230, 0, 225)
  60.  
  61. Background.Name = "Background"
  62. Background.Parent = Main
  63. Background.BackgroundColor3 = Color3.new(0, 0, 0)
  64. Background.Size = UDim2.new(0, 229, 0, 218)
  65. Background.Image = "rbxassetid://2557904560"
  66.  
  67. Title.Name = "Title"
  68. Title.Parent = Main
  69. Title.BackgroundColor3 = Color3.new(0, 0, 0)
  70. Title.Position = UDim2.new(-0.000283415429, 0, -0.0101326499, 0)
  71. Title.Size = UDim2.new(0, 230, 0, 15)
  72. Title.Font = Enum.Font.SourceSansBold
  73. Title.Text = "Bork's Miner's Haven Gui V1"
  74. Title.TextColor3 = Color3.new(1, 1, 1)
  75. Title.TextSize = 14
  76. Title.TextStrokeColor3 = Color3.new(1, 0, 0.0156863)
  77. Title.TextWrapped = true
  78.  
  79. AutoRebirth.Name = "AutoRebirth"
  80. AutoRebirth.Parent = Main
  81. AutoRebirth.BackgroundColor3 = Color3.new(1, 1, 1)
  82. AutoRebirth.BackgroundTransparency = 0.75
  83. AutoRebirth.Position = UDim2.new(0, 0, 0.057777781, 0)
  84. AutoRebirth.Size = UDim2.new(0, 100, 0, 20)
  85. AutoRebirth.Font = Enum.Font.SourceSansBold
  86. AutoRebirth.Text = "Auto Rebirth"
  87. AutoRebirth.TextColor3 = Color3.new(0, 0, 0)
  88. AutoRebirth.TextSize = 14
  89.  
  90. AutoRebirthOff.Name = "AutoRebirthOff"
  91. AutoRebirthOff.Parent = Main
  92. AutoRebirthOff.BackgroundColor3 = Color3.new(1, 1, 1)
  93. AutoRebirthOff.BackgroundTransparency = 0.75
  94. AutoRebirthOff.Position = UDim2.new(0.216784328, 0, 0.144569337, 0)
  95. AutoRebirthOff.Size = UDim2.new(0, 50, 0, 20)
  96. AutoRebirthOff.Font = Enum.Font.SourceSans
  97. AutoRebirthOff.Text = "Off"
  98. AutoRebirthOff.TextColor3 = Color3.new(0, 0, 0)
  99. AutoRebirthOff.TextSize = 14
  100.  
  101. AutoRebirthOn.Name = "AutoRebirthOn"
  102. AutoRebirthOn.Parent = Main
  103. AutoRebirthOn.BackgroundColor3 = Color3.new(1, 1, 1)
  104. AutoRebirthOn.BackgroundTransparency = 0.75
  105. AutoRebirthOn.Position = UDim2.new(-0.00350081874, 0, 0.144569337, 0)
  106. AutoRebirthOn.Size = UDim2.new(0, 50, 0, 20)
  107. AutoRebirthOn.Font = Enum.Font.SourceSans
  108. AutoRebirthOn.Text = "On"
  109. AutoRebirthOn.TextColor3 = Color3.new(0, 0, 0)
  110. AutoRebirthOn.TextSize = 14
  111.  
  112. UpgraderCframe.Name = "UpgraderCframe"
  113. UpgraderCframe.Parent = Main
  114. UpgraderCframe.BackgroundColor3 = Color3.new(1, 1, 1)
  115. UpgraderCframe.BackgroundTransparency = 0.75
  116. UpgraderCframe.Position = UDim2.new(0.557368815, 0, 0.877902567, 0)
  117. UpgraderCframe.Size = UDim2.new(0, 100, 0, 20)
  118. UpgraderCframe.Font = Enum.Font.SourceSans
  119. UpgraderCframe.Text = "Upgrader CFrame"
  120. UpgraderCframe.TextColor3 = Color3.new(0, 0, 0)
  121. UpgraderCframe.TextSize = 14
  122.  
  123. Other.Name = "Other"
  124. Other.Parent = Main
  125. Other.BackgroundColor3 = Color3.new(1, 1, 1)
  126. Other.BackgroundTransparency = 0.75
  127. Other.Position = UDim2.new(0.560869575, 0, 0.346666664, 0)
  128. Other.Size = UDim2.new(0, 100, 0, 20)
  129. Other.Font = Enum.Font.SourceSansBold
  130. Other.Text = "Other"
  131. Other.TextColor3 = Color3.new(0, 0, 0)
  132. Other.TextSize = 14
  133.  
  134. CrateTeleportOn.Name = "CrateTeleportOn"
  135. CrateTeleportOn.Parent = Main
  136. CrateTeleportOn.BackgroundColor3 = Color3.new(1, 1, 1)
  137. CrateTeleportOn.BackgroundTransparency = 0.75
  138. CrateTeleportOn.Position = UDim2.new(-0.00350081921, 0, 0.389013797, 0)
  139. CrateTeleportOn.Size = UDim2.new(0, 50, 0, 20)
  140. CrateTeleportOn.Font = Enum.Font.SourceSans
  141. CrateTeleportOn.Text = "On"
  142. CrateTeleportOn.TextColor3 = Color3.new(0, 0, 0)
  143. CrateTeleportOn.TextSize = 14
  144.  
  145. CrateTeleportOff.Name = "CrateTeleportOff"
  146. CrateTeleportOff.Parent = Main
  147. CrateTeleportOff.BackgroundColor3 = Color3.new(1, 1, 1)
  148. CrateTeleportOff.BackgroundTransparency = 0.75
  149. CrateTeleportOff.Position = UDim2.new(0.216784328, 0, 0.389013797, 0)
  150. CrateTeleportOff.Size = UDim2.new(0, 50, 0, 20)
  151. CrateTeleportOff.Font = Enum.Font.SourceSans
  152. CrateTeleportOff.Text = "Off"
  153. CrateTeleportOff.TextColor3 = Color3.new(0, 0, 0)
  154. CrateTeleportOff.TextSize = 14
  155.  
  156. FakeCrateSpam.Name = "FakeCrateSpam"
  157. FakeCrateSpam.Parent = Main
  158. FakeCrateSpam.BackgroundColor3 = Color3.new(1, 1, 1)
  159. FakeCrateSpam.BackgroundTransparency = 0.75
  160. FakeCrateSpam.Position = UDim2.new(-1.02445483e-08, 0, 0.546666682, 0)
  161. FakeCrateSpam.Size = UDim2.new(0, 100, 0, 20)
  162. FakeCrateSpam.Font = Enum.Font.SourceSansBold
  163. FakeCrateSpam.Text = "Fake Crate Spam"
  164. FakeCrateSpam.TextColor3 = Color3.new(0, 0, 0)
  165. FakeCrateSpam.TextSize = 14
  166.  
  167. CrateSpamOn.Name = "CrateSpamOn"
  168. CrateSpamOn.Parent = Main
  169. CrateSpamOn.BackgroundColor3 = Color3.new(1, 1, 1)
  170. CrateSpamOn.BackgroundTransparency = 0.75
  171. CrateSpamOn.Position = UDim2.new(-0.00350081874, 0, 0.633458257, 0)
  172. CrateSpamOn.Size = UDim2.new(0, 50, 0, 20)
  173. CrateSpamOn.Font = Enum.Font.SourceSans
  174. CrateSpamOn.Text = "On"
  175. CrateSpamOn.TextColor3 = Color3.new(0, 0, 0)
  176. CrateSpamOn.TextSize = 14
  177.  
  178. CrateSpamOff.Name = "CrateSpamOff"
  179. CrateSpamOff.Parent = Main
  180. CrateSpamOff.BackgroundColor3 = Color3.new(1, 1, 1)
  181. CrateSpamOff.BackgroundTransparency = 0.75
  182. CrateSpamOff.Position = UDim2.new(0.216784328, 0, 0.633458257, 0)
  183. CrateSpamOff.Size = UDim2.new(0, 50, 0, 20)
  184. CrateSpamOff.Font = Enum.Font.SourceSans
  185. CrateSpamOff.Text = "Off"
  186. CrateSpamOff.TextColor3 = Color3.new(0, 0, 0)
  187. CrateSpamOff.TextSize = 14
  188.  
  189. RemoteClicker.Name = "RemoteClicker"
  190. RemoteClicker.Parent = Main
  191. RemoteClicker.BackgroundColor3 = Color3.new(1, 1, 1)
  192. RemoteClicker.BackgroundTransparency = 0.75
  193. RemoteClicker.Position = UDim2.new(0, 0, 0.791111171, 0)
  194. RemoteClicker.Size = UDim2.new(0, 100, 0, 20)
  195. RemoteClicker.Font = Enum.Font.SourceSansBold
  196. RemoteClicker.Text = "Auto Remote"
  197. RemoteClicker.TextColor3 = Color3.new(0, 0, 0)
  198. RemoteClicker.TextSize = 14
  199.  
  200. RemoteClickerOn.Name = "RemoteClickerOn"
  201. RemoteClickerOn.Parent = Main
  202. RemoteClickerOn.BackgroundColor3 = Color3.new(1, 1, 1)
  203. RemoteClickerOn.BackgroundTransparency = 0.75
  204. RemoteClickerOn.Position = UDim2.new(-0.00350081921, 0, 0.877902746, 0)
  205. RemoteClickerOn.Size = UDim2.new(0, 50, 0, 20)
  206. RemoteClickerOn.Font = Enum.Font.SourceSans
  207. RemoteClickerOn.Text = "On"
  208. RemoteClickerOn.TextColor3 = Color3.new(0, 0, 0)
  209. RemoteClickerOn.TextSize = 14
  210.  
  211. RemoteClickerOff.Name = "RemoteClickerOff"
  212. RemoteClickerOff.Parent = Main
  213. RemoteClickerOff.BackgroundColor3 = Color3.new(1, 1, 1)
  214. RemoteClickerOff.BackgroundTransparency = 0.75
  215. RemoteClickerOff.Position = UDim2.new(0.216784358, 0, 0.877902627, 0)
  216. RemoteClickerOff.Size = UDim2.new(0, 50, 0, 20)
  217. RemoteClickerOff.Font = Enum.Font.SourceSans
  218. RemoteClickerOff.Text = "Off"
  219. RemoteClickerOff.TextColor3 = Color3.new(0, 0, 0)
  220. RemoteClickerOff.TextSize = 14
  221.  
  222. FactoryTeleport.Name = "FactoryTeleport"
  223. FactoryTeleport.Parent = Main
  224. FactoryTeleport.BackgroundColor3 = Color3.new(1, 1, 1)
  225. FactoryTeleport.BackgroundTransparency = 0.75
  226. FactoryTeleport.Position = UDim2.new(0.695652187, 0, 0.0577777773, 0)
  227. FactoryTeleport.Size = UDim2.new(0, 69, 0, 20)
  228. FactoryTeleport.Font = Enum.Font.SourceSansBold
  229. FactoryTeleport.Text = "TP to Factory"
  230. FactoryTeleport.TextColor3 = Color3.new(0, 0, 0)
  231. FactoryTeleport.TextSize = 14
  232.  
  233. Factory1.Name = "Factory1"
  234. Factory1.Parent = Main
  235. Factory1.BackgroundColor3 = Color3.new(1, 1, 1)
  236. Factory1.BackgroundTransparency = 0.75
  237. Factory1.Position = UDim2.new(0.695652187, 0, 0.146666676, 0)
  238. Factory1.Size = UDim2.new(0, 23, 0, 21)
  239. Factory1.Font = Enum.Font.SourceSans
  240. Factory1.Text = "1"
  241. Factory1.TextColor3 = Color3.new(0, 0, 0)
  242. Factory1.TextSize = 14
  243.  
  244. Factory2.Name = "Factory2"
  245. Factory2.Parent = Main
  246. Factory2.BackgroundColor3 = Color3.new(1, 1, 1)
  247. Factory2.BackgroundTransparency = 0.75
  248. Factory2.Position = UDim2.new(0.795652211, 0, 0.146666676, 0)
  249. Factory2.Size = UDim2.new(0, 23, 0, 21)
  250. Factory2.Font = Enum.Font.SourceSans
  251. Factory2.Text = "2"
  252. Factory2.TextColor3 = Color3.new(0, 0, 0)
  253. Factory2.TextSize = 14
  254.  
  255. Factory3.Name = "Factory3"
  256. Factory3.Parent = Main
  257. Factory3.BackgroundColor3 = Color3.new(1, 1, 1)
  258. Factory3.BackgroundTransparency = 0.75
  259. Factory3.Position = UDim2.new(0.895652175, 0, 0.146666676, 0)
  260. Factory3.Size = UDim2.new(0, 23, 0, 21)
  261. Factory3.Font = Enum.Font.SourceSans
  262. Factory3.Text = "3"
  263. Factory3.TextColor3 = Color3.new(0, 0, 0)
  264. Factory3.TextSize = 14
  265.  
  266. Factory4.Name = "Factory4"
  267. Factory4.Parent = Main
  268. Factory4.BackgroundColor3 = Color3.new(1, 1, 1)
  269. Factory4.BackgroundTransparency = 0.75
  270. Factory4.Position = UDim2.new(0.695652187, 0, 0.239999995, 0)
  271. Factory4.Size = UDim2.new(0, 23, 0, 21)
  272. Factory4.Font = Enum.Font.SourceSans
  273. Factory4.Text = "4"
  274. Factory4.TextColor3 = Color3.new(0, 0, 0)
  275. Factory4.TextSize = 14
  276.  
  277. Factory5.Name = "Factory5"
  278. Factory5.Parent = Main
  279. Factory5.BackgroundColor3 = Color3.new(1, 1, 1)
  280. Factory5.BackgroundTransparency = 0.75
  281. Factory5.Position = UDim2.new(0.795652211, 0, 0.239999995, 0)
  282. Factory5.Size = UDim2.new(0, 23, 0, 21)
  283. Factory5.Font = Enum.Font.SourceSans
  284. Factory5.Text = "5"
  285. Factory5.TextColor3 = Color3.new(0, 0, 0)
  286. Factory5.TextSize = 14
  287.  
  288. Factory6.Name = "Factory6"
  289. Factory6.Parent = Main
  290. Factory6.BackgroundColor3 = Color3.new(1, 1, 1)
  291. Factory6.BackgroundTransparency = 0.75
  292. Factory6.Position = UDim2.new(0.895652175, 0, 0.239999995, 0)
  293. Factory6.Size = UDim2.new(0, 23, 0, 21)
  294. Factory6.Font = Enum.Font.SourceSans
  295. Factory6.Text = "6"
  296. Factory6.TextColor3 = Color3.new(0, 0, 0)
  297. Factory6.TextSize = 14
  298.  
  299. CrateTeleport.Name = "CrateTeleport"
  300. CrateTeleport.Parent = Main
  301. CrateTeleport.BackgroundColor3 = Color3.new(1, 1, 1)
  302. CrateTeleport.BackgroundTransparency = 0.75
  303. CrateTeleport.Position = UDim2.new(0, 0, 0.302222222, 0)
  304. CrateTeleport.Size = UDim2.new(0, 100, 0, 20)
  305. CrateTeleport.Font = Enum.Font.SourceSansBold
  306. CrateTeleport.Text = "Crate Teleport"
  307. CrateTeleport.TextColor3 = Color3.new(0, 0, 0)
  308. CrateTeleport.TextSize = 14
  309.  
  310. LuckyClover.Name = "LuckyClover"
  311. LuckyClover.Parent = Main
  312. LuckyClover.BackgroundColor3 = Color3.new(1, 1, 1)
  313. LuckyClover.BackgroundTransparency = 0.75
  314. LuckyClover.Position = UDim2.new(0.557368815, 0, 0.43345809, 0)
  315. LuckyClover.Size = UDim2.new(0, 100, 0, 20)
  316. LuckyClover.Font = Enum.Font.SourceSans
  317. LuckyClover.Text = "Lucky Clovers"
  318. LuckyClover.TextColor3 = Color3.new(0, 0, 0)
  319. LuckyClover.TextSize = 14
  320.  
  321. TwitchPoints.Name = "TwitchPoints"
  322. TwitchPoints.Parent = Main
  323. TwitchPoints.BackgroundColor3 = Color3.new(1, 1, 1)
  324. TwitchPoints.BackgroundTransparency = 0.75
  325. TwitchPoints.Position = UDim2.new(0.557368815, 0, 0.522347033, 0)
  326. TwitchPoints.Size = UDim2.new(0, 100, 0, 20)
  327. TwitchPoints.Font = Enum.Font.SourceSans
  328. TwitchPoints.Text = "Twitch Points"
  329. TwitchPoints.TextColor3 = Color3.new(0, 0, 0)
  330. TwitchPoints.TextSize = 14
  331.  
  332. MaskedMan.Name = "MaskedMan"
  333. MaskedMan.Parent = Main
  334. MaskedMan.BackgroundColor3 = Color3.new(1, 1, 1)
  335. MaskedMan.BackgroundTransparency = 0.75
  336. MaskedMan.Position = UDim2.new(0.557368815, 0, 0.611235917, 0)
  337. MaskedMan.Size = UDim2.new(0, 100, 0, 20)
  338. MaskedMan.Font = Enum.Font.SourceSans
  339. MaskedMan.Text = "Masked Man"
  340. MaskedMan.TextColor3 = Color3.new(0, 0, 0)
  341. MaskedMan.TextSize = 14
  342.  
  343. Boxman.Name = "Boxman"
  344. Boxman.Parent = Main
  345. Boxman.BackgroundColor3 = Color3.new(1, 1, 1)
  346. Boxman.BackgroundTransparency = 0.75
  347. Boxman.Position = UDim2.new(0.557368815, 0, 0.7001248, 0)
  348. Boxman.Size = UDim2.new(0, 100, 0, 20)
  349. Boxman.Font = Enum.Font.SourceSans
  350. Boxman.Text = "Box Man"
  351. Boxman.TextColor3 = Color3.new(0, 0, 0)
  352. Boxman.TextSize = 14
  353.  
  354. Santa.Name = "Santa"
  355. Santa.Parent = Main
  356. Santa.BackgroundColor3 = Color3.new(1, 1, 1)
  357. Santa.BackgroundTransparency = 0.75
  358. Santa.Position = UDim2.new(0.557368815, 0, 0.789013684, 0)
  359. Santa.Size = UDim2.new(0, 100, 0, 20)
  360. Santa.Font = Enum.Font.SourceSans
  361. Santa.Text = "Santa"
  362. Santa.TextColor3 = Color3.new(0, 0, 0)
  363. Santa.TextSize = 14
  364.  
  365. OpenClose.Name = "OpenClose"
  366. OpenClose.Parent = BorkGui
  367. OpenClose.BackgroundColor3 = Color3.new(1, 1, 1)
  368. OpenClose.BackgroundTransparency = 1
  369. OpenClose.Position = UDim2.new(0.683441579, 0, 0.873536348, 0)
  370. OpenClose.Size = UDim2.new(0, 100, 0, 100)
  371.  
  372. OC.Name = "OC"
  373. OC.Parent = OpenClose
  374. OC.BackgroundColor3 = Color3.new(0, 0, 0)
  375. OC.Position = UDim2.new(0.680890799, 0, 0.8438797, 0)
  376. OC.Size = UDim2.new(0, 31, 0, 11)
  377. OC.Font = Enum.Font.SourceSans
  378. OC.Text = "Close"
  379. OC.TextColor3 = Color3.new(1, 1, 1)
  380. OC.TextSize = 14
  381. OC.MouseButton1Down:connect(function()
  382. if Open == true then
  383. OC.Text = "Open"
  384. Main.Visible = false
  385. Open = false
  386. elseif Open == false then
  387. Main.Visible = true
  388. OC.Text = "Close"
  389. Open = true
  390. end
  391. end)
  392.  
  393.  
  394.  
  395.  
  396.  
  397.  
  398.  
  399.  
  400. --Functions--
  401. Santa.MouseButton1Down:connect(function()
  402. game.ReplicatedStorage.Click:FireServer(game.Workspace.Map.Santa.Hitfox)
  403. end)
  404.  
  405. Boxman.MouseButton1Down:connect(function()
  406. game.ReplicatedStorage.Click:FireServer(game.Workspace.Map.Boxman.Hitbox)
  407. end)
  408.  
  409. MaskedMan.MouseButton1Down:connect(function()
  410. game.Players.LocalPlayer.PlayerGui.GUI.EventShop.Visible = true
  411. end)
  412.  
  413. TwitchPoints.MouseButton1Down:connect(function()
  414. game.Players.LocalPlayer.Clovers.Value = 100000
  415. end)
  416.  
  417. LuckyClover.MouseButton1Down:connect(function()
  418. game.Players.LocalPlayer.Clovers.Value = 100000
  419. end)
  420.  
  421. Factory1.MouseButton1Down:connect(function()
  422. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace.FakeBases.Factory1.CFrame*CFrame.new(0,50,0)
  423. end)
  424.  
  425. Factory2.MouseButton1Down:connect(function()
  426. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace.FakeBases.Factory2.CFrame*CFrame.new(0,50,0)
  427. end)
  428.  
  429. Factory3.MouseButton1Down:connect(function()
  430. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace.FakeBases.Factory3.CFrame*CFrame.new(0,50,0)
  431. end)
  432.  
  433. Factory4.MouseButton1Down:connect(function()
  434. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace.FakeBases.Factory4.CFrame*CFrame.new(0,50,0)
  435. end)
  436.  
  437. Factory5.MouseButton1Down:connect(function()
  438. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace.FakeBases.Factory5.CFrame*CFrame.new(0,50,0)
  439. end)
  440.  
  441. Factory6.MouseButton1Down:connect(function()
  442. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace.FakeBases.Factory6.CFrame*CFrame.new(0,50,0)
  443. end)
  444.  
  445. UpgraderCframe.MouseButton1Down:connect(function()
  446. game.ReplicatedStorage.DestroyAll:InvokeServer()
  447. local Tycoon = workspace.Tycoons:FindFirstChild(tostring(game.Players.LocalPlayer.PlayerTycoon.Value))
  448. local PlaceItem = game.ReplicatedStorage.PlaceItem
  449. local placehere = CFrame.new(0, 2, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1) + Tycoon:FindFirstChild("Base").Position
  450. PlaceItem:InvokeServer("Basic Conveyor", placehere)
  451. wait(0.01)
  452. for i,v in pairs(game.Workspace.Tycoons:GetDescendants()) do
  453. 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
  454. v:Remove()
  455. end
  456. end
  457. for i,v in pairs(game.Workspace.Tycoons:GetDescendants()) do
  458. if v.Name == "Upgrade" then
  459. v.CFrame = game.Players.LocalPlayer.PlayerTycoon.Value["Basic Conveyor"].Hitbox.CFrame
  460. end
  461. end
  462. end)
  463.  
  464.  
  465. AutoRebirthOn.MouseButton1Down:connect(function()
  466. _G.BorkAutoRebirth = true
  467. if _G.FBorkAutoRebirth == true then
  468. _G.FBorkAutoRebirth = false
  469. while wait(1) do
  470. if _G.BorkAutoRebirth == true then
  471. game.ReplicatedStorage.Rebirth:InvokeServer()
  472. end
  473. end
  474. end
  475. end)
  476.  
  477. AutoRebirthOff.MouseButton1Down:connect(function()
  478. _G.BorkAutoRebirth = false
  479. end)
  480.  
  481.  
  482. RemoteClickerOn.MouseButton1Down:connect(function()
  483. _G.BorkRemoteClicker = true
  484. if _G.FBorkRemoteClicker == true then
  485. _G.FBorkRemoteClicker = false
  486. while wait(1) do
  487. if _G.BorkRemoteClicker == true then
  488. game.ReplicatedStorage.RemoteDrop:FireServer()
  489. end
  490. end
  491. end
  492. end)
  493.  
  494. RemoteClickerOff.MouseButton1Down:connect(function()
  495. _G.BorkRemoteClicker = false
  496. end)
  497.  
  498.  
  499. CrateSpamOn.MouseButton1Down:connect(function()
  500. _G.BorkCrateSpam = true
  501. if _G.FBorkCrateSpam == true then
  502. _G.FBorkCrateSpam = false
  503. while wait(1) do
  504. if _G.BorkCrateSpam == true then
  505. for i,v in pairs(game.Workspace:GetDescendants()) do
  506. if v:IsA("Part") then
  507. game.ReplicatedStorage.FakeCrate:InvokeServer(v.CFrame)
  508. end
  509. end
  510. end
  511. end
  512. end
  513. end)
  514.  
  515. CrateSpamOff.MouseButton1Down:connect(function()
  516. _G.BorkCrateSpam = false
  517. end)
  518.  
  519.  
  520. CrateTeleportOn.MouseButton1Down:connect(function()
  521. _G.BorkCrateTeleport = true
  522. if _G.FBorkCrateTeleport == true then
  523. _G.FBorkCrateTeleport = false
  524. while wait(1) do
  525. if _G.BorkCrateTeleport == true then
  526. for i,v in pairs(game.Workspace:GetChildren()) do
  527. 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
  528. v.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  529. end
  530. end
  531. for i,v in pairs(game.Workspace.Shadows:GetChildren()) do
  532. if v.Name == "ShadowCrate" then
  533. v.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  534. end
  535. end
  536. end
  537. end
  538. end
  539. end)
  540.  
  541.  
  542. CrateTeleportOff.MouseButton1Down:connect(function()
  543. _G.BorkCrateTeleport = false
  544. end)
Advertisement
Add Comment
Please, Sign In to add comment