SalamieLP1

BoogaBoggaKnuffl

Nov 5th, 2019
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 97.14 KB | None | 0 0
  1.  
  2. local RbxFuckerintro = Instance.new("ScreenGui")
  3. local Intro = Instance.new("ImageLabel")
  4. local IntroText = Instance.new("TextLabel")
  5. RbxFuckerintro.Name = "RbxFucker intro"
  6. RbxFuckerintro.Parent = game.CoreGui
  7.  
  8. Intro.Name = "Intro"
  9. Intro.Parent = RbxFuckerintro
  10. Intro.BackgroundColor3 = Color3.new(1, 1, 1)
  11. Intro.BackgroundTransparency = 1
  12. Intro.Position = UDim2.new(0.5, -50, 0, -150)
  13. Intro.Size = UDim2.new(0, 150, 0, 150)
  14. Intro.Image = "rbxassetid://1713643427"
  15.  
  16. IntroText.Name = "IntroText"
  17. IntroText.Parent = RbxFuckerintro
  18. IntroText.BackgroundColor3 = Color3.new(1, 1, 1)
  19. IntroText.BackgroundTransparency = 1
  20. IntroText.Position = UDim2.new(0.5, -50, 0, -150)
  21. IntroText.Size = UDim2.new(1, 0, 0, 30)
  22. IntroText.Font = Enum.Font.SourceSansBold
  23. IntroText.FontSize = Enum.FontSize.Size32
  24. IntroText.Text = "RbxFucker By BlueBearTim!"
  25. IntroText.TextColor3 = Color3.new(1, 1, 1)
  26. IntroText.TextSize = 32
  27.  
  28. Intro:TweenPosition(UDim2.new(.5,-75,.5,-75),Enum.EasingDirection.Out,Enum.EasingStyle.Back,.5,true)
  29. wait(.75)
  30. IntroText:TweenPosition(UDim2.new(.5,-690,.5,80),Enum.EasingDirection.Out,Enum.EasingStyle.Back,.5,true)
  31. wait(2)
  32. Intro:TweenPosition(UDim2.new(.5,-75,1,0),Enum.EasingDirection.In,Enum.EasingStyle.Quint,.5,true)
  33. IntroText:TweenPosition(UDim2.new(.5,-75,1,0),Enum.EasingDirection.In,Enum.EasingStyle.Quint,.5,true)
  34. repeat wait()until Intro.ImageTransparency == 0
  35.  
  36.  
  37. local RbxFucker = Instance.new("ScreenGui")
  38. local Topbar = Instance.new("Frame")
  39. local MainFrame = Instance.new("Frame")
  40. local MenuButton = Instance.new("ImageButton")
  41. local MenuFrame = Instance.new("Frame")
  42. local Homebtn = Instance.new("TextButton")
  43. local Scriptsbtn = Instance.new("TextButton")
  44. local Gamescriptsbtn = Instance.new("TextButton")
  45. local HomeFrame = Instance.new("Frame")
  46. local HomeTitle = Instance.new("TextLabel")
  47. local ChangelogFrame = Instance.new("Frame")
  48. local ChangelogTopBar1 = Instance.new("Frame")
  49. local ChangelogTopBar2 = Instance.new("Frame")
  50. local ChangelogTopBar3 = Instance.new("Frame")
  51. local ChangelogTitle = Instance.new("TextLabel")
  52. local ChangelogText1 = Instance.new("TextLabel")
  53. local HomeDesc1 = Instance.new("TextLabel")
  54. local HomeDesc2 = Instance.new("TextLabel")
  55. local HomeDesc3 = Instance.new("TextLabel")
  56. local DescFrame = Instance.new("Frame")
  57. local HomeLogo = Instance.new("ImageLabel")
  58. local HomeCreditsbtn = Instance.new("TextButton")
  59. local CreditsFrame = Instance.new("Frame")
  60. local CreditsDesc = Instance.new("TextLabel")
  61. local ChangelogTop = Instance.new("ImageLabel")
  62. local Bottombar = Instance.new("Frame")
  63. local ScriptsFrame = Instance.new("Frame")
  64. local ScriptsTitle = Instance.new("TextLabel")
  65. local ScriptsScroll = Instance.new("ScrollingFrame")
  66. local InfiniteYieldbtn = Instance.new("TextButton")
  67. local EspGuibtn = Instance.new("TextButton")
  68. local RemoteSpybtn = Instance.new("TextButton")
  69. local AnnouncementsDesc = Instance.new("TextLabel")
  70. local AnnouncementsFrame = Instance.new("Frame")
  71. local UnderTitleBar = Instance.new("Frame")
  72. local GamescriptsFrame = Instance.new("Frame")
  73. local GameScriptsScroll = Instance.new("ScrollingFrame")
  74. local BoogaBoogabtn = Instance.new("TextButton")
  75. local GameScriptsTitle = Instance.new("TextLabel")
  76. local BoogaLeftFrame = Instance.new("Frame")
  77. local FunctionsName = Instance.new("TextLabel")
  78. local BigBodybtn = Instance.new("TextButton")
  79. local TpSpambtn = Instance.new("TextButton")
  80. local Speedbtn = Instance.new("TextButton")
  81. local JumpPowerbtn = Instance.new("TextButton")
  82. local RemoveRainbtn = Instance.new("TextButton")
  83. local InfJumpbtn = Instance.new("TextButton")
  84. local SpawnGodHutbtn = Instance.new("TextButton")
  85. local SpawnInfinityChestbtn = Instance.new("TextButton")
  86. local OpenAllChestsbtn = Instance.new("TextButton")
  87. local LeftFrameBar = Instance.new("Frame")
  88. local AutoPickupbtn = Instance.new("TextButton")
  89. local ESPbtn = Instance.new("TextButton")
  90. local Flybtn = Instance.new("TextButton")
  91. local Rejoinbtn = Instance.new("TextButton")
  92. local CraftAnyItembtn = Instance.new("TextButton")
  93. local DropAllItemsbtn = Instance.new("TextButton")
  94. local RemoveAllEffectsbtn = Instance.new("TextButton")
  95. local AutoBreakbtn = Instance.new("TextButton")
  96. local BoogaRightFrame = Instance.new("Frame")
  97. local KeybindsName = Instance.new("TextLabel")
  98. local RightFrameBar = Instance.new("Frame")
  99. local GodHutkb = Instance.new("TextBox")
  100. local InfinityChestkb = Instance.new("TextBox")
  101. local Soeedkb = Instance.new("TextBox")
  102. local SpeedMultiplierkb = Instance.new("TextBox")
  103. local Flykb = Instance.new("TextBox")
  104. local AutoPickupkb = Instance.new("TextBox")
  105. local JumpPowerMultiplierkb = Instance.new("TextBox")
  106. local TpSpamPlayerNamekb = Instance.new("TextBox")
  107. local DropAllItemsItemNamekb = Instance.new("TextBox")
  108. local DropAllItemskb = Instance.new("TextBox")
  109. local CraftAnyItemItemNamekb = Instance.new("TextBox")
  110. local BoogaNameFrame = Instance.new("Frame")
  111. local BoogaName = Instance.new("TextLabel")
  112. local openclose = Instance.new("TextButton")
  113. local AutoBreakkb = Instance.new("TextBox")
  114. local VoidTpbtn = Instance.new("TextButton")
  115. local AutoPickupitemkb = Instance.new("TextBox")
  116. local AutoEatbtn = Instance.new("TextButton")
  117. local AutoCampfirebtn = Instance.new("TextButton")
  118. local AutoEatFoodNamekb = Instance.new("TextBox")
  119. local AutoEatkb = Instance.new("TextBox")
  120. local AutoPickupChooserButton = Instance.new("TextButton")
  121. local AutoPickupTopbar = Instance.new("Frame")
  122. local AutoPickupMainFrame = Instance.new("Frame")
  123. local AutoPickupScrollingFrame = Instance.new("ScrollingFrame")
  124. local RawAdurite = Instance.new("TextButton")
  125. local SteelMix = Instance.new("TextButton")
  126. local GoldBar = Instance.new("TextButton")
  127. local IronBar = Instance.new("TextButton")
  128. local SteelBar = Instance.new("TextButton")
  129. local AduriteBar = Instance.new("TextButton")
  130. local Stone = Instance.new("TextButton")
  131. local Leaves = Instance.new("TextButton")
  132. local Log = Instance.new("TextButton")
  133. local Stick = Instance.new("TextButton")
  134. local Barley = Instance.new("TextButton")
  135. local Berry = Instance.new("TextButton")
  136. local Banana = Instance.new("TextButton")
  137. local Bloodfruit = Instance.new("TextButton")
  138. local Apple = Instance.new("TextButton")
  139. local Bread = Instance.new("TextButton")
  140. local CactusBits = Instance.new("TextButton")
  141. local Coal = Instance.new("TextButton")
  142. local Bluefruit = Instance.new("TextButton")
  143. local Cloudberry = Instance.new("TextButton")
  144. local FriedCactus = Instance.new("TextButton")
  145. local CookedMeat = Instance.new("TextButton")
  146. local IceCube = Instance.new("TextButton")
  147. local CookedMorsel = Instance.new("TextButton")
  148. local Coconut = Instance.new("TextButton")
  149. local Corn = Instance.new("TextButton")
  150. local Jelly = Instance.new("TextButton")
  151. local Egg = Instance.new("TextButton")
  152. local CookedFish = Instance.new("TextButton")
  153. local GrainMush = Instance.new("TextButton")
  154. local OddBerry = Instance.new("TextButton")
  155. local Orange = Instance.new("TextButton")
  156. local CookedEgg = Instance.new("TextButton")
  157. local PeeperPopsicle = Instance.new("TextButton")
  158. local SunFruit = Instance.new("TextButton")
  159. local PricklyPear = Instance.new("TextButton")
  160. local RawFish = Instance.new("TextButton")
  161. local RawMeat = Instance.new("TextButton")
  162. local RawMorsel = Instance.new("TextButton")
  163. local StrangeFruit = Instance.new("TextButton")
  164. local Essence = Instance.new("TextButton")
  165. local RawGold = Instance.new("TextButton")
  166. local CrystalChunk = Instance.new("TextButton")
  167. local Emerald = Instance.new("TextButton")
  168. local RawMagnetite = Instance.new("TextButton")
  169. local RawIron = Instance.new("TextButton")
  170. local openclosekeybind = Instance.new("TextBox")
  171. local openclosekeybindtext = Instance.new("TextLabel")
  172. local AutoWallTrapbtn = Instance.new("TextButton")
  173. local pleasedontkillxd = Instance.new("TextLabel")
  174.  
  175. -- Properties
  176.  
  177. RbxFucker.Name = "RbxFucker"
  178. RbxFucker.Parent = game.CoreGui
  179.  
  180. Topbar.Name = "Topbar"
  181. Topbar.Parent = RbxFucker
  182. Topbar.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  183. Topbar.BorderSizePixel = 0
  184. Topbar.Position = UDim2.new(0.344569743, 0, 0.0613788441, 0)
  185. Topbar.Size = UDim2.new(0, 428, 0, 37)
  186. Topbar.ZIndex = 2
  187. Topbar.Draggable = true
  188. Topbar.Active = true
  189.  
  190. MainFrame.Name = "MainFrame"
  191. MainFrame.Parent = Topbar
  192. MainFrame.BackgroundColor3 = Color3.new(0.686275, 0.686275, 0.686275)
  193. MainFrame.BorderSizePixel = 0
  194. MainFrame.Position = UDim2.new(0, 0, 1, 0)
  195. MainFrame.Size = UDim2.new(0, 428, 0, 511)
  196.  
  197. MenuButton.Name = "MenuButton"
  198. MenuButton.Parent = MainFrame
  199. MenuButton.BackgroundColor3 = Color3.new(0.666667, 0, 1)
  200. MenuButton.BackgroundTransparency = 1
  201. MenuButton.Position = UDim2.new(0, 0, -0.0724070445, 0)
  202. MenuButton.Size = UDim2.new(0, 37, 0, 37)
  203. MenuButton.ZIndex = 11
  204. MenuButton.Image = "rbxassetid://2166396090"
  205.  
  206. MenuFrame.Name = "MenuFrame"
  207. MenuFrame.Parent = MenuButton
  208. MenuFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  209. MenuFrame.BorderColor3 = Color3.new(0, 0, 0)
  210. MenuFrame.BorderSizePixel = 0
  211. MenuFrame.Position = UDim2.new(0.00706267357, 0, 0.707539558, 0)
  212. MenuFrame.Size = UDim2.new(0, 175, 0, 11)
  213. MenuFrame.ZIndex = 9
  214.  
  215. Homebtn.Name = "Homebtn"
  216. Homebtn.Parent = MenuFrame
  217. Homebtn.BackgroundColor3 = Color3.new(0.490196, 0.490196, 0.490196)
  218. Homebtn.BorderSizePixel = 0
  219. Homebtn.Position = UDim2.new(0, 0, 0.075000003, 0)
  220. Homebtn.Size = UDim2.new(0, 6, 0, 34)
  221. Homebtn.Visible = false
  222. Homebtn.ZIndex = 10
  223. Homebtn.Font = Enum.Font.Cartoon
  224. Homebtn.FontSize = Enum.FontSize.Size28
  225. Homebtn.Text = ""
  226. Homebtn.TextColor3 = Color3.new(0, 0, 0)
  227. Homebtn.TextSize = 25
  228.  
  229. Scriptsbtn.Name = "Scriptsbtn"
  230. Scriptsbtn.Parent = MenuFrame
  231. Scriptsbtn.BackgroundColor3 = Color3.new(0.490196, 0.490196, 0.490196)
  232. Scriptsbtn.BorderSizePixel = 0
  233. Scriptsbtn.Position = UDim2.new(0, 0, 0.200000003, 0)
  234. Scriptsbtn.Size = UDim2.new(0, 6, 0, 34)
  235. Scriptsbtn.Visible = false
  236. Scriptsbtn.ZIndex = 10
  237. Scriptsbtn.Font = Enum.Font.Cartoon
  238. Scriptsbtn.FontSize = Enum.FontSize.Size28
  239. Scriptsbtn.Text = ""
  240. Scriptsbtn.TextColor3 = Color3.new(0, 0, 0)
  241. Scriptsbtn.TextSize = 25
  242.  
  243. Gamescriptsbtn.Name = "Gamescriptsbtn"
  244. Gamescriptsbtn.Parent = MenuFrame
  245. Gamescriptsbtn.BackgroundColor3 = Color3.new(0.490196, 0.490196, 0.490196)
  246. Gamescriptsbtn.BorderSizePixel = 0
  247. Gamescriptsbtn.Position = UDim2.new(0, 0, 0.324999988, 0)
  248. Gamescriptsbtn.Size = UDim2.new(0, 6, 0, 34)
  249. Gamescriptsbtn.Visible = false
  250. Gamescriptsbtn.ZIndex = 10
  251. Gamescriptsbtn.Font = Enum.Font.Cartoon
  252. Gamescriptsbtn.FontSize = Enum.FontSize.Size28
  253. Gamescriptsbtn.Text = ""
  254. Gamescriptsbtn.TextColor3 = Color3.new(0, 0, 0)
  255. Gamescriptsbtn.TextSize = 25
  256.  
  257. HomeFrame.Name = "HomeFrame"
  258. HomeFrame.Parent = MainFrame
  259. HomeFrame.BackgroundColor3 = Color3.new(0.686275, 0.686275, 0.686275)
  260. HomeFrame.BorderSizePixel = 0
  261. HomeFrame.Size = UDim2.new(0, 428, 0, 504)
  262. HomeFrame.Visible = true
  263.  
  264. HomeTitle.Name = "HomeTitle"
  265. HomeTitle.Parent = HomeFrame
  266. HomeTitle.BackgroundColor3 = Color3.new(1, 1, 1)
  267. HomeTitle.BackgroundTransparency = 1
  268. HomeTitle.BorderSizePixel = 0
  269. HomeTitle.Position = UDim2.new(0, 0, 0.0198412705, 0)
  270. HomeTitle.Size = UDim2.new(0, 428, 0, 17)
  271. HomeTitle.Font = Enum.Font.Cartoon
  272. HomeTitle.FontSize = Enum.FontSize.Size28
  273. HomeTitle.Text = "Welcome to UniqHub!"
  274. HomeTitle.TextColor3 = Color3.new(1, 1, 1)
  275. HomeTitle.TextSize = 25
  276.  
  277. ChangelogFrame.Name = "ChangelogFrame"
  278. ChangelogFrame.Parent = HomeFrame
  279. ChangelogFrame.BackgroundColor3 = Color3.new(0.192157, 0.192157, 0.192157)
  280. ChangelogFrame.BorderSizePixel = 0
  281. ChangelogFrame.Position = UDim2.new(0.495327115, 0, 0.216269836, 0)
  282. ChangelogFrame.Size = UDim2.new(0, 216, 0, 273)
  283.  
  284. ChangelogTopBar1.Name = "ChangelogTopBar1"
  285. ChangelogTopBar1.Parent = HomeFrame
  286. ChangelogTopBar1.BackgroundColor3 = Color3.new(0, 0, 0)
  287. ChangelogTopBar1.BorderSizePixel = 0
  288. ChangelogTopBar1.Position = UDim2.new(0.495327115, 0, 0.216269836, 0)
  289. ChangelogTopBar1.Size = UDim2.new(0, 216, 0, 6)
  290.  
  291. ChangelogTopBar2.Name = "ChangelogTopBar2"
  292. ChangelogTopBar2.Parent = HomeFrame
  293. ChangelogTopBar2.BackgroundColor3 = Color3.new(0, 0, 0)
  294. ChangelogTopBar2.BorderSizePixel = 0
  295. ChangelogTopBar2.Position = UDim2.new(0.495327115, 0, 0.746031761, 0)
  296. ChangelogTopBar2.Size = UDim2.new(0, 216, 0, 6)
  297.  
  298. ChangelogTopBar3.Name = "ChangelogTopBar3"
  299. ChangelogTopBar3.Parent = HomeFrame
  300. ChangelogTopBar3.BackgroundColor3 = Color3.new(0, 0, 0)
  301. ChangelogTopBar3.BorderSizePixel = 0
  302. ChangelogTopBar3.Position = UDim2.new(0.495327115, 0, 0.263888896, 0)
  303. ChangelogTopBar3.Size = UDim2.new(0, 216, 0, 3)
  304.  
  305. ChangelogTitle.Name = "ChangelogTitle"
  306. ChangelogTitle.Parent = HomeFrame
  307. ChangelogTitle.BackgroundColor3 = Color3.new(1, 1, 1)
  308. ChangelogTitle.BackgroundTransparency = 1
  309. ChangelogTitle.BorderSizePixel = 0
  310. ChangelogTitle.Position = UDim2.new(0.495327115, 0, 0.228174597, 0)
  311. ChangelogTitle.Size = UDim2.new(0, 216, 0, 18)
  312. ChangelogTitle.Font = Enum.Font.SourceSansBold
  313. ChangelogTitle.FontSize = Enum.FontSize.Size18
  314. ChangelogTitle.Text = "Changelog!"
  315. ChangelogTitle.TextColor3 = Color3.new(1, 1, 1)
  316. ChangelogTitle.TextSize = 16
  317.  
  318. ChangelogText1.Name = "ChangelogText1"
  319. ChangelogText1.Parent = HomeFrame
  320. ChangelogText1.BackgroundColor3 = Color3.new(1, 1, 1)
  321. ChangelogText1.BackgroundTransparency = 1
  322. ChangelogText1.BorderSizePixel = 0
  323. ChangelogText1.Position = UDim2.new(0.495327115, 0, 0.287698418, 0)
  324. ChangelogText1.Size = UDim2.new(0, 216, 0, 18)
  325. ChangelogText1.Font = Enum.Font.SourceSansBold
  326. ChangelogText1.FontSize = Enum.FontSize.Size12
  327. ChangelogText1.Text = "Too Lazy to edit this l0l."
  328. ChangelogText1.TextColor3 = Color3.new(1, 1, 1)
  329. ChangelogText1.TextSize = 12
  330.  
  331. HomeDesc1.Name = "HomeDesc1"
  332. HomeDesc1.Parent = HomeFrame
  333. HomeDesc1.BackgroundColor3 = Color3.new(1, 1, 1)
  334. HomeDesc1.BackgroundTransparency = 1
  335. HomeDesc1.BorderSizePixel = 0
  336. HomeDesc1.Position = UDim2.new(0, 0, 0.81150794, 0)
  337. HomeDesc1.Size = UDim2.new(0, 428, 0, 17)
  338. HomeDesc1.ZIndex = 2
  339. HomeDesc1.Font = Enum.Font.Cartoon
  340. HomeDesc1.FontSize = Enum.FontSize.Size28
  341. HomeDesc1.Text = "Thank you for using UniqHub."
  342. HomeDesc1.TextColor3 = Color3.new(1, 1, 1)
  343. HomeDesc1.TextSize = 25
  344.  
  345. HomeDesc2.Name = "HomeDesc2"
  346. HomeDesc2.Parent = HomeFrame
  347. HomeDesc2.BackgroundColor3 = Color3.new(1, 1, 1)
  348. HomeDesc2.BackgroundTransparency = 1
  349. HomeDesc2.BorderSizePixel = 0
  350. HomeDesc2.Position = UDim2.new(0, 0, 0.861111104, 0)
  351. HomeDesc2.Size = UDim2.new(0, 428, 0, 17)
  352. HomeDesc2.ZIndex = 2
  353. HomeDesc2.Font = Enum.Font.Cartoon
  354. HomeDesc2.FontSize = Enum.FontSize.Size28
  355. HomeDesc2.Text = "This gives us the motivation to continue!"
  356. HomeDesc2.TextColor3 = Color3.new(1, 1, 1)
  357. HomeDesc2.TextSize = 25
  358.  
  359. HomeDesc3.Name = "HomeDesc3"
  360. HomeDesc3.Parent = HomeFrame
  361. HomeDesc3.BackgroundColor3 = Color3.new(1, 1, 1)
  362. HomeDesc3.BackgroundTransparency = 1
  363. HomeDesc3.BorderSizePixel = 0
  364. HomeDesc3.Position = UDim2.new(0, 0, 0.908730149, 0)
  365. HomeDesc3.Size = UDim2.new(0, 428, 0, 17)
  366. HomeDesc3.ZIndex = 2
  367. HomeDesc3.Font = Enum.Font.Cartoon
  368. HomeDesc3.FontSize = Enum.FontSize.Size28
  369. HomeDesc3.Text = "More updates coming soon =D"
  370. HomeDesc3.TextColor3 = Color3.new(1, 1, 1)
  371. HomeDesc3.TextSize = 25
  372.  
  373. DescFrame.Name = "DescFrame"
  374. DescFrame.Parent = HomeFrame
  375. DescFrame.BackgroundColor3 = Color3.new(0.192157, 0.192157, 0.192157)
  376. DescFrame.BackgroundTransparency = 0.30000001192093
  377. DescFrame.BorderSizePixel = 0
  378. DescFrame.Position = UDim2.new(0.0140186911, 0, 0.777777791, 0)
  379. DescFrame.Size = UDim2.new(0, 416, 0, 100)
  380.  
  381. HomeLogo.Name = "HomeLogo"
  382. HomeLogo.Parent = HomeFrame
  383. HomeLogo.BackgroundColor3 = Color3.new(1, 1, 1)
  384. HomeLogo.BackgroundTransparency = 1
  385. HomeLogo.BorderSizePixel = 0
  386. HomeLogo.Position = UDim2.new(-0.191588789, 0, 0.115079366, 0)
  387. HomeLogo.Size = UDim2.new(0, 354, 0, 306)
  388. HomeLogo.Image = "rbxassetid://2167842137"
  389.  
  390. HomeCreditsbtn.Name = "HomeCreditsbtn"
  391. HomeCreditsbtn.Parent = HomeFrame
  392. HomeCreditsbtn.BackgroundColor3 = Color3.new(0.192157, 0.192157, 0.192157)
  393. HomeCreditsbtn.BorderSizePixel = 0
  394. HomeCreditsbtn.Position = UDim2.new(0.0350467265, 0, 0.702380955, 0)
  395. HomeCreditsbtn.Size = UDim2.new(0, 179, 0, 28)
  396. HomeCreditsbtn.Font = Enum.Font.SourceSansLight
  397. HomeCreditsbtn.FontSize = Enum.FontSize.Size24
  398. HomeCreditsbtn.Text = "*Credits and Extras*"
  399. HomeCreditsbtn.TextColor3 = Color3.new(1, 1, 1)
  400. HomeCreditsbtn.TextSize = 20
  401.  
  402. CreditsFrame.Name = "CreditsFrame"
  403. CreditsFrame.Parent = HomeFrame
  404. CreditsFrame.BackgroundColor3 = Color3.new(0.192157, 0.192157, 0.192157)
  405. CreditsFrame.BackgroundTransparency = 0.30000001192093
  406. CreditsFrame.BorderSizePixel = 0
  407. CreditsFrame.Position = UDim2.new(0, 0, 1, 0)
  408. CreditsFrame.Size = UDim2.new(0, 428, 0, 8)
  409.  
  410. CreditsDesc.Name = "CreditsDesc"
  411. CreditsDesc.Parent = CreditsFrame
  412. CreditsDesc.BackgroundColor3 = Color3.new(1, 1, 1)
  413. CreditsDesc.BackgroundTransparency = 1
  414. CreditsDesc.Position = UDim2.new(0, 0, 0.068965517, 0)
  415. CreditsDesc.Size = UDim2.new(0, 428, 0, 108)
  416. CreditsDesc.Font = Enum.Font.SourceSans
  417. CreditsDesc.FontSize = Enum.FontSize.Size32
  418. CreditsDesc.Text = ""
  419. CreditsDesc.TextColor3 = Color3.new(1, 1, 1)
  420. CreditsDesc.TextSize = 30
  421. CreditsDesc.TextWrapped = true
  422. CreditsDesc.TextYAlignment = Enum.TextYAlignment.Top
  423.  
  424. ChangelogTop.Name = "ChangelogTop"
  425. ChangelogTop.Parent = HomeFrame
  426. ChangelogTop.BackgroundColor3 = Color3.new(1, 1, 1)
  427. ChangelogTop.BackgroundTransparency = 1
  428. ChangelogTop.Position = UDim2.new(0.495327115, 0, 0.15476191, 0)
  429. ChangelogTop.Size = UDim2.new(0, 216, 0, 31)
  430. ChangelogTop.Image = "rbxassetid://1742938366"
  431.  
  432. Bottombar.Name = "Bottombar"
  433. Bottombar.Parent = MainFrame
  434. Bottombar.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  435. Bottombar.BorderSizePixel = 0
  436. Bottombar.Position = UDim2.new(0, 0, 0.986054957, 0)
  437. Bottombar.Size = UDim2.new(0, 428, 0, 8)
  438.  
  439. ScriptsFrame.Name = "ScriptsFrame"
  440. ScriptsFrame.Parent = MainFrame
  441. ScriptsFrame.BackgroundColor3 = Color3.new(0.686275, 0.686275, 0.686275)
  442. ScriptsFrame.BorderSizePixel = 0
  443. ScriptsFrame.Size = UDim2.new(0, 428, 0, 504)
  444. ScriptsFrame.Visible = false
  445.  
  446. ScriptsTitle.Name = "ScriptsTitle"
  447. ScriptsTitle.Parent = ScriptsFrame
  448. ScriptsTitle.BackgroundColor3 = Color3.new(1, 1, 1)
  449. ScriptsTitle.BackgroundTransparency = 1
  450. ScriptsTitle.BorderSizePixel = 0
  451. ScriptsTitle.Position = UDim2.new(0, 0, 0.0198412705, 0)
  452. ScriptsTitle.Size = UDim2.new(0, 428, 0, 17)
  453. ScriptsTitle.Font = Enum.Font.Cartoon
  454. ScriptsTitle.FontSize = Enum.FontSize.Size28
  455. ScriptsTitle.Text = "Scripts"
  456. ScriptsTitle.TextColor3 = Color3.new(1, 1, 1)
  457. ScriptsTitle.TextSize = 25
  458.  
  459. ScriptsScroll.Name = "ScriptsScroll"
  460. ScriptsScroll.Parent = ScriptsFrame
  461. ScriptsScroll.BackgroundColor3 = Color3.new(1, 1, 1)
  462. ScriptsScroll.BackgroundTransparency = 0.5
  463. ScriptsScroll.Position = UDim2.new(0, 0, 0.115079366, 0)
  464. ScriptsScroll.Size = UDim2.new(0, 428, 0, 446)
  465. ScriptsScroll.CanvasSize = UDim2.new(0, 0, 100, 0)
  466.  
  467. InfiniteYieldbtn.Name = "InfiniteYieldbtn"
  468. InfiniteYieldbtn.Parent = ScriptsScroll
  469. InfiniteYieldbtn.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  470. InfiniteYieldbtn.BorderSizePixel = 0
  471. InfiniteYieldbtn.Position = UDim2.new(0.0160000008, 0, 0, 1)
  472. InfiniteYieldbtn.Size = UDim2.new(0, 401, 0, 33)
  473. InfiniteYieldbtn.Font = Enum.Font.Bodoni
  474. InfiniteYieldbtn.FontSize = Enum.FontSize.Size24
  475. InfiniteYieldbtn.Text = "Infinite Yield"
  476. InfiniteYieldbtn.TextColor3 = Color3.new(1, 1, 1)
  477. InfiniteYieldbtn.TextSize = 20
  478.  
  479. EspGuibtn.Name = "EspGuibtn"
  480. EspGuibtn.Parent = ScriptsScroll
  481. EspGuibtn.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  482. EspGuibtn.BorderSizePixel = 0
  483. EspGuibtn.Position = UDim2.new(0.0160000008, 0, 0.00100000005, 0)
  484. EspGuibtn.Size = UDim2.new(0, 401, 0, 33)
  485. EspGuibtn.Font = Enum.Font.Bodoni
  486. EspGuibtn.FontSize = Enum.FontSize.Size24
  487. EspGuibtn.Text = "ESP Gui"
  488. EspGuibtn.TextColor3 = Color3.new(1, 1, 1)
  489. EspGuibtn.TextSize = 20
  490.  
  491. RemoteSpybtn.Name = "RemoteSpybtn"
  492. RemoteSpybtn.Parent = ScriptsScroll
  493. RemoteSpybtn.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  494. RemoteSpybtn.BorderSizePixel = 0
  495. RemoteSpybtn.Position = UDim2.new(0.0160000008, 0, 0.00200000009, 0)
  496. RemoteSpybtn.Size = UDim2.new(0, 401, 0, 33)
  497. RemoteSpybtn.Font = Enum.Font.Bodoni
  498. RemoteSpybtn.FontSize = Enum.FontSize.Size24
  499. RemoteSpybtn.Text = "Remote Spy"
  500. RemoteSpybtn.TextColor3 = Color3.new(1, 1, 1)
  501. RemoteSpybtn.TextSize = 20
  502.  
  503. AnnouncementsDesc.Name = "AnnouncementsDesc"
  504. AnnouncementsDesc.Parent = MainFrame
  505. AnnouncementsDesc.BackgroundColor3 = Color3.new(1, 1, 1)
  506. AnnouncementsDesc.BackgroundTransparency = 1
  507. AnnouncementsDesc.BorderSizePixel = 0
  508. AnnouncementsDesc.Position = UDim2.new(0, 0, 0.0734127015, 0)
  509. AnnouncementsDesc.Size = UDim2.new(0, 428, 0, 20)
  510. AnnouncementsDesc.ZIndex = 6
  511. AnnouncementsDesc.Font = Enum.Font.Cartoon
  512. AnnouncementsDesc.FontSize = Enum.FontSize.Size18
  513. AnnouncementsDesc.Text = "3-8-2018 - Happy Release date!!"
  514. AnnouncementsDesc.TextColor3 = Color3.new(1, 1, 1)
  515. AnnouncementsDesc.TextSize = 15
  516.  
  517. AnnouncementsFrame.Name = "AnnouncementsFrame"
  518. AnnouncementsFrame.Parent = MainFrame
  519. AnnouncementsFrame.BackgroundColor3 = Color3.new(0.192157, 0.192157, 0.192157)
  520. AnnouncementsFrame.BackgroundTransparency = 0.30000001192093
  521. AnnouncementsFrame.BorderSizePixel = 0
  522. AnnouncementsFrame.Position = UDim2.new(0, 0, 0.0734127015, 0)
  523. AnnouncementsFrame.Size = UDim2.new(0, 428, 0, 20)
  524. AnnouncementsFrame.ZIndex = 5
  525.  
  526. UnderTitleBar.Name = "UnderTitleBar"
  527. UnderTitleBar.Parent = MainFrame
  528. UnderTitleBar.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  529. UnderTitleBar.BorderSizePixel = 0
  530. UnderTitleBar.Position = UDim2.new(0, 0, 0.065476194, 0)
  531. UnderTitleBar.Size = UDim2.new(0, 428, 0, 4)
  532. UnderTitleBar.ZIndex = 5
  533.  
  534. GamescriptsFrame.Name = "GamescriptsFrame"
  535. GamescriptsFrame.Parent = MainFrame
  536. GamescriptsFrame.BackgroundColor3 = Color3.new(0.686275, 0.686275, 0.686275)
  537. GamescriptsFrame.BorderSizePixel = 0
  538. GamescriptsFrame.Size = UDim2.new(0, 428, 0, 504)
  539. GamescriptsFrame.Visible = false
  540.  
  541. GameScriptsScroll.Name = "GameScriptsScroll"
  542. GameScriptsScroll.Parent = GamescriptsFrame
  543. GameScriptsScroll.BackgroundColor3 = Color3.new(1, 1, 1)
  544. GameScriptsScroll.BackgroundTransparency = 0.5
  545. GameScriptsScroll.Position = UDim2.new(0, 0, 0.115079366, 0)
  546. GameScriptsScroll.Size = UDim2.new(0, 428, 0, 446)
  547. GameScriptsScroll.CanvasSize = UDim2.new(0, 0, 100, 0)
  548.  
  549. BoogaBoogabtn.Name = "BoogaBoogabtn"
  550. BoogaBoogabtn.Parent = GameScriptsScroll
  551. BoogaBoogabtn.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  552. BoogaBoogabtn.BorderSizePixel = 0
  553. BoogaBoogabtn.Position = UDim2.new(0.0160000008, 0, 0, 1)
  554. BoogaBoogabtn.Size = UDim2.new(0, 401, 0, 33)
  555. BoogaBoogabtn.Font = Enum.Font.Bodoni
  556. BoogaBoogabtn.FontSize = Enum.FontSize.Size24
  557. BoogaBoogabtn.Text = "Booga Booga"
  558. BoogaBoogabtn.TextColor3 = Color3.new(1, 1, 1)
  559. BoogaBoogabtn.TextSize = 20
  560.  
  561. GameScriptsTitle.Name = "GameScriptsTitle"
  562. GameScriptsTitle.Parent = GamescriptsFrame
  563. GameScriptsTitle.BackgroundColor3 = Color3.new(1, 1, 1)
  564. GameScriptsTitle.BackgroundTransparency = 1
  565. GameScriptsTitle.BorderSizePixel = 0
  566. GameScriptsTitle.Position = UDim2.new(0, 0, 0.0198412705, 0)
  567. GameScriptsTitle.Size = UDim2.new(0, 428, 0, 17)
  568. GameScriptsTitle.Font = Enum.Font.Cartoon
  569. GameScriptsTitle.FontSize = Enum.FontSize.Size28
  570. GameScriptsTitle.Text = "Game Scripts"
  571. GameScriptsTitle.TextColor3 = Color3.new(1, 1, 1)
  572. GameScriptsTitle.TextSize = 25
  573.  
  574. BoogaLeftFrame.Name = "BoogaLeftFrame"
  575. BoogaLeftFrame.Parent = GamescriptsFrame
  576. BoogaLeftFrame.BackgroundColor3 = Color3.new(0.27451, 0.27451, 0.27451)
  577. BoogaLeftFrame.BorderSizePixel = 0
  578. BoogaLeftFrame.Position = UDim2.new(-0.712616801, 0, 0, 0)
  579. BoogaLeftFrame.Size = UDim2.new(0, 313, 0, 504)
  580. BoogaLeftFrame.ZIndex = 0
  581. BoogaLeftFrame.Visible = false
  582.  
  583. FunctionsName.Name = "FunctionsName"
  584. FunctionsName.Parent = BoogaLeftFrame
  585. FunctionsName.BackgroundColor3 = Color3.new(1, 1, 1)
  586. FunctionsName.BackgroundTransparency = 1
  587. FunctionsName.Size = UDim2.new(0, 304, 0, 33)
  588. FunctionsName.Font = Enum.Font.Fantasy
  589. FunctionsName.FontSize = Enum.FontSize.Size32
  590. FunctionsName.Text = "Functions"
  591. FunctionsName.TextColor3 = Color3.new(1, 1, 1)
  592. FunctionsName.TextSize = 30
  593.  
  594. BigBodybtn.Name = "BigBodybtn"
  595. BigBodybtn.Parent = BoogaLeftFrame
  596. BigBodybtn.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  597. BigBodybtn.BorderSizePixel = 0
  598. BigBodybtn.Position = UDim2.new(0.0175718963, 0, 0.392857134, 0)
  599. BigBodybtn.Size = UDim2.new(0, 142, 0, 32)
  600. BigBodybtn.Font = Enum.Font.SourceSans
  601. BigBodybtn.FontSize = Enum.FontSize.Size18
  602. BigBodybtn.Text = "Big body"
  603. BigBodybtn.TextColor3 = Color3.new(1, 1, 1)
  604. BigBodybtn.TextSize = 15
  605.  
  606. TpSpambtn.Name = "TpSpambtn"
  607. TpSpambtn.Parent = BoogaLeftFrame
  608. TpSpambtn.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  609. TpSpambtn.BorderSizePixel = 0
  610. TpSpambtn.Position = UDim2.new(0.5, 0, 0.317460328, 0)
  611. TpSpambtn.Size = UDim2.new(0, 142, 0, 32)
  612. TpSpambtn.Font = Enum.Font.SourceSans
  613. TpSpambtn.FontSize = Enum.FontSize.Size18
  614. TpSpambtn.Text = "Tp Spam"
  615. TpSpambtn.TextColor3 = Color3.new(1, 1, 1)
  616. TpSpambtn.TextSize = 15
  617.  
  618. Speedbtn.Name = "Speedbtn"
  619. Speedbtn.Parent = BoogaLeftFrame
  620. Speedbtn.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  621. Speedbtn.BorderSizePixel = 0
  622. Speedbtn.Position = UDim2.new(0.019230783, 0, 0.162698418, 0)
  623. Speedbtn.Size = UDim2.new(0, 142, 0, 32)
  624. Speedbtn.Font = Enum.Font.SourceSans
  625. Speedbtn.FontSize = Enum.FontSize.Size18
  626. Speedbtn.Text = "Speed"
  627. Speedbtn.TextColor3 = Color3.new(1, 1, 1)
  628. Speedbtn.TextSize = 15
  629.  
  630. JumpPowerbtn.Name = "JumpPowerbtn"
  631. JumpPowerbtn.Parent = BoogaLeftFrame
  632. JumpPowerbtn.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  633. JumpPowerbtn.BorderSizePixel = 0
  634. JumpPowerbtn.Position = UDim2.new(0.5, 0, 0.162698418, 0)
  635. JumpPowerbtn.Size = UDim2.new(0, 142, 0, 32)
  636. JumpPowerbtn.Font = Enum.Font.SourceSans
  637. JumpPowerbtn.FontSize = Enum.FontSize.Size18
  638. JumpPowerbtn.Text = "JumpPower"
  639. JumpPowerbtn.TextColor3 = Color3.new(1, 1, 1)
  640. JumpPowerbtn.TextSize = 15
  641.  
  642. RemoveRainbtn.Name = "RemoveRainbtn"
  643. RemoveRainbtn.Parent = BoogaLeftFrame
  644. RemoveRainbtn.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  645. RemoveRainbtn.BorderSizePixel = 0
  646. RemoveRainbtn.Position = UDim2.new(0.5, 0, 0.240079373, 0)
  647. RemoveRainbtn.Size = UDim2.new(0, 142, 0, 32)
  648. RemoveRainbtn.Font = Enum.Font.SourceSans
  649. RemoveRainbtn.FontSize = Enum.FontSize.Size18
  650. RemoveRainbtn.Text = "Remove Rain"
  651. RemoveRainbtn.TextColor3 = Color3.new(1, 1, 1)
  652. RemoveRainbtn.TextSize = 15
  653.  
  654. InfJumpbtn.Name = "InfJumpbtn"
  655. InfJumpbtn.Parent = BoogaLeftFrame
  656. InfJumpbtn.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  657. InfJumpbtn.BorderSizePixel = 0
  658. InfJumpbtn.Position = UDim2.new(0.0192307811, 0, 0.240079373, 0)
  659. InfJumpbtn.Size = UDim2.new(0, 142, 0, 32)
  660. InfJumpbtn.Font = Enum.Font.SourceSans
  661. InfJumpbtn.FontSize = Enum.FontSize.Size18
  662. InfJumpbtn.Text = "Inf Jump"
  663. InfJumpbtn.TextColor3 = Color3.new(1, 1, 1)
  664. InfJumpbtn.TextSize = 15
  665.  
  666. SpawnGodHutbtn.Name = "SpawnGodHutbtn"
  667. SpawnGodHutbtn.Parent = BoogaLeftFrame
  668. SpawnGodHutbtn.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  669. SpawnGodHutbtn.BorderSizePixel = 0
  670. SpawnGodHutbtn.Position = UDim2.new(0.019230783, 0, 0.0873015821, 0)
  671. SpawnGodHutbtn.Size = UDim2.new(0, 142, 0, 32)
  672. SpawnGodHutbtn.Font = Enum.Font.SourceSans
  673. SpawnGodHutbtn.FontSize = Enum.FontSize.Size18
  674. SpawnGodHutbtn.Text = "Spawn God Hut"
  675. SpawnGodHutbtn.TextColor3 = Color3.new(1, 1, 1)
  676. SpawnGodHutbtn.TextSize = 15
  677.  
  678. AutoWallTrapbtn.Name = "AutoWallTrapbtn"
  679. AutoWallTrapbtn.Parent = BoogaLeftFrame
  680. AutoWallTrapbtn.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  681. AutoWallTrapbtn.BorderSizePixel = 0
  682. AutoWallTrapbtn.Position = UDim2.new(0.0175718963, 0, 0.849206388, 0)
  683. AutoWallTrapbtn.Size = UDim2.new(0, 142, 0, 32)
  684. AutoWallTrapbtn.Font = Enum.Font.SourceSans
  685. AutoWallTrapbtn.FontSize = Enum.FontSize.Size18
  686. AutoWallTrapbtn.Text = "Auto WallTrap"
  687. AutoWallTrapbtn.TextColor3 = Color3.new(1, 1, 1)
  688. AutoWallTrapbtn.TextSize = 15
  689.  
  690. SpawnInfinityChestbtn.Name = "SpawnInfinityChestbtn"
  691. SpawnInfinityChestbtn.Parent = BoogaLeftFrame
  692. SpawnInfinityChestbtn.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  693. SpawnInfinityChestbtn.BorderSizePixel = 0
  694. SpawnInfinityChestbtn.Position = UDim2.new(0.5, 0, 0.0873015895, 0)
  695. SpawnInfinityChestbtn.Size = UDim2.new(0, 142, 0, 32)
  696. SpawnInfinityChestbtn.Font = Enum.Font.SourceSans
  697. SpawnInfinityChestbtn.FontSize = Enum.FontSize.Size18
  698. SpawnInfinityChestbtn.Text = "Spawn Infinity chest"
  699. SpawnInfinityChestbtn.TextColor3 = Color3.new(1, 1, 1)
  700. SpawnInfinityChestbtn.TextSize = 15
  701.  
  702. OpenAllChestsbtn.Name = "OpenAllChestsbtn"
  703. OpenAllChestsbtn.Parent = BoogaLeftFrame
  704. OpenAllChestsbtn.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  705. OpenAllChestsbtn.BorderSizePixel = 0
  706. OpenAllChestsbtn.Position = UDim2.new(0.0175718963, 0, 0.317460328, 0)
  707. OpenAllChestsbtn.Size = UDim2.new(0, 142, 0, 32)
  708. OpenAllChestsbtn.Font = Enum.Font.SourceSans
  709. OpenAllChestsbtn.FontSize = Enum.FontSize.Size18
  710. OpenAllChestsbtn.Text = "Open All Chests"
  711. OpenAllChestsbtn.TextColor3 = Color3.new(1, 1, 1)
  712. OpenAllChestsbtn.TextSize = 15
  713.  
  714. LeftFrameBar.Name = "LeftFrameBar"
  715. LeftFrameBar.Parent = BoogaLeftFrame
  716. LeftFrameBar.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  717. LeftFrameBar.BorderSizePixel = 0
  718. LeftFrameBar.Position = UDim2.new(-0.00101518631, 0, 0.065476194, 0)
  719. LeftFrameBar.Size = UDim2.new(0, 304, 0, 4)
  720. LeftFrameBar.ZIndex = 5
  721.  
  722. AutoPickupbtn.Name = "AutoPickupbtn"
  723. AutoPickupbtn.Parent = BoogaLeftFrame
  724. AutoPickupbtn.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  725. AutoPickupbtn.BorderSizePixel = 0
  726. AutoPickupbtn.Position = UDim2.new(0.5, 0, 0.392857134, 0)
  727. AutoPickupbtn.Size = UDim2.new(0, 142, 0, 32)
  728. AutoPickupbtn.Font = Enum.Font.SourceSans
  729. AutoPickupbtn.FontSize = Enum.FontSize.Size18
  730. AutoPickupbtn.Text = "AutoPickup"
  731. AutoPickupbtn.TextColor3 = Color3.new(1, 1, 1)
  732. AutoPickupbtn.TextSize = 15
  733.  
  734. ESPbtn.Name = "ESPbtn"
  735. ESPbtn.Parent = BoogaLeftFrame
  736. ESPbtn.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  737. ESPbtn.BorderSizePixel = 0
  738. ESPbtn.Position = UDim2.new(0.0175718963, 0, 0.46825397, 0)
  739. ESPbtn.Size = UDim2.new(0, 142, 0, 32)
  740. ESPbtn.Font = Enum.Font.SourceSans
  741. ESPbtn.FontSize = Enum.FontSize.Size18
  742. ESPbtn.Text = "ESP"
  743. ESPbtn.TextColor3 = Color3.new(1, 1, 1)
  744. ESPbtn.TextSize = 15
  745.  
  746. Flybtn.Name = "Flybtn"
  747. Flybtn.Parent = BoogaLeftFrame
  748. Flybtn.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  749. Flybtn.BorderSizePixel = 0
  750. Flybtn.Position = UDim2.new(0.5, 0, 0.46825397, 0)
  751. Flybtn.Size = UDim2.new(0, 142, 0, 32)
  752. Flybtn.Font = Enum.Font.SourceSans
  753. Flybtn.FontSize = Enum.FontSize.Size18
  754. Flybtn.Text = "Fly"
  755. Flybtn.TextColor3 = Color3.new(1, 1, 1)
  756. Flybtn.TextSize = 15
  757.  
  758. Rejoinbtn.Name = "Rejoinbtn"
  759. Rejoinbtn.Parent = BoogaLeftFrame
  760. Rejoinbtn.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  761. Rejoinbtn.BorderSizePixel = 0
  762. Rejoinbtn.Position = UDim2.new(0.0175718963, 0, 0.543650806, 0)
  763. Rejoinbtn.Size = UDim2.new(0, 142, 0, 32)
  764. Rejoinbtn.Font = Enum.Font.SourceSans
  765. Rejoinbtn.FontSize = Enum.FontSize.Size18
  766. Rejoinbtn.Text = "Rejoin"
  767. Rejoinbtn.TextColor3 = Color3.new(1, 1, 1)
  768. Rejoinbtn.TextSize = 15
  769.  
  770. VoidTpbtn.Name = "VoidTpbtn"
  771. VoidTpbtn.Parent = BoogaLeftFrame
  772. VoidTpbtn.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  773. VoidTpbtn.BorderSizePixel = 0
  774. VoidTpbtn.Position = UDim2.new(0.5, 0, 0.694444478, 0)
  775. VoidTpbtn.Size = UDim2.new(0, 142, 0, 32)
  776. VoidTpbtn.Font = Enum.Font.SourceSans
  777. VoidTpbtn.FontSize = Enum.FontSize.Size18
  778. VoidTpbtn.Text = "Void TP"
  779. VoidTpbtn.TextColor3 = Color3.new(1, 1, 1)
  780. VoidTpbtn.TextSize = 15
  781.  
  782. CraftAnyItembtn.Name = "CraftAnyItembtn"
  783. CraftAnyItembtn.Parent = BoogaLeftFrame
  784. CraftAnyItembtn.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  785. CraftAnyItembtn.BorderSizePixel = 0
  786. CraftAnyItembtn.Position = UDim2.new(0.5, 0, 0.543650806, 0)
  787. CraftAnyItembtn.Size = UDim2.new(0, 142, 0, 32)
  788. CraftAnyItembtn.Font = Enum.Font.SourceSans
  789. CraftAnyItembtn.FontSize = Enum.FontSize.Size18
  790. CraftAnyItembtn.Text = "Craft Any Item"
  791. CraftAnyItembtn.TextColor3 = Color3.new(1, 1, 1)
  792. CraftAnyItembtn.TextSize = 15
  793.  
  794. DropAllItemsbtn.Name = "DropAllItemsbtn"
  795. DropAllItemsbtn.Parent = BoogaLeftFrame
  796. DropAllItemsbtn.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  797. DropAllItemsbtn.BorderSizePixel = 0
  798. DropAllItemsbtn.Position = UDim2.new(0.0175718963, 0, 0.619047642, 0)
  799. DropAllItemsbtn.Size = UDim2.new(0, 142, 0, 32)
  800. DropAllItemsbtn.Font = Enum.Font.SourceSans
  801. DropAllItemsbtn.FontSize = Enum.FontSize.Size18
  802. DropAllItemsbtn.Text = "Drop All Items"
  803. DropAllItemsbtn.TextColor3 = Color3.new(1, 1, 1)
  804. DropAllItemsbtn.TextSize = 15
  805.  
  806. AutoEatbtn.Name = "AutoEatbtn"
  807. AutoEatbtn.Parent = BoogaLeftFrame
  808. AutoEatbtn.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  809. AutoEatbtn.BorderSizePixel = 0
  810. AutoEatbtn.Position = UDim2.new(0.0175718963, 0, 0.769841313, 0)
  811. AutoEatbtn.Size = UDim2.new(0, 142, 0, 32)
  812. AutoEatbtn.Font = Enum.Font.SourceSans
  813. AutoEatbtn.FontSize = Enum.FontSize.Size18
  814. AutoEatbtn.Text = "AutoEat"
  815. AutoEatbtn.TextColor3 = Color3.new(1, 1, 1)
  816. AutoEatbtn.TextSize = 15
  817.  
  818. AutoCampfirebtn.Name = "AutoCampfirebtn"
  819. AutoCampfirebtn.Parent = BoogaLeftFrame
  820. AutoCampfirebtn.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  821. AutoCampfirebtn.BorderSizePixel = 0
  822. AutoCampfirebtn.Position = UDim2.new(0.5, 0, 0.769841313, 0)
  823. AutoCampfirebtn.Size = UDim2.new(0, 142, 0, 32)
  824. AutoCampfirebtn.Font = Enum.Font.SourceSans
  825. AutoCampfirebtn.FontSize = Enum.FontSize.Size18
  826. AutoCampfirebtn.Text = "Auto Campfire"
  827. AutoCampfirebtn.TextColor3 = Color3.new(1, 1, 1)
  828. AutoCampfirebtn.TextSize = 15
  829.  
  830. RemoveAllEffectsbtn.Name = "RemoveAllEffectsbtn"
  831. RemoveAllEffectsbtn.Parent = BoogaLeftFrame
  832. RemoveAllEffectsbtn.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  833. RemoveAllEffectsbtn.BorderSizePixel = 0
  834. RemoveAllEffectsbtn.Position = UDim2.new(0.5, 0, 0.619047642, 0)
  835. RemoveAllEffectsbtn.Size = UDim2.new(0, 142, 0, 32)
  836. RemoveAllEffectsbtn.Font = Enum.Font.SourceSans
  837. RemoveAllEffectsbtn.FontSize = Enum.FontSize.Size18
  838. RemoveAllEffectsbtn.Text = "Remove All Effects"
  839. RemoveAllEffectsbtn.TextColor3 = Color3.new(1, 1, 1)
  840. RemoveAllEffectsbtn.TextSize = 15
  841.  
  842. AutoBreakbtn.Name = "AutoBreakbtn"
  843. AutoBreakbtn.Parent = BoogaLeftFrame
  844. AutoBreakbtn.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  845. AutoBreakbtn.BorderSizePixel = 0
  846. AutoBreakbtn.Position = UDim2.new(0.0175718963, 0, 0.694444478, 0)
  847. AutoBreakbtn.Size = UDim2.new(0, 142, 0, 32)
  848. AutoBreakbtn.Font = Enum.Font.SourceSans
  849. AutoBreakbtn.FontSize = Enum.FontSize.Size18
  850. AutoBreakbtn.Text = "AutoBreak"
  851. AutoBreakbtn.TextColor3 = Color3.new(1, 1, 1)
  852. AutoBreakbtn.TextSize = 15
  853.  
  854. BoogaRightFrame.Name = "BoogaRightFrame"
  855. BoogaRightFrame.Parent = GamescriptsFrame
  856. BoogaRightFrame.BackgroundColor3 = Color3.new(0.27451, 0.27451, 0.27451)
  857. BoogaRightFrame.BorderSizePixel = 0
  858. BoogaRightFrame.Position = UDim2.new(0.98130846, 0, 0, 0)
  859. BoogaRightFrame.Size = UDim2.new(0, 312, 0, 504)
  860. BoogaRightFrame.ZIndex = 0
  861. BoogaRightFrame.Visible = false
  862.  
  863. KeybindsName.Name = "KeybindsName"
  864. KeybindsName.Parent = BoogaRightFrame
  865. KeybindsName.BackgroundColor3 = Color3.new(1, 1, 1)
  866. KeybindsName.BackgroundTransparency = 1
  867. KeybindsName.Position = UDim2.new(0.025641026, 0, 0, 0)
  868. KeybindsName.Size = UDim2.new(0, 304, 0, 33)
  869. KeybindsName.Font = Enum.Font.Fantasy
  870. KeybindsName.FontSize = Enum.FontSize.Size32
  871. KeybindsName.Text = "Keybinds"
  872. KeybindsName.TextColor3 = Color3.new(1, 1, 1)
  873. KeybindsName.TextSize = 30
  874.  
  875. RightFrameBar.Name = "RightFrameBar"
  876. RightFrameBar.Parent = BoogaRightFrame
  877. RightFrameBar.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  878. RightFrameBar.BorderSizePixel = 0
  879. RightFrameBar.Position = UDim2.new(0.0256410241, 0, 0.065476194, 0)
  880. RightFrameBar.Size = UDim2.new(0, 304, 0, 4)
  881. RightFrameBar.ZIndex = 5
  882.  
  883. pleasedontkillxd.Name = "pleasedontkillxd"
  884. pleasedontkillxd.Parent = BoogaRightFrame
  885. pleasedontkillxd.BackgroundColor3 = Color3.new(1, 1, 1)
  886. pleasedontkillxd.BackgroundTransparency = 1
  887. pleasedontkillxd.Position = UDim2.new(0.025641026, 0, 0.954365075, 0)
  888. pleasedontkillxd.Size = UDim2.new(0, 298, 0, 21)
  889. pleasedontkillxd.Font = Enum.Font.SourceSansLight
  890. pleasedontkillxd.FontSize = Enum.FontSize.Size18
  891. pleasedontkillxd.Text = "My roblox name: BlueBearTimx! Dont kill me please."
  892. pleasedontkillxd.TextColor3 = Color3.new(1, 1, 1)
  893. pleasedontkillxd.TextSize = 16
  894.  
  895. AutoEatFoodNamekb.Name = "AutoEatFoodNamekb"
  896. AutoEatFoodNamekb.Parent = BoogaRightFrame
  897. AutoEatFoodNamekb.BackgroundColor3 = Color3.new(0.490196, 0.490196, 0.490196)
  898. AutoEatFoodNamekb.BorderSizePixel = 0
  899. AutoEatFoodNamekb.Position = UDim2.new(0.0416664779, 0, 0.619047642, 0)
  900. AutoEatFoodNamekb.Size = UDim2.new(0, 142, 0, 32)
  901. AutoEatFoodNamekb.Font = Enum.Font.SourceSans
  902. AutoEatFoodNamekb.FontSize = Enum.FontSize.Size14
  903. AutoEatFoodNamekb.Text = "AutoEat FoodName"
  904. AutoEatFoodNamekb.TextColor3 = Color3.new(1, 1, 1)
  905. AutoEatFoodNamekb.TextSize = 14
  906.  
  907. AutoEatkb.Name = "AutoEatkb"
  908. AutoEatkb.Parent = BoogaRightFrame
  909. AutoEatkb.BackgroundColor3 = Color3.new(0.490196, 0.490196, 0.490196)
  910. AutoEatkb.BorderSizePixel = 0
  911. AutoEatkb.Position = UDim2.new(0.525640845, 0, 0.543650806, 0)
  912. AutoEatkb.Size = UDim2.new(0, 142, 0, 32)
  913. AutoEatkb.Font = Enum.Font.SourceSans
  914. AutoEatkb.FontSize = Enum.FontSize.Size14
  915. AutoEatkb.Text = "AutoEat Keybind"
  916. AutoEatkb.TextColor3 = Color3.new(1, 1, 1)
  917. AutoEatkb.TextSize = 14
  918.  
  919. GodHutkb.Name = "GodHutkb"
  920. GodHutkb.Parent = BoogaRightFrame
  921. GodHutkb.BackgroundColor3 = Color3.new(0.490196, 0.490196, 0.490196)
  922. GodHutkb.BorderSizePixel = 0
  923. GodHutkb.Position = UDim2.new(0.0416665077, 0, 0.0873015895, 0)
  924. GodHutkb.Size = UDim2.new(0, 142, 0, 32)
  925. GodHutkb.Font = Enum.Font.SourceSans
  926. GodHutkb.FontSize = Enum.FontSize.Size14
  927. GodHutkb.Text = "God Hut Keybind"
  928. GodHutkb.TextColor3 = Color3.new(1, 1, 1)
  929. GodHutkb.TextSize = 14
  930.  
  931. InfinityChestkb.Name = "InfinityChestkb"
  932. InfinityChestkb.Parent = BoogaRightFrame
  933. InfinityChestkb.BackgroundColor3 = Color3.new(0.490196, 0.490196, 0.490196)
  934. InfinityChestkb.BorderSizePixel = 0
  935. InfinityChestkb.Position = UDim2.new(0.525640845, 0, 0.0873015895, 0)
  936. InfinityChestkb.Size = UDim2.new(0, 142, 0, 32)
  937. InfinityChestkb.Font = Enum.Font.SourceSans
  938. InfinityChestkb.FontSize = Enum.FontSize.Size14
  939. InfinityChestkb.Text = "Infinity Chest Keybind"
  940. InfinityChestkb.TextColor3 = Color3.new(1, 1, 1)
  941. InfinityChestkb.TextSize = 14
  942.  
  943. Soeedkb.Name = "Soeedkb"
  944. Soeedkb.Parent = BoogaRightFrame
  945. Soeedkb.BackgroundColor3 = Color3.new(0.490196, 0.490196, 0.490196)
  946. Soeedkb.BorderSizePixel = 0
  947. Soeedkb.Position = UDim2.new(0.0416665077, 0, 0.162698418, 0)
  948. Soeedkb.Size = UDim2.new(0, 142, 0, 32)
  949. Soeedkb.Font = Enum.Font.SourceSans
  950. Soeedkb.FontSize = Enum.FontSize.Size14
  951. Soeedkb.Text = "Speed Keybind"
  952. Soeedkb.TextColor3 = Color3.new(1, 1, 1)
  953. Soeedkb.TextSize = 14
  954.  
  955. SpeedMultiplierkb.Name = "SpeedMultiplierkb"
  956. SpeedMultiplierkb.Parent = BoogaRightFrame
  957. SpeedMultiplierkb.BackgroundColor3 = Color3.new(0.490196, 0.490196, 0.490196)
  958. SpeedMultiplierkb.BorderSizePixel = 0
  959. SpeedMultiplierkb.Position = UDim2.new(0.525640845, 0, 0.162698418, 0)
  960. SpeedMultiplierkb.Size = UDim2.new(0, 142, 0, 32)
  961. SpeedMultiplierkb.Font = Enum.Font.SourceSans
  962. SpeedMultiplierkb.FontSize = Enum.FontSize.Size14
  963. SpeedMultiplierkb.Text = "Speed Multiplier"
  964. SpeedMultiplierkb.TextColor3 = Color3.new(1, 1, 1)
  965. SpeedMultiplierkb.TextSize = 14
  966.  
  967. AutoPickupitemkb.Name = "AutoPickupitemkb"
  968. AutoPickupitemkb.Parent = BoogaRightFrame
  969. AutoPickupitemkb.BackgroundColor3 = Color3.new(0.490196, 0.490196, 0.490196)
  970. AutoPickupitemkb.BorderSizePixel = 0
  971. AutoPickupitemkb.Position = UDim2.new(0.0416665077, 0, 0.543650806, 0)
  972. AutoPickupitemkb.Size = UDim2.new(0, 142, 0, 32)
  973. AutoPickupitemkb.Font = Enum.Font.SourceSans
  974. AutoPickupitemkb.FontSize = Enum.FontSize.Size14
  975. AutoPickupitemkb.Text = "AutoPickup Item"
  976. AutoPickupitemkb.TextColor3 = Color3.new(1, 1, 1)
  977. AutoPickupitemkb.TextSize = 14
  978.  
  979. Flykb.Name = "Flykb"
  980. Flykb.Parent = BoogaRightFrame
  981. Flykb.BackgroundColor3 = Color3.new(0.490196, 0.490196, 0.490196)
  982. Flykb.BorderSizePixel = 0
  983. Flykb.Position = UDim2.new(0.525640845, 0, 0.315476179, 0)
  984. Flykb.Size = UDim2.new(0, 142, 0, 32)
  985. Flykb.Font = Enum.Font.SourceSans
  986. Flykb.FontSize = Enum.FontSize.Size14
  987. Flykb.Text = "Fly Keybind"
  988. Flykb.TextColor3 = Color3.new(1, 1, 1)
  989. Flykb.TextSize = 14
  990.  
  991. AutoPickupkb.Name = "AutoPickupkb"
  992. AutoPickupkb.Parent = BoogaRightFrame
  993. AutoPickupkb.BackgroundColor3 = Color3.new(0.490196, 0.490196, 0.490196)
  994. AutoPickupkb.BorderSizePixel = 0
  995. AutoPickupkb.Position = UDim2.new(0.0416665077, 0, 0.315476179, 0)
  996. AutoPickupkb.Size = UDim2.new(0, 142, 0, 32)
  997. AutoPickupkb.Font = Enum.Font.SourceSans
  998. AutoPickupkb.FontSize = Enum.FontSize.Size14
  999. AutoPickupkb.Text = "AutoPickup Keybind"
  1000. AutoPickupkb.TextColor3 = Color3.new(1, 1, 1)
  1001. AutoPickupkb.TextSize = 14
  1002.  
  1003. JumpPowerMultiplierkb.Name = "JumpPowerMultiplierkb"
  1004. JumpPowerMultiplierkb.Parent = BoogaRightFrame
  1005. JumpPowerMultiplierkb.BackgroundColor3 = Color3.new(0.490196, 0.490196, 0.490196)
  1006. JumpPowerMultiplierkb.BorderSizePixel = 0
  1007. JumpPowerMultiplierkb.Position = UDim2.new(0.0416665077, 0, 0.240079373, 0)
  1008. JumpPowerMultiplierkb.Size = UDim2.new(0, 142, 0, 32)
  1009. JumpPowerMultiplierkb.Font = Enum.Font.SourceSans
  1010. JumpPowerMultiplierkb.FontSize = Enum.FontSize.Size14
  1011. JumpPowerMultiplierkb.Text = "JumpPower Multiplier"
  1012. JumpPowerMultiplierkb.TextColor3 = Color3.new(1, 1, 1)
  1013. JumpPowerMultiplierkb.TextSize = 14
  1014.  
  1015. TpSpamPlayerNamekb.Name = "TpSpamPlayerNamekb"
  1016. TpSpamPlayerNamekb.Parent = BoogaRightFrame
  1017. TpSpamPlayerNamekb.BackgroundColor3 = Color3.new(0.490196, 0.490196, 0.490196)
  1018. TpSpamPlayerNamekb.BorderSizePixel = 0
  1019. TpSpamPlayerNamekb.Position = UDim2.new(0.525640845, 0, 0.240079373, 0)
  1020. TpSpamPlayerNamekb.Size = UDim2.new(0, 142, 0, 32)
  1021. TpSpamPlayerNamekb.Font = Enum.Font.SourceSans
  1022. TpSpamPlayerNamekb.FontSize = Enum.FontSize.Size14
  1023. TpSpamPlayerNamekb.Text = "Tp Spam Player Name"
  1024. TpSpamPlayerNamekb.TextColor3 = Color3.new(1, 1, 1)
  1025. TpSpamPlayerNamekb.TextSize = 14
  1026.  
  1027. DropAllItemsItemNamekb.Name = "DropAllItemsItemNamekb"
  1028. DropAllItemsItemNamekb.Parent = BoogaRightFrame
  1029. DropAllItemsItemNamekb.BackgroundColor3 = Color3.new(0.490196, 0.490196, 0.490196)
  1030. DropAllItemsItemNamekb.BorderSizePixel = 0
  1031. DropAllItemsItemNamekb.Position = UDim2.new(0.525640845, 0, 0.392857134, 0)
  1032. DropAllItemsItemNamekb.Size = UDim2.new(0, 142, 0, 32)
  1033. DropAllItemsItemNamekb.Font = Enum.Font.SourceSans
  1034. DropAllItemsItemNamekb.FontSize = Enum.FontSize.Size14
  1035. DropAllItemsItemNamekb.Text = "Drop All Items ItemName"
  1036. DropAllItemsItemNamekb.TextColor3 = Color3.new(1, 1, 1)
  1037. DropAllItemsItemNamekb.TextSize = 14
  1038.  
  1039. DropAllItemskb.Name = "DropAllItemskb"
  1040. DropAllItemskb.Parent = BoogaRightFrame
  1041. DropAllItemskb.BackgroundColor3 = Color3.new(0.490196, 0.490196, 0.490196)
  1042. DropAllItemskb.BorderSizePixel = 0
  1043. DropAllItemskb.Position = UDim2.new(0.0416665077, 0, 0.392857134, 0)
  1044. DropAllItemskb.Size = UDim2.new(0, 142, 0, 32)
  1045. DropAllItemskb.Font = Enum.Font.SourceSans
  1046. DropAllItemskb.FontSize = Enum.FontSize.Size14
  1047. DropAllItemskb.Text = "Drop All Items Keybind"
  1048. DropAllItemskb.TextColor3 = Color3.new(1, 1, 1)
  1049. DropAllItemskb.TextSize = 14
  1050.  
  1051. AutoBreakkb.Name = "AutoBreakkb"
  1052. AutoBreakkb.Parent = BoogaRightFrame
  1053. AutoBreakkb.BackgroundColor3 = Color3.new(0.490196, 0.490196, 0.490196)
  1054. AutoBreakkb.BorderSizePixel = 0
  1055. AutoBreakkb.Position = UDim2.new(0.525640845, 0, 0.46825397, 0)
  1056. AutoBreakkb.Size = UDim2.new(0, 142, 0, 32)
  1057. AutoBreakkb.Font = Enum.Font.SourceSans
  1058. AutoBreakkb.FontSize = Enum.FontSize.Size14
  1059. AutoBreakkb.Text = "AutoBreak Keybind"
  1060. AutoBreakkb.TextColor3 = Color3.new(1, 1, 1)
  1061. AutoBreakkb.TextSize = 14
  1062.  
  1063. CraftAnyItemItemNamekb.Name = "CraftAnyItemItemNamekb"
  1064. CraftAnyItemItemNamekb.Parent = BoogaRightFrame
  1065. CraftAnyItemItemNamekb.BackgroundColor3 = Color3.new(0.490196, 0.490196, 0.490196)
  1066. CraftAnyItemItemNamekb.BorderSizePixel = 0
  1067. CraftAnyItemItemNamekb.Position = UDim2.new(0.0416665077, 0, 0.46825397, 0)
  1068. CraftAnyItemItemNamekb.Size = UDim2.new(0, 142, 0, 32)
  1069. CraftAnyItemItemNamekb.Font = Enum.Font.SourceSans
  1070. CraftAnyItemItemNamekb.FontSize = Enum.FontSize.Size14
  1071. CraftAnyItemItemNamekb.Text = "Craft Any Item ItemName"
  1072. CraftAnyItemItemNamekb.TextColor3 = Color3.new(1, 1, 1)
  1073. CraftAnyItemItemNamekb.TextSize = 14
  1074.  
  1075. BoogaNameFrame.Name = "BoogaNameFrame"
  1076. BoogaNameFrame.Parent = GamescriptsFrame
  1077. BoogaNameFrame.BackgroundColor3 = Color3.new(0.27451, 0.27451, 0.27451)
  1078. BoogaNameFrame.BorderSizePixel = 0
  1079. BoogaNameFrame.Position = UDim2.new(0, 0, -0.150793657, 0)
  1080. BoogaNameFrame.Size = UDim2.new(0, 428, 0, 45)
  1081. BoogaNameFrame.Visible = false
  1082. BoogaNameFrame.ZIndex = 0
  1083.  
  1084. BoogaName.Name = "BoogaName"
  1085. BoogaName.Parent = BoogaNameFrame
  1086. BoogaName.BackgroundColor3 = Color3.new(1, 1, 1)
  1087. BoogaName.BackgroundTransparency = 1
  1088. BoogaName.BorderSizePixel = 0
  1089. BoogaName.Size = UDim2.new(0, 428, 0, 39)
  1090. BoogaName.Font = Enum.Font.Fantasy
  1091. BoogaName.FontSize = Enum.FontSize.Size36
  1092. BoogaName.Text = "BoogaFucker"
  1093. BoogaName.TextColor3 = Color3.new(1, 1, 1)
  1094. BoogaName.TextSize = 35
  1095.  
  1096. openclosekeybind.Name = "openclosekeybind"
  1097. openclosekeybind.Parent = Topbar
  1098. openclosekeybind.BackgroundColor3 = Color3.new(1, 1, 1)
  1099. openclosekeybind.BackgroundTransparency = 0.89999997615814
  1100. openclosekeybind.BorderSizePixel = 0
  1101. openclosekeybind.Position = UDim2.new(0.927570105, 0, 0.162162155, 0)
  1102. openclosekeybind.Size = UDim2.new(0, 25, 0, 25)
  1103. openclosekeybind.ZIndex = 20
  1104. openclosekeybind.Font = Enum.Font.SourceSans
  1105. openclosekeybind.FontSize = Enum.FontSize.Size24
  1106. openclosekeybind.Text = "m"
  1107. openclosekeybind.TextColor3 = Color3.new(1, 1, 1)
  1108. openclosekeybind.TextSize = 20
  1109.  
  1110. openclosekeybindtext.Name = "openclosekeybindtext"
  1111. openclosekeybindtext.Parent = Topbar
  1112. openclosekeybindtext.BackgroundColor3 = Color3.new(1, 1, 1)
  1113. openclosekeybindtext.BackgroundTransparency = 0.89999997615814
  1114. openclosekeybindtext.BorderSizePixel = 0
  1115. openclosekeybindtext.Position = UDim2.new(0.635514021, 0, 0.162162155, 0)
  1116. openclosekeybindtext.Size = UDim2.new(0, 124, 0, 25)
  1117. openclosekeybindtext.ZIndex = 20
  1118. openclosekeybindtext.Font = Enum.Font.SourceSans
  1119. openclosekeybindtext.FontSize = Enum.FontSize.Size18
  1120. openclosekeybindtext.Text = "Open/Close Keybind:"
  1121. openclosekeybindtext.TextColor3 = Color3.new(1, 1, 1)
  1122. openclosekeybindtext.TextSize = 15
  1123.  
  1124. --All animations for the gui
  1125.  
  1126. --Open/Close Button
  1127. local gui = Topbar
  1128. local togglee = false
  1129. local mouse = game:GetService("Players").LocalPlayer:GetMouse()
  1130.  
  1131. mouse.KeyDown:connect(function(key)
  1132. if key:lower() == openclosekeybind.Text then
  1133. if togglee == false then
  1134. gui:TweenPosition(UDim2.new(0.345, 0, 0.061, 0), 'In', 'Bounce', 1, true)
  1135. togglee = true
  1136. else
  1137. gui:TweenPosition(UDim2.new(0.378, 0, -10, 0), 'Out', 'Linear', 0.5, true)
  1138. togglee = false
  1139. end
  1140. end
  1141. end)
  1142.  
  1143. --CreditsBtn
  1144.  
  1145. local creditsframe = CreditsFrame
  1146. local creditsdesc = CreditsDesc
  1147. local creditstoggle = false
  1148.  
  1149. HomeCreditsbtn.MouseButton1Click:Connect(function()
  1150. if creditstoggle == false then
  1151. creditsframe:TweenSize(UDim2.new(0, 428, 0, 108), 'Out', 'Bounce', 0.5, true)
  1152. wait(0.5)
  1153. creditsdesc.Text = "Developers and Helpers of this gui: BlueBearTim - Creator/Developer"
  1154. creditstoggle = true
  1155. else
  1156. creditsdesc.Text = ""
  1157. creditsframe:TweenSize(UDim2.new(0, 428, 0, 8), 'Out', 'Linear', 0.2, true)
  1158. creditstoggle = false
  1159. end
  1160. end)
  1161.  
  1162. --MenuButton
  1163.  
  1164. local menu = MenuFrame
  1165. local menuhome = Homebtn
  1166. local menugamescripts = Gamescriptsbtn
  1167. local menuscripts = Scriptsbtn
  1168. local homeframe = HomeFrame
  1169. local gamescriptsframe = GamescriptsFrame
  1170. local scriptsframe = ScriptsFrame
  1171. local toggle = false
  1172.  
  1173. MenuButton.MouseButton1Click:Connect(function()
  1174. if toggle == false then
  1175. menu:TweenSize(UDim2.new(0, 175, 0, 344), 'Out', 'Bounce', 1, true)
  1176. wait(0.5)
  1177. menuhome.Visible = true
  1178. menugamescripts.Visible = true
  1179. menuscripts.Visible = true
  1180. menuhome:TweenSize(UDim2.new(0, 175, 0, 34), 'Out', 'Linear', 0.5, true)
  1181. menugamescripts:TweenSize(UDim2.new(0, 175, 0, 34), 'Out', 'Linear', 0.5, true)
  1182. menuscripts:TweenSize(UDim2.new(0, 175, 0, 34), 'Out', 'Linear', 0.5, true)
  1183. wait(0.5)
  1184. menuhome.Text = "Home"
  1185. menugamescripts.Text = "Game Scripts"
  1186. menuscripts.Text = "Scripts"
  1187. toggle = true
  1188. else
  1189. menuhome.Text = ""
  1190. menugamescripts.Text = ""
  1191. menuscripts.Text = ""
  1192. menuhome:TweenSize(UDim2.new(0, 6, 0, 34), 'Out', 'Linear', 0.2, true)
  1193. menugamescripts:TweenSize(UDim2.new(0, 6, 0, 34), 'Out', 'Linear', 0.2, true)
  1194. menuscripts:TweenSize(UDim2.new(0, 6, 0, 34), 'Out', 'Linear', 0.2, true)
  1195. wait(0.1)
  1196. menuhome.Visible = false
  1197. menugamescripts.Visible = false
  1198. menuscripts.Visible = false
  1199. menu:TweenSize(UDim2.new(0, 175, 0, 11), 'In', 'Linear', 0.5, true)
  1200. toggle = false
  1201. end
  1202. end)
  1203.  
  1204. menuhome.MouseButton1Click:Connect(function()
  1205. homeframe.Visible = true
  1206. scriptsframe.Visible = false
  1207. gamescriptsframe.Visible = false
  1208. menuhome.Text = ""
  1209. menugamescripts.Text = ""
  1210. menuscripts.Text = ""
  1211. menuhome:TweenSize(UDim2.new(0, 6, 0, 34), 'Out', 'Linear', 0.2, true)
  1212. menugamescripts:TweenSize(UDim2.new(0, 6, 0, 34), 'Out', 'Linear', 0.2, true)
  1213. menuscripts:TweenSize(UDim2.new(0, 6, 0, 34), 'Out', 'Linear', 0.2, true)
  1214. wait(0.1)
  1215. menuhome.Visible = false
  1216. menugamescripts.Visible = false
  1217. menuscripts.Visible = false
  1218. menu:TweenSize(UDim2.new(0, 175, 0, 11), 'In', 'Linear', 0.5, true)
  1219. end)
  1220.  
  1221. menuscripts.MouseButton1Click:Connect(function()
  1222. scriptsframe.Visible = true
  1223. homeframe.Visible = false
  1224. gamescriptsframe.Visible = false
  1225. menuhome.Text = ""
  1226. menugamescripts.Text = ""
  1227. menuscripts.Text = ""
  1228. menuhome:TweenSize(UDim2.new(0, 6, 0, 34), 'Out', 'Linear', 0.2, true)
  1229. menugamescripts:TweenSize(UDim2.new(0, 6, 0, 34), 'Out', 'Linear', 0.2, true)
  1230. menuscripts:TweenSize(UDim2.new(0, 6, 0, 34), 'Out', 'Linear', 0.2, true)
  1231. wait(0.1)
  1232. menuhome.Visible = false
  1233. menugamescripts.Visible = false
  1234. menuscripts.Visible = false
  1235. menu:TweenSize(UDim2.new(0, 175, 0, 11), 'In', 'Linear', 0.5, true)
  1236. end)
  1237.  
  1238. menugamescripts.MouseButton1Click:Connect(function()
  1239. scriptsframe.Visible = false
  1240. homeframe.Visible = false
  1241. gamescriptsframe.Visible = true
  1242. menuhome.Text = ""
  1243. menugamescripts.Text = ""
  1244. menuscripts.Text = ""
  1245. menuhome:TweenSize(UDim2.new(0, 6, 0, 34), 'Out', 'Linear', 0.2, true)
  1246. menugamescripts:TweenSize(UDim2.new(0, 6, 0, 34), 'Out', 'Linear', 0.2, true)
  1247. menuscripts:TweenSize(UDim2.new(0, 6, 0, 34), 'Out', 'Linear', 0.2, true)
  1248. wait(0.1)
  1249. menuhome.Visible = false
  1250. menugamescripts.Visible = false
  1251. menuscripts.Visible = false
  1252. menu:TweenSize(UDim2.new(0, 175, 0, 11), 'In', 'Linear', 0.5, true)
  1253. end)
  1254.  
  1255. --BoogaBooga Button
  1256.  
  1257. local boogaleftside = BoogaLeftFrame
  1258. local boogarightside = BoogaRightFrame
  1259. local boogatopside = BoogaNameFrame
  1260.  
  1261. local boogatoggle = false
  1262.  
  1263. BoogaBoogabtn.MouseButton1Down:Connect(function()
  1264. if boogatoggle == false then
  1265. boogaleftside.Visible = true
  1266. boogarightside.Visible = true
  1267. boogatopside.Visible = true
  1268. boogatoggle = true
  1269. else
  1270. boogaleftside.Visible = false
  1271. boogarightside.Visible = false
  1272. boogatopside.Visible = false
  1273. boogatoggle = false
  1274. end
  1275. end)
  1276.  
  1277. --Scripts Buttons
  1278.  
  1279. InfiniteYieldbtn.MouseButton1Click:Connect(function()
  1280. loadstring(game:HttpGet(('https://pastebin.com/raw/MjBzRjmT'),true))()
  1281. end)
  1282.  
  1283. EspGuibtn.MouseButton1Click:Connect(function()
  1284. loadstring(game:HttpGet("https://pastebin.com/raw/uw2P2fbY", true))()
  1285. end)
  1286.  
  1287. RemoteSpybtn.MouseButton1Click:Connect(function()
  1288. loadstring(game:HttpGet("https://pastebin.com/raw/UASwktsb", true))()
  1289. end)
  1290.  
  1291. --Booga Booga buttons
  1292.  
  1293. SpawnGodHutbtn.MouseButton1Click:Connect(function()
  1294. local plr = game:GetService("Players").LocalPlayer
  1295. local mouse = plr:GetMouse()
  1296. mouse.KeyDown:connect(function(key)
  1297. if key == GodHutkb.Text then
  1298. local Event = game:GetService("ReplicatedStorage").Events.PlaceStructure
  1299. Torso = game.Players.LocalPlayer.Character.UpperTorso
  1300. b = Torso.Position + Torso.CFrame.lookVector * 10
  1301. local c = b.x
  1302. local d = b.y - 2
  1303. local e = b.z
  1304. for i = 1,1 do
  1305. local A_1 = "God Hut"
  1306. local A_2 = CFrame.new(c, d, e, 1, 0, 0, 0, 1, -5.56028681e-08, 0, -5.56028681e-08, 1)
  1307. local A_3 = 0
  1308. Event:FireServer(A_1, A_2, A_3)
  1309. end end end)
  1310. end)
  1311.  
  1312. SpawnInfinityChestbtn.MouseButton1Click:Connect(function()
  1313. local plr = game:GetService("Players").LocalPlayer
  1314. local mouse = plr:GetMouse()
  1315. mouse.KeyDown:connect(function(key)
  1316. if key == InfinityChestkb.Text then
  1317. local Event = game:GetService("ReplicatedStorage").Events.PlaceStructure
  1318. Torso = game.Players.LocalPlayer.Character.UpperTorso
  1319. b = Torso.Position + Torso.CFrame.lookVector * 10
  1320. local c = b.x
  1321. local d = b.y - 2
  1322. local e = b.z
  1323. for i = 1,1 do
  1324. local A_1 = "Infinity Chest"
  1325. local A_2 = CFrame.new(c, d, e, 1, 0, 0, 0, 1, -5.56028681e-08, 0, -5.56028681e-08, 1)
  1326. local A_3 = 0
  1327. Event:FireServer(A_1, A_2, A_3)
  1328. end end end)
  1329. end)
  1330.  
  1331. --Speed
  1332.  
  1333. local plr = game:GetService("Players").LocalPlayer
  1334. local char = plr.Character
  1335. local mouse = game:GetService("Players").LocalPlayer:GetMouse()
  1336. local hum = char:FindFirstChild("HumanoidRootPart")
  1337.  
  1338. Speedbtn.MouseButton1Down:Connect(function()
  1339. local plr = game:GetService("Players").LocalPlayer
  1340. local char = plr.Character
  1341. local mouse = game:GetService("Players").LocalPlayer:GetMouse()
  1342. local hum = char:FindFirstChild("HumanoidRootPart")
  1343. mouse.KeyDown:connect(function(key)
  1344. if key == Soeedkb.Text then
  1345. loop = true
  1346. while loop do
  1347. hum.CFrame = hum.CFrame + hum.CFrame.lookVector * SpeedMultiplierkb.Text
  1348. wait()
  1349. end
  1350. end
  1351. end)
  1352. end)
  1353.  
  1354. mouse.KeyUp:connect(function(key)
  1355. if key == Soeedkb.Text then
  1356. loop = false
  1357. end
  1358. end)
  1359.  
  1360. --JumpPower
  1361.  
  1362. JumpPowerbtn.MouseButton1Down:Connect(function()
  1363. game.Players.LocalPlayer.Character.Humanoid.JumpPower = JumpPowerMultiplierkb.Text
  1364. end)
  1365.  
  1366. --Inf jump
  1367.  
  1368. InfJumpbtn.MouseButton1Click:Connect(function()
  1369. loadstring(game:HttpGet(('https://pastebin.com/raw/2eYepag7'),true))()
  1370. end)
  1371.  
  1372. --Remove rain
  1373.  
  1374. RemoveRainbtn.MouseButton1Click:Connect(function()
  1375. if workspace:FindFirstChild('RainPart') ~= nil then
  1376. workspace.RainPart:Destroy()
  1377. game.ReplicatedStorage.Sounds.Nature.Rain:Stop()
  1378. game.ReplicatedStorage.Sounds.Nature.Thunder:Stop()
  1379. game.Lighting.Rain:Destroy()
  1380. game.ReplicatedStorage.Skies.Shine:Clone().Parent = game.Lighting
  1381. end
  1382. end)
  1383.  
  1384. --Open all chests
  1385.  
  1386. OpenAllChestsbtn.MouseButton1Click:Connect(function()
  1387. for _,v in pairs(workspace.Deployables:GetChildren()) do
  1388. if v.Name == 'Chest' then
  1389. if v:FindFirstChild('Door') ~= nil then
  1390. v.Door:Destroy()
  1391. end
  1392. if v:FindFirstChild('Button') ~= nil then
  1393. v.Button:Destroy()
  1394. end
  1395. end
  1396. end
  1397. end)
  1398.  
  1399. --Tp Spam
  1400.  
  1401. TpSpambtn.MouseButton1Down:connect(function()
  1402. for i,v in pairs(game:GetService("Players"):GetChildren()) do
  1403. if v.Name:lower():find(TpSpamPlayerNamekb.Text:lower()) then
  1404. if v.Name == "Infinity_Chest" or v.Name == "BlueBearTimx" then
  1405. print("Fools you cannot kill the devs")
  1406. else
  1407. player = game.Players.LocalPlayer.Character
  1408. repeat
  1409. player.HumanoidRootPart.CFrame = v.Character.HumanoidRootPart.CFrame
  1410. wait(.001)
  1411. until v.Character.Humanoid.Health <= 0
  1412. end
  1413. end
  1414. end
  1415. end)
  1416.  
  1417. --Big body
  1418.  
  1419. BigBodybtn.MouseButton1Down:Connect(function()
  1420. local color = "Red"
  1421. while wait() do
  1422. for _, v in pairs(game.Players:GetPlayers()) do
  1423. if v.Name == game.Players.LocalPlayer.Name then else
  1424. v.Character.HumanoidRootPart.Transparency = 0.35
  1425. v.Character.HumanoidRootPart.BrickColor = BrickColor.new(color)
  1426. v.Character.HumanoidRootPart.Size = Vector3.new(14,14,14)
  1427. print("Credits Big Body: Zeestriaa")
  1428. end
  1429. end
  1430. end
  1431. end)
  1432.  
  1433. --Auto pickup
  1434.  
  1435. AutoPickupbtn.MouseButton1Down:Connect(function()
  1436. local Objects;
  1437. local Pickup = function(Character)
  1438. local myPos = Character.HumanoidRootPart.Position
  1439. local Objects = {}
  1440. for i,v in pairs(workspace:GetChildren()) do
  1441. if v:FindFirstChild("Pickup") ~= nil and v.Name == AutoPickupitemkb.Text then
  1442. local Pos = v.Position
  1443. local Distance = (myPos - Pos).magnitude
  1444. if Distance < 40 then
  1445. table.insert(Objects, v)
  1446. end
  1447. end
  1448. end
  1449. for i,v in pairs(Objects) do
  1450. for i=1,10 do
  1451. v.Position = myPos
  1452. game:GetService("ReplicatedStorage").Events.Pickup:FireServer(v)
  1453. end
  1454. end
  1455. end
  1456. wait(1)
  1457. local mouse = game:GetService("Players").LocalPlayer:GetMouse()
  1458.  
  1459. mouse.KeyDown:connect(function(key)
  1460. if key == AutoPickupkb.Text then
  1461. print'AutoPicked-up YEET'
  1462. Pickup(game.Players.LocalPlayer.Character)
  1463. end
  1464. end)
  1465. end)
  1466.  
  1467. -- ESP chooser
  1468.  
  1469. AutoPickupChooserButton.Name = "AutoPickupChooserButton"
  1470. AutoPickupChooserButton.Parent = BoogaRightFrame
  1471. AutoPickupChooserButton.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  1472. AutoPickupChooserButton.Position = UDim2.new(0.698717952, 0, 0.00992063526, 0)
  1473. AutoPickupChooserButton.Size = UDim2.new(0, 88, 0, 22)
  1474. AutoPickupChooserButton.Font = Enum.Font.SourceSans
  1475. AutoPickupChooserButton.FontSize = Enum.FontSize.Size12
  1476. AutoPickupChooserButton.Text = "AutoPickup Chooser"
  1477. AutoPickupChooserButton.TextColor3 = Color3.new(1, 1, 1)
  1478. AutoPickupChooserButton.TextSize = 12
  1479. AutoPickupChooserButton.MouseButton1Click:Connect(function()
  1480. thingyy = false
  1481. if thingyy == false then
  1482. AutoPickupTopbar.Visible = true
  1483. thingyy = true
  1484. else
  1485. AutoPickupTopbar.Visible = false
  1486. thingyy = false
  1487. end
  1488. end)
  1489.  
  1490. AutoPickupTopbar.Name = "AutoPickupTopbar"
  1491. AutoPickupTopbar.Parent = BoogaRightFrame
  1492. AutoPickupTopbar.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  1493. AutoPickupTopbar.BorderSizePixel = 0
  1494. AutoPickupTopbar.Position = UDim2.new(1, 0, 0, 0)
  1495. AutoPickupTopbar.Size = UDim2.new(0, 154, 0, 10)
  1496. AutoPickupTopbar.Visible = false
  1497.  
  1498. AutoPickupMainFrame.Name = "AutoPickupMainFrame"
  1499. AutoPickupMainFrame.Parent = AutoPickupTopbar
  1500. AutoPickupMainFrame.BackgroundColor3 = Color3.new(0.490196, 0.490196, 0.490196)
  1501. AutoPickupMainFrame.BorderSizePixel = 0
  1502. AutoPickupMainFrame.Position = UDim2.new(0, 0, 1, 0)
  1503. AutoPickupMainFrame.Size = UDim2.new(0, 154, 0, 494)
  1504.  
  1505. AutoPickupScrollingFrame.Name = "AutoPickupScrollingFrame"
  1506. AutoPickupScrollingFrame.Parent = AutoPickupMainFrame
  1507. AutoPickupScrollingFrame.BackgroundColor3 = Color3.new(0.490196, 0.490196, 0.490196)
  1508. AutoPickupScrollingFrame.BorderSizePixel = 0
  1509. AutoPickupScrollingFrame.Size = UDim2.new(0, 154, 0, 494)
  1510. AutoPickupScrollingFrame.CanvasSize = UDim2.new(0, 0, 8, 0)
  1511.  
  1512. RawAdurite.Name = "RawAdurite"
  1513. RawAdurite.Parent = AutoPickupScrollingFrame
  1514. RawAdurite.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  1515. RawAdurite.BorderSizePixel = 0
  1516. RawAdurite.Position = UDim2.new(0.0584416389, 0, 0.0452935249, 0)
  1517. RawAdurite.Size = UDim2.new(0, 123, 0, 23)
  1518. RawAdurite.Font = Enum.Font.SourceSans
  1519. RawAdurite.FontSize = Enum.FontSize.Size14
  1520. RawAdurite.Text = "Raw Adurite"
  1521. RawAdurite.TextColor3 = Color3.new(1, 1, 1)
  1522. RawAdurite.TextSize = 14
  1523. RawAdurite.MouseButton1Down:Connect(function()
  1524. AutoPickupitemkb.Text = "Raw Adurite"
  1525. end)
  1526.  
  1527. SteelMix.Name = "SteelMix"
  1528. SteelMix.Parent = AutoPickupScrollingFrame
  1529. SteelMix.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  1530. SteelMix.BorderSizePixel = 0
  1531. SteelMix.Position = UDim2.new(0.0584936142, 0, 0.0520283431, 0)
  1532. SteelMix.Size = UDim2.new(0, 123, 0, 23)
  1533. SteelMix.Font = Enum.Font.SourceSans
  1534. SteelMix.FontSize = Enum.FontSize.Size14
  1535. SteelMix.Text = "Steel Mix"
  1536. SteelMix.TextColor3 = Color3.new(1, 1, 1)
  1537. SteelMix.TextSize = 14
  1538. SteelMix.MouseButton1Down:Connect(function()
  1539. AutoPickupitemkb.Text = "Steel Mix"
  1540. end)
  1541.  
  1542. GoldBar.Name = "GoldBar"
  1543. GoldBar.Parent = AutoPickupScrollingFrame
  1544. GoldBar.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  1545. GoldBar.BorderSizePixel = 0
  1546. GoldBar.Position = UDim2.new(0.0584936142, 0, 0.0590283424, 0)
  1547. GoldBar.Size = UDim2.new(0, 123, 0, 23)
  1548. GoldBar.Font = Enum.Font.SourceSans
  1549. GoldBar.FontSize = Enum.FontSize.Size14
  1550. GoldBar.Text = "Gold Bar"
  1551. GoldBar.TextColor3 = Color3.new(1, 1, 1)
  1552. GoldBar.TextSize = 14
  1553. GoldBar.MouseButton1Down:Connect(function()
  1554. AutoPickupitemkb.Text = "Gold Bar"
  1555. end)
  1556.  
  1557. IronBar.Name = "IronBar"
  1558. IronBar.Parent = AutoPickupScrollingFrame
  1559. IronBar.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  1560. IronBar.BorderSizePixel = 0
  1561. IronBar.Position = UDim2.new(0.0584936142, 0, 0.0660283417, 0)
  1562. IronBar.Size = UDim2.new(0, 123, 0, 23)
  1563. IronBar.Font = Enum.Font.SourceSans
  1564. IronBar.FontSize = Enum.FontSize.Size14
  1565. IronBar.Text = "Iron Bar"
  1566. IronBar.TextColor3 = Color3.new(1, 1, 1)
  1567. IronBar.TextSize = 14
  1568. IronBar.MouseButton1Down:Connect(function()
  1569. AutoPickupitemkb.Text = "Iron Bar"
  1570. end)
  1571.  
  1572. SteelBar.Name = "SteelBar"
  1573. SteelBar.Parent = AutoPickupScrollingFrame
  1574. SteelBar.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  1575. SteelBar.BorderSizePixel = 0
  1576. SteelBar.Position = UDim2.new(0.0584936142, 0, 0.0730283409, 0)
  1577. SteelBar.Size = UDim2.new(0, 123, 0, 23)
  1578. SteelBar.Font = Enum.Font.SourceSans
  1579. SteelBar.FontSize = Enum.FontSize.Size14
  1580. SteelBar.Text = "Steel Bar"
  1581. SteelBar.TextColor3 = Color3.new(1, 1, 1)
  1582. SteelBar.TextSize = 14
  1583. SteelBar.MouseButton1Down:Connect(function()
  1584. AutoPickupitemkb.Text = "Steel Bar"
  1585. end)
  1586.  
  1587. AduriteBar.Name = "AduriteBar"
  1588. AduriteBar.Parent = AutoPickupScrollingFrame
  1589. AduriteBar.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  1590. AduriteBar.BorderSizePixel = 0
  1591. AduriteBar.Position = UDim2.new(0.0584936142, 0, 0.0800283402, 0)
  1592. AduriteBar.Size = UDim2.new(0, 123, 0, 23)
  1593. AduriteBar.Font = Enum.Font.SourceSans
  1594. AduriteBar.FontSize = Enum.FontSize.Size14
  1595. AduriteBar.Text = "Adurite Bar"
  1596. AduriteBar.TextColor3 = Color3.new(1, 1, 1)
  1597. AduriteBar.TextSize = 14
  1598. AduriteBar.MouseButton1Down:Connect(function()
  1599. AutoPickupitemkb.Text = "Adurite Bar"
  1600. end)
  1601.  
  1602. Stone.Name = "Stone"
  1603. Stone.Parent = AutoPickupScrollingFrame
  1604. Stone.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  1605. Stone.BorderSizePixel = 0
  1606. Stone.Position = UDim2.new(0.0584936142, 0, 0.0870283395, 0)
  1607. Stone.Size = UDim2.new(0, 123, 0, 23)
  1608. Stone.Font = Enum.Font.SourceSans
  1609. Stone.FontSize = Enum.FontSize.Size14
  1610. Stone.Text = "Stone"
  1611. Stone.TextColor3 = Color3.new(1, 1, 1)
  1612. Stone.TextSize = 14
  1613. Stone.MouseButton1Down:Connect(function()
  1614. AutoPickupitemkb.Text = "Stone"
  1615. end)
  1616.  
  1617. Leaves.Name = "Leaves"
  1618. Leaves.Parent = AutoPickupScrollingFrame
  1619. Leaves.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  1620. Leaves.BorderSizePixel = 0
  1621. Leaves.Position = UDim2.new(0.0584936142, 0, 0.0940283388, 0)
  1622. Leaves.Size = UDim2.new(0, 123, 0, 23)
  1623. Leaves.Font = Enum.Font.SourceSans
  1624. Leaves.FontSize = Enum.FontSize.Size14
  1625. Leaves.Text = "Leaves"
  1626. Leaves.TextColor3 = Color3.new(1, 1, 1)
  1627. Leaves.TextSize = 14
  1628. Leaves.MouseButton1Down:Connect(function()
  1629. AutoPickupitemkb.Text = "Leaves"
  1630. end)
  1631.  
  1632. Log.Name = "Log"
  1633. Log.Parent = AutoPickupScrollingFrame
  1634. Log.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  1635. Log.BorderSizePixel = 0
  1636. Log.Position = UDim2.new(0.0584936142, 0, 0.101028338, 0)
  1637. Log.Size = UDim2.new(0, 123, 0, 23)
  1638. Log.Font = Enum.Font.SourceSans
  1639. Log.FontSize = Enum.FontSize.Size14
  1640. Log.Text = "Log"
  1641. Log.TextColor3 = Color3.new(1, 1, 1)
  1642. Log.TextSize = 14
  1643. Log.MouseButton1Down:Connect(function()
  1644. AutoPickupitemkb.Text = "Log"
  1645. end)
  1646.  
  1647. Stick.Name = "Stick"
  1648. Stick.Parent = AutoPickupScrollingFrame
  1649. Stick.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  1650. Stick.BorderSizePixel = 0
  1651. Stick.Position = UDim2.new(0.0584936142, 0, 0.108028352, 0)
  1652. Stick.Size = UDim2.new(0, 123, 0, 23)
  1653. Stick.Font = Enum.Font.SourceSans
  1654. Stick.FontSize = Enum.FontSize.Size14
  1655. Stick.Text = "Stick"
  1656. Stick.TextColor3 = Color3.new(1, 1, 1)
  1657. Stick.TextSize = 14
  1658. Stick.MouseButton1Down:Connect(function()
  1659. AutoPickupitemkb.Text = "Stick"
  1660. end)
  1661.  
  1662. Barley.Name = "Barley"
  1663. Barley.Parent = AutoPickupScrollingFrame
  1664. Barley.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  1665. Barley.BorderSizePixel = 0
  1666. Barley.Position = UDim2.new(0.0584416389, 0, 0.115384609, 0)
  1667. Barley.Size = UDim2.new(0, 123, 0, 23)
  1668. Barley.Font = Enum.Font.SourceSans
  1669. Barley.FontSize = Enum.FontSize.Size14
  1670. Barley.Text = "Barley"
  1671. Barley.TextColor3 = Color3.new(1, 1, 1)
  1672. Barley.TextSize = 14
  1673. Barley.MouseButton1Down:Connect(function()
  1674. AutoPickupitemkb.Text = "Barley"
  1675. end)
  1676.  
  1677. Berry.Name = "Berry"
  1678. Berry.Parent = AutoPickupScrollingFrame
  1679. Berry.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  1680. Berry.BorderSizePixel = 0
  1681. Berry.Position = UDim2.new(0.0584936142, 0, 0.122119427, 0)
  1682. Berry.Size = UDim2.new(0, 123, 0, 23)
  1683. Berry.Font = Enum.Font.SourceSans
  1684. Berry.FontSize = Enum.FontSize.Size14
  1685. Berry.Text = "Berry"
  1686. Berry.TextColor3 = Color3.new(1, 1, 1)
  1687. Berry.TextSize = 14
  1688. Berry.MouseButton1Down:Connect(function()
  1689. AutoPickupitemkb.Text = "Berry"
  1690. end)
  1691.  
  1692. Banana.Name = "Banana"
  1693. Banana.Parent = AutoPickupScrollingFrame
  1694. Banana.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  1695. Banana.BorderSizePixel = 0
  1696. Banana.Position = UDim2.new(0.0584936142, 0, 0.129119426, 0)
  1697. Banana.Size = UDim2.new(0, 123, 0, 23)
  1698. Banana.Font = Enum.Font.SourceSans
  1699. Banana.FontSize = Enum.FontSize.Size14
  1700. Banana.Text = "Banana"
  1701. Banana.TextColor3 = Color3.new(1, 1, 1)
  1702. Banana.TextSize = 14
  1703. Banana.MouseButton1Down:Connect(function()
  1704. AutoPickupitemkb.Text = "Banana"
  1705. end)
  1706.  
  1707. Bloodfruit.Name = "Bloodfruit"
  1708. Bloodfruit.Parent = AutoPickupScrollingFrame
  1709. Bloodfruit.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  1710. Bloodfruit.BorderSizePixel = 0
  1711. Bloodfruit.Position = UDim2.new(0.0584936142, 0, 0.136119425, 0)
  1712. Bloodfruit.Size = UDim2.new(0, 123, 0, 23)
  1713. Bloodfruit.Font = Enum.Font.SourceSans
  1714. Bloodfruit.FontSize = Enum.FontSize.Size14
  1715. Bloodfruit.Text = "Bloodfruit"
  1716. Bloodfruit.TextColor3 = Color3.new(1, 1, 1)
  1717. Bloodfruit.TextSize = 14
  1718. Bloodfruit.MouseButton1Down:Connect(function()
  1719. AutoPickupitemkb.Text = "Bloodfruit"
  1720. end)
  1721.  
  1722. Apple.Name = "Apple"
  1723. Apple.Parent = AutoPickupScrollingFrame
  1724. Apple.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  1725. Apple.BorderSizePixel = 0
  1726. Apple.Position = UDim2.new(0.0584936142, 0, 0.143119425, 0)
  1727. Apple.Size = UDim2.new(0, 123, 0, 23)
  1728. Apple.Font = Enum.Font.SourceSans
  1729. Apple.FontSize = Enum.FontSize.Size14
  1730. Apple.Text = "Apple"
  1731. Apple.TextColor3 = Color3.new(1, 1, 1)
  1732. Apple.TextSize = 14
  1733. Apple.MouseButton1Down:Connect(function()
  1734. AutoPickupitemkb.Text = "Apple"
  1735. end)
  1736.  
  1737. Bread.Name = "Bread"
  1738. Bread.Parent = AutoPickupScrollingFrame
  1739. Bread.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  1740. Bread.BorderSizePixel = 0
  1741. Bread.Position = UDim2.new(0.0584936142, 0, 0.150119424, 0)
  1742. Bread.Size = UDim2.new(0, 123, 0, 23)
  1743. Bread.Font = Enum.Font.SourceSans
  1744. Bread.FontSize = Enum.FontSize.Size14
  1745. Bread.Text = "Bread"
  1746. Bread.TextColor3 = Color3.new(1, 1, 1)
  1747. Bread.TextSize = 14
  1748. Bread.MouseButton1Down:Connect(function()
  1749. AutoPickupitemkb.Text = "Bread"
  1750. end)
  1751.  
  1752. CactusBits.Name = "CactusBits"
  1753. CactusBits.Parent = AutoPickupScrollingFrame
  1754. CactusBits.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  1755. CactusBits.BorderSizePixel = 0
  1756. CactusBits.Position = UDim2.new(0.0584936142, 0, 0.157119438, 0)
  1757. CactusBits.Size = UDim2.new(0, 123, 0, 23)
  1758. CactusBits.Font = Enum.Font.SourceSans
  1759. CactusBits.FontSize = Enum.FontSize.Size14
  1760. CactusBits.Text = "Cactus Bits"
  1761. CactusBits.TextColor3 = Color3.new(1, 1, 1)
  1762. CactusBits.TextSize = 14
  1763. CactusBits.MouseButton1Down:Connect(function()
  1764. AutoPickupitemkb.Text = "Cactus Bits"
  1765. end)
  1766.  
  1767. Coal.Name = "Coal"
  1768. Coal.Parent = AutoPickupScrollingFrame
  1769. Coal.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  1770. Coal.BorderSizePixel = 0
  1771. Coal.Position = UDim2.new(0.0584936142, 0, 0.164119437, 0)
  1772. Coal.Size = UDim2.new(0, 123, 0, 23)
  1773. Coal.Font = Enum.Font.SourceSans
  1774. Coal.FontSize = Enum.FontSize.Size14
  1775. Coal.Text = "Coal"
  1776. Coal.TextColor3 = Color3.new(1, 1, 1)
  1777. Coal.TextSize = 14
  1778. Coal.MouseButton1Down:Connect(function()
  1779. AutoPickupitemkb.Text = "Coal"
  1780. end)
  1781.  
  1782. Bluefruit.Name = "Bluefruit"
  1783. Bluefruit.Parent = AutoPickupScrollingFrame
  1784. Bluefruit.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  1785. Bluefruit.BorderSizePixel = 0
  1786. Bluefruit.Position = UDim2.new(0.0584936142, 0, 0.171119422, 0)
  1787. Bluefruit.Size = UDim2.new(0, 123, 0, 23)
  1788. Bluefruit.Font = Enum.Font.SourceSans
  1789. Bluefruit.FontSize = Enum.FontSize.Size14
  1790. Bluefruit.Text = "Bluefruit"
  1791. Bluefruit.TextColor3 = Color3.new(1, 1, 1)
  1792. Bluefruit.TextSize = 14
  1793. Bluefruit.MouseButton1Down:Connect(function()
  1794. AutoPickupitemkb.Text = "Bluefruit"
  1795. end)
  1796.  
  1797. Cloudberry.Name = "Cloudberry"
  1798. Cloudberry.Parent = AutoPickupScrollingFrame
  1799. Cloudberry.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  1800. Cloudberry.BorderSizePixel = 0
  1801. Cloudberry.Position = UDim2.new(0.0584936142, 0, 0.178119451, 0)
  1802. Cloudberry.Size = UDim2.new(0, 123, 0, 23)
  1803. Cloudberry.Font = Enum.Font.SourceSans
  1804. Cloudberry.FontSize = Enum.FontSize.Size14
  1805. Cloudberry.Text = "Cloudberry"
  1806. Cloudberry.TextColor3 = Color3.new(1, 1, 1)
  1807. Cloudberry.TextSize = 14
  1808. Cloudberry.MouseButton1Down:Connect(function()
  1809. AutoPickupitemkb.Text = "Cloudberry"
  1810. end)
  1811.  
  1812. FriedCactus.Name = "FriedCactus"
  1813. FriedCactus.Parent = AutoPickupScrollingFrame
  1814. FriedCactus.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  1815. FriedCactus.BorderSizePixel = 0
  1816. FriedCactus.Position = UDim2.new(0.0584416389, 0, 0.185475707, 0)
  1817. FriedCactus.Size = UDim2.new(0, 123, 0, 23)
  1818. FriedCactus.Font = Enum.Font.SourceSans
  1819. FriedCactus.FontSize = Enum.FontSize.Size14
  1820. FriedCactus.Text = "Fried Cactus"
  1821. FriedCactus.TextColor3 = Color3.new(1, 1, 1)
  1822. FriedCactus.TextSize = 14
  1823. FriedCactus.MouseButton1Down:Connect(function()
  1824. AutoPickupitemkb.Text = "Fried Cactus"
  1825. end)
  1826.  
  1827. CookedMeat.Name = "CookedMeat"
  1828. CookedMeat.Parent = AutoPickupScrollingFrame
  1829. CookedMeat.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  1830. CookedMeat.BorderSizePixel = 0
  1831. CookedMeat.Position = UDim2.new(0.0584936142, 0, 0.192210525, 0)
  1832. CookedMeat.Size = UDim2.new(0, 123, 0, 23)
  1833. CookedMeat.Font = Enum.Font.SourceSans
  1834. CookedMeat.FontSize = Enum.FontSize.Size14
  1835. CookedMeat.Text = "Cooked Meat"
  1836. CookedMeat.TextColor3 = Color3.new(1, 1, 1)
  1837. CookedMeat.TextSize = 14
  1838. CookedMeat.MouseButton1Down:Connect(function()
  1839. AutoPickupitemkb.Text = "Cooked Meat"
  1840. end)
  1841.  
  1842. IceCube.Name = "IceCube"
  1843. IceCube.Parent = AutoPickupScrollingFrame
  1844. IceCube.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  1845. IceCube.BorderSizePixel = 0
  1846. IceCube.Position = UDim2.new(0.0584936142, 0, 0.199210525, 0)
  1847. IceCube.Size = UDim2.new(0, 123, 0, 23)
  1848. IceCube.Font = Enum.Font.SourceSans
  1849. IceCube.FontSize = Enum.FontSize.Size14
  1850. IceCube.Text = "Ice Cube"
  1851. IceCube.TextColor3 = Color3.new(1, 1, 1)
  1852. IceCube.TextSize = 14
  1853. IceCube.MouseButton1Down:Connect(function()
  1854. AutoPickupitemkb.Text = "Ice Cube"
  1855. end)
  1856.  
  1857. CookedMorsel.Name = "CookedMorsel"
  1858. CookedMorsel.Parent = AutoPickupScrollingFrame
  1859. CookedMorsel.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  1860. CookedMorsel.BorderSizePixel = 0
  1861. CookedMorsel.Position = UDim2.new(0.0584936142, 0, 0.206210524, 0)
  1862. CookedMorsel.Size = UDim2.new(0, 123, 0, 23)
  1863. CookedMorsel.Font = Enum.Font.SourceSans
  1864. CookedMorsel.FontSize = Enum.FontSize.Size14
  1865. CookedMorsel.Text = "Cooked Morsel"
  1866. CookedMorsel.TextColor3 = Color3.new(1, 1, 1)
  1867. CookedMorsel.TextSize = 14
  1868. CookedMorsel.MouseButton1Down:Connect(function()
  1869. AutoPickupitemkb.Text = "Cooked Morsel"
  1870. end)
  1871.  
  1872. Coconut.Name = "Coconut"
  1873. Coconut.Parent = AutoPickupScrollingFrame
  1874. Coconut.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  1875. Coconut.BorderSizePixel = 0
  1876. Coconut.Position = UDim2.new(0.0584936142, 0, 0.213210523, 0)
  1877. Coconut.Size = UDim2.new(0, 123, 0, 23)
  1878. Coconut.Font = Enum.Font.SourceSans
  1879. Coconut.FontSize = Enum.FontSize.Size14
  1880. Coconut.Text = "Coconut"
  1881. Coconut.TextColor3 = Color3.new(1, 1, 1)
  1882. Coconut.TextSize = 14
  1883. Coconut.MouseButton1Down:Connect(function()
  1884. AutoPickupitemkb.Text = "Coconut"
  1885. end)
  1886.  
  1887. Corn.Name = "Corn"
  1888. Corn.Parent = AutoPickupScrollingFrame
  1889. Corn.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  1890. Corn.BorderSizePixel = 0
  1891. Corn.Position = UDim2.new(0.0584936142, 0, 0.220210522, 0)
  1892. Corn.Size = UDim2.new(0, 123, 0, 23)
  1893. Corn.Font = Enum.Font.SourceSans
  1894. Corn.FontSize = Enum.FontSize.Size14
  1895. Corn.Text = "Corn"
  1896. Corn.TextColor3 = Color3.new(1, 1, 1)
  1897. Corn.TextSize = 14
  1898. Corn.MouseButton1Down:Connect(function()
  1899. AutoPickupitemkb.Text = "Corn"
  1900. end)
  1901.  
  1902. Jelly.Name = "Jelly"
  1903. Jelly.Parent = AutoPickupScrollingFrame
  1904. Jelly.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  1905. Jelly.BorderSizePixel = 0
  1906. Jelly.Position = UDim2.new(0.0584936142, 0, 0.227210522, 0)
  1907. Jelly.Size = UDim2.new(0, 123, 0, 23)
  1908. Jelly.Font = Enum.Font.SourceSans
  1909. Jelly.FontSize = Enum.FontSize.Size14
  1910. Jelly.Text = "Jelly"
  1911. Jelly.TextColor3 = Color3.new(1, 1, 1)
  1912. Jelly.TextSize = 14
  1913. Jelly.MouseButton1Down:Connect(function()
  1914. AutoPickupitemkb.Text = "Jelly"
  1915. end)
  1916.  
  1917. Egg.Name = "Egg"
  1918. Egg.Parent = AutoPickupScrollingFrame
  1919. Egg.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  1920. Egg.BorderSizePixel = 0
  1921. Egg.Position = UDim2.new(0.0584936142, 0, 0.234210521, 0)
  1922. Egg.Size = UDim2.new(0, 123, 0, 23)
  1923. Egg.Font = Enum.Font.SourceSans
  1924. Egg.FontSize = Enum.FontSize.Size14
  1925. Egg.Text = "Egg"
  1926. Egg.TextColor3 = Color3.new(1, 1, 1)
  1927. Egg.TextSize = 14
  1928. Egg.MouseButton1Down:Connect(function()
  1929. AutoPickupitemkb.Text = "Egg"
  1930. end)
  1931.  
  1932. CookedFish.Name = "CookedFish"
  1933. CookedFish.Parent = AutoPickupScrollingFrame
  1934. CookedFish.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  1935. CookedFish.BorderSizePixel = 0
  1936. CookedFish.Position = UDim2.new(0.0584936142, 0, 0.24121052, 0)
  1937. CookedFish.Size = UDim2.new(0, 123, 0, 23)
  1938. CookedFish.Font = Enum.Font.SourceSans
  1939. CookedFish.FontSize = Enum.FontSize.Size14
  1940. CookedFish.Text = "Cooked Fish"
  1941. CookedFish.TextColor3 = Color3.new(1, 1, 1)
  1942. CookedFish.TextSize = 14
  1943. CookedFish.MouseButton1Down:Connect(function()
  1944. AutoPickupitemkb.Text = "Cooked Fish"
  1945. end)
  1946.  
  1947. GrainMush.Name = "GrainMush"
  1948. GrainMush.Parent = AutoPickupScrollingFrame
  1949. GrainMush.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  1950. GrainMush.BorderSizePixel = 0
  1951. GrainMush.Position = UDim2.new(0.0584936142, 0, 0.24821052, 0)
  1952. GrainMush.Size = UDim2.new(0, 123, 0, 23)
  1953. GrainMush.Font = Enum.Font.SourceSans
  1954. GrainMush.FontSize = Enum.FontSize.Size14
  1955. GrainMush.Text = "GrainMush"
  1956. GrainMush.TextColor3 = Color3.new(1, 1, 1)
  1957. GrainMush.TextSize = 14
  1958. GrainMush.MouseButton1Down:Connect(function()
  1959. AutoPickupitemkb.Text = "GrainMush"
  1960. end)
  1961.  
  1962. OddBerry.Name = "OddBerry"
  1963. OddBerry.Parent = AutoPickupScrollingFrame
  1964. OddBerry.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  1965. OddBerry.BorderSizePixel = 0
  1966. OddBerry.Position = UDim2.new(0.0584936142, 0, 0.283301622, 0)
  1967. OddBerry.Size = UDim2.new(0, 123, 0, 23)
  1968. OddBerry.Font = Enum.Font.SourceSans
  1969. OddBerry.FontSize = Enum.FontSize.Size14
  1970. OddBerry.Text = "Odd Berry"
  1971. OddBerry.TextColor3 = Color3.new(1, 1, 1)
  1972. OddBerry.TextSize = 14
  1973. OddBerry.MouseButton1Down:Connect(function()
  1974. AutoPickupitemkb.Text = "Odd Berry"
  1975. end)
  1976.  
  1977. Orange.Name = "Orange"
  1978. Orange.Parent = AutoPickupScrollingFrame
  1979. Orange.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  1980. Orange.BorderSizePixel = 0
  1981. Orange.Position = UDim2.new(0.0584936142, 0, 0.269301623, 0)
  1982. Orange.Size = UDim2.new(0, 123, 0, 23)
  1983. Orange.Font = Enum.Font.SourceSans
  1984. Orange.FontSize = Enum.FontSize.Size14
  1985. Orange.Text = "Orange"
  1986. Orange.TextColor3 = Color3.new(1, 1, 1)
  1987. Orange.TextSize = 14
  1988. Orange.MouseButton1Down:Connect(function()
  1989. AutoPickupitemkb.Text = "Orange"
  1990. end)
  1991.  
  1992. CookedEgg.Name = "CookedEgg"
  1993. CookedEgg.Parent = AutoPickupScrollingFrame
  1994. CookedEgg.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  1995. CookedEgg.BorderSizePixel = 0
  1996. CookedEgg.Position = UDim2.new(0.0584416389, 0, 0.255566806, 0)
  1997. CookedEgg.Size = UDim2.new(0, 123, 0, 23)
  1998. CookedEgg.Font = Enum.Font.SourceSans
  1999. CookedEgg.FontSize = Enum.FontSize.Size14
  2000. CookedEgg.Text = "Cooked Egg"
  2001. CookedEgg.TextColor3 = Color3.new(1, 1, 1)
  2002. CookedEgg.TextSize = 14
  2003. CookedEgg.MouseButton1Down:Connect(function()
  2004. AutoPickupitemkb.Text = "Cooked Egg"
  2005. end)
  2006.  
  2007. PeeperPopsicle.Name = "PeeperPopsicle"
  2008. PeeperPopsicle.Parent = AutoPickupScrollingFrame
  2009. PeeperPopsicle.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  2010. PeeperPopsicle.BorderSizePixel = 0
  2011. PeeperPopsicle.Position = UDim2.new(0.0584936142, 0, 0.262301624, 0)
  2012. PeeperPopsicle.Size = UDim2.new(0, 123, 0, 23)
  2013. PeeperPopsicle.Font = Enum.Font.SourceSans
  2014. PeeperPopsicle.FontSize = Enum.FontSize.Size14
  2015. PeeperPopsicle.Text = "Peeper Popsicle"
  2016. PeeperPopsicle.TextColor3 = Color3.new(1, 1, 1)
  2017. PeeperPopsicle.TextSize = 14
  2018. PeeperPopsicle.MouseButton1Down:Connect(function()
  2019. AutoPickupitemkb.Text = "Peeper Popsicle"
  2020. end)
  2021.  
  2022. SunFruit.Name = "SunFruit"
  2023. SunFruit.Parent = AutoPickupScrollingFrame
  2024. SunFruit.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  2025. SunFruit.BorderSizePixel = 0
  2026. SunFruit.Position = UDim2.new(0.0584936142, 0, 0.276301622, 0)
  2027. SunFruit.Size = UDim2.new(0, 123, 0, 23)
  2028. SunFruit.Font = Enum.Font.SourceSans
  2029. SunFruit.FontSize = Enum.FontSize.Size14
  2030. SunFruit.Text = "Sun Fruit"
  2031. SunFruit.TextColor3 = Color3.new(1, 1, 1)
  2032. SunFruit.TextSize = 14
  2033. SunFruit.MouseButton1Down:Connect(function()
  2034. AutoPickupitemkb.Text = "Sun Fruit"
  2035. end)
  2036.  
  2037. PricklyPear.Name = "PricklyPear"
  2038. PricklyPear.Parent = AutoPickupScrollingFrame
  2039. PricklyPear.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  2040. PricklyPear.BorderSizePixel = 0
  2041. PricklyPear.Position = UDim2.new(0.0584936142, 0, 0.311301619, 0)
  2042. PricklyPear.Size = UDim2.new(0, 123, 0, 23)
  2043. PricklyPear.Font = Enum.Font.SourceSans
  2044. PricklyPear.FontSize = Enum.FontSize.Size14
  2045. PricklyPear.Text = "Prickly Pear"
  2046. PricklyPear.TextColor3 = Color3.new(1, 1, 1)
  2047. PricklyPear.TextSize = 14
  2048. PricklyPear.MouseButton1Down:Connect(function()
  2049. AutoPickupitemkb.Text = "Prickly Pear"
  2050. end)
  2051.  
  2052. RawFish.Name = "RawFish"
  2053. RawFish.Parent = AutoPickupScrollingFrame
  2054. RawFish.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  2055. RawFish.BorderSizePixel = 0
  2056. RawFish.Position = UDim2.new(0.0584936142, 0, 0.290301621, 0)
  2057. RawFish.Size = UDim2.new(0, 123, 0, 23)
  2058. RawFish.Font = Enum.Font.SourceSans
  2059. RawFish.FontSize = Enum.FontSize.Size14
  2060. RawFish.Text = "Raw Fish"
  2061. RawFish.TextColor3 = Color3.new(1, 1, 1)
  2062. RawFish.TextSize = 14
  2063. RawFish.MouseButton1Down:Connect(function()
  2064. AutoPickupitemkb.Text = "Raw Fish"
  2065. end)
  2066.  
  2067. RawMeat.Name = "RawMeat"
  2068. RawMeat.Parent = AutoPickupScrollingFrame
  2069. RawMeat.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  2070. RawMeat.BorderSizePixel = 0
  2071. RawMeat.Position = UDim2.new(0.0584936142, 0, 0.29730162, 0)
  2072. RawMeat.Size = UDim2.new(0, 123, 0, 23)
  2073. RawMeat.Font = Enum.Font.SourceSans
  2074. RawMeat.FontSize = Enum.FontSize.Size14
  2075. RawMeat.Text = "Raw Meat"
  2076. RawMeat.TextColor3 = Color3.new(1, 1, 1)
  2077. RawMeat.TextSize = 14
  2078. RawMeat.MouseButton1Down:Connect(function()
  2079. AutoPickupitemkb.Text = "Raw Meat"
  2080. end)
  2081.  
  2082. RawMorsel.Name = "RawMorsel"
  2083. RawMorsel.Parent = AutoPickupScrollingFrame
  2084. RawMorsel.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  2085. RawMorsel.BorderSizePixel = 0
  2086. RawMorsel.Position = UDim2.new(0.0584936142, 0, 0.318301618, 0)
  2087. RawMorsel.Size = UDim2.new(0, 123, 0, 23)
  2088. RawMorsel.Font = Enum.Font.SourceSans
  2089. RawMorsel.FontSize = Enum.FontSize.Size14
  2090. RawMorsel.Text = "Raw Morsel"
  2091. RawMorsel.TextColor3 = Color3.new(1, 1, 1)
  2092. RawMorsel.TextSize = 14
  2093. RawMorsel.MouseButton1Down:Connect(function()
  2094. AutoPickupitemkb.Text = "Raw Morsel"
  2095. end)
  2096.  
  2097. StrangeFruit.Name = "StrangeFruit"
  2098. StrangeFruit.Parent = AutoPickupScrollingFrame
  2099. StrangeFruit.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  2100. StrangeFruit.BorderSizePixel = 0
  2101. StrangeFruit.Position = UDim2.new(0.0584936142, 0, 0.30430162, 0)
  2102. StrangeFruit.Size = UDim2.new(0, 123, 0, 23)
  2103. StrangeFruit.Font = Enum.Font.SourceSans
  2104. StrangeFruit.FontSize = Enum.FontSize.Size14
  2105. StrangeFruit.Text = "Strange Fruit"
  2106. StrangeFruit.TextColor3 = Color3.new(1, 1, 1)
  2107. StrangeFruit.TextSize = 14
  2108. StrangeFruit.MouseButton1Down:Connect(function()
  2109. AutoPickupitemkb.Text = "Strange Fruit"
  2110. end)
  2111.  
  2112. Essence.Name = "Essence"
  2113. Essence.Parent = AutoPickupScrollingFrame
  2114. Essence.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  2115. Essence.BorderSizePixel = 0
  2116. Essence.Position = UDim2.new(0.0584416389, 0, 0.00328947278, 0)
  2117. Essence.Size = UDim2.new(0, 123, 0, 23)
  2118. Essence.Font = Enum.Font.SourceSans
  2119. Essence.FontSize = Enum.FontSize.Size14
  2120. Essence.Text = "Essence"
  2121. Essence.TextColor3 = Color3.new(1, 1, 1)
  2122. Essence.TextSize = 14
  2123. Essence.MouseButton1Down:Connect(function()
  2124. AutoPickupitemkb.Text = "Essence"
  2125. end)
  2126.  
  2127. RawGold.Name = "RawGold"
  2128. RawGold.Parent = AutoPickupScrollingFrame
  2129. RawGold.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  2130. RawGold.BorderSizePixel = 0
  2131. RawGold.Position = UDim2.new(0.0584936142, 0, 0.0100242915, 0)
  2132. RawGold.Size = UDim2.new(0, 123, 0, 23)
  2133. RawGold.Font = Enum.Font.SourceSans
  2134. RawGold.FontSize = Enum.FontSize.Size14
  2135. RawGold.Text = "Raw Gold"
  2136. RawGold.TextColor3 = Color3.new(1, 1, 1)
  2137. RawGold.TextSize = 14
  2138. RawGold.MouseButton1Down:Connect(function()
  2139. AutoPickupitemkb.Text = "Raw Gold"
  2140. end)
  2141.  
  2142. CrystalChunk.Name = "CrystalChunk"
  2143. CrystalChunk.Parent = AutoPickupScrollingFrame
  2144. CrystalChunk.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  2145. CrystalChunk.BorderSizePixel = 0
  2146. CrystalChunk.Position = UDim2.new(0.0584936142, 0, 0.0170242898, 0)
  2147. CrystalChunk.Size = UDim2.new(0, 123, 0, 23)
  2148. CrystalChunk.Font = Enum.Font.SourceSans
  2149. CrystalChunk.FontSize = Enum.FontSize.Size14
  2150. CrystalChunk.Text = "Crystal Chunk"
  2151. CrystalChunk.TextColor3 = Color3.new(1, 1, 1)
  2152. CrystalChunk.TextSize = 14
  2153. CrystalChunk.MouseButton1Down:Connect(function()
  2154. AutoPickupitemkb.Text = "Crystal Chunk"
  2155. end)
  2156.  
  2157. Emerald.Name = "Emerald"
  2158. Emerald.Parent = AutoPickupScrollingFrame
  2159. Emerald.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  2160. Emerald.BorderSizePixel = 0
  2161. Emerald.Position = UDim2.new(0.0584936142, 0, 0.0240242928, 0)
  2162. Emerald.Size = UDim2.new(0, 123, 0, 23)
  2163. Emerald.Font = Enum.Font.SourceSans
  2164. Emerald.FontSize = Enum.FontSize.Size14
  2165. Emerald.Text = "Emerald"
  2166. Emerald.TextColor3 = Color3.new(1, 1, 1)
  2167. Emerald.TextSize = 14
  2168. Emerald.MouseButton1Down:Connect(function()
  2169. AutoPickupitemkb.Text = "Emerald"
  2170. end)
  2171.  
  2172. RawMagnetite.Name = "RawMagnetite"
  2173. RawMagnetite.Parent = AutoPickupScrollingFrame
  2174. RawMagnetite.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  2175. RawMagnetite.BorderSizePixel = 0
  2176. RawMagnetite.Position = UDim2.new(0.0584936142, 0, 0.0310242921, 0)
  2177. RawMagnetite.Size = UDim2.new(0, 123, 0, 23)
  2178. RawMagnetite.Font = Enum.Font.SourceSans
  2179. RawMagnetite.FontSize = Enum.FontSize.Size14
  2180. RawMagnetite.Text = "Raw Magnetite"
  2181. RawMagnetite.TextColor3 = Color3.new(1, 1, 1)
  2182. RawMagnetite.TextSize = 14
  2183. RawMagnetite.MouseButton1Down:Connect(function()
  2184. AutoPickupitemkb.Text = "Raw Magnetite"
  2185. end)
  2186.  
  2187. RawIron.Name = "RawIron"
  2188. RawIron.Parent = AutoPickupScrollingFrame
  2189. RawIron.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  2190. RawIron.BorderSizePixel = 0
  2191. RawIron.Position = UDim2.new(0.0584936142, 0, 0.0380242914, 0)
  2192. RawIron.Size = UDim2.new(0, 123, 0, 23)
  2193. RawIron.Font = Enum.Font.SourceSans
  2194. RawIron.FontSize = Enum.FontSize.Size14
  2195. RawIron.Text = "Raw Iron"
  2196. RawIron.TextColor3 = Color3.new(1, 1, 1)
  2197. RawIron.TextSize = 14
  2198. RawIron.MouseButton1Down:Connect(function()
  2199. AutoPickupitemkb.Text = "Raw Iron"
  2200. end)
  2201.  
  2202. --ESP
  2203.  
  2204. Important = {Players = game:GetService("Players"), Workspace = game:GetService("Workspace"), CoreGui = game:GetService("CoreGui")}
  2205.  
  2206. local enabledesp = false
  2207.  
  2208. function CreateESP(plr)
  2209.  
  2210. if plr ~= nil then
  2211.  
  2212. local GetChar = plr.Character
  2213. if not GetChar then return end
  2214.  
  2215. local GetHead do
  2216.  
  2217. repeat wait() until GetChar:FindFirstChild("Head")
  2218.  
  2219. end
  2220. GetHead = GetChar.Head
  2221.  
  2222. local bb = Instance.new("BillboardGui", Important.CoreGui)
  2223. bb.Adornee = GetHead
  2224. bb.ExtentsOffset = Vector3.new(0, 1, 0)
  2225. bb.AlwaysOnTop = true
  2226. bb.Size = UDim2.new(0, 5, 0, 5)
  2227. bb.StudsOffset = Vector3.new(0, 3, 0)
  2228. bb.Name = "ESP_PLAYER_" .. plr.Name
  2229.  
  2230. local displayframe = Instance.new("Frame", bb)
  2231. displayframe.ZIndex = 10
  2232. displayframe.BackgroundTransparency = 1
  2233. displayframe.Size = UDim2.new(1,0,1,0)
  2234.  
  2235. local name = Instance.new("TextLabel", displayframe)
  2236. name.Name = "Name"
  2237. name.ZIndex = 10
  2238. name.Text = plr.Name
  2239. name.Visible = true
  2240. name.TextColor3 = Color3.new(170,0,0)
  2241. name.BackgroundTransparency = 1
  2242. name.Size = UDim2.new(1,0,10,0)
  2243. name.Font = Enum.Font.SourceSansLight
  2244. name.TextSize = 20
  2245. name.TextStrokeTransparency = .5
  2246.  
  2247. end
  2248.  
  2249. end
  2250.  
  2251. ESPbtn.MouseButton1Click:Connect(function()
  2252. for i,v in pairs(Important.Players:GetChildren()) do
  2253.  
  2254. CreateESP(v)
  2255. end
  2256. end)
  2257.  
  2258. --Fly
  2259. Flybtn.MouseButton1Click:Connect(function()
  2260. lplayer = game:GetService("Players").LocalPlayer
  2261. local Mouse = lplayer:GetMouse()
  2262. flying = false
  2263. local potato = 1
  2264. Mouse.KeyDown:connect(function(key)
  2265. if key == Flykb.Text then
  2266. if potato == 1 then
  2267. repeat wait() until lplayer and lplayer.Character and lplayer.Character:FindFirstChild('HumanoidRootPart') and lplayer.Character:FindFirstChild('Humanoid')
  2268. repeat wait() until Mouse
  2269. speedfly = 1
  2270.  
  2271. local T = lplayer.Character.HumanoidRootPart
  2272. local CONTROL = {F = 0, B = 0, L = 0, R = 0}
  2273. local lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  2274. local SPEED = speedget
  2275.  
  2276. local function fly()
  2277. flying = true
  2278. local BG = Instance.new('BodyGyro', T)
  2279. local BV = Instance.new('BodyVelocity', T)
  2280. BG.P = 9e4
  2281. BG.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  2282. BG.cframe = T.CFrame
  2283. BV.velocity = Vector3.new(0, 0.1, 0)
  2284. BV.maxForce = Vector3.new(9e9, 9e9, 9e9)
  2285. spawn(function()
  2286. repeat wait()
  2287. lplayer.Character.Humanoid.PlatformStand = true
  2288. if CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0 then
  2289. SPEED = 50
  2290. elseif not (CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0) and SPEED ~= 0 then
  2291. SPEED = 0
  2292. end
  2293. if (CONTROL.L + CONTROL.R) ~= 0 or (CONTROL.F + CONTROL.B) ~= 0 then
  2294. BV.velocity = ((workspace.CurrentCamera.CoordinateFrame.lookVector * (CONTROL.F + CONTROL.B)) + ((workspace.CurrentCamera.CoordinateFrame * CFrame.new(CONTROL.L + CONTROL.R, (CONTROL.F + CONTROL.B) * 0.2, 0).p) - workspace.CurrentCamera.CoordinateFrame.p)) * SPEED
  2295. lCONTROL = {F = CONTROL.F, B = CONTROL.B, L = CONTROL.L, R = CONTROL.R}
  2296. elseif (CONTROL.L + CONTROL.R) == 0 and (CONTROL.F + CONTROL.B) == 0 and SPEED ~= 0 then
  2297. BV.velocity = ((workspace.CurrentCamera.CoordinateFrame.lookVector * (lCONTROL.F + lCONTROL.B)) + ((workspace.CurrentCamera.CoordinateFrame * CFrame.new(lCONTROL.L + lCONTROL.R, (lCONTROL.F + lCONTROL.B) * 0.2, 0).p) - workspace.CurrentCamera.CoordinateFrame.p)) * SPEED
  2298. else
  2299. BV.velocity = Vector3.new(0, 0.1, 0)
  2300. end
  2301. BG.cframe = workspace.CurrentCamera.CoordinateFrame
  2302. until not flying
  2303. CONTROL = {F = 0, B = 0, L = 0, R = 0}
  2304. lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  2305. SPEED = 0
  2306. BG:destroy()
  2307. BV:destroy()
  2308. lplayer.Character.Humanoid.PlatformStand = false
  2309. end)
  2310. end
  2311. Mouse.KeyDown:connect(function(KEY)
  2312. if KEY:lower() == 'w' then
  2313. CONTROL.F = speedfly
  2314. elseif KEY:lower() == 's' then
  2315. CONTROL.B = -speedfly
  2316. elseif KEY:lower() == 'a' then
  2317. CONTROL.L = -speedfly
  2318. elseif KEY:lower() == 'd' then
  2319. CONTROL.R = speedfly
  2320. end
  2321. end)
  2322. Mouse.KeyUp:connect(function(KEY)
  2323. if KEY:lower() == 'w' then
  2324. CONTROL.F = 0
  2325. elseif KEY:lower() == 's' then
  2326. CONTROL.B = 0
  2327. elseif KEY:lower() == 'a' then
  2328. CONTROL.L = 0
  2329. elseif KEY:lower() == 'd' then
  2330. CONTROL.R = 0
  2331. end
  2332. end)
  2333. potato = 0
  2334. fly()
  2335. else
  2336. flying = false
  2337. lplayer.Character.Humanoid.PlatformStand = false
  2338. potato = 1
  2339. end end end) end)
  2340.  
  2341. --Rejoin
  2342.  
  2343. Rejoinbtn.MouseButton1Click:Connect(function()
  2344. game:GetService("TeleportService"):Teleport(1262182609)
  2345. end)
  2346.  
  2347. --Craft any item
  2348.  
  2349. CraftAnyItembtn.MouseButton1Click:Connect(function()
  2350. local A_1 = CraftAnyItemItemNamekb.Text
  2351. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  2352. Event:FireServer(A_1)
  2353. end)
  2354.  
  2355. --DropAllItems
  2356.  
  2357. DropAllItemsbtn.MouseButton1Click:Connect(function()
  2358.  
  2359. Player = game.Players.LocalPlayer
  2360. Mouse = Player:GetMouse()
  2361.  
  2362. function PressedE(key)
  2363. Key = key:lower()
  2364. if Key == DropAllItemskb.Text then
  2365. for i=1, 100 do
  2366. game.ReplicatedStorage.Events.DropBagItem:FireServer(DropAllItemsItemNamekb.Text)
  2367. end
  2368. end
  2369. end
  2370. Mouse.KeyDown:connect(PressedE)
  2371. end)
  2372.  
  2373. --Remove all effects
  2374.  
  2375. RemoveAllEffectsbtn.MouseButton1Click:Connect(function()
  2376. game.Lighting.FogEnd = 1200000
  2377. game.Lighting.Brightness = 3
  2378. game.Lighting.GlobalShadows = false
  2379. end)
  2380.  
  2381. --AutoBreak
  2382.  
  2383. AutoBreakbtn.MouseButton1Click:Connect(function()
  2384. local mouse = game:GetService("Players").LocalPlayer:GetMouse()
  2385. local breaking=false
  2386. mouse.KeyDown:connect(function(key)
  2387. if key == AutoBreakkb.Text then
  2388. breaking = true
  2389. while breaking and wait(0.1) do
  2390. local part = game:GetService("Players").LocalPlayer:GetMouse().Target
  2391. local one = game:GetService("ReplicatedStorage").RelativeTime.Value
  2392. local two = {part,part,part,part}
  2393. game:GetService("ReplicatedStorage").Events.SwingTool:FireServer(one, two)
  2394. end
  2395. end
  2396. end)
  2397. mouse.KeyUp:connect(function(key)
  2398. if key == AutoBreakkb.Text then
  2399. breaking = false
  2400. end
  2401. end)
  2402. end)
  2403.  
  2404. --Void tp
  2405.  
  2406. VoidTpbtn.MouseButton1Click:Connect(function()
  2407. game:GetService("TeleportService"):Teleport(2021740958)
  2408. print('VoidTP Credits: Flareo!')
  2409. end)
  2410.  
  2411. --AutoEat
  2412.  
  2413. AutoEatbtn.MouseButton1Click:Connect(function()
  2414. if game.PlaceId == 1262182609 or game.PlaceId == 2021740958 then
  2415. local lol = 1
  2416. local plr = game:GetService("Players").LocalPlayer
  2417. local mouse = plr:GetMouse()
  2418. mouse.KeyDown:connect(function(key)
  2419. if key == AutoEatkb.Text then
  2420. lol = 0
  2421. while lol == 0 do
  2422. wait()
  2423. local Event = game:GetService("ReplicatedStorage").Events.UseBagItem
  2424. Event:FireServer(AutoEatFoodNamekb.Text)
  2425. Event:FireServer(AutoEatFoodNamekb.Text)
  2426. Event:FireServer(AutoEatFoodNamekb.Text)
  2427. end end end)
  2428. local plr = game:GetService("Players").LocalPlayer
  2429. local mouse = plr:GetMouse()
  2430. mouse.KeyUp:connect(function(key)
  2431. if key == AutoEatkb.Text then
  2432. lol = 1
  2433. end end) end
  2434. end)
  2435. --Load Settings
  2436.  
  2437. do
  2438. local AutoBreakkb;
  2439. local AutoEatFoodNamekb;
  2440. local AutoEatkb;
  2441. local AutoPickupkb;
  2442. local CraftAnyItemItemNamekb;
  2443. local DropAllItemskb;
  2444. local DropAllItemsItemNamekb;
  2445. local Flykb;
  2446. local GodHutkb;
  2447. local InfinityChestkb;
  2448. local JumpPowerMultiplierkb;
  2449. local Soeedkb;
  2450. local SpeedMultiplierkb;
  2451. local TpSpamPlayerNamekb;
  2452. local AutoPickupitemkb;
  2453. local openclosekeybind;
  2454.  
  2455. local i, v = pcall(Synapse.ReadFile, Synapse, "UniqHubSettings.txt");
  2456. if i then
  2457. local Data = game:GetService("HttpService"):JSONDecode(v);
  2458. if Data.AutoBreakkb then
  2459. BoogaRightFrame.AutoBreakkb.Text = Data.AutoBreakkb;
  2460. end;
  2461. if Data.openclosekeybind then
  2462. Topbar.openclosekeybind.Text = Data.openclosekeybind;
  2463. end;
  2464. if Data.Flykb then
  2465. BoogaRightFrame.Flykb.Text = Data.Flykb;
  2466. end;
  2467. if Data.AutoPickupitemkb then
  2468. BoogaRightFrame.AutoPickupitemkb.Text = Data.AutoPickupitemkb;
  2469. end;
  2470. if Data.GodHutkb then
  2471. BoogaRightFrame.GodHutkb.Text = Data.GodHutkb;
  2472. end;
  2473. if Data.InfinityChestkb then
  2474. BoogaRightFrame.InfinityChestkb.Text = Data.InfinityChestkb;
  2475. end;
  2476. if Data.JumpPowerMultiplierkb then
  2477. BoogaRightFrame.JumpPowerMultiplierkb.Text = Data.JumpPowerMultiplierkb;
  2478. end;
  2479. if Data.Soeedkb then
  2480. BoogaRightFrame.Soeedkb.Text = Data.Soeedkb;
  2481. end;
  2482. if Data.SpeedMultiplierkb then
  2483. BoogaRightFrame.SpeedMultiplierkb.Text = Data.SpeedMultiplierkb;
  2484. end;
  2485. if Data.TpSpamPlayerNamekb then
  2486. BoogaRightFrame.TpSpamPlayerNamekb.Text = Data.TpSpamPlayerNamekb;
  2487. end;
  2488. if Data.AutoEatFoodNamekb then
  2489. BoogaRightFrame.AutoEatFoodNamekb.Text = Data.AutoEatFoodNamekb;
  2490. end;
  2491. if Data.AutoEatkb then
  2492. BoogaRightFrame.AutoEatkb.Text = Data.AutoEatkb;
  2493. end;
  2494. if Data.AutoPickupkb then
  2495. BoogaRightFrame.AutoPickupkb.Text = Data.AutoPickupkb;
  2496. end;
  2497. if Data.CraftAnyItemItemNamekb then
  2498. BoogaRightFrame.CraftAnyItemItemNamekb.Text = Data.CraftAnyItemItemNamekb;
  2499. end;
  2500. if Data.DropAllItemskb then
  2501. BoogaRightFrame.DropAllItemskb.Text = Data.DropAllItemskb;
  2502. end;
  2503. if Data.DropAllItemsItemNamekb then
  2504. BoogaRightFrame.DropAllItemsItemNamekb.Text = Data.DropAllItemsItemNamekb;
  2505. end;
  2506. end;
  2507.  
  2508. BoogaFckerSettings = {
  2509. ["AutoBreakkb"] = type(AutoBreakkb) == "text" and Data.AutoBreakkb;
  2510. ["AutoEatFoodNamekb"] = type(AutoEatFoodNamekb) == "text" and Data.AutoEatFoodNamekb;
  2511. ["AutoEatkb"] = type(AutoEatkb) == "text" and Data.AutoEatkb;
  2512. ["openclosekeybind"] = type(openclosekeybind) == "text" and Data.openclosekeybind;
  2513. ["AutoPickupkb"] = type(AutoPickupkb) == "text" and Data.AutoPickupkb;
  2514. ["CraftAnyItemItemNamekb"] = type(CraftAnyItemItemNamekb) == "text" and Data.CraftAnyItemItemNamekb;
  2515. ["DropAllItemskb"] = type(DropAllItemskb) == "text" and Data.DropAllItemskb;
  2516. ["DropAllItemsItemNamekb"] = type(DropAllItemsItemNamekb) == "text" and Data.DropAllItemsItemNamekb;
  2517. ["Flykb"] = type(Flykb) == "text" and Data.Flykb;
  2518. ["GodHutkb"] = type(GodHutkb) == "text" and Data.GodHutkb;
  2519. ["InfinityChestkb"] = type(InfinityChestkb) == "text" and Data.InfinityChestkb;
  2520. ["JumpPowerMultiplierkb"] = type(JumpPowerMultiplierkb) == "number" and Data.JumpPowerMultiplierkb;
  2521. ["Soeedkb"] = type(Soeedkb) == "text" and Data.Soeedkb;
  2522. ["SpeedMultiplierkb"] = type(SpeedMultiplierkb) == "number" and Data.SpeedMultiplierkb;
  2523. ["TpSpamPlayerNamekb"] = type(TpSpamPlayerNamekb) == "number" and Data.TpSpamPlayerNamekb;
  2524. ["AutoPickupitemkb"] = type(AutoPickupitemkb) == "text" and Data.AutoPickupitemkb;
  2525.  
  2526.  
  2527. };
  2528. end;
  2529.  
  2530. --Save Data Below Me
  2531.  
  2532. game:GetService("Players").PlayerRemoving:Connect(function()
  2533. do
  2534. local SavedData = {
  2535. ["AutoBreakkb"] = (BoogaRightFrame.AutoBreakkb.Text);
  2536. ["AutoEatFoodNamekb"] = (BoogaRightFrame.AutoEatFoodNamekb.Text);
  2537. ["AutoEatkb"] = (BoogaRightFrame.AutoEatkb.Text);
  2538. ["openclosekeybind"] = (Topbar.openclosekeybind.Text);
  2539. ["AutoPickupkb"] = (BoogaRightFrame.AutoPickupkb.Text);
  2540. ["CraftAnyItemItemNamekb"] = (BoogaRightFrame.CraftAnyItemItemNamekb.Text);
  2541. ["DropAllItemskb"] = (BoogaRightFrame.DropAllItemskb.Text);
  2542. ["DropAllItemsItemNamekb"] = (BoogaRightFrame.DropAllItemsItemNamekb.Text);
  2543. ["Flykb"] = (BoogaRightFrame.Flykb.Text);
  2544. ["GodHutkb"] = (BoogaRightFrame.GodHutkb.Text);
  2545. ["InfinityChestkb"] = (BoogaRightFrame.InfinityChestkb.Text);
  2546. ["JumpPowerMultiplierkb"] = (BoogaRightFrame.JumpPowerMultiplierkb.Text);
  2547. ["Soeedkb"] = (BoogaRightFrame.Soeedkb.Text);
  2548. ["SpeedMultiplierkb"] = (BoogaRightFrame.SpeedMultiplierkb.Text);
  2549. ["TpSpamPlayerNamekb"] = (BoogaRightFrame.TpSpamPlayerNamekb.Text);
  2550. ["AutoPickupitemkb"] = (BoogaRightFrame.AutoPickupitemkb.Text);
  2551. };
  2552.  
  2553. local Data = game:GetService("HttpService"):JSONEncode(SavedData);
  2554. Synapse:WriteFile("UniqHubSettings.txt", Data);
  2555. end;
  2556. end);
  2557.  
  2558. --Auto Campfire
  2559.  
  2560. AutoCampfirebtn.MouseButton1Click:Connect(function()
  2561. local Fires = 1
  2562. local Event = game:GetService("ReplicatedStorage").Events.PlaceStructure
  2563. h = game.Players.LocalPlayer.Character.LowerTorso.Position
  2564. local c = h.x + 5
  2565. local d = h.y - 2
  2566. local e = h.z
  2567. local j = h.x
  2568. local k = h.y - 2
  2569. local l = h.z
  2570. local aa = h.x - 5
  2571. local bb = h.y - 2
  2572. local cc = h.z
  2573. local aaa = h.x
  2574. local bbb = h.y - 2
  2575. local ccc = h.z + 5
  2576. local aaaa = h.x
  2577. local bbbb = h.y - 2
  2578. local cccc = h.z - 5
  2579. for i = 1,1 do
  2580. local C_1 = "Chest"
  2581. local C_2 = CFrame.new(j, k, l, 1, 0, 0, 0, 1, -5.56028681e-08, 0, -5.56028681e-08, 1)
  2582. local C_3 = 0
  2583. Event:FireServer(C_1, C_2, C_3)
  2584. end
  2585. for i = 1,Fires do
  2586. local A_1 = "Campfire"
  2587. local A_2 = CFrame.new(c, d, e, 1, 0, 0, 0, 1, -5.56028681e-08, 0, -5.56028681e-08, 1)
  2588. local A_3 = 0
  2589. Event:FireServer(A_1, A_2, A_3)
  2590. end
  2591. for i = 1,Fires do
  2592. local B_1 = "Campfire"
  2593. local B_2 = CFrame.new(aa, bb, cc, 1, 0, 0, 0, 1, -5.56028681e-08, 0, -5.56028681e-08, 1)
  2594. local B_3 = 0
  2595. Event:FireServer(B_1, B_2, B_3)
  2596. end
  2597. for i = 1,Fires do
  2598. local D_1 = "Campfire"
  2599. local D_2 = CFrame.new(aaa, bbb, ccc, 1, 0, 0, 0, 1, -5.56028681e-08, 0, -5.56028681e-08, 1)
  2600. local D_3 = 0
  2601. Event:FireServer(D_1, D_2, D_3)
  2602. end
  2603. for i = 1,Fires do
  2604. local E_1 = "Campfire"
  2605. local E_2 = CFrame.new(aaaa, bbbb, cccc, 1, 0, 0, 0, 1, -5.56028681e-08, 0, -5.56028681e-08, 1)
  2606. local E_3 = 0
  2607. Event:FireServer(E_1, E_2, E_3)
  2608. end
  2609. end)
  2610.  
  2611. AutoWallTrapbtn.MouseButton1Click:Connect(function()
  2612. local Event = game:GetService("ReplicatedStorage").Events.PlaceStructure
  2613. h = game.Players.LocalPlayer.Character.LowerTorso.Position
  2614. local aa = h.x + 13
  2615. local bb = h.y - 2
  2616. local cc = h.z
  2617. local aaa = h.x - 13
  2618. local bbb = h.y - 2
  2619. local ccc = h.z
  2620. local aaaa = h.x
  2621. local bbbb = h.y - 2
  2622. local cccc = h.z + 13
  2623. local aaaaa = h.x
  2624. local bbbbb = h.y - 2
  2625. local ccccc = h.z - 13
  2626. local k_1 = "Stone Wall"
  2627. local k_2 = CFrame.new(aaaa, bbbb, cccc, -0.99862951, 9.53660761e-12, 0.0523360483, -9.54969524e-12, 1, 2.71050543e-20, -0.0523360483, 4.99793241e-13, -0.99862951)
  2628. local k_3 = 177
  2629. local Event = game:GetService("ReplicatedStorage").Events.PlaceStructure
  2630. Event:FireServer(k_1, k_2, k_3)
  2631. local l_1 = "Stone Wall"
  2632. local l_2 = CFrame.new(aaaaa, bbbbb, ccccc, -0.99862951, 9.53660761e-12, 0.0523360483, -9.54969524e-12, 1, 2.71050543e-20, -0.0523360483, 4.99793241e-13, -0.99862951)
  2633. local l_3 = 177
  2634. local Event = game:GetService("ReplicatedStorage").Events.PlaceStructure
  2635. Event:FireServer(l_1, l_2, l_3)
  2636. local m_1 = "Stone Wall"
  2637. local m_2 = CFrame.new(aaa, bbb, ccc, 1.19248806e-08, 3.87430191e-06, -1, 4.62005888e-14, 1, -3.87430191e-06, 1, 0, 1.19248806e-08)
  2638. local m_3 = 270
  2639. local Event = game:GetService("ReplicatedStorage").Events.PlaceStructure
  2640. Event:FireServer(m_1, m_2, m_3)
  2641. local n_1 = "Stone Wall"
  2642. local n_2 = CFrame.new(aa, bb, cc, 1.19248806e-08, 3.87430191e-06, -1, 4.62005888e-14, 1, -3.87430191e-06, 1, 0, 1.19248806e-08)
  2643. local n_3 = 270
  2644. local Event = game:GetService("ReplicatedStorage").Events.PlaceStructure
  2645. Event:FireServer(n_1, n_2, n_3)
  2646. end)
Add Comment
Please, Sign In to add comment