Advertisement
chrisinator66

Untitled

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