Advertisement
Guest User

Roblox BOOGA BOOGA SCript

a guest
Mar 23rd, 2019
10,133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 29.30 KB | None | 0 0
  1. local RbxFuckerintro = Instance.new("ScreenGui")
  2. local Intro = Instance.new("ImageLabel")
  3. local IntroText = Instance.new("TextLabel")
  4. RbxFuckerintro.Name = "RbxFucker intro"
  5. RbxFuckerintro.Parent = game.CoreGui
  6.  
  7. Intro.Name = "Intro"
  8. Intro.Parent = RbxFuckerintro
  9. Intro.BackgroundColor3 = Color3.new(1, 1, 1)
  10. Intro.BackgroundTransparency = 1
  11. Intro.Position = UDim2.new(0.5, -50, 0, -150)
  12. Intro.Size = UDim2.new(0, 150, 0, 150)
  13. Intro.Image = "rbxassetid://1713643427"
  14.  
  15. IntroText.Name = "IntroText"
  16. IntroText.Parent = RbxFuckerintro
  17. IntroText.BackgroundColor3 = Color3.new(1, 1, 1)
  18. IntroText.BackgroundTransparency = 1
  19. IntroText.Position = UDim2.new(0.5, -50, 0, -150)
  20. IntroText.Size = UDim2.new(1, 0, 0, 30)
  21. IntroText.Font = Enum.Font.SourceSansBold
  22. IntroText.FontSize = Enum.FontSize.Size32
  23. IntroText.Text = "RbxFucker By BlueBearTim!"
  24. IntroText.TextColor3 = Color3.new(1, 1, 1)
  25. IntroText.TextSize = 32
  26.  
  27. Intro:TweenPosition(UDim2.new(.5,-75,.5,-75),Enum.EasingDirection.Out,Enum.EasingStyle.Back,.5,true)
  28. wait(.75)
  29. IntroText:TweenPosition(UDim2.new(.5,-690,.5,80),Enum.EasingDirection.Out,Enum.EasingStyle.Back,.5,true)
  30. wait(2)
  31. Intro:TweenPosition(UDim2.new(.5,-75,1,0),Enum.EasingDirection.In,Enum.EasingStyle.Quint,.5,true)
  32. IntroText:TweenPosition(UDim2.new(.5,-75,1,0),Enum.EasingDirection.In,Enum.EasingStyle.Quint,.5,true)
  33. repeat wait()until Intro.ImageTransparency == 0
  34.  
  35.  
  36. local RbxFucker = Instance.new("ScreenGui")
  37. local Topbar = Instance.new("Frame")
  38. local MainFrame = Instance.new("Frame")
  39. local MenuButton = Instance.new("ImageButton")
  40. local MenuFrame = Instance.new("Frame")
  41. local Homebtn = Instance.new("TextButton")
  42. local Scriptsbtn = Instance.new("TextButton")
  43. local Gamescriptsbtn = Instance.new("TextButton")
  44. local HomeFrame = Instance.new("Frame")
  45. local HomeTitle = Instance.new("TextLabel")
  46. local ChangelogFrame = Instance.new("Frame")
  47. local ChangelogTopBar1 = Instance.new("Frame")
  48. local ChangelogTopBar2 = Instance.new("Frame")
  49. local ChangelogTopBar3 = Instance.new("Frame")
  50. local ChangelogTitle = Instance.new("TextLabel")
  51. local ChangelogText1 = Instance.new("TextLabel")
  52. local HomeDesc1 = Instance.new("TextLabel")
  53. local HomeDesc2 = Instance.new("TextLabel")
  54. local HomeDesc3 = Instance.new("TextLabel")
  55. local DescFrame = Instance.new("Frame")
  56. local HomeLogo = Instance.new("ImageLabel")
  57. local HomeCreditsbtn = Instance.new("TextButton")
  58. local CreditsFrame = Instance.new("Frame")
  59. local CreditsDesc = Instance.new("TextLabel")
  60. local ChangelogTop = Instance.new("ImageLabel")
  61. local Bottombar = Instance.new("Frame")
  62. local ScriptsFrame = Instance.new("Frame")
  63. local ScriptsTitle = Instance.new("TextLabel")
  64. local ScriptsScroll = Instance.new("ScrollingFrame")
  65. local InfiniteYieldbtn = Instance.new("TextButton")
  66. local EspGuibtn = Instance.new("TextButton")
  67. local RemoteSpybtn = Instance.new("TextButton")
  68. local AnnouncementsDesc = Instance.new("TextLabel")
  69. local AnnouncementsFrame = Instance.new("Frame")
  70. local UnderTitleBar = Instance.new("Frame")
  71. local GamescriptsFrame = Instance.new("Frame")
  72. local GameScriptsScroll = Instance.new("ScrollingFrame")
  73. local BoogaBoogabtn = Instance.new("TextButton")
  74. local GameScriptsTitle = Instance.new("TextLabel")
  75. local BoogaLeftFrame = Instance.new("Frame")
  76. local FunctionsName = Instance.new("TextLabel")
  77. local BigBodybtn = Instance.new("TextButton")
  78. local TpSpambtn = Instance.new("TextButton")
  79. local Speedbtn = Instance.new("TextButton")
  80. local JumpPowerbtn = Instance.new("TextButton")
  81. local RemoveRainbtn = Instance.new("TextButton")
  82. local InfJumpbtn = Instance.new("TextButton")
  83. local SpawnGodHutbtn = Instance.new("TextButton")
  84. local SpawnInfinityChestbtn = Instance.new("TextButton")
  85. local OpenAllChestsbtn = Instance.new("TextButton")
  86. local LeftFrameBar = Instance.new("Frame")
  87. local AutoPickupbtn = Instance.new("TextButton")
  88. local ESPbtn = Instance.new("TextButton")
  89. local Flybtn = Instance.new("TextButton")
  90. local Rejoinbtn = Instance.new("TextButton")
  91. local CraftAnyItembtn = Instance.new("TextButton")
  92. local DropAllItemsbtn = Instance.new("TextButton")
  93. local RemoveAllEffectsbtn = Instance.new("TextButton")
  94. local AutoBreakbtn = Instance.new("TextButton")
  95. local BoogaRightFrame = Instance.new("Frame")
  96. local KeybindsName = Instance.new("TextLabel")
  97. local RightFrameBar = Instance.new("Frame")
  98. local GodHutkb = Instance.new("TextBox")
  99. local InfinityChestkb = Instance.new("TextBox")
  100. local Soeedkb = Instance.new("TextBox")
  101. local SpeedMultiplierkb = Instance.new("TextBox")
  102. local Flykb = Instance.new("TextBox")
  103. local AutoPickupkb = Instance.new("TextBox")
  104. local JumpPowerMultiplierkb = Instance.new("TextBox")
  105. local TpSpamPlayerNamekb = Instance.new("TextBox")
  106. local DropAllItemsItemNamekb = Instance.new("TextBox")
  107. local DropAllItemskb = Instance.new("TextBox")
  108. local CraftAnyItemItemNamekb = Instance.new("TextBox")
  109. local BoogaNameFrame = Instance.new("Frame")
  110. local BoogaName = Instance.new("TextLabel")
  111. local openclose = Instance.new("TextButton")
  112. local AutoBreakkb = Instance.new("TextBox")
  113. local VoidTpbtn = Instance.new("TextButton")
  114. local AutoPickupitemkb = Instance.new("TextBox")
  115. local AutoEatbtn = Instance.new("TextButton")
  116. local AutoCampfirebtn = Instance.new("TextButton")
  117. local AutoEatFoodNamekb = Instance.new("TextBox")
  118. local AutoEatkb = Instance.new("TextBox")
  119. local AutoPickupChooserButton = Instance.new("TextButton")
  120. local AutoPickupTopbar = Instance.new("Frame")
  121. local AutoPickupMainFrame = Instance.new("Frame")
  122. local AutoPickupScrollingFrame = Instance.new("ScrollingFrame")
  123. local RawAdurite = Instance.new("TextButton")
  124. local SteelMix = Instance.new("TextButton")
  125. local GoldBar = Instance.new("TextButton")
  126. local IronBar = Instance.new("TextButton")
  127. local SteelBar = Instance.new("TextButton")
  128. local AduriteBar = Instance.new("TextButton")
  129. local Stone = Instance.new("TextButton")
  130. local Leaves = Instance.new("TextButton")
  131. local Log = Instance.new("TextButton")
  132. local Stick = Instance.new("TextButton")
  133. local Barley = Instance.new("TextButton")
  134. local Berry = Instance.new("TextButton")
  135. local Banana = Instance.new("TextButton")
  136. local Bloodfruit = Instance.new("TextButton")
  137. local Apple = Instance.new("TextButton")
  138. local Bread = Instance.new("TextButton")
  139. local CactusBits = Instance.new("TextButton")
  140. local Coal = Instance.new("TextButton")
  141. local Bluefruit = Instance.new("TextButton")
  142. local Cloudberry = Instance.new("TextButton")
  143. local FriedCactus = Instance.new("TextButton")
  144. local CookedMeat = Instance.new("TextButton")
  145. local IceCube = Instance.new("TextButton")
  146. local CookedMorsel = Instance.new("TextButton")
  147. local Coconut = Instance.new("TextButton")
  148. local Corn = Instance.new("TextButton")
  149. local Jelly = Instance.new("TextButton")
  150. local Egg = Instance.new("TextButton")
  151. local CookedFish = Instance.new("TextButton")
  152. local GrainMush = Instance.new("TextButton")
  153. local OddBerry = Instance.new("TextButton")
  154. local Orange = Instance.new("TextButton")
  155. local CookedEgg = Instance.new("TextButton")
  156. local PeeperPopsicle = Instance.new("TextButton")
  157. local SunFruit = Instance.new("TextButton")
  158. local PricklyPear = Instance.new("TextButton")
  159. local RawFish = Instance.new("TextButton")
  160. local RawMeat = Instance.new("TextButton")
  161. local RawMorsel = Instance.new("TextButton")
  162. local StrangeFruit = Instance.new("TextButton")
  163. local Essence = Instance.new("TextButton")
  164. local RawGold = Instance.new("TextButton")
  165. local CrystalChunk = Instance.new("TextButton")
  166. local Emerald = Instance.new("TextButton")
  167. local RawMagnetite = Instance.new("TextButton")
  168. local RawIron = Instance.new("TextButton")
  169. local openclosekeybind = Instance.new("TextBox")
  170. local openclosekeybindtext = Instance.new("TextLabel")
  171. local AutoWallTrapbtn = Instance.new("TextButton")
  172. local pleasedontkillxd = Instance.new("TextLabel")
  173.  
  174. -- Properties
  175.  
  176. RbxFucker.Name = "RbxFucker"
  177. RbxFucker.Parent = game.CoreGui
  178.  
  179. Topbar.Name = "Topbar"
  180. Topbar.Parent = RbxFucker
  181. Topbar.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  182. Topbar.BorderSizePixel = 0
  183. Topbar.Position = UDim2.new(0.344569743, 0, 0.0613788441, 0)
  184. Topbar.Size = UDim2.new(0, 428, 0, 37)
  185. Topbar.ZIndex = 2
  186. Topbar.Draggable = true
  187. Topbar.Active = true
  188.  
  189. MainFrame.Name = "MainFrame"
  190. MainFrame.Parent = Topbar
  191. MainFrame.BackgroundColor3 = Color3.new(0.686275, 0.686275, 0.686275)
  192. MainFrame.BorderSizePixel = 0
  193. MainFrame.Position = UDim2.new(0, 0, 1, 0)
  194. MainFrame.Size = UDim2.new(0, 428, 0, 511)
  195.  
  196. MenuButton.Name = "MenuButton"
  197. MenuButton.Parent = MainFrame
  198. MenuButton.BackgroundColor3 = Color3.new(0.666667, 0, 1)
  199. MenuButton.BackgroundTransparency = 1
  200. MenuButton.Position = UDim2.new(0, 0, -0.0724070445, 0)
  201. MenuButton.Size = UDim2.new(0, 37, 0, 37)
  202. MenuButton.ZIndex = 11
  203. MenuButton.Image = "rbxassetid://2166396090"
  204.  
  205. MenuFrame.Name = "MenuFrame"
  206. MenuFrame.Parent = MenuButton
  207. MenuFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  208. MenuFrame.BorderColor3 = Color3.new(0, 0, 0)
  209. MenuFrame.BorderSizePixel = 0
  210. MenuFrame.Position = UDim2.new(0.00706267357, 0, 0.707539558, 0)
  211. MenuFrame.Size = UDim2.new(0, 175, 0, 11)
  212. MenuFrame.ZIndex = 9
  213.  
  214. Homebtn.Name = "Homebtn"
  215. Homebtn.Parent = MenuFrame
  216. Homebtn.BackgroundColor3 = Color3.new(0.490196, 0.490196, 0.490196)
  217. Homebtn.BorderSizePixel = 0
  218. Homebtn.Position = UDim2.new(0, 0, 0.075000003, 0)
  219. Homebtn.Size = UDim2.new(0, 6, 0, 34)
  220. Homebtn.Visible = false
  221. Homebtn.ZIndex = 10
  222. Homebtn.Font = Enum.Font.Cartoon
  223. Homebtn.FontSize = Enum.FontSize.Size28
  224. Homebtn.Text = ""
  225. Homebtn.TextColor3 = Color3.new(0, 0, 0)
  226. Homebtn.TextSize = 25
  227.  
  228. Scriptsbtn.Name = "Scriptsbtn"
  229. Scriptsbtn.Parent = MenuFrame
  230. Scriptsbtn.BackgroundColor3 = Color3.new(0.490196, 0.490196, 0.490196)
  231. Scriptsbtn.BorderSizePixel = 0
  232. Scriptsbtn.Position = UDim2.new(0, 0, 0.200000003, 0)
  233. Scriptsbtn.Size = UDim2.new(0, 6, 0, 34)
  234. Scriptsbtn.Visible = false
  235. Scriptsbtn.ZIndex = 10
  236. Scriptsbtn.Font = Enum.Font.Cartoon
  237. Scriptsbtn.FontSize = Enum.FontSize.Size28
  238. Scriptsbtn.Text = ""
  239. Scriptsbtn.TextColor3 = Color3.new(0, 0, 0)
  240. Scriptsbtn.TextSize = 25
  241.  
  242. Gamescriptsbtn.Name = "Gamescriptsbtn"
  243. Gamescriptsbtn.Parent = MenuFrame
  244. Gamescriptsbtn.BackgroundColor3 = Color3.new(0.490196, 0.490196, 0.490196)
  245. Gamescriptsbtn.BorderSizePixel = 0
  246. Gamescriptsbtn.Position = UDim2.new(0, 0, 0.324999988, 0)
  247. Gamescriptsbtn.Size = UDim2.new(0, 6, 0, 34)
  248. Gamescriptsbtn.Visible = false
  249. Gamescriptsbtn.ZIndex = 10
  250. Gamescriptsbtn.Font = Enum.Font.Cartoon
  251. Gamescriptsbtn.FontSize = Enum.FontSize.Size28
  252. Gamescriptsbtn.Text = ""
  253. Gamescriptsbtn.TextColor3 = Color3.new(0, 0, 0)
  254. Gamescriptsbtn.TextSize = 25
  255.  
  256. HomeFrame.Name = "HomeFrame"
  257. HomeFrame.Parent = MainFrame
  258. HomeFrame.BackgroundColor3 = Color3.new(0.686275, 0.686275, 0.686275)
  259. HomeFrame.BorderSizePixel = 0
  260. HomeFrame.Size = UDim2.new(0, 428, 0, 504)
  261. HomeFrame.Visible = true
  262.  
  263. HomeTitle.Name = "HomeTitle"
  264. HomeTitle.Parent = HomeFrame
  265. HomeTitle.BackgroundColor3 = Color3.new(1, 1, 1)
  266. HomeTitle.BackgroundTransparency = 1
  267. HomeTitle.BorderSizePixel = 0
  268. HomeTitle.Position = UDim2.new(0, 0, 0.0198412705, 0)
  269. HomeTitle.Size = UDim2.new(0, 428, 0, 17)
  270. HomeTitle.Font = Enum.Font.Cartoon
  271. HomeTitle.FontSize = Enum.FontSize.Size28
  272. HomeTitle.Text = "Welcome to UniqHub!"
  273. HomeTitle.TextColor3 = Color3.new(1, 1, 1)
  274. HomeTitle.TextSize = 25
  275.  
  276. ChangelogFrame.Name = "ChangelogFrame"
  277. ChangelogFrame.Parent = HomeFrame
  278. ChangelogFrame.BackgroundColor3 = Color3.new(0.192157, 0.192157, 0.192157)
  279. ChangelogFrame.BorderSizePixel = 0
  280. ChangelogFrame.Position = UDim2.new(0.495327115, 0, 0.216269836, 0)
  281. ChangelogFrame.Size = UDim2.new(0, 216, 0, 273)
  282.  
  283. ChangelogTopBar1.Name = "ChangelogTopBar1"
  284. ChangelogTopBar1.Parent = HomeFrame
  285. ChangelogTopBar1.BackgroundColor3 = Color3.new(0, 0, 0)
  286. ChangelogTopBar1.BorderSizePixel = 0
  287. ChangelogTopBar1.Position = UDim2.new(0.495327115, 0, 0.216269836, 0)
  288. ChangelogTopBar1.Size = UDim2.new(0, 216, 0, 6)
  289.  
  290. ChangelogTopBar2.Name = "ChangelogTopBar2"
  291. ChangelogTopBar2.Parent = HomeFrame
  292. ChangelogTopBar2.BackgroundColor3 = Color3.new(0, 0, 0)
  293. ChangelogTopBar2.BorderSizePixel = 0
  294. ChangelogTopBar2.Position = UDim2.new(0.495327115, 0, 0.746031761, 0)
  295. ChangelogTopBar2.Size = UDim2.new(0, 216, 0, 6)
  296.  
  297. ChangelogTopBar3.Name = "ChangelogTopBar3"
  298. ChangelogTopBar3.Parent = HomeFrame
  299. ChangelogTopBar3.BackgroundColor3 = Color3.new(0, 0, 0)
  300. ChangelogTopBar3.BorderSizePixel = 0
  301. ChangelogTopBar3.Position = UDim2.new(0.495327115, 0, 0.263888896, 0)
  302. ChangelogTopBar3.Size = UDim2.new(0, 216, 0, 3)
  303.  
  304. ChangelogTitle.Name = "ChangelogTitle"
  305. ChangelogTitle.Parent = HomeFrame
  306. ChangelogTitle.BackgroundColor3 = Color3.new(1, 1, 1)
  307. ChangelogTitle.BackgroundTransparency = 1
  308. ChangelogTitle.BorderSizePixel = 0
  309. ChangelogTitle.Position = UDim2.new(0.495327115, 0, 0.228174597, 0)
  310. ChangelogTitle.Size = UDim2.new(0, 216, 0, 18)
  311. ChangelogTitle.Font = Enum.Font.SourceSansBold
  312. ChangelogTitle.FontSize = Enum.FontSize.Size18
  313. ChangelogTitle.Text = "Changelog!"
  314. ChangelogTitle.TextColor3 = Color3.new(1, 1, 1)
  315. ChangelogTitle.TextSize = 16
  316.  
  317. ChangelogText1.Name = "ChangelogText1"
  318. ChangelogText1.Parent = HomeFrame
  319. ChangelogText1.BackgroundColor3 = Color3.new(1, 1, 1)
  320. ChangelogText1.BackgroundTransparency = 1
  321. ChangelogText1.BorderSizePixel = 0
  322. ChangelogText1.Position = UDim2.new(0.495327115, 0, 0.287698418, 0)
  323. ChangelogText1.Size = UDim2.new(0, 216, 0, 18)
  324. ChangelogText1.Font = Enum.Font.SourceSansBold
  325. ChangelogText1.FontSize = Enum.FontSize.Size12
  326. ChangelogText1.Text = "Too Lazy to edit this l0l."
  327. ChangelogText1.TextColor3 = Color3.new(1, 1, 1)
  328. ChangelogText1.TextSize = 12
  329.  
  330. HomeDesc1.Name = "HomeDesc1"
  331. HomeDesc1.Parent = HomeFrame
  332. HomeDesc1.BackgroundColor3 = Color3.new(1, 1, 1)
  333. HomeDesc1.BackgroundTransparency = 1
  334. HomeDesc1.BorderSizePixel = 0
  335. HomeDesc1.Position = UDim2.new(0, 0, 0.81150794, 0)
  336. HomeDesc1.Size = UDim2.new(0, 428, 0, 17)
  337. HomeDesc1.ZIndex = 2
  338. HomeDesc1.Font = Enum.Font.Cartoon
  339. HomeDesc1.FontSize = Enum.FontSize.Size28
  340. HomeDesc1.Text = "Thank you for using UniqHub."
  341. HomeDesc1.TextColor3 = Color3.new(1, 1, 1)
  342. HomeDesc1.TextSize = 25
  343.  
  344. HomeDesc2.Name = "HomeDesc2"
  345. HomeDesc2.Parent = HomeFrame
  346. HomeDesc2.BackgroundColor3 = Color3.new(1, 1, 1)
  347. HomeDesc2.BackgroundTransparency = 1
  348. HomeDesc2.BorderSizePixel = 0
  349. HomeDesc2.Position = UDim2.new(0, 0, 0.861111104, 0)
  350. HomeDesc2.Size = UDim2.new(0, 428, 0, 17)
  351. HomeDesc2.ZIndex = 2
  352. HomeDesc2.Font = Enum.Font.Cartoon
  353. HomeDesc2.FontSize = Enum.FontSize.Size28
  354. HomeDesc2.Text = "This gives us the motivation to continue!"
  355. HomeDesc2.TextColor3 = Color3.new(1, 1, 1)
  356. HomeDesc2.TextSize = 25
  357.  
  358. HomeDesc3.Name = "HomeDesc3"
  359. HomeDesc3.Parent = HomeFrame
  360. HomeDesc3.BackgroundColor3 = Color3.new(1, 1, 1)
  361. HomeDesc3.BackgroundTransparency = 1
  362. HomeDesc3.BorderSizePixel = 0
  363. HomeDesc3.Position = UDim2.new(0, 0, 0.908730149, 0)
  364. HomeDesc3.Size = UDim2.new(0, 428, 0, 17)
  365. HomeDesc3.ZIndex = 2
  366. HomeDesc3.Font = Enum.Font.Cartoon
  367. HomeDesc3.FontSize = Enum.FontSize.Size28
  368. HomeDesc3.Text = "More updates coming soon =D"
  369. HomeDesc3.TextColor3 = Color3.new(1, 1, 1)
  370. HomeDesc3.TextSize = 25
  371.  
  372. DescFrame.Name = "DescFrame"
  373. DescFrame.Parent = HomeFrame
  374. DescFrame.BackgroundColor3 = Color3.new(0.192157, 0.192157, 0.192157)
  375. DescFrame.BackgroundTransparency = 0.30000001192093
  376. DescFrame.BorderSizePixel = 0
  377. DescFrame.Position = UDim2.new(0.0140186911, 0, 0.777777791, 0)
  378. DescFrame.Size = UDim2.new(0, 416, 0, 100)
  379.  
  380. HomeLogo.Name = "HomeLogo"
  381. HomeLogo.Parent = HomeFrame
  382. HomeLogo.BackgroundColor3 = Color3.new(1, 1, 1)
  383. HomeLogo.BackgroundTransparency = 1
  384. HomeLogo.BorderSizePixel = 0
  385. HomeLogo.Position = UDim2.new(-0.191588789, 0, 0.115079366, 0)
  386. HomeLogo.Size = UDim2.new(0, 354, 0, 306)
  387. HomeLogo.Image = "rbxassetid://2167842137"
  388.  
  389. HomeCreditsbtn.Name = "HomeCreditsbtn"
  390. HomeCreditsbtn.Parent = HomeFrame
  391. HomeCreditsbtn.BackgroundColor3 = Color3.new(0.192157, 0.192157, 0.192157)
  392. HomeCreditsbtn.BorderSizePixel = 0
  393. HomeCreditsbtn.Position = UDim2.new(0.0350467265, 0, 0.702380955, 0)
  394. HomeCreditsbtn.Size = UDim2.new(0, 179, 0, 28)
  395. HomeCreditsbtn.Font = Enum.Font.SourceSansLight
  396. HomeCreditsbtn.FontSize = Enum.FontSize.Size24
  397. HomeCreditsbtn.Text = "*Credits and Extras*"
  398. HomeCreditsbtn.TextColor3 = Color3.new(1, 1, 1)
  399. HomeCreditsbtn.TextSize = 20
  400.  
  401. CreditsFrame.Name = "CreditsFrame"
  402. CreditsFrame.Parent = HomeFrame
  403. CreditsFrame.BackgroundColor3 = Color3.new(0.192157, 0.192157, 0.192157)
  404. CreditsFrame.BackgroundTransparency = 0.30000001192093
  405. CreditsFrame.BorderSizePixel = 0
  406. CreditsFrame.Position = UDim2.new(0, 0, 1, 0)
  407. CreditsFrame.Size = UDim2.new(0, 428, 0, 8)
  408.  
  409. CreditsDesc.Name = "CreditsDesc"
  410. CreditsDesc.Parent = CreditsFrame
  411. CreditsDesc.BackgroundColor3 = Color3.new(1, 1, 1)
  412. CreditsDesc.BackgroundTransparency = 1
  413. CreditsDesc.Position = UDim2.new(0, 0, 0.068965517, 0)
  414. CreditsDesc.Size = UDim2.new(0, 428, 0, 108)
  415. CreditsDesc.Font = Enum.Font.SourceSans
  416. CreditsDesc.FontSize = Enum.FontSize.Size32
  417. CreditsDesc.Text = ""
  418. CreditsDesc.TextColor3 = Color3.new(1, 1, 1)
  419. CreditsDesc.TextSize = 30
  420. CreditsDesc.TextWrapped = true
  421. CreditsDesc.TextYAlignment = Enum.TextYAlignment.Top
  422.  
  423. ChangelogTop.Name = "ChangelogTop"
  424. ChangelogTop.Parent = HomeFrame
  425. ChangelogTop.BackgroundColor3 = Color3.new(1, 1, 1)
  426. ChangelogTop.BackgroundTransparency = 1
  427. ChangelogTop.Position = UDim2.new(0.495327115, 0, 0.15476191, 0)
  428. ChangelogTop.Size = UDim2.new(0, 216, 0, 31)
  429. ChangelogTop.Image = "rbxassetid://1742938366"
  430.  
  431. Bottombar.Name = "Bottombar"
  432. Bottombar.Parent = MainFrame
  433. Bottombar.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  434. Bottombar.BorderSizePixel = 0
  435. Bottombar.Position = UDim2.new(0, 0, 0.986054957, 0)
  436. Bottombar.Size = UDim2.new(0, 428, 0, 8)
  437.  
  438. ScriptsFrame.Name = "ScriptsFrame"
  439. ScriptsFrame.Parent = MainFrame
  440. ScriptsFrame.BackgroundColor3 = Color3.new(0.686275, 0.686275, 0.686275)
  441. ScriptsFrame.BorderSizePixel = 0
  442. ScriptsFrame.Size = UDim2.new(0, 428, 0, 504)
  443. ScriptsFrame.Visible = false
  444.  
  445. ScriptsTitle.Name = "ScriptsTitle"
  446. ScriptsTitle.Parent = ScriptsFrame
  447. ScriptsTitle.BackgroundColor3 = Color3.new(1, 1, 1)
  448. ScriptsTitle.BackgroundTransparency = 1
  449. ScriptsTitle.BorderSizePixel = 0
  450. ScriptsTitle.Position = UDim2.new(0, 0, 0.0198412705, 0)
  451. ScriptsTitle.Size = UDim2.new(0, 428, 0, 17)
  452. ScriptsTitle.Font = Enum.Font.Cartoon
  453. ScriptsTitle.FontSize = Enum.FontSize.Size28
  454. ScriptsTitle.Text = "Scripts"
  455. ScriptsTitle.TextColor3 = Color3.new(1, 1, 1)
  456. ScriptsTitle.TextSize = 25
  457.  
  458. ScriptsScroll.Name = "ScriptsScroll"
  459. ScriptsScroll.Parent = ScriptsFrame
  460. ScriptsScroll.BackgroundColor3 = Color3.new(1, 1, 1)
  461. ScriptsScroll.BackgroundTransparency = 0.5
  462. ScriptsScroll.Position = UDim2.new(0, 0, 0.115079366, 0)
  463. ScriptsScroll.Size = UDim2.new(0, 428, 0, 446)
  464. ScriptsScroll.CanvasSize = UDim2.new(0, 0, 100, 0)
  465.  
  466. InfiniteYieldbtn.Name = "InfiniteYieldbtn"
  467. InfiniteYieldbtn.Parent = ScriptsScroll
  468. InfiniteYieldbtn.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  469. InfiniteYieldbtn.BorderSizePixel = 0
  470. InfiniteYieldbtn.Position = UDim2.new(0.0160000008, 0, 0, 1)
  471. InfiniteYieldbtn.Size = UDim2.new(0, 401, 0, 33)
  472. InfiniteYieldbtn.Font = Enum.Font.Bodoni
  473. InfiniteYieldbtn.FontSize = Enum.FontSize.Size24
  474. InfiniteYieldbtn.Text = "Infinite Yield"
  475. InfiniteYieldbtn.TextColor3 = Color3.new(1, 1, 1)
  476. InfiniteYieldbtn.TextSize = 20
  477.  
  478. EspGuibtn.Name = "EspGuibtn"
  479. EspGuibtn.Parent = ScriptsScroll
  480. EspGuibtn.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  481. EspGuibtn.BorderSizePixel = 0
  482. EspGuibtn.Position = UDim2.new(0.0160000008, 0, 0.00100000005, 0)
  483. EspGuibtn.Size = UDim2.new(0, 401, 0, 33)
  484. EspGuibtn.Font = Enum.Font.Bodoni
  485. EspGuibtn.FontSize = Enum.FontSize.Size24
  486. EspGuibtn.Text = "ESP Gui"
  487. EspGuibtn.TextColor3 = Color3.new(1, 1, 1)
  488. EspGuibtn.TextSize = 20
  489.  
  490. RemoteSpybtn.Name = "RemoteSpybtn"
  491. RemoteSpybtn.Parent = ScriptsScroll
  492. RemoteSpybtn.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  493. RemoteSpybtn.BorderSizePixel = 0
  494. RemoteSpybtn.Position = UDim2.new(0.0160000008, 0, 0.00200000009, 0)
  495. RemoteSpybtn.Size = UDim2.new(0, 401, 0, 33)
  496. RemoteSpybtn.Font = Enum.Font.Bodoni
  497. RemoteSpybtn.FontSize = Enum.FontSize.Size24
  498. RemoteSpybtn.Text = "Remote Spy"
  499. RemoteSpybtn.TextColor3 = Color3.new(1, 1, 1)
  500. RemoteSpybtn.TextSize = 20
  501.  
  502. AnnouncementsDesc.Name = "AnnouncementsDesc"
  503. AnnouncementsDesc.Parent = MainFrame
  504. AnnouncementsDesc.BackgroundColor3 = Color3.new(1, 1, 1)
  505. AnnouncementsDesc.BackgroundTransparency = 1
  506. AnnouncementsDesc.BorderSizePixel = 0
  507. AnnouncementsDesc.Position = UDim2.new(0, 0, 0.0734127015, 0)
  508. AnnouncementsDesc.Size = UDim2.new(0, 428, 0, 20)
  509. AnnouncementsDesc.ZIndex = 6
  510. AnnouncementsDesc.Font = Enum.Font.Cartoon
  511. AnnouncementsDesc.FontSize = Enum.FontSize.Size18
  512. AnnouncementsDesc.Text = "3-8-2018 - Happy Release date!!"
  513. AnnouncementsDesc.TextColor3 = Color3.new(1, 1, 1)
  514. AnnouncementsDesc.TextSize = 15
  515.  
  516. AnnouncementsFrame.Name = "AnnouncementsFrame"
  517. AnnouncementsFrame.Parent = MainFrame
  518. AnnouncementsFrame.BackgroundColor3 = Color3.new(0.192157, 0.192157, 0.192157)
  519. AnnouncementsFrame.BackgroundTransparency = 0.30000001192093
  520. AnnouncementsFrame.BorderSizePixel = 0
  521. AnnouncementsFrame.Position = UDim2.new(0, 0, 0.0734127015, 0)
  522. AnnouncementsFrame.Size = UDim2.new(0, 428, 0, 20)
  523. AnnouncementsFrame.ZIndex = 5
  524.  
  525. UnderTitleBar.Name = "UnderTitleBar"
  526. UnderTitleBar.Parent = MainFrame
  527. UnderTitleBar.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  528. UnderTitleBar.BorderSizePixel = 0
  529. UnderTitleBar.Position = UDim2.new(0, 0, 0.065476194, 0)
  530. UnderTitleBar.Size = UDim2.new(0, 428, 0, 4)
  531. UnderTitleBar.ZIndex = 5
  532.  
  533. GamescriptsFrame.Name = "GamescriptsFrame"
  534. GamescriptsFrame.Parent = MainFrame
  535. GamescriptsFrame.BackgroundColor3 = Color3.new(0.686275, 0.686275, 0.686275)
  536. GamescriptsFrame.BorderSizePixel = 0
  537. GamescriptsFrame.Size = UDim2.new(0, 428, 0, 504)
  538. GamescriptsFrame.Visible = false
  539.  
  540. GameScriptsScroll.Name = "GameScriptsScroll"
  541. GameScriptsScroll.Parent = GamescriptsFrame
  542. GameScriptsScroll.BackgroundColor3 = Color3.new(1, 1, 1)
  543. GameScriptsScroll.BackgroundTransparency = 0.5
  544. GameScriptsScroll.Position = UDim2.new(0, 0, 0.115079366, 0)
  545. GameScriptsScroll.Size = UDim2.new(0, 428, 0, 446)
  546. GameScriptsScroll.CanvasSize = UDim2.new(0, 0, 100, 0)
  547.  
  548. BoogaBoogabtn.Name = "BoogaBoogabtn"
  549. BoogaBoogabtn.Parent = GameScriptsScroll
  550. BoogaBoogabtn.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  551. BoogaBoogabtn.BorderSizePixel = 0
  552. BoogaBoogabtn.Position = UDim2.new(0.0160000008, 0, 0, 1)
  553. BoogaBoogabtn.Size = UDim2.new(0, 401, 0, 33)
  554. BoogaBoogabtn.Font = Enum.Font.Bodoni
  555. BoogaBoogabtn.FontSize = Enum.FontSize.Size24
  556. BoogaBoogabtn.Text = "Booga Booga"
  557. BoogaBoogabtn.TextColor3 = Color3.new(1, 1, 1)
  558. BoogaBoogabtn.TextSize = 20
  559.  
  560. GameScriptsTitle.Name = "GameScriptsTitle"
  561. GameScriptsTitle.Parent = GamescriptsFrame
  562. GameScriptsTitle.BackgroundColor3 = Color3.new(1, 1, 1)
  563. GameScriptsTitle.BackgroundTransparency = 1
  564. GameScriptsTitle.BorderSizePixel = 0
  565. GameScriptsTitle.Position = UDim2.new(0, 0, 0.0198412705, 0)
  566. GameScriptsTitle.Size = UDim2.new(0, 428, 0, 17)
  567. GameScriptsTitle.Font = Enum.Font.Cartoon
  568. GameScriptsTitle.FontSize = Enum.FontSize.Size28
  569. GameScriptsTitle.Text = "Game Scripts"
  570. GameScriptsTitle.TextColor3 = Color3.new(1, 1, 1)
  571. GameScriptsTitle.TextSize = 25
  572.  
  573. BoogaLeftFrame.Name = "BoogaLeftFrame"
  574. BoogaLeftFrame.Parent = GamescriptsFrame
  575. BoogaLeftFrame.BackgroundColor3 = Color3.new(0.27451, 0.27451, 0.27451)
  576. BoogaLeftFrame.BorderSizePixel = 0
  577. BoogaLeftFrame.Position = UDim2.new(-0.712616801, 0, 0, 0)
  578. BoogaLeftFrame.Size = UDim2.new(0, 313, 0, 504)
  579. BoogaLeftFrame.ZIndex = 0
  580. BoogaLeftFrame.Visible = false
  581.  
  582. FunctionsName.Name = "FunctionsName"
  583. FunctionsName.Parent = BoogaLeftFrame
  584. FunctionsName.BackgroundColor3 = Color3.new(1, 1, 1)
  585. FunctionsName.BackgroundTransparency = 1
  586. FunctionsName.Size = UDim2.new(0, 304, 0, 33)
  587. FunctionsName.Font = Enum.Font.Fantasy
  588. FunctionsName.FontSize = Enum.FontSize.Size32
  589. FunctionsName.Text = "Functions"
  590. FunctionsName.TextColor3 = Color3.new(1, 1, 1)
  591. FunctionsName.TextSize = 30
  592.  
  593. BigBodybtn.Name = "BigBodybtn"
  594. BigBodybtn.Parent = BoogaLeftFrame
  595. BigBodybtn.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  596. BigBodybtn.BorderSizePixel = 0
  597. BigBodybtn.Position = UDim2.new(0.0175718963, 0, 0.392857134, 0)
  598. BigBodybtn.Size = UDim2.new(0, 142, 0, 32)
  599. BigBodybtn.Font = Enum.Font.SourceSans
  600. BigBodybtn.FontSize = Enum.FontSize.Size18
  601. BigBodybtn.Text = "Big body"
  602. BigBodybtn.TextColor3 = Color3.new(1, 1, 1)
  603. BigBodybtn.TextSize = 15
  604.  
  605. TpSpambtn.Name = "TpSpambtn"
  606. TpSpambtn.Parent = BoogaLeftFrame
  607. TpSpambtn.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  608. TpSpambtn.BorderSizePixel = 0
  609. TpSpambtn.Position = UDim2.new(0.5, 0, 0.317460328, 0)
  610. TpSpambtn.Size = UDim2.new(0, 142, 0, 32)
  611. TpSpambtn.Font = Enum.Font.SourceSans
  612. TpSpambtn.FontSize = Enum.FontSize.Size18
  613. TpSpambtn.Text = "Tp Spam"
  614. TpSpambtn.TextColor3 = Color3.new(1, 1, 1)
  615. TpSpambtn.TextSize = 15
  616.  
  617. Speedbtn.Name = "Speedbtn"
  618. Speedbtn.Parent = BoogaLeftFrame
  619. Speedbtn.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  620. Speedbtn.BorderSizePixel = 0
  621. Speedbtn.Position = UDim2.new(0.019230783, 0, 0.162698418, 0)
  622. Speedbtn.Size = UDim2.new(0, 142, 0, 32)
  623. Speedbtn.Font = Enum.Font.SourceSans
  624. Speedbtn.FontSize = Enum.FontSize.Size18
  625. Speedbtn.Text = "Speed"
  626. Speedbtn.TextColor3 = Color3.new(1, 1, 1)
  627. Speedbtn.TextSize = 15
  628.  
  629. JumpPowerbtn.Name = "JumpPowerbtn"
  630. JumpPowerbtn.Parent = BoogaLeftFrame
  631. JumpPowerbtn.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  632. JumpPowerbtn.BorderSizePixel = 0
  633. JumpPowerbtn.Position = UDim2.new(0.5, 0, 0.162698418, 0)
  634. JumpPowerbtn.Size = UDim2.new(0, 142, 0, 32)
  635. JumpPowerbtn.Font = Enum.Font.SourceSans
  636. JumpPowerbtn.FontSize = Enum.FontSize.Size18
  637. JumpPowerbtn.Text = "JumpPower"
  638. JumpPowerbtn.TextColor3 = Color3.new(1, 1, 1)
  639. JumpPowerbtn.TextSize = 15
  640.  
  641. RemoveRainbtn.Name = "RemoveRainbtn"
  642. RemoveRainbtn.Parent = BoogaLeftFrame
  643. RemoveRainbtn.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  644. RemoveRainbtn.BorderSizePixel = 0
  645. RemoveRainbtn.Position = UDim2.new(0.5, 0, 0.240079373, 0)
  646. RemoveRainbtn.Size = UDim2.new(0, 142, 0, 32)
  647. RemoveRainbtn.Font = Enum.Font.SourceSans
  648. RemoveRainbtn.FontSize = Enum.FontSize.Size18
  649. RemoveRainbtn.Text = "Remove Rain"
  650. RemoveRainbtn.TextColor3 = Color3.new(1, 1, 1)
  651. RemoveRainbtn.TextSize = 15
  652.  
  653. InfJumpbtn.Name = "InfJumpbtn"
  654. InfJumpbtn.Parent = BoogaLeftFrame
  655. InfJumpbtn.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  656. InfJumpbtn.BorderSizePixel = 0
  657. InfJumpbtn.Position = UDim2.new(0.0192307811, 0, 0.240079373, 0)
  658. InfJumpbtn.Size = UDim2.new(0, 142, 0, 32)
  659. InfJumpbtn.Font = Enum.Font.SourceSans
  660. InfJumpbtn.FontSize = Enum.FontSize.Size18
  661. InfJumpbtn.Text = "Inf Jump"
  662. InfJumpbtn.TextColor3 = Color3.new(1, 1, 1)
  663. InfJumpbtn.TextSize = 15
  664.  
  665. SpawnGodHutbtn.Name = "SpawnGodHutbtn"
  666. SpawnGodHutbtn.Parent = BoogaLeftFrame
  667. SpawnGodHutbtn.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  668. SpawnGodHutbtn.BorderSizePixel = 0
  669. SpawnGodHutbtn.Position = UDim2.new(0.019230783, 0, 0.0873015821, 0)
  670. SpawnGodHutbtn.Size = UDim2.new(0, 142, 0, 32)
  671. SpawnGodHutbtn.Font = Enum.Font.SourceSans
  672. SpawnGodHutbtn.FontSize = Enum.FontSize.Size18
  673. SpawnGodHutbtn.Text = "Spawn God Hut"
  674. SpawnGodHutbtn.TextColor3 = Color3.new(1, 1, 1)
  675. SpawnGodHutbtn.TextSize = 15
  676.  
  677. AutoWallTrapbtn.Name = "AutoWallTrapbtn"
  678. AutoWallTrapbtn.Parent = BoogaLeftFrame
  679. AutoWallTrapbtn.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  680. AutoWallTrapbtn.BorderSizePixel = 0
  681. AutoWallTrapbtn.Position = UDim2.new(0.0175718963, 0, 0.849206388, 0)
  682. AutoWallTrapbtn.Size = UDim2.new(0, 142, 0, 32)
  683. AutoWallTrapbtn.Font = Enum.Font.SourceSans
  684. AutoWallTrapbtn.FontSize = Enum.FontSize.Size18
  685. AutoWallTrapbtn.Text = "Auto WallTrap"
  686. AutoWallTrapbtn.TextColor3 = Color3.new(1, 1, 1)
  687. AutoWallTrapbtn.TextSize = 15
  688.  
  689. SpawnInfinityChestbtn.Name = "SpawnInfinityChestbtn"
  690. SpawnInfinityChestbtn.Parent = BoogaLeftFrame
  691. SpawnInfinityChestbtn.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  692. SpawnInfinityChestbtn.BorderSizePixel = 0
  693. SpawnInfinityChestbtn.Position = UDim2.new(0.5, 0, 0.0873015895, 0)
  694. SpawnInfinityChestbtn.Size = UDim2.new(0, 142, 0, 32)
  695. SpawnInfinityChestbtn.Font = Enum.Font.SourceSans
  696. SpawnInfinityChestbtn.FontSize = Enum.FontSize.Size18
  697. SpawnInfinityChestbtn.Text = "Spawn Infinity chest"
  698. SpawnInfinityChestbtn.TextColor3 = Color3.new(1, 1, 1)
  699. SpawnInfinityChestbtn.TextSize = 15
  700.  
  701. OpenAllChestsbtn.Name = "OpenAllChestsbtn"
  702. OpenAllChestsbtn.Parent = BoogaLeftFrame
  703. OpenAllChestsbtn.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  704. OpenAllChestsbtn.BorderSizePixel = 0
  705. OpenAllChestsbtn.Position = UDim2.new(0.0175718963, 0, 0.317460328, 0)
  706. OpenAllChestsbtn.Size = UDim2.new(0, 142, 0, 32)
  707. OpenAllChestsbtn.Font = Enum.Font.SourceSans
  708. OpenAllChestsbtn.FontSize = Enum.FontSize.Size18
  709. OpenAllChestsbtn.Text = "Open All Chests"
  710. OpenAllChestsbtn.TextColor3 = Color3.new(1, 1, 1)
  711. OpenAllChestsbtn.TextSize = 15
  712.  
  713. LeftFrameBar.Name = "LeftFrameBar"
  714. LeftFrameBar.Parent = BoogaLeftFrame
  715. LeftFrameBar.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  716. LeftFrameBar.BorderSizePixel = 0
  717. LeftFrameBar.Position = UDim2.new(-0.00101518631, 0, 0.065476194, 0)
  718. LeftFrameBar.Size = UDim2.new(0, 304, 0, 4)
  719. LeftFrameBar.ZIndex = 5
  720.  
  721. AutoPickupbtn.Name = "AutoPickupbtn"
  722. AutoPickupbtn.Parent = BoogaLeftFrame
  723. AutoPickupbtn.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  724. AutoPickupbtn.BorderSizePixel = 0
  725. AutoPickupbtn.Position = UDim2.new(0.5, 0, 0.392857134, 0)
  726. AutoPickupbtn.Size = UDim2.new(0, 142, 0, 32)
  727. AutoPickupbtn.Font = Enum.Font.SourceSans
  728. AutoPickupbtn.FontSize = Enum.FontSize.Size18
  729. AutoPickupbtn.Text = "AutoPickup"
  730. AutoPickupbtn.TextColor3 = Color3.new(1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement