Advertisement
chrisinator66

Untitled

Nov 12th, 2018
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.92 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 AutoRebirth = Instance.new("TextLabel")
  10. local AutoRebirthOff = Instance.new("TextButton")
  11. local AutoRebirthOn = Instance.new("TextButton")
  12. local UpgraderCframe = Instance.new("TextButton")
  13. local Other = Instance.new("TextLabel")
  14. local CrateTeleportOn = Instance.new("TextButton")
  15. local CrateTeleportOff = Instance.new("TextButton")
  16. local FakeCrateSpam = Instance.new("TextLabel")
  17. local CrateSpamOn = Instance.new("TextButton")
  18. local CrateSpamOff = Instance.new("TextButton")
  19. local RemoteClicker = Instance.new("TextLabel")
  20. local RemoteClickerOn = Instance.new("TextButton")
  21. local RemoteClickerOff = Instance.new("TextButton")
  22. local FactoryTeleport = Instance.new("TextLabel")
  23. local Factory1 = Instance.new("TextButton")
  24. local Factory2 = Instance.new("TextButton")
  25. local Factory3 = Instance.new("TextButton")
  26. local Factory4 = Instance.new("TextButton")
  27. local Factory5 = Instance.new("TextButton")
  28. local Factory6 = Instance.new("TextButton")
  29. local CrateTeleport = Instance.new("TextLabel")
  30. local LuckyClover = Instance.new("TextButton")
  31. local TwitchPoints = Instance.new("TextButton")
  32. local MaskedMan = Instance.new("TextButton")
  33. local Boxman = Instance.new("TextButton")
  34. local Santa = Instance.new("TextButton")
  35. local InfInfuse = Instance.new("TextLabel")
  36. local Spacer = Instance.new("TextButton")
  37. local Spacer_2 = Instance.new("TextButton")
  38. local InfInfuseOn = Instance.new("TextButton")
  39. local InfInfuseOff = Instance.new("TextButton")
  40. local FacOwner = Instance.new("TextButton")
  41. local BuyCrate = Instance.new("TextButton")
  42. local Speed = Instance.new("TextButton")
  43. local Jump = Instance.new("TextButton")
  44. local Night = Instance.new("TextButton")
  45. local Day = Instance.new("TextButton")
  46.  
  47. -- Properties
  48.  
  49. BorkGui.Name = "BorkGui"
  50. BorkGui.Parent = game.StarterGui
  51.  
  52. OpenClose.Name = "OpenClose"
  53. OpenClose.Parent = BorkGui
  54. OpenClose.BackgroundColor3 = Color3.new(1, 1, 1)
  55. OpenClose.BackgroundTransparency = 1
  56. OpenClose.Position = UDim2.new(0.683441579, 0, 0.873536348, 0)
  57. OpenClose.Size = UDim2.new(0, 100, 0, 100)
  58.  
  59. OC.Name = "OC"
  60. OC.Parent = OpenClose
  61. OC.BackgroundColor3 = Color3.new(0, 0, 0)
  62. OC.Position = UDim2.new(0.680890799, 0, 0.8438797, 0)
  63. OC.Size = UDim2.new(0, 31, 0, 11)
  64. OC.Font = Enum.Font.SourceSans
  65. OC.Text = "Close"
  66. OC.TextColor3 = Color3.new(1, 1, 1)
  67. OC.TextSize = 14
  68.  
  69. Main.Name = "Main"
  70. Main.Parent = BorkGui
  71. Main.Active = true
  72. Main.BackgroundColor3 = Color3.new(0, 0, 0)
  73. Main.BackgroundTransparency = 1
  74. Main.Position = UDim2.new(0.612336576, 0, 0.73653394, 0)
  75. Main.Selectable = true
  76. Main.Size = UDim2.new(0, 418, 0, 225)
  77.  
  78. Background.Name = "Background"
  79. Background.Parent = Main
  80. Background.BackgroundColor3 = Color3.new(0, 0, 0)
  81. Background.Size = UDim2.new(0, 397, 0, 218)
  82. Background.Image = "rbxassetid://2557904560"
  83.  
  84. Title.Name = "Title"
  85. Title.Parent = Main
  86. Title.BackgroundColor3 = Color3.new(0, 0, 0)
  87. Title.Position = UDim2.new(-0.000283419242, 0, -0.0101326499, 0)
  88. Title.Size = UDim2.new(0, 398, 0, 15)
  89. Title.Font = Enum.Font.SourceSansBold
  90. Title.Text = "Bork's Miner's Haven Gui V1"
  91. Title.TextColor3 = Color3.new(1, 1, 1)
  92. Title.TextSize = 14
  93. Title.TextStrokeColor3 = Color3.new(1, 0, 0.0156863)
  94. Title.TextWrapped = true
  95.  
  96. AutoRebirth.Name = "AutoRebirth"
  97. AutoRebirth.Parent = Main
  98. AutoRebirth.BackgroundColor3 = Color3.new(1, 1, 1)
  99. AutoRebirth.BackgroundTransparency = 0.75
  100. AutoRebirth.Position = UDim2.new(0, 0, 0.057777781, 0)
  101. AutoRebirth.Size = UDim2.new(0, 100, 0, 20)
  102. AutoRebirth.Font = Enum.Font.SourceSansBold
  103. AutoRebirth.Text = "Auto Rebirth"
  104. AutoRebirth.TextColor3 = Color3.new(0, 0, 0)
  105. AutoRebirth.TextSize = 14
  106.  
  107. AutoRebirthOff.Name = "AutoRebirthOff"
  108. AutoRebirthOff.Parent = Main
  109. AutoRebirthOff.BackgroundColor3 = Color3.new(1, 1, 1)
  110. AutoRebirthOff.BackgroundTransparency = 0.75
  111. AutoRebirthOff.Position = UDim2.new(0.118698202, 0, 0.144569337, 0)
  112. AutoRebirthOff.Size = UDim2.new(0, 50, 0, 20)
  113. AutoRebirthOff.Font = Enum.Font.SourceSans
  114. AutoRebirthOff.Text = "Off"
  115. AutoRebirthOff.TextColor3 = Color3.new(0, 0, 0)
  116. AutoRebirthOff.TextSize = 14
  117.  
  118. AutoRebirthOn.Name = "AutoRebirthOn"
  119. AutoRebirthOn.Parent = Main
  120. AutoRebirthOn.BackgroundColor3 = Color3.new(1, 1, 1)
  121. AutoRebirthOn.BackgroundTransparency = 0.75
  122. AutoRebirthOn.Position = UDim2.new(-0.00350081874, 0, 0.144569337, 0)
  123. AutoRebirthOn.Size = UDim2.new(0, 50, 0, 20)
  124. AutoRebirthOn.Font = Enum.Font.SourceSans
  125. AutoRebirthOn.Text = "On"
  126. AutoRebirthOn.TextColor3 = Color3.new(0, 0, 0)
  127. AutoRebirthOn.TextSize = 14
  128.  
  129. UpgraderCframe.Name = "UpgraderCframe"
  130. UpgraderCframe.Parent = Main
  131. UpgraderCframe.BackgroundColor3 = Color3.new(1, 1, 1)
  132. UpgraderCframe.BackgroundTransparency = 0.75
  133. UpgraderCframe.Position = UDim2.new(0.492302865, 0, 0.322347015, 0)
  134. UpgraderCframe.Size = UDim2.new(0, 95, 0, 20)
  135. UpgraderCframe.Font = Enum.Font.SourceSans
  136. UpgraderCframe.Text = "Upgrader CFrame"
  137. UpgraderCframe.TextColor3 = Color3.new(0, 0, 0)
  138. UpgraderCframe.TextSize = 12
  139.  
  140. Other.Name = "Other"
  141. Other.Parent = Main
  142. Other.BackgroundColor3 = Color3.new(1, 1, 1)
  143. Other.BackgroundTransparency = 0.75
  144. Other.Position = UDim2.new(0.492302835, 0, 0.0577777773, 0)
  145. Other.Size = UDim2.new(0, 190, 0, 20)
  146. Other.Font = Enum.Font.SourceSansBold
  147. Other.Text = "Other"
  148. Other.TextColor3 = Color3.new(0, 0, 0)
  149. Other.TextSize = 14
  150.  
  151. CrateTeleportOn.Name = "CrateTeleportOn"
  152. CrateTeleportOn.Parent = Main
  153. CrateTeleportOn.BackgroundColor3 = Color3.new(1, 1, 1)
  154. CrateTeleportOn.BackgroundTransparency = 0.75
  155. CrateTeleportOn.Position = UDim2.new(-0.00350081921, 0, 0.389013797, 0)
  156. CrateTeleportOn.Size = UDim2.new(0, 50, 0, 20)
  157. CrateTeleportOn.Font = Enum.Font.SourceSans
  158. CrateTeleportOn.Text = "On"
  159. CrateTeleportOn.TextColor3 = Color3.new(0, 0, 0)
  160. CrateTeleportOn.TextSize = 14
  161.  
  162. CrateTeleportOff.Name = "CrateTeleportOff"
  163. CrateTeleportOff.Parent = Main
  164. CrateTeleportOff.BackgroundColor3 = Color3.new(1, 1, 1)
  165. CrateTeleportOff.BackgroundTransparency = 0.75
  166. CrateTeleportOff.Position = UDim2.new(0.118698202, 0, 0.389013797, 0)
  167. CrateTeleportOff.Size = UDim2.new(0, 50, 0, 20)
  168. CrateTeleportOff.Font = Enum.Font.SourceSans
  169. CrateTeleportOff.Text = "Off"
  170. CrateTeleportOff.TextColor3 = Color3.new(0, 0, 0)
  171. CrateTeleportOff.TextSize = 14
  172.  
  173. FakeCrateSpam.Name = "FakeCrateSpam"
  174. FakeCrateSpam.Parent = Main
  175. FakeCrateSpam.BackgroundColor3 = Color3.new(1, 1, 1)
  176. FakeCrateSpam.BackgroundTransparency = 0.75
  177. FakeCrateSpam.Position = UDim2.new(-1.02445483e-08, 0, 0.546666682, 0)
  178. FakeCrateSpam.Size = UDim2.new(0, 100, 0, 20)
  179. FakeCrateSpam.Font = Enum.Font.SourceSansBold
  180. FakeCrateSpam.Text = "Fake Crate Spam"
  181. FakeCrateSpam.TextColor3 = Color3.new(0, 0, 0)
  182. FakeCrateSpam.TextSize = 14
  183.  
  184. CrateSpamOn.Name = "CrateSpamOn"
  185. CrateSpamOn.Parent = Main
  186. CrateSpamOn.BackgroundColor3 = Color3.new(1, 1, 1)
  187. CrateSpamOn.BackgroundTransparency = 0.75
  188. CrateSpamOn.Position = UDim2.new(-0.00350081874, 0, 0.633458257, 0)
  189. CrateSpamOn.Size = UDim2.new(0, 50, 0, 20)
  190. CrateSpamOn.Font = Enum.Font.SourceSans
  191. CrateSpamOn.Text = "On"
  192. CrateSpamOn.TextColor3 = Color3.new(0, 0, 0)
  193. CrateSpamOn.TextSize = 14
  194.  
  195. CrateSpamOff.Name = "CrateSpamOff"
  196. CrateSpamOff.Parent = Main
  197. CrateSpamOff.BackgroundColor3 = Color3.new(1, 1, 1)
  198. CrateSpamOff.BackgroundTransparency = 0.75
  199. CrateSpamOff.Position = UDim2.new(0.118698202, 0, 0.633458257, 0)
  200. CrateSpamOff.Size = UDim2.new(0, 50, 0, 20)
  201. CrateSpamOff.Font = Enum.Font.SourceSans
  202. CrateSpamOff.Text = "Off"
  203. CrateSpamOff.TextColor3 = Color3.new(0, 0, 0)
  204. CrateSpamOff.TextSize = 14
  205.  
  206. RemoteClicker.Name = "RemoteClicker"
  207. RemoteClicker.Parent = Main
  208. RemoteClicker.BackgroundColor3 = Color3.new(1, 1, 1)
  209. RemoteClicker.BackgroundTransparency = 0.75
  210. RemoteClicker.Position = UDim2.new(0, 0, 0.791111171, 0)
  211. RemoteClicker.Size = UDim2.new(0, 100, 0, 20)
  212. RemoteClicker.Font = Enum.Font.SourceSansBold
  213. RemoteClicker.Text = "Auto Remote"
  214. RemoteClicker.TextColor3 = Color3.new(0, 0, 0)
  215. RemoteClicker.TextSize = 14
  216.  
  217. RemoteClickerOn.Name = "RemoteClickerOn"
  218. RemoteClickerOn.Parent = Main
  219. RemoteClickerOn.BackgroundColor3 = Color3.new(1, 1, 1)
  220. RemoteClickerOn.BackgroundTransparency = 0.75
  221. RemoteClickerOn.Position = UDim2.new(-0.00350081921, 0, 0.877902746, 0)
  222. RemoteClickerOn.Size = UDim2.new(0, 50, 0, 20)
  223. RemoteClickerOn.Font = Enum.Font.SourceSans
  224. RemoteClickerOn.Text = "On"
  225. RemoteClickerOn.TextColor3 = Color3.new(0, 0, 0)
  226. RemoteClickerOn.TextSize = 14
  227.  
  228. RemoteClickerOff.Name = "RemoteClickerOff"
  229. RemoteClickerOff.Parent = Main
  230. RemoteClickerOff.BackgroundColor3 = Color3.new(1, 1, 1)
  231. RemoteClickerOff.BackgroundTransparency = 0.75
  232. RemoteClickerOff.Position = UDim2.new(0.118698232, 0, 0.877902627, 0)
  233. RemoteClickerOff.Size = UDim2.new(0, 50, 0, 20)
  234. RemoteClickerOff.Font = Enum.Font.SourceSans
  235. RemoteClickerOff.Text = "Off"
  236. RemoteClickerOff.TextColor3 = Color3.new(0, 0, 0)
  237. RemoteClickerOff.TextSize = 14
  238.  
  239. FactoryTeleport.Name = "FactoryTeleport"
  240. FactoryTeleport.Parent = Main
  241. FactoryTeleport.BackgroundColor3 = Color3.new(1, 1, 1)
  242. FactoryTeleport.BackgroundTransparency = 0.75
  243. FactoryTeleport.Position = UDim2.new(0.497087538, 0, 0.871111095, 0)
  244. FactoryTeleport.Size = UDim2.new(0, 46, 0, 21)
  245. FactoryTeleport.Font = Enum.Font.SourceSansBold
  246. FactoryTeleport.Text = "Factory Tp"
  247. FactoryTeleport.TextColor3 = Color3.new(0, 0, 0)
  248. FactoryTeleport.TextSize = 12
  249.  
  250. Factory1.Name = "Factory1"
  251. Factory1.Parent = Main
  252. Factory1.BackgroundColor3 = Color3.new(1, 1, 1)
  253. Factory1.BackgroundTransparency = 0.75
  254. Factory1.Position = UDim2.new(0.609527767, 0, 0.871111095, 0)
  255. Factory1.Size = UDim2.new(0, 23, 0, 21)
  256. Factory1.Font = Enum.Font.SourceSans
  257. Factory1.Text = "1"
  258. Factory1.TextColor3 = Color3.new(0, 0, 0)
  259. Factory1.TextSize = 14
  260.  
  261. Factory2.Name = "Factory2"
  262. Factory2.Parent = Main
  263. Factory2.BackgroundColor3 = Color3.new(1, 1, 1)
  264. Factory2.BackgroundTransparency = 0.75
  265. Factory2.Position = UDim2.new(0.66646564, 0, 0.871111155, 0)
  266. Factory2.Size = UDim2.new(0, 23, 0, 21)
  267. Factory2.Font = Enum.Font.SourceSans
  268. Factory2.Text = "2"
  269. Factory2.TextColor3 = Color3.new(0, 0, 0)
  270. Factory2.TextSize = 14
  271.  
  272. Factory3.Name = "Factory3"
  273. Factory3.Parent = Main
  274. Factory3.BackgroundColor3 = Color3.new(1, 1, 1)
  275. Factory3.BackgroundTransparency = 0.75
  276. Factory3.Position = UDim2.new(0.723403335, 0, 0.871111095, 0)
  277. Factory3.Size = UDim2.new(0, 23, 0, 21)
  278. Factory3.Font = Enum.Font.SourceSans
  279. Factory3.Text = "3"
  280. Factory3.TextColor3 = Color3.new(0, 0, 0)
  281. Factory3.TextSize = 14
  282.  
  283. Factory4.Name = "Factory4"
  284. Factory4.Parent = Main
  285. Factory4.BackgroundColor3 = Color3.new(1, 1, 1)
  286. Factory4.BackgroundTransparency = 0.75
  287. Factory4.Position = UDim2.new(0.779384196, 0, 0.871111095, 0)
  288. Factory4.Size = UDim2.new(0, 23, 0, 21)
  289. Factory4.Font = Enum.Font.SourceSans
  290. Factory4.Text = "4"
  291. Factory4.TextColor3 = Color3.new(0, 0, 0)
  292. Factory4.TextSize = 14
  293.  
  294. Factory5.Name = "Factory5"
  295. Factory5.Parent = Main
  296. Factory5.BackgroundColor3 = Color3.new(1, 1, 1)
  297. Factory5.BackgroundTransparency = 0.75
  298. Factory5.Position = UDim2.new(0.836322129, 0, 0.871111155, 0)
  299. Factory5.Size = UDim2.new(0, 23, 0, 21)
  300. Factory5.Font = Enum.Font.SourceSans
  301. Factory5.Text = "5"
  302. Factory5.TextColor3 = Color3.new(0, 0, 0)
  303. Factory5.TextSize = 14
  304.  
  305. Factory6.Name = "Factory6"
  306. Factory6.Parent = Main
  307. Factory6.BackgroundColor3 = Color3.new(1, 1, 1)
  308. Factory6.BackgroundTransparency = 0.75
  309. Factory6.Position = UDim2.new(0.893259823, 0, 0.871111035, 0)
  310. Factory6.Size = UDim2.new(0, 23, 0, 21)
  311. Factory6.Font = Enum.Font.SourceSans
  312. Factory6.Text = "6"
  313. Factory6.TextColor3 = Color3.new(0, 0, 0)
  314. Factory6.TextSize = 14
  315.  
  316. CrateTeleport.Name = "CrateTeleport"
  317. CrateTeleport.Parent = Main
  318. CrateTeleport.BackgroundColor3 = Color3.new(1, 1, 1)
  319. CrateTeleport.BackgroundTransparency = 0.75
  320. CrateTeleport.Position = UDim2.new(0, 0, 0.302222222, 0)
  321. CrateTeleport.Size = UDim2.new(0, 100, 0, 20)
  322. CrateTeleport.Font = Enum.Font.SourceSansBold
  323. CrateTeleport.Text = "Crate Teleport"
  324. CrateTeleport.TextColor3 = Color3.new(0, 0, 0)
  325. CrateTeleport.TextSize = 14
  326.  
  327. LuckyClover.Name = "LuckyClover"
  328. LuckyClover.Parent = Main
  329. LuckyClover.BackgroundColor3 = Color3.new(1, 1, 1)
  330. LuckyClover.BackgroundTransparency = 0.75
  331. LuckyClover.Position = UDim2.new(0.492302805, 0, 0.144569233, 0)
  332. LuckyClover.Size = UDim2.new(0, 95, 0, 20)
  333. LuckyClover.Font = Enum.Font.SourceSans
  334. LuckyClover.Text = "Lucky Clovers"
  335. LuckyClover.TextColor3 = Color3.new(0, 0, 0)
  336. LuckyClover.TextSize = 12
  337.  
  338. TwitchPoints.Name = "TwitchPoints"
  339. TwitchPoints.Parent = Main
  340. TwitchPoints.BackgroundColor3 = Color3.new(1, 1, 1)
  341. TwitchPoints.BackgroundTransparency = 0.75
  342. TwitchPoints.BorderColor3 = Color3.new(0, 0, 0)
  343. TwitchPoints.Position = UDim2.new(0.719575584, 0, 0.144569233, 0)
  344. TwitchPoints.Size = UDim2.new(0, 95, 0, 20)
  345. TwitchPoints.Font = Enum.Font.SourceSans
  346. TwitchPoints.Text = "Twitch Points"
  347. TwitchPoints.TextColor3 = Color3.new(0, 0, 0)
  348. TwitchPoints.TextSize = 12
  349.  
  350. MaskedMan.Name = "MaskedMan"
  351. MaskedMan.Parent = Main
  352. MaskedMan.BackgroundColor3 = Color3.new(1, 1, 1)
  353. MaskedMan.BackgroundTransparency = 0.75
  354. MaskedMan.Position = UDim2.new(0.492302865, 0, 0.233458117, 0)
  355. MaskedMan.Size = UDim2.new(0, 95, 0, 20)
  356. MaskedMan.Font = Enum.Font.SourceSans
  357. MaskedMan.Text = "Masked Man"
  358. MaskedMan.TextColor3 = Color3.new(0, 0, 0)
  359. MaskedMan.TextSize = 12
  360.  
  361. Boxman.Name = "Boxman"
  362. Boxman.Parent = Main
  363. Boxman.BackgroundColor3 = Color3.new(1, 1, 1)
  364. Boxman.BackgroundTransparency = 0.75
  365. Boxman.Position = UDim2.new(0.719575584, 0, 0.233458117, 0)
  366. Boxman.Size = UDim2.new(0, 95, 0, 20)
  367. Boxman.Font = Enum.Font.SourceSans
  368. Boxman.Text = "Box Man"
  369. Boxman.TextColor3 = Color3.new(0, 0, 0)
  370. Boxman.TextSize = 12
  371.  
  372. Santa.Name = "Santa"
  373. Santa.Parent = Main
  374. Santa.BackgroundColor3 = Color3.new(1, 1, 1)
  375. Santa.BackgroundTransparency = 0.75
  376. Santa.Position = UDim2.new(0.718618572, 0, 0.322347015, 0)
  377. Santa.Size = UDim2.new(0, 95, 0, 20)
  378. Santa.Font = Enum.Font.SourceSans
  379. Santa.Text = "Santa"
  380. Santa.TextColor3 = Color3.new(0, 0, 0)
  381. Santa.TextSize = 12
  382.  
  383. InfInfuse.Name = "InfInfuse"
  384. InfInfuse.Parent = Main
  385. InfInfuse.BackgroundColor3 = Color3.new(1, 1, 1)
  386. InfInfuse.BackgroundTransparency = 0.75
  387. InfInfuse.Position = UDim2.new(0.239234447, 0, 0.0577777922, 0)
  388. InfInfuse.Size = UDim2.new(0, 100, 0, 20)
  389. InfInfuse.Font = Enum.Font.SourceSansBold
  390. InfInfuse.Text = "Unlimited Infuses"
  391. InfInfuse.TextColor3 = Color3.new(0, 0, 0)
  392. InfInfuse.TextSize = 14
  393.  
  394. Spacer.Name = "Spacer"
  395. Spacer.Parent = Main
  396. Spacer.BackgroundColor3 = Color3.new(1, 1, 1)
  397. Spacer.BackgroundTransparency = 0.75
  398. Spacer.Position = UDim2.new(-0.167464107, 0, -0.704319656, 0)
  399. Spacer.Size = UDim2.new(0, 21, 0, 20)
  400. Spacer.Font = Enum.Font.SourceSans
  401. Spacer.Text = "Off"
  402. Spacer.TextColor3 = Color3.new(0, 0, 0)
  403. Spacer.TextSize = 14
  404.  
  405. Spacer_2.Name = "Spacer"
  406. Spacer_2.Parent = Main
  407. Spacer_2.BackgroundColor3 = Color3.new(1, 1, 1)
  408. Spacer_2.BackgroundTransparency = 0.75
  409. Spacer_2.Position = UDim2.new(-0.483253598, 0, -0.437652975, 0)
  410. Spacer_2.Size = UDim2.new(0, 100, 0, 15)
  411. Spacer_2.Font = Enum.Font.SourceSans
  412. Spacer_2.Text = "Off"
  413. Spacer_2.TextColor3 = Color3.new(0, 0, 0)
  414. Spacer_2.TextSize = 14
  415.  
  416. InfInfuseOn.Name = "InfInfuseOn"
  417. InfInfuseOn.Parent = Main
  418. InfInfuseOn.BackgroundColor3 = Color3.new(1, 1, 1)
  419. InfInfuseOn.BackgroundTransparency = 0.75
  420. InfInfuseOn.Position = UDim2.new(0.238125965, 0, 0.144569337, 0)
  421. InfInfuseOn.Size = UDim2.new(0, 50, 0, 20)
  422. InfInfuseOn.Font = Enum.Font.SourceSans
  423. InfInfuseOn.Text = "On"
  424. InfInfuseOn.TextColor3 = Color3.new(0, 0, 0)
  425. InfInfuseOn.TextSize = 14
  426.  
  427. InfInfuseOff.Name = "InfInfuseOff"
  428. InfInfuseOff.Parent = Main
  429. InfInfuseOff.BackgroundColor3 = Color3.new(1, 1, 1)
  430. InfInfuseOff.BackgroundTransparency = 0.75
  431. InfInfuseOff.Position = UDim2.new(0.357932627, 0, 0.144569337, 0)
  432. InfInfuseOff.Size = UDim2.new(0, 50, 0, 20)
  433. InfInfuseOff.Font = Enum.Font.SourceSans
  434. InfInfuseOff.Text = "Off"
  435. InfInfuseOff.TextColor3 = Color3.new(0, 0, 0)
  436. InfInfuseOff.TextSize = 14
  437.  
  438. FacOwner.Name = "FacOwner"
  439. FacOwner.Parent = Main
  440. FacOwner.BackgroundColor3 = Color3.new(1, 1, 1)
  441. FacOwner.BackgroundTransparency = 0.75
  442. FacOwner.Position = UDim2.new(0.492302865, 0, 0.411235899, 0)
  443. FacOwner.Size = UDim2.new(0, 95, 0, 20)
  444. FacOwner.Font = Enum.Font.SourceSans
  445. FacOwner.Text = "Print Factory Owners"
  446. FacOwner.TextColor3 = Color3.new(0, 0, 0)
  447. FacOwner.TextSize = 12
  448.  
  449. BuyCrate.Name = "BuyCrate"
  450. BuyCrate.Parent = Main
  451. BuyCrate.BackgroundColor3 = Color3.new(1, 1, 1)
  452. BuyCrate.BackgroundTransparency = 0.75
  453. BuyCrate.Position = UDim2.new(0.718618572, 0, 0.411235899, 0)
  454. BuyCrate.Size = UDim2.new(0, 95, 0, 20)
  455. BuyCrate.Font = Enum.Font.SourceSans
  456. BuyCrate.Text = "Buy Crate Items"
  457. BuyCrate.TextColor3 = Color3.new(0, 0, 0)
  458. BuyCrate.TextSize = 12
  459.  
  460. Speed.Name = "Speed"
  461. Speed.Parent = Main
  462. Speed.BackgroundColor3 = Color3.new(1, 1, 1)
  463. Speed.BackgroundTransparency = 0.75
  464. Speed.Position = UDim2.new(0.492302865, 0, 0.500124812, 0)
  465. Speed.Size = UDim2.new(0, 96, 0, 20)
  466. Speed.Font = Enum.Font.SourceSans
  467. Speed.Text = "+10 Speed"
  468. Speed.TextColor3 = Color3.new(0, 0, 0)
  469. Speed.TextSize = 12
  470.  
  471. Jump.Name = "Jump"
  472. Jump.Parent = Main
  473. Jump.BackgroundColor3 = Color3.new(1, 1, 1)
  474. Jump.BackgroundTransparency = 0.75
  475. Jump.Position = UDim2.new(0.721967936, 0, 0.500124812, 0)
  476. Jump.Size = UDim2.new(0, 94, 0, 20)
  477. Jump.Font = Enum.Font.SourceSans
  478. Jump.Text = "+10 Jump"
  479. Jump.TextColor3 = Color3.new(0, 0, 0)
  480. Jump.TextSize = 12
  481.  
  482. Night.Name = "Night"
  483. Night.Parent = Main
  484. Night.BackgroundColor3 = Color3.new(1, 1, 1)
  485. Night.BackgroundTransparency = 0.75
  486. Night.Position = UDim2.new(0.492302865, 0, 0.589013696, 0)
  487. Night.Size = UDim2.new(0, 96, 0, 20)
  488. Night.Font = Enum.Font.SourceSans
  489. Night.Text = "Set To Night"
  490. Night.TextColor3 = Color3.new(0, 0, 0)
  491. Night.TextSize = 12
  492.  
  493. Day.Name = "Day"
  494. Day.Parent = Main
  495. Day.BackgroundColor3 = Color3.new(1, 1, 1)
  496. Day.BackgroundTransparency = 0.75
  497. Day.Position = UDim2.new(0.721489549, 0, 0.589013696, 0)
  498. Day.Size = UDim2.new(0, 94, 0, 20)
  499. Day.Font = Enum.Font.SourceSans
  500. Day.Text = "Set To Day"
  501. Day.TextColor3 = Color3.new(0, 0, 0)
  502. Day.TextSize = 12
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement