Guest User

Bee Swarm Simulator Best Gui

a guest
Dec 23rd, 2018
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
LOL Code 232.02 KB | None | 0 0
  1. local = 9999999999 honey
  2.         game = (9999999999) honey
  3.  
  4.  
  5.  
  6. ScreenGui = Instance.new("ScreenGui")
  7. MainFrame = Instance.new("Frame")
  8. AutoDig = Instance.new("TextButton")
  9. GotoHive = Instance.new("TextButton")
  10. OtherTeleports = Instance.new("TextButton")
  11. OtherTeleportsFrame = Instance.new("Frame")
  12. credits = Instance.new("TextLabel")
  13. MushroomField = Instance.new("TextButton")
  14. StarwberryField = Instance.new("TextButton")
  15. CloverField = Instance.new("TextButton")
  16. SpiderField = Instance.new("TextButton")
  17. BlueField = Instance.new("TextButton")
  18. SunflowerField = Instance.new("TextButton")
  19. CactusField = Instance.new("TextButton")
  20. RoseField = Instance.new("TextButton")
  21. BambooField = Instance.new("TextButton")
  22. DandelionField = Instance.new("TextButton")
  23. PumpkinField = Instance.new("TextButton")
  24. MountainTopField = Instance.new("TextButton")
  25. PineappleField = Instance.new("TextButton")
  26. MountainTopShop = Instance.new("TextButton")
  27. RoyalJellyShop = Instance.new("TextButton")
  28. BeeShop = Instance.new("TextButton")
  29. BlueClubhouse = Instance.new("TextButton")
  30. RedClubhouse = Instance.new("TextButton")
  31. Fields = Instance.new("TextLabel")
  32. Misc = Instance.new("TextLabel")
  33. Close = Instance.new("TextButton")
  34.  
  35. ScreenGui.Parent = game.CoreGui
  36.  
  37. MainFrame.Name = "MainFrame"
  38. MainFrame.Parent = ScreenGui
  39. MainFrame.BackgroundColor3 = Color3.new(0.258824, 0.258824, 0.258824)
  40. MainFrame.BackgroundTransparency = 0.30000001192093
  41. MainFrame.BorderSizePixel = 0
  42. MainFrame.Position = UDim2.new(0.0164092649, 0, 0.836158156, 0)
  43. MainFrame.Size = UDim2.new(0, 336, 0, 71)
  44.  
  45. AutoDig.Name = "AutoDig"
  46. AutoDig.Parent = MainFrame
  47. AutoDig.BackgroundColor3 = Color3.new(0.454902, 0.454902, 0.454902)
  48. AutoDig.BackgroundTransparency = 0.30000001192093
  49. AutoDig.BorderSizePixel = 0
  50. AutoDig.Position = UDim2.new(0.0444444455, 0, 0.140845075, 0)
  51. AutoDig.Size = UDim2.new(0, 91, 0, 50)
  52. AutoDig.Font = Enum.Font.Highway
  53. AutoDig.FontSize = Enum.FontSize.Size28
  54. AutoDig.Text = "Auto Dig"
  55. AutoDig.TextColor3 = Color3.new(0, 0, 0)
  56. AutoDig.TextSize = 25
  57. AutoDig.MouseButton1Down:connect(function()
  58.     print('This was made by LuaScripts, thanks!')
  59.     WHILE true do
  60. game.Workspace.LocalPlayer.Scooper.ClickEvent:FireServer(99999)
  61. wait(1)
  62. game.Workspace.LocalPlayer.Scooper.ClickEvent:FireServer(99999)
  63. wait(1)
  64. game.Workspace.LocalPlayer.Scooper.ClickEvent:FireServer(99999)
  65. wait(1)
  66. game.Workspace.LocalPlayer.Scooper.ClickEvent:FireServer(99999)
  67. end
  68. end)
  69.  
  70. GotoHive.Name = "GotoHive"
  71. GotoHive.Parent = MainFrame
  72. GotoHive.BackgroundColor3 = Color3.new(0.454902, 0.454902, 0.454902)
  73. GotoHive.BackgroundTransparency = 0.30000001192093
  74. GotoHive.BorderSizePixel = 0
  75. GotoHive.Position = UDim2.new(0.364236802, 0, 0.140845075, 0)
  76. GotoHive.Size = UDim2.new(0, 91, 0, 50)
  77. GotoHive.Font = Enum.Font.Highway
  78. GotoHive.FontSize = Enum.FontSize.Size24
  79. GotoHive.Text = "Goto Hive"
  80. GotoHive.TextColor3 = Color3.new(0, 0, 0)
  81. GotoHive.TextSize = 20
  82. GotoHive.MouseButton1Down:connect(function()
  83.     local player = game:GetService("Players").LocalPlayer
  84.     player.Character:MoveTo(player.SpawnPos.Value.p)
  85. print('Teleported to your OWN hive')
  86. end)
  87.  
  88. OtherTeleports.Name = "OtherTeleports"
  89. OtherTeleports.Parent = MainFrame
  90. OtherTeleports.BackgroundColor3 = Color3.new(0, 0, 0)
  91. OtherTeleports.BackgroundTransparency = 0.30000001192093
  92. OtherTeleports.BorderSizePixel = 0
  93. OtherTeleports.Position = UDim2.new(0.693558753, 0, 0.140845075, 0)
  94. OtherTeleports.Size = UDim2.new(0, 91, 0, 50)
  95. OtherTeleports.Font = Enum.Font.Highway
  96. OtherTeleports.FontSize = Enum.FontSize.Size24
  97. OtherTeleports.Text = "Other Teleports"
  98. OtherTeleports.TextColor3 = Color3.new(1, 1, 1)
  99. OtherTeleports.TextScaled = true
  100. OtherTeleports.TextSize = 20
  101. OtherTeleports.TextWrapped = true
  102. OtherTeleports.MouseButton1Down:connect(function()
  103.     OtherTeleportsFrame.VISIBLE = true
  104. end)
  105.  
  106. -- Bee Swarm Simulator Gui Created by LuckyMMB @ V3rmillion.net --
  107. -- Discord https://discord.gg/GKzJnUC --
  108.  
  109. AntiAFKMode = "Nothing"
  110. PollenFarmActive = false
  111.  
  112. -- Objects
  113.  
  114. local MainGUI = Instance.new("ScreenGui")
  115. local MainFrame = Instance.new("Frame")
  116. local Close = Instance.new("TextButton")
  117. local WayPoints = Instance.new("TextButton")
  118. local WayPointsFrame = Instance.new("Frame")
  119. local ShowLocation = Instance.new("TextLabel")
  120. local SetLocation = Instance.new("TextButton")
  121. local TPLocation = Instance.new("TextButton")
  122. local TPShop = Instance.new("TextButton")
  123. local ReturnToHive = Instance.new("TextButton")
  124. local TPShop2 = Instance.new("TextButton")
  125. local BeeShop = Instance.new("TextButton")
  126. local BlackBear = Instance.new("TextButton")
  127. local BrownBear = Instance.new("TextButton")
  128. local PandaBear = Instance.new("TextButton")
  129. local PolarBear = Instance.new("TextButton")
  130. local ScienceBear = Instance.new("TextButton")
  131. local StrawBerryField = Instance.new("TextButton")
  132. local PumpkinField = Instance.new("TextButton")
  133. local SunflowerField = Instance.new("TextButton")
  134. local CloverField = Instance.new("TextButton")
  135. local SpiderField = Instance.new("TextButton")
  136. local MushRoomField = Instance.new("TextButton")
  137. local BamBooField = Instance.new("TextButton")
  138. local DandelionField = Instance.new("TextButton")
  139. local PineappleField = Instance.new("TextButton")
  140. local BlueField = Instance.new("TextButton")
  141. local RoseField = Instance.new("TextButton")
  142. local CactusField = Instance.new("TextButton")
  143. local PineTreeField = Instance.new("TextButton")
  144. local MountainTopField = Instance.new("TextButton")
  145. local Players = Instance.new("TextButton")
  146. local PlayerFrame = Instance.new("Frame")
  147. local PlayerList = Instance.new("Frame")
  148. local PlayerListBox = Instance.new("Frame")
  149. local PlyrSel = Instance.new("TextLabel")
  150. local Player1 = Instance.new("TextButton")
  151. local Player2 = Instance.new("TextButton")
  152. local Player3 = Instance.new("TextButton")
  153. local Player4 = Instance.new("TextButton")
  154. local Player5 = Instance.new("TextButton")
  155. local TpPlayer = Instance.new("TextButton")
  156. local FindTreasures = Instance.new("TextButton")
  157. local FindTreasuresText1 = Instance.new("TextLabel")
  158. local ExtrasScreen = Instance.new("TextButton")
  159. local ExtrasFrame = Instance.new("Frame")
  160. local InfoScreen = Instance.new("TextButton")
  161. local InfoFrame = Instance.new("Frame")
  162. local TPTool = Instance.new("TextButton")
  163. local ReJoinServer = Instance.new("TextButton")
  164. local NoClip = Instance.new("TextButton")
  165. local InfoText1 = Instance.new("TextLabel")
  166. local PollenFarm = Instance.new("TextButton")
  167.  
  168. -- Properties
  169.  
  170. MainGUI.Name = "MainGUI"
  171. MainGUI.Parent = game.CoreGui
  172. local MainCORE = game.CoreGui["MainGUI"]
  173.  
  174. MainFrame.Name = "MainFrame"
  175. MainFrame.Parent = MainGUI
  176. MainFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  177. MainFrame.BackgroundTransparency = 0.5
  178. MainFrame.BorderSizePixel = 0
  179. MainFrame.Position = UDim2.new(0.5, -266, 0, -32)
  180. MainFrame.Size = UDim2.new(0, 533, 0, 30)
  181.  
  182. Close.Name = "Close"
  183. Close.Parent = MainFrame
  184. Close.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  185. Close.BorderColor3 = Color3.new(0, 1, 0)
  186. Close.Position = UDim2.new(0, 5, 0, 5)
  187. Close.Size = UDim2.new(0, 20, 0, 20)
  188. Close.Font = Enum.Font.Fantasy
  189. Close.FontSize = Enum.FontSize.Size18
  190. Close.Text = "X"
  191. Close.TextColor3 = Color3.new(1, 0, 0)
  192. Close.TextSize = 17
  193. Close.TextScaled = true
  194. Close.TextWrapped = true
  195.  
  196. WayPoints.Name = "WayPoints"
  197. WayPoints.Parent = MainFrame
  198. WayPoints.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  199. WayPoints.BorderColor3 = Color3.new(0, 1, 0)
  200. WayPoints.Position = UDim2.new(0, 30, 0, 5)
  201. WayPoints.Size = UDim2.new(0, 83, 0, 20)
  202. WayPoints.BackgroundTransparency = 0
  203. WayPoints.Font = Enum.Font.Fantasy
  204. WayPoints.FontSize = Enum.FontSize.Size18
  205. WayPoints.TextColor3 = Color3.new(1, 1, 1)
  206. WayPoints.Text = "WayPoints"
  207. WayPoints.TextSize = 17
  208. WayPoints.TextWrapped = true
  209.  
  210. WayPointsFrame.Name = "WayPointsFrame"
  211. WayPointsFrame.Parent = MainFrame
  212. WayPointsFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  213. WayPointsFrame.BorderColor3 = Color3.new(0, 0, 0)
  214. WayPointsFrame.BackgroundTransparency = 0.4
  215. WayPointsFrame.Position = UDim2.new(0, 0, 0, 32)
  216. WayPointsFrame.Size = UDim2.new(0, 375, 0, 330)
  217. WayPointsFrame.VISIBLE = false
  218.  
  219. ShowLocation.Name = "ShowLocation"
  220. ShowLocation.Parent = WayPointsFrame
  221. ShowLocation.BackgroundColor3 = Color3.new(1, 1, 1)
  222. ShowLocation.TextColor3 = Color3.new(0, 0, 0)
  223. ShowLocation.BorderColor3 = Color3.new(0, 0, 0)
  224. ShowLocation.Position = UDim2.new(0, 5, 0, 5)
  225. ShowLocation.Size = UDim2.new(0, 170, 0, 20)
  226. ShowLocation.Font = Enum.Font.Fantasy
  227. ShowLocation.Text = "Current Location"
  228. ShowLocation.TextWrapped = true
  229. ShowLocation.TextSize = 15
  230.  
  231. SetLocation.Name = "SetLocation"
  232. SetLocation.Parent = WayPointsFrame
  233. SetLocation.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  234. SetLocation.TextColor3 = Color3.new(1, 1, 1)
  235. SetLocation.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  236. SetLocation.Position = UDim2.new(0, 180, 0, 5)
  237. SetLocation.Size = UDim2.new(0, 120, 0, 20)
  238. SetLocation.Font = Enum.Font.Fantasy
  239. SetLocation.Text = "Set Location"
  240. SetLocation.TextWrapped = true
  241. SetLocation.TextSize = 16
  242.  
  243. TPLocation.Name = "TPLocation"
  244. TPLocation.Parent = WayPointsFrame
  245. TPLocation.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  246. TPLocation.TextColor3 = Color3.new(1, 1, 1)
  247. TPLocation.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  248. TPLocation.Position = UDim2.new(0, 305, 0, 5)
  249. TPLocation.Size = UDim2.new(0, 65, 0, 20)
  250. TPLocation.Font = Enum.Font.Fantasy
  251. TPLocation.Text = "Move to"
  252. TPLocation.TextWrapped = true
  253. TPLocation.TextSize = 16
  254.  
  255. ReturnToHive.Name = "ReturnToHive"
  256. ReturnToHive.Parent = WayPointsFrame
  257. ReturnToHive.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  258. ReturnToHive.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  259. ReturnToHive.Position = UDim2.new(0, 5, 0, 30)
  260. ReturnToHive.Size = UDim2.new(0, 180, 0, 20)
  261. ReturnToHive.TextColor3 = Color3.new(1, 1, 1)
  262. ReturnToHive.Font = Enum.Font.Fantasy
  263. ReturnToHive.Text = "Return To Hive"
  264. ReturnToHive.TextSize = 16
  265.  
  266. BlackBear.Name = "BlackBear"
  267. BlackBear.Parent = WayPointsFrame
  268. BlackBear.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  269. BlackBear.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  270. BlackBear.Position = UDim2.new(0, 5, 0, 55)
  271. BlackBear.Size = UDim2.new(0, 180, 0, 20)
  272. BlackBear.TextColor3 = Color3.new(1, 1, 1)
  273. BlackBear.Font = Enum.Font.Fantasy
  274. BlackBear.Text = "Black Bear"
  275. BlackBear.TextSize = 16
  276.  
  277. BrownBear.Name = "BrownBear"
  278. BrownBear.Parent = WayPointsFrame
  279. BrownBear.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  280. BrownBear.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  281. BrownBear.Position = UDim2.new(0, 5, 0, 80)
  282. BrownBear.Size = UDim2.new(0, 180, 0, 20)
  283. BrownBear.TextColor3 = Color3.new(1, 1, 1)
  284. BrownBear.Font = Enum.Font.Fantasy
  285. BrownBear.Text = "Brown Bear"
  286. BrownBear.TextSize = 16
  287.  
  288. PandaBear.Name = "PandaBear"
  289. PandaBear.Parent = WayPointsFrame
  290. PandaBear.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  291. PandaBear.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  292. PandaBear.Position = UDim2.new(0, 5, 0, 105)
  293. PandaBear.Size = UDim2.new(0, 180, 0, 20)
  294. PandaBear.TextColor3 = Color3.new(1, 1, 1)
  295. PandaBear.Font = Enum.Font.Fantasy
  296. PandaBear.Text = "Panda Bear"
  297. PandaBear.TextSize = 16
  298.  
  299. PolarBear.Name = "PolarBear"
  300. PolarBear.Parent = WayPointsFrame
  301. PolarBear.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  302. PolarBear.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  303. PolarBear.Position = UDim2.new(0, 5, 0, 130)
  304. PolarBear.Size = UDim2.new(0, 180, 0, 20)
  305. PolarBear.TextColor3 = Color3.new(1, 1, 1)
  306. PolarBear.Font = Enum.Font.Fantasy
  307. PolarBear.Text = "Polar Bear"
  308. PolarBear.TextSize = 16
  309.  
  310. ScienceBear.Name = "ScienceBear"
  311. ScienceBear.Parent = WayPointsFrame
  312. ScienceBear.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  313. ScienceBear.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  314. ScienceBear.Position = UDim2.new(0, 5, 0, 155)
  315. ScienceBear.Size = UDim2.new(0, 180, 0, 20)
  316. ScienceBear.TextColor3 = Color3.new(1, 1, 1)
  317. ScienceBear.Font = Enum.Font.Fantasy
  318. ScienceBear.Text = "Science Bear"
  319. ScienceBear.TextSize = 16
  320.  
  321. BeeShop.Name = "BeeShop"
  322. BeeShop.Parent = WayPointsFrame
  323. BeeShop.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  324. BeeShop.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  325. BeeShop.Position = UDim2.new(0, 5, 0, 180)
  326. BeeShop.Size = UDim2.new(0, 180, 0, 20)
  327. BeeShop.TextColor3 = Color3.new(1, 1, 1)
  328. BeeShop.Font = Enum.Font.Fantasy
  329. BeeShop.Text = "Bees Shop"
  330. BeeShop.TextSize = 16
  331.  
  332. TPShop.Name = "TPShop"
  333. TPShop.Parent = WayPointsFrame
  334. TPShop.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  335. TPShop.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  336. TPShop.Position = UDim2.new(0, 5, 0, 205)
  337. TPShop.Size = UDim2.new(0, 180, 0, 20)
  338. TPShop.TextColor3 = Color3.new(1, 1, 1)
  339. TPShop.Font = Enum.Font.Fantasy
  340. TPShop.Text = "Basic Tools Shop"
  341. TPShop.TextSize = 16
  342.  
  343. TPShop2.Name = "TPShop2"
  344. TPShop2.Parent = WayPointsFrame
  345. TPShop2.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  346. TPShop2.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  347. TPShop2.Position = UDim2.new(0, 5, 0, 230)
  348. TPShop2.Size = UDim2.new(0, 180, 0, 20)
  349. TPShop2.TextColor3 = Color3.new(1, 1, 1)
  350. TPShop2.Font = Enum.Font.Fantasy
  351. TPShop2.Text = "Advanced Tools Shop"
  352. TPShop2.TextSize = 16
  353.  
  354. SunflowerField.Name = "SunflowerField"
  355. SunflowerField.Parent = WayPointsFrame
  356. SunflowerField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  357. SunflowerField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  358. SunflowerField.Position = UDim2.new(0, 190, 0, 30)
  359. SunflowerField.Size = UDim2.new(0, 180, 0, 20)
  360. SunflowerField.TextColor3 = Color3.new(1, 1, 1)
  361. SunflowerField.Font = Enum.Font.Fantasy
  362. SunflowerField.Text = "Sunflower Field"
  363. SunflowerField.TextSize = 16
  364.  
  365. MushRoomField.Name = "MushRoomField"
  366. MushRoomField.Parent = WayPointsFrame
  367. MushRoomField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  368. MushRoomField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  369. MushRoomField.Position = UDim2.new(0, 190, 0, 55)
  370. MushRoomField.Size = UDim2.new(0, 180, 0, 20)
  371. MushRoomField.TextColor3 = Color3.new(1, 1, 1)
  372. MushRoomField.Font = Enum.Font.Fantasy
  373. MushRoomField.Text = "MushRoom Field"
  374. MushRoomField.TextSize = 16
  375.  
  376. DandelionField.Name = "DandelionField"
  377. DandelionField.Parent = WayPointsFrame
  378. DandelionField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  379. DandelionField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  380. DandelionField.Position = UDim2.new(0, 190, 0, 80)
  381. DandelionField.Size = UDim2.new(0, 180, 0, 20)
  382. DandelionField.TextColor3 = Color3.new(1, 1, 1)
  383. DandelionField.Font = Enum.Font.Fantasy
  384. DandelionField.Text = "Dandelion Field"
  385. DandelionField.TextSize = 16
  386.  
  387. BlueField.Name = "BlueField"
  388. BlueField.Parent = WayPointsFrame
  389. BlueField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  390. BlueField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  391. BlueField.Position = UDim2.new(0, 190, 0, 105)
  392. BlueField.Size = UDim2.new(0, 180, 0, 20)
  393. BlueField.TextColor3 = Color3.new(1, 1, 1)
  394. BlueField.Font = Enum.Font.Fantasy
  395. BlueField.Text = "Blue Flower Field"
  396. BlueField.TextSize = 16
  397.  
  398. CloverField.Name = "CloverField"
  399. CloverField.Parent = WayPointsFrame
  400. CloverField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  401. CloverField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  402. CloverField.Position = UDim2.new(0, 190, 0, 130)
  403. CloverField.Size = UDim2.new(0, 180, 0, 20)
  404. CloverField.TextColor3 = Color3.new(1, 1, 1)
  405. CloverField.Font = Enum.Font.Fantasy
  406. CloverField.Text = "Clover Field"
  407. CloverField.TextSize = 16
  408.  
  409. StrawBerryField.Name = "StrawBerryField"
  410. StrawBerryField.Parent = WayPointsFrame
  411. StrawBerryField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  412. StrawBerryField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  413. StrawBerryField.Position = UDim2.new(0, 190, 0, 155)
  414. StrawBerryField.Size = UDim2.new(0, 180, 0, 20)
  415. StrawBerryField.TextColor3 = Color3.new(1, 1, 1)
  416. StrawBerryField.Font = Enum.Font.Fantasy
  417. StrawBerryField.Text = "StrawBerry Field"
  418. StrawBerryField.TextSize = 16
  419.  
  420. SpiderField.Name = "SpiderField"
  421. SpiderField.Parent = WayPointsFrame
  422. SpiderField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  423. SpiderField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  424. SpiderField.Position = UDim2.new(0, 190, 0, 180)
  425. SpiderField.Size = UDim2.new(0, 180, 0, 20)
  426. SpiderField.TextColor3 = Color3.new(1, 1, 1)
  427. SpiderField.Font = Enum.Font.Fantasy
  428. SpiderField.Text = "Spider Field"
  429. SpiderField.TextSize = 16
  430.  
  431. BamBooField.Name = "BamBooField"
  432. BamBooField.Parent = WayPointsFrame
  433. BamBooField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  434. BamBooField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  435. BamBooField.Position = UDim2.new(0, 190, 0, 205)
  436. BamBooField.Size = UDim2.new(0, 180, 0, 20)
  437. BamBooField.TextColor3 = Color3.new(1, 1, 1)
  438. BamBooField.Font = Enum.Font.Fantasy
  439. BamBooField.Text = "BamBoo Field"
  440. BamBooField.TextSize = 16
  441.  
  442. RoseField.Name = "RoseField"
  443. RoseField.Parent = WayPointsFrame
  444. RoseField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  445. RoseField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  446. RoseField.Position = UDim2.new(0, 190, 0, 230)
  447. RoseField.Size = UDim2.new(0, 180, 0, 20)
  448. RoseField.TextColor3 = Color3.new(1, 1, 1)
  449. RoseField.Font = Enum.Font.Fantasy
  450. RoseField.Text = "Rose Field"
  451. RoseField.TextSize = 16
  452.  
  453. PineTreeField.Name = "PineTreeField"
  454. PineTreeField.Parent = WayPointsFrame
  455. PineTreeField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  456. PineTreeField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  457. PineTreeField.Position = UDim2.new(0, 190, 0, 255)
  458. PineTreeField.Size = UDim2.new(0, 180, 0, 20)
  459. PineTreeField.TextColor3 = Color3.new(1, 1, 1)
  460. PineTreeField.Font = Enum.Font.Fantasy
  461. PineTreeField.Text = "PineTree Field"
  462. PineTreeField.TextSize = 16
  463.  
  464. CactusField.Name = "CactusField"
  465. CactusField.Parent = WayPointsFrame
  466. CactusField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  467. CactusField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  468. CactusField.Position = UDim2.new(0, 190, 0, 280)
  469. CactusField.Size = UDim2.new(0, 180, 0, 20)
  470. CactusField.TextColor3 = Color3.new(1, 1, 1)
  471. CactusField.Font = Enum.Font.Fantasy
  472. CactusField.Text = "Cactus Field"
  473. CactusField.TextSize = 16
  474.  
  475. PumpkinField.Name = "PumpkinField"
  476. PumpkinField.Parent = WayPointsFrame
  477. PumpkinField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  478. PumpkinField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  479. PumpkinField.Position = UDim2.new(0, 190, 0, 305)
  480. PumpkinField.Size = UDim2.new(0, 180, 0, 20)
  481. PumpkinField.TextColor3 = Color3.new(1, 1, 1)
  482. PumpkinField.Font = Enum.Font.Fantasy
  483. PumpkinField.Text = "Pumpkin Field"
  484. PumpkinField.TextSize = 16
  485.  
  486. PineappleField.Name = "PineappleField"
  487. PineappleField.Parent = WayPointsFrame
  488. PineappleField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  489. PineappleField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  490. PineappleField.Position = UDim2.new(0, 5, 0, 280)
  491. PineappleField.Size = UDim2.new(0, 180, 0, 20)
  492. PineappleField.TextColor3 = Color3.new(1, 1, 1)
  493. PineappleField.Font = Enum.Font.Fantasy
  494. PineappleField.Text = "Pineapple Field"
  495. PineappleField.TextSize = 16
  496.  
  497. MountainTopField.Name = "MountainTopField"
  498. MountainTopField.Parent = WayPointsFrame
  499. MountainTopField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  500. MountainTopField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  501. MountainTopField.Position = UDim2.new(0, 5, 0, 305)
  502. MountainTopField.Size = UDim2.new(0, 180, 0, 20)
  503. MountainTopField.TextColor3 = Color3.new(1, 1, 1)
  504. MountainTopField.Font = Enum.Font.Fantasy
  505. MountainTopField.Text = "Mountain Top Field"
  506. MountainTopField.TextSize = 16
  507.  
  508. Players.Name = "Players"
  509. Players.Parent = MainFrame
  510. Players.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  511. Players.BorderColor3 = Color3.new(0, 1, 0)
  512. Players.Position = UDim2.new(0, 118, 0, 5)
  513. Players.Size = UDim2.new(0, 60, 0, 20)
  514. Players.BackgroundTransparency = 0
  515. Players.Font = Enum.Font.Fantasy
  516. Players.FontSize = Enum.FontSize.Size18
  517. Players.TextColor3 = Color3.new(1, 1, 1)
  518. Players.Text = "Players"
  519. Players.TextSize = 17
  520. Players.TextWrapped = true
  521.  
  522. PlayerFrame.Name = "PlayerFrame"
  523. PlayerFrame.Parent = MainFrame
  524. PlayerFrame.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  525. PlayerFrame.BackgroundTransparency = 0.5
  526. PlayerFrame.BorderColor3 = Color3.new(0, 0, 0)
  527. PlayerFrame.Position = UDim2.new(0, 63, 0, 35)
  528. PlayerFrame.Size = UDim2.new(0, 170, 0, 200)
  529. PlayerFrame.VISIBLE = false
  530.  
  531. PlyrSel.Name = "PlyrSel"
  532. PlyrSel.Parent = PlayerFrame
  533. PlyrSel.BackgroundColor3 = Color3.new(1, 1, 1)
  534. PlyrSel.BackgroundTransparency = 0.15
  535. PlyrSel.BorderColor3 = Color3.new(0, 0, 0)
  536. PlyrSel.Position = UDim2.new(0, 5, 0, 5)
  537. PlyrSel.Size = UDim2.new(0, 160, 0, 20)
  538. PlyrSel.Font = Enum.Font.SourceSans
  539. PlyrSel.FontSize = Enum.FontSize.Size18
  540. PlyrSel.Text = "SELECT A PLAYER"
  541. PlyrSel.TextColor3 = Color3.new(0, 0, 0)
  542. PlyrSel.TextScaled = true
  543. PlyrSel.TextSize = 17
  544. PlyrSel.TextWrapped = true
  545.  
  546. Player1.Name = "Player1"
  547. Player1.Parent = PlayerFrame
  548. Player1.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  549. Player1.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  550. Player1.Position = UDim2.new(0, 5, 0, 35)
  551. Player1.Size = UDim2.new(0, 160, 0, 20)
  552. Player1.Font = Enum.Font.Fantasy
  553. Player1.FontSize = Enum.FontSize.Size18
  554. Player1.Text = ""
  555. Player1.TextColor3 = Color3.new(1, 1, 1)
  556. Player1.TextSize = 15
  557. Player1.TextWrapped = true
  558.  
  559. Player2.Name = "Player2"
  560. Player2.Parent = PlayerFrame
  561. Player2.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  562. Player2.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  563. Player2.Position = UDim2.new(0, 5, 0, 60)
  564. Player2.Size = UDim2.new(0, 160, 0, 20)
  565. Player2.Font = Enum.Font.Fantasy
  566. Player2.FontSize = Enum.FontSize.Size18
  567. Player2.Text = ""
  568. Player2.TextColor3 = Color3.new(1, 1, 1)
  569. Player2.TextSize = 15
  570. Player2.TextWrapped = true
  571.  
  572. Player3.Name = "Player3"
  573. Player3.Parent = PlayerFrame
  574. Player3.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  575. Player3.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  576. Player3.Position = UDim2.new(0, 5, 0, 85)
  577. Player3.Size = UDim2.new(0, 160, 0, 20)
  578. Player3.Font = Enum.Font.Fantasy
  579. Player3.FontSize = Enum.FontSize.Size18
  580. Player3.Text = ""
  581. Player3.TextColor3 = Color3.new(1, 1, 1)
  582. Player3.TextSize = 15
  583. Player3.TextWrapped = true
  584.  
  585. Player4.Name = "Player4"
  586. Player4.Parent = PlayerFrame
  587. Player4.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  588. Player4.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  589. Player4.Position = UDim2.new(0, 5, 0, 110)
  590. Player4.Size = UDim2.new(0, 160, 0, 20)
  591. Player4.Font = Enum.Font.Fantasy
  592. Player4.FontSize = Enum.FontSize.Size18
  593. Player4.Text = ""
  594. Player4.TextColor3 = Color3.new(1, 1, 1)
  595. Player4.TextSize = 15
  596. Player4.TextWrapped = true
  597.  
  598. Player5.Name = "Player5"
  599. Player5.Parent = PlayerFrame
  600. Player5.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  601. Player5.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  602. Player5.Position = UDim2.new(0, 5, 0, 135)
  603. Player5.Size = UDim2.new(0, 160, 0, 20)
  604. Player5.Font = Enum.Font.Fantasy
  605. Player5.FontSize = Enum.FontSize.Size18
  606. Player5.Text = ""
  607. Player5.TextColor3 = Color3.new(1, 1, 1)
  608. Player5.TextSize = 15
  609. Player5.TextWrapped = true
  610.  
  611. TpPlayer.Name = "TpPlayer"
  612. TpPlayer.Parent = PlayerFrame
  613. TpPlayer.BackgroundColor3 = Color3.new(0.18, 0.18, 0.18)
  614. TpPlayer.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  615. TpPlayer.Position = UDim2.new(0, 5, 0, 165)
  616. TpPlayer.Size = UDim2.new(0, 160, 0, 30)
  617. TpPlayer.Font = Enum.Font.Fantasy
  618. TpPlayer.FontSize = Enum.FontSize.Size18
  619. TpPlayer.Text = "Teleport to Player"
  620. TpPlayer.TextColor3 = Color3.new(1, 1, 1)
  621. TpPlayer.TextWrapped = true
  622. TpPlayer.TextSize = 17
  623.  
  624. PollenFarm.Name = "PollenFarm"
  625. PollenFarm.Parent = MainFrame
  626. PollenFarm.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  627. PollenFarm.BorderColor3 = Color3.new(0, 1, 0)
  628. PollenFarm.Position = UDim2.new(0, 183, 0, 5)
  629. PollenFarm.Size = UDim2.new(0, 100, 0, 20)
  630. PollenFarm.Font = Enum.Font.Fantasy
  631. PollenFarm.FontSize = Enum.FontSize.Size18
  632. PollenFarm.TextColor3 = Color3.new(1, 1, 1)
  633. PollenFarm.Text = "Farm Pollen"
  634. PollenFarm.TextSize = 17
  635. PollenFarm.TextWrapped = true
  636.  
  637. FindTreasures.Name = "FindTreasures"
  638. FindTreasures.Parent = MainFrame
  639. FindTreasures.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  640. FindTreasures.BorderColor3 = Color3.new(0, 1, 0)
  641. FindTreasures.Position = UDim2.new(0, 288, 0, 5)
  642. FindTreasures.Size = UDim2.new(0, 130, 0, 20)
  643. FindTreasures.BackgroundTransparency = 0
  644. FindTreasures.Font = Enum.Font.Fantasy
  645. FindTreasures.TextColor3 = Color3.new(1, 1, 1)
  646. FindTreasures.Text = "Collect Treasures"
  647. FindTreasures.TextSize = 17
  648. FindTreasures.TextWrapped = true
  649.  
  650. FindTreasuresText1.Name = "FindTreasuresText1"
  651. FindTreasuresText1.Parent = MainFrame
  652. FindTreasuresText1.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  653. FindTreasuresText1.BorderColor3 = Color3.new(0, 0, 0)
  654. FindTreasuresText1.BackgroundTransparency = 0.1
  655. FindTreasuresText1.Position = UDim2.new(0, 258, 0, 32)
  656. FindTreasuresText1.Size = UDim2.new(0, 190, 0, 85)
  657. FindTreasuresText1.TextColor3 = Color3.new(1, 1, 1)
  658. FindTreasuresText1.Font = Enum.Font.Fantasy
  659. FindTreasuresText1.Text = "This will Teleport you to all the hidden treasures on the map. It will only work once\nas the treasures do not respawn."
  660. FindTreasuresText1.TextSize = 16
  661. FindTreasuresText1.TextWrapped = true
  662. FindTreasuresText1.ZIndex = 6
  663. FindTreasuresText1.VISIBLE = false
  664. FindTreasuresText1.TextYAlignment = Enum.TextYAlignment.Top
  665.  
  666. ExtrasScreen.Name = "ExtrasScreen"
  667. ExtrasScreen.Parent = MainFrame
  668. ExtrasScreen.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  669. ExtrasScreen.BorderColor3 = Color3.new(0, 1, 0)
  670. ExtrasScreen.Position = UDim2.new(0, 423, 0, 5)
  671. ExtrasScreen.Size = UDim2.new(0, 50, 0, 20)
  672. ExtrasScreen.BackgroundTransparency = 0
  673. ExtrasScreen.Font = Enum.Font.Fantasy
  674. ExtrasScreen.TextColor3 = Color3.new(1, 1, 1)
  675. ExtrasScreen.Text = "Extras"
  676. ExtrasScreen.TextSize = 17
  677. ExtrasScreen.TextWrapped = true
  678.  
  679. ExtrasFrame.Name = "ExtrasFrame"
  680. ExtrasFrame.Parent = MainFrame
  681. ExtrasFrame.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  682. ExtrasFrame.BorderColor3 = Color3.new(0, 0, 0)
  683. ExtrasFrame.BackgroundTransparency = 0.5
  684. ExtrasFrame.Position = UDim2.new(0, 363, 0, 35)
  685. ExtrasFrame.Size = UDim2.new(0, 170, 0, 80)
  686. ExtrasFrame.VISIBLE = false
  687.  
  688. NoClip.Name = "NoClip"
  689. NoClip.Parent = ExtrasFrame
  690. NoClip.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  691. NoClip.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  692. NoClip.Position = UDim2.new(0, 5, 0, 5)
  693. NoClip.Size = UDim2.new(0, 160, 0, 20)
  694. NoClip.Font = Enum.Font.Fantasy
  695. NoClip.FontSize = Enum.FontSize.Size18
  696. NoClip.TextColor3 = Color3.new(1, 1, 1)
  697. NoClip.Text = "Enable NoClip"
  698. NoClip.TextSize = 17
  699. NoClip.TextWrapped = true
  700.  
  701. TPTool.Name = "TPTool"
  702. TPTool.Parent = ExtrasFrame
  703. TPTool.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  704. TPTool.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  705. TPTool.Position = UDim2.new(0, 5, 0, 30)
  706. TPTool.Size = UDim2.new(0, 160, 0, 20)
  707. TPTool.TextColor3 = Color3.new(1, 1, 1)
  708. TPTool.Font = Enum.Font.Fantasy
  709. TPTool.FontSize = Enum.FontSize.Size18
  710. TPTool.Text = "Add TPTool"
  711. TPTool.TextSize = 16
  712.  
  713. ReJoinServer.Name = "ReJoinServer"
  714. ReJoinServer.Parent = ExtrasFrame
  715. ReJoinServer.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  716. ReJoinServer.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  717. ReJoinServer.Position = UDim2.new(0, 5, 0, 55)
  718. ReJoinServer.Size = UDim2.new(0, 160, 0, 20)
  719. ReJoinServer.TextColor3 = Color3.new(1, 1, 1)
  720. ReJoinServer.Font = Enum.Font.Fantasy
  721. ReJoinServer.Text = "ReJoin a Server"
  722. ReJoinServer.TextSize = 16
  723. ReJoinServer.TextWrapped = true
  724.  
  725. InfoScreen.Name = "InfoScreen"
  726. InfoScreen.Parent = MainFrame
  727. InfoScreen.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  728. InfoScreen.BorderColor3 = Color3.new(0, 1, 0)
  729. InfoScreen.Position = UDim2.new(0, 478, 0, 5)
  730. InfoScreen.Size = UDim2.new(0, 50, 0, 20)
  731. InfoScreen.BackgroundTransparency = 0
  732. InfoScreen.Font = Enum.Font.Fantasy
  733. InfoScreen.TextColor3 = Color3.new(1, 1, 1)
  734. InfoScreen.Text = "Info"
  735. InfoScreen.TextSize = 17
  736. InfoScreen.TextWrapped = true
  737.  
  738. InfoFrame.Name = "InfoFrame"
  739. InfoFrame.Parent = MainFrame
  740. InfoFrame.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  741. InfoFrame.BorderColor3 = Color3.new(0, 0, 0)
  742. InfoFrame.BackgroundTransparency = 0.1
  743. InfoFrame.Position = UDim2.new(0, 333, 0, 35)
  744. InfoFrame.Size = UDim2.new(0, 200, 0, 130)
  745. InfoFrame.VISIBLE = false
  746.  
  747. InfoText1.Name = "InfoText1"
  748. InfoText1.Parent = InfoFrame
  749. InfoText1.BackgroundColor3 = Color3.new(0, 0, 0)
  750. InfoText1.BorderColor3 = Color3.new(0, 0, 0)
  751. InfoText1.BackgroundTransparency = 1
  752. InfoText1.Position = UDim2.new(0, 5, 0, 5)
  753. InfoText1.Size = UDim2.new(0, 190, 0, 130)
  754. InfoText1.TextColor3 = Color3.new(1, 1, 1)
  755. InfoText1.Font = Enum.Font.Fantasy
  756. InfoText1.Text = "This Gui was created by LuckyMMB@V3rmillion.net\nDiscord https://discord.gg/GKzJnUC\n\nCredits:\nsirelKilla @ v3rmillion for the pollen farming script"
  757. InfoText1.TextSize = 15
  758. InfoText1.TextWrapped = true
  759. InfoText1.TextYAlignment = Enum.TextYAlignment.Top
  760.  
  761. function notify(msg)
  762. game.StarterGui:SetCore('SendNotification', {
  763. Title = 'Bee Swarm LuckyGUI';
  764. Text = msg;
  765. Duration = 5;
  766. })
  767. end
  768.  
  769. --- Close ---
  770.  
  771. Close.MouseButton1Down:connect(function()
  772. MainGUI:Destroy()
  773. end)
  774.  
  775. --- Menus ---
  776.  
  777. local Menus = {
  778.     [WayPoints] = WayPointsFrame;
  779.     [ExtrasScreen] = ExtrasFrame;
  780.     [InfoScreen] = InfoFrame;
  781.     [Players] = PlayerFrame;
  782. }
  783. for button,frame IN pairs(Menus) do
  784.     button.MouseButton1Click:connect(function()
  785.         if frame.VISIBLE then
  786.             frame.VISIBLE = false
  787.             return
  788.         end
  789.         for k,v IN pairs(Menus) do
  790.             v.VISIBLE = v == frame
  791.         end
  792.     end)
  793. end
  794.  
  795. --- Snow Menus Show Hide ---
  796.  
  797. FindTreasures.MouseEnter:connect(function()
  798.     FindTreasuresText1.VISIBLE = true
  799. end)
  800.  
  801. FindTreasures.MouseLeave:connect(function()
  802.     FindTreasuresText1.VISIBLE = false
  803. end)
  804.  
  805. --- WayPoints ---
  806.  
  807. local WayPoints = {
  808. ["Black Bear"] = CFrame.new(-258.1, 5, 299.7),
  809. ["Brown Bear"] = CFrame.new(282, 46, 236),
  810. ["Panda Bear"] = CFrame.new(106.3, 35, 50.1),
  811. ["Polar Bear"] = CFrame.new(-106, 119, -77),
  812. ["Science Bear"] = CFrame.new(267, 103, 20),
  813. ["Bee Shop"] = CFrame.new(-136.8, 4.6, 243.4),
  814. ["Tool Shop"] = CFrame.new(86, 4.6, 294),
  815. ["Tool Shop 2"] = CFrame.new(165, 69, -161),
  816. ["Clover Field"] = CFrame.new(174, 34, 189),
  817. ["Mushroom Field"] = CFrame.new(-258.1, 5, 299.7),
  818. ["Spider Field"] = CFrame.new(-57.2, 20, -5.3),
  819. ["Blue Field"] = CFrame.new(113.7, 4, 101.5),
  820. ["Sunflower Field"] = CFrame.new(-208, 4, 185),
  821. ["StrawBerry Field"] = CFrame.new(-169.3, 20, -3.2),
  822. ["Red Field"] = CFrame.new(-258.1, 5, 299.7),
  823. ["Dandelion Field"] = CFrame.new(-30, 4, 225),
  824. ["BamBoo Field"] = CFrame.new(93, 20, -25),
  825. ["Rose Field"] = CFrame.new(-322, 20, 124),
  826. ["Mushroom Field"] = CFrame.new(-94, 5, 116),
  827. ["Cactus Field"] = CFrame.new(-194, 68, -107),
  828. ["Pumpkin Field"] = CFrame.new(-194, 68, -182),
  829. ["MountainTop Field"] = CFrame.new(76, 176, -181),
  830. ["PineTree Field"] = CFrame.new(-318, 68, -150),
  831. ["Pineapple Field"] = CFrame.new(262, 68, -201)
  832. }
  833.  
  834. ReturnToHive.MouseButton1Down:connect(function()
  835.     local player = game:GetService("Players").LocalPlayer
  836.     player.Character:MoveTo(player.SpawnPos.Value.p)
  837.     notify'Teleported to Hive'
  838. end)
  839.  
  840. BlackBear.MouseButton1Down:connect(function()
  841.     local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  842.     uTorso.CFrame = WayPoints["Black Bear"]
  843.     notify'Teleported to Black Bear'
  844. end)
  845.  
  846. BrownBear.MouseButton1Down:connect(function()
  847.     local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  848.     uTorso.CFrame = WayPoints["Brown Bear"]
  849.     notify'Teleported to Brown Bear'
  850. end)
  851.  
  852. PandaBear.MouseButton1Down:connect(function()
  853.     local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  854.     uTorso.CFrame = WayPoints["Panda Bear"]
  855.     notify'Teleported to Panda Bear'
  856. end)
  857.  
  858. PolarBear.MouseButton1Down:connect(function()
  859.     local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  860.     uTorso.CFrame = WayPoints["Polar Bear"]
  861.     notify'Teleported to Polar Bear'
  862. end)
  863.  
  864. ScienceBear.MouseButton1Down:connect(function()
  865.     local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  866.     uTorso.CFrame = WayPoints["Science Bear"]
  867.     notify'Teleported to Science Bear'
  868. end)
  869.  
  870. BeeShop.MouseButton1Down:connect(function()
  871.     local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  872.     uTorso.CFrame = WayPoints["Bee Shop"]
  873.     notify'Teleported to Bee Shop'
  874. end)
  875.  
  876. TPShop.MouseButton1Down:connect(function()
  877.     local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  878.     uTorso.CFrame = WayPoints["Tool Shop"]
  879.     notify'Teleported to Basic Tool Shop'
  880. end)
  881.  
  882. TPShop2.MouseButton1Down:connect(function()
  883.     local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  884.     uTorso.CFrame = WayPoints["Tool Shop 2"]
  885.     notify'Teleported to Advanced Tool Shop'
  886. end)
  887.  
  888. MushRoomField.MouseButton1Down:connect(function()
  889.     local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  890.     uTorso.CFrame = WayPoints["Mushroom Field"]
  891.     notify'Teleported to Mushroom Field'
  892. end)
  893.  
  894. StrawBerryField.MouseButton1Down:connect(function()
  895.     local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  896.     uTorso.CFrame = WayPoints["StrawBerry Field"]
  897.     notify'Teleported to StrawBerry Field'
  898. end)
  899.  
  900. CloverField.MouseButton1Down:connect(function()
  901.     local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  902.     uTorso.CFrame = WayPoints["Clover Field"]
  903.     notify'Teleported to Clover Field'
  904. end)
  905.  
  906. SpiderField.MouseButton1Down:connect(function()
  907.     local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  908.     uTorso.CFrame = WayPoints["Spider Field"]
  909.     notify'Teleported to Spider Field'
  910. end)
  911.  
  912. BlueField.MouseButton1Down:connect(function()
  913.     local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  914.     uTorso.CFrame = WayPoints["Blue Field"]
  915.     notify'Teleported to Blue Field'
  916. end)
  917.  
  918. SunflowerField.MouseButton1Down:connect(function()
  919.     local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  920.     uTorso.CFrame = WayPoints["Sunflower Field"]
  921.     notify'Teleported to Sunflower Field'
  922. end)
  923.  
  924. DandelionField.MouseButton1Down:connect(function()
  925.     local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  926.     uTorso.CFrame = WayPoints["Dandelion Field"]
  927.     notify'Teleported to Dandelion Field'
  928. end)
  929.  
  930. BamBooField.MouseButton1Down:connect(function()
  931.     local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  932.     uTorso.CFrame = WayPoints["BamBoo Field"]
  933.     notify'Teleported to BamBoo Field'
  934. end)
  935.  
  936. RoseField.MouseButton1Down:connect(function()
  937.     local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  938.     uTorso.CFrame = WayPoints["Rose Field"]
  939.     notify'Teleported to Rose Field'
  940. end)
  941.  
  942. CactusField.MouseButton1Down:connect(function()
  943.     local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  944.     uTorso.CFrame = WayPoints["Cactus Field"]
  945.     notify'Teleported to BamBoo Field'
  946. end)
  947.  
  948. PumpkinField.MouseButton1Down:connect(function()
  949.     local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  950.     uTorso.CFrame = WayPoints["Pumpkin Field"]
  951.     notify'Teleported to BamBoo Field'
  952. end)
  953.  
  954. PineTreeField.MouseButton1Down:connect(function()
  955.     local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  956.     uTorso.CFrame = WayPoints["PineTree Field"]
  957.     notify'Teleported to BamBoo Field'
  958. end)
  959.  
  960. MountainTopField.MouseButton1Down:connect(function()
  961.     local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  962.     uTorso.CFrame = WayPoints["MountainTop Field"]
  963.     notify'Teleported to Mountain Top Field'
  964. end)
  965.  
  966. PineappleField.MouseButton1Down:connect(function()
  967.     local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  968.     uTorso.CFrame = WayPoints["Pineapple Field"]
  969.     notify'Teleported to Pineapple Field'
  970. end)
  971.  
  972. -- Show Location --
  973.  
  974. spawn (function()
  975.     WHILE true do
  976.         function round(num, numDecimalPlaces)
  977.             local mult = 10^(numDecimalPlaces or 0)
  978.             return math.floor(num * mult + 0.5) / mult
  979.         end
  980.         LocationX = round(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.x, 0)
  981.         LocationY = round(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.y, 0)
  982.         LocationZ = round(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.z, 0)
  983.         ShowLocation.Text = "Coords: "..LocationX..", "..LocationY..", "..LocationZ
  984.         wait(0.5)
  985.     end
  986. end)
  987.  
  988. SetLocation.MouseButton1Down:connect(function()
  989.     function round(num, numDecimalPlaces)
  990.         local mult = 10^(numDecimalPlaces or 0)
  991.         return math.floor(num * mult + 0.5) / mult
  992.     end
  993.     setlocationx = round(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.x, 0)
  994.     setlocationy = round(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.y, 0)
  995.     setlocationz = round(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.z, 0)
  996.     print("Set Custom Location: "..setlocationx..", "..setlocationy..", "..setlocationz)
  997.     SetLocation.Text = setlocationx..","..setlocationy..","..setlocationz
  998.     CustomLocationSet = true
  999. end)
  1000.  
  1001. --- TP to custom location ---
  1002.  
  1003. TPLocation.MouseButton1Down:connect(function()
  1004.     if CustomLocationSet == true then
  1005.         local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1006.         uTorso.CFrame = CFrame.new(setlocationx, setlocationy, setlocationz)
  1007.     end
  1008. end)
  1009.  
  1010. --- Player Teleport ---
  1011.    
  1012. local buttons = {
  1013.     Player1,
  1014.     Player2,
  1015.     Player3,
  1016.     Player4,
  1017.     Player5
  1018. }
  1019. for i, v IN pairs(game.Players:GetChildren()) do
  1020.     buttons[i].Text = v.Name
  1021.     buttons[i].VISIBLE = true
  1022. end
  1023. game.Players.PlayerRemoving:connect(function()
  1024.     for i, v IN pairs(game.Players:GetChildren()) do
  1025.         buttons[i].Text = v.Name
  1026.         buttons[i].VISIBLE = true
  1027.     end
  1028. end)
  1029. game.Players.PlayerAdded:connect(function()
  1030.     for i, v IN pairs(game.Players:GetChildren()) do
  1031.         buttons[i].Text = v.Name
  1032.         buttons[i].VISIBLE = true
  1033.     end
  1034. end)
  1035.    
  1036.     Player1.MouseButton1Down:connect(function()
  1037.       PlyrSel.Text = Player1.Text
  1038.     end)
  1039.     Player2.MouseButton1Down:connect(function()
  1040.       PlyrSel.Text = Player2.Text
  1041.     end)
  1042.     Player3.MouseButton1Down:connect(function()
  1043.       PlyrSel.Text = Player3.Text
  1044.     end)
  1045.     Player4.MouseButton1Down:connect(function()
  1046.       PlyrSel.Text = Player4.Text
  1047.     end)
  1048.     Player5.MouseButton1Down:connect(function()
  1049.       PlyrSel.Text = Player5.Text
  1050.     end)
  1051.    
  1052.     TpPlayer.MouseButton1Down:connect(function()
  1053.       if PlyrSel.Text == "SELECT A PLAYER" then
  1054.         warn("No Player Selected")
  1055.       else
  1056.         game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace[PlyrSel.Text].HumanoidRootPart.CFrame
  1057.       end
  1058.     end)
  1059.  
  1060. -- Find Hidden Treasures --
  1061.  
  1062. FindTreasures.MouseButton1Down:connect(function()
  1063.     local player = game:GetService("Players").LocalPlayer
  1064.     local function collecttreasure(treasure)
  1065.         for i,v IN ipairs(treasure:GetChildren()) do
  1066.             if v.Parent then
  1067.                 player.Character:MoveTo(v.Position)
  1068.             end
  1069.         wait(1)
  1070.         end
  1071.     end
  1072.     collecttreasure(workspace.TreasureCollectibles)
  1073.     wait(1)
  1074.     player.Character:MoveTo(player.SpawnPos.Value.p)
  1075. end)
  1076.  
  1077. --- NoClip ---
  1078.  
  1079. noclip = false
  1080. game:GetService('RunService').Stepped:connect(function()
  1081. if noclip then
  1082. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  1083. end
  1084. end)
  1085. NoClip.MouseButton1Down:connect(function()
  1086. noclip = NOT noclip
  1087. if NoClip.Text == "Enable NoClip" then
  1088.     NoClip.Text = "Disable NoClip"
  1089.     NoClip.BackgroundColor3 = Color3.new(0, 0.5, 0)
  1090. else
  1091.     NoClip.Text = "Enable NoClip"
  1092.     NoClip.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1093. end
  1094. end)
  1095.  
  1096. --- TP Tool ---
  1097.  
  1098. TPTool.MouseButton1Down:connect(function()
  1099.     local Tele = Instance.new("Tool", game.Players.LocalPlayer.Backpack)
  1100.     Tele.RequiresHandle = false
  1101.     Tele.RobloxLocked = true
  1102.     Tele.Name = "TPTool"
  1103.     Tele.ToolTip = "Teleport Tool"
  1104.     Tele.Equipped:connect(function(Mouse)
  1105.         Mouse.Button1Down:connect(function()
  1106.             if Mouse.Target then
  1107.                 game.Workspace:FindFirstChild(game.Players.LocalPlayer.Name).HumanoidRootPart.CFrame = (CFrame.new(Mouse.Hit.x, Mouse.Hit.y + 5, Mouse.Hit.z))
  1108.             end
  1109.         end)
  1110.     end)
  1111.     notify'TP Tool added to your Backpack'
  1112.  
  1113. end)
  1114.  
  1115. --- Pollen Farm ---
  1116.  
  1117. PollenFarm.MouseButton1Click:connect(function()
  1118.     if PollenFarmActive ~= true then
  1119.         PollenFarmActive = true
  1120.         PollenFarm.Text = "Stop Farming"
  1121.         PollenFarm.BackgroundColor3 = Color3.new(0, 0.5, 0)
  1122.         if PollenFarmActive then
  1123.             local player = game:GetService("Players").LocalPlayer
  1124.             local currp
  1125.             workspace.Collectibles.ChildAdded:Connect(function(part)
  1126.                 wait(0.5)
  1127.                 if currp AND (part.Position-currp).magnitude < 50 then
  1128.                     player.Character:MoveTo(part.Position)
  1129.                     wait(0.3)
  1130.                     player.Character:MoveTo(currp)
  1131.                 end
  1132.             end)
  1133.             local pollenLbl = player.Character:FindFirstChild("ProgressLabel",true)
  1134.             if NOT pollenLbl then
  1135.                 error("Backpack not found")
  1136.             end
  1137.             local maxpollen = tonumber(pollenLbl.Text:match("%d+$"))
  1138.             local pollenTool = player.Character:FindFirstChildOfClass("Tool") or player.Backpack:FindFirstChildOfClass("Tool")
  1139.             if pollenTool==nil or pollenTool:FindFirstChild("ClickEvent")==nil then
  1140.                 error("Tool not found")
  1141.             end
  1142.  
  1143.             local fieldpos = {Vector3.new(-210,3.3,218.1),Vector3.new(-210,3.3,161.5),Vector3.new(-210,3.3,101.6)}
  1144.             local posIndex=0
  1145.             WHILE PollenFarmActive do
  1146.                 --collect pollen
  1147.                 pollenTool.Parent = player.Character
  1148.                 wait(0.1)
  1149.                 WHILE PollenFarmActive AND player.leaderstats.Pollen.Value<maxpollen do
  1150.                     posIndex=posIndex+1
  1151.                     if posIndex>#fieldpos then posIndex=1 end
  1152.                     for rot=1,4 do
  1153.                         if NOT PollenFarmActive then break end
  1154.                         local angle = CFrame.Angles(0,math.pi*.5*rot,0)
  1155.                         currp = fieldpos[posIndex]+angle.lookVector*4
  1156.                         player.Character.HumanoidRootPart.CFrame=CFrame.new(currp)*angle
  1157.                         for i=1,20 do
  1158.                             if NOT PollenFarmActive then break end
  1159.                             wait(0.2)
  1160.                             pollenTool.ClickEvent:FireServer(currp)
  1161.                         end
  1162.                         if player.leaderstats.Pollen.Value+1>maxpollen then break end
  1163.                     end
  1164.                 end
  1165.                 --turn to honey
  1166.                 currp=nil
  1167.                 player.Character:MoveTo(player.SpawnPos.Value.p)
  1168.                 wait(0.5)
  1169.                 game:GetService("ReplicatedStorage").Events.PlayerHiveCommand:FireServer("ToggleHoneyMaking")
  1170.                 repeat wait(0.5) until player.leaderstats.Pollen.Value<1
  1171.             end
  1172.         end
  1173.     else
  1174.         PollenFarmActive = false
  1175.         notify'Pollen Farming Ended'
  1176.         PollenFarm.Text = "Farm Pollen"
  1177.         PollenFarm.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1178.         local player = game:GetService("Players").LocalPlayer
  1179.         currp=nil
  1180.         player.Character:MoveTo(player.SpawnPos.Value.p)
  1181.     end
  1182. end)
  1183.  
  1184. --- ReJoin Server ---
  1185.  
  1186. ReJoinServer.MouseButton1Down:connect(function()
  1187.     local placeId = 1537690962
  1188.     game:GetService("TeleportService"):Teleport(placeId)
  1189. end)
  1190.  
  1191. --- End ---
  1192.  
  1193. -- Bee Swarm Simulator Gui Created by LuckyMMB @ V3rmillion.net --
  1194. -- Discord https://discord.gg/GKzJnUC --
  1195.  
  1196. AntiAFKMode = "Nothing"
  1197. PollenFarmActive = false
  1198.  
  1199. -- Objects
  1200.  
  1201. local MainGUI = Instance.new("ScreenGui")
  1202. local MainFrame = Instance.new("Frame")
  1203. local Close = Instance.new("TextButton")
  1204. local WayPoints = Instance.new("TextButton")
  1205. local WayPointsFrame = Instance.new("Frame")
  1206. local ShowLocation = Instance.new("TextLabel")
  1207. local SetLocation = Instance.new("TextButton")
  1208. local TPLocation = Instance.new("TextButton")
  1209. local TPShop = Instance.new("TextButton")
  1210. local ReturnToHive = Instance.new("TextButton")
  1211. local TPShop2 = Instance.new("TextButton")
  1212. local BeeShop = Instance.new("TextButton")
  1213. local BlackBear = Instance.new("TextButton")
  1214. local BrownBear = Instance.new("TextButton")
  1215. local PandaBear = Instance.new("TextButton")
  1216. local PolarBear = Instance.new("TextButton")
  1217. local ScienceBear = Instance.new("TextButton")
  1218. local StrawBerryField = Instance.new("TextButton")
  1219. local PumpkinField = Instance.new("TextButton")
  1220. local SunflowerField = Instance.new("TextButton")
  1221. local CloverField = Instance.new("TextButton")
  1222. local SpiderField = Instance.new("TextButton")
  1223. local MushRoomField = Instance.new("TextButton")
  1224. local BamBooField = Instance.new("TextButton")
  1225. local DandelionField = Instance.new("TextButton")
  1226. local PineappleField = Instance.new("TextButton")
  1227. local BlueField = Instance.new("TextButton")
  1228. local RoseField = Instance.new("TextButton")
  1229. local CactusField = Instance.new("TextButton")
  1230. local PineTreeField = Instance.new("TextButton")
  1231. local MountainTopField = Instance.new("TextButton")
  1232. local Players = Instance.new("TextButton")
  1233. local PlayerFrame = Instance.new("Frame")
  1234. local PlayerList = Instance.new("Frame")
  1235. local PlayerListBox = Instance.new("Frame")
  1236. local PlyrSel = Instance.new("TextLabel")
  1237. local Player1 = Instance.new("TextButton")
  1238. local Player2 = Instance.new("TextButton")
  1239. local Player3 = Instance.new("TextButton")
  1240. local Player4 = Instance.new("TextButton")
  1241. local Player5 = Instance.new("TextButton")
  1242. local TpPlayer = Instance.new("TextButton")
  1243. local FindTreasures = Instance.new("TextButton")
  1244. local FindTreasuresText1 = Instance.new("TextLabel")
  1245. local ExtrasScreen = Instance.new("TextButton")
  1246. local ExtrasFrame = Instance.new("Frame")
  1247. local InfoScreen = Instance.new("TextButton")
  1248. local InfoFrame = Instance.new("Frame")
  1249. local TPTool = Instance.new("TextButton")
  1250. local ReJoinServer = Instance.new("TextButton")
  1251. local NoClip = Instance.new("TextButton")
  1252. local InfoText1 = Instance.new("TextLabel")
  1253. local PollenFarm = Instance.new("TextButton")
  1254.  
  1255. -- Properties
  1256.  
  1257. MainGUI.Name = "MainGUI"
  1258. MainGUI.Parent = game.CoreGui
  1259. local MainCORE = game.CoreGui["MainGUI"]
  1260.  
  1261. MainFrame.Name = "MainFrame"
  1262. MainFrame.Parent = MainGUI
  1263. MainFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  1264. MainFrame.BackgroundTransparency = 0.5
  1265. MainFrame.BorderSizePixel = 0
  1266. MainFrame.Position = UDim2.new(0.5, -266, 0, -32)
  1267. MainFrame.Size = UDim2.new(0, 533, 0, 30)
  1268.  
  1269. Close.Name = "Close"
  1270. Close.Parent = MainFrame
  1271. Close.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1272. Close.BorderColor3 = Color3.new(0, 1, 0)
  1273. Close.Position = UDim2.new(0, 5, 0, 5)
  1274. Close.Size = UDim2.new(0, 20, 0, 20)
  1275. Close.Font = Enum.Font.Fantasy
  1276. Close.FontSize = Enum.FontSize.Size18
  1277. Close.Text = "X"
  1278. Close.TextColor3 = Color3.new(1, 0, 0)
  1279. Close.TextSize = 17
  1280. Close.TextScaled = true
  1281. Close.TextWrapped = true
  1282.  
  1283. WayPoints.Name = "WayPoints"
  1284. WayPoints.Parent = MainFrame
  1285. WayPoints.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1286. WayPoints.BorderColor3 = Color3.new(0, 1, 0)
  1287. WayPoints.Position = UDim2.new(0, 30, 0, 5)
  1288. WayPoints.Size = UDim2.new(0, 83, 0, 20)
  1289. WayPoints.BackgroundTransparency = 0
  1290. WayPoints.Font = Enum.Font.Fantasy
  1291. WayPoints.FontSize = Enum.FontSize.Size18
  1292. WayPoints.TextColor3 = Color3.new(1, 1, 1)
  1293. WayPoints.Text = "WayPoints"
  1294. WayPoints.TextSize = 17
  1295. WayPoints.TextWrapped = true
  1296.  
  1297. WayPointsFrame.Name = "WayPointsFrame"
  1298. WayPointsFrame.Parent = MainFrame
  1299. WayPointsFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  1300. WayPointsFrame.BorderColor3 = Color3.new(0, 0, 0)
  1301. WayPointsFrame.BackgroundTransparency = 0.4
  1302. WayPointsFrame.Position = UDim2.new(0, 0, 0, 32)
  1303. WayPointsFrame.Size = UDim2.new(0, 375, 0, 330)
  1304. WayPointsFrame.VISIBLE = false
  1305.  
  1306. ShowLocation.Name = "ShowLocation"
  1307. ShowLocation.Parent = WayPointsFrame
  1308. ShowLocation.BackgroundColor3 = Color3.new(1, 1, 1)
  1309. ShowLocation.TextColor3 = Color3.new(0, 0, 0)
  1310. ShowLocation.BorderColor3 = Color3.new(0, 0, 0)
  1311. ShowLocation.Position = UDim2.new(0, 5, 0, 5)
  1312. ShowLocation.Size = UDim2.new(0, 170, 0, 20)
  1313. ShowLocation.Font = Enum.Font.Fantasy
  1314. ShowLocation.Text = "Current Location"
  1315. ShowLocation.TextWrapped = true
  1316. ShowLocation.TextSize = 15
  1317.  
  1318. SetLocation.Name = "SetLocation"
  1319. SetLocation.Parent = WayPointsFrame
  1320. SetLocation.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1321. SetLocation.TextColor3 = Color3.new(1, 1, 1)
  1322. SetLocation.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  1323. SetLocation.Position = UDim2.new(0, 180, 0, 5)
  1324. SetLocation.Size = UDim2.new(0, 120, 0, 20)
  1325. SetLocation.Font = Enum.Font.Fantasy
  1326. SetLocation.Text = "Set Location"
  1327. SetLocation.TextWrapped = true
  1328. SetLocation.TextSize = 16
  1329.  
  1330. TPLocation.Name = "TPLocation"
  1331. TPLocation.Parent = WayPointsFrame
  1332. TPLocation.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1333. TPLocation.TextColor3 = Color3.new(1, 1, 1)
  1334. TPLocation.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  1335. TPLocation.Position = UDim2.new(0, 305, 0, 5)
  1336. TPLocation.Size = UDim2.new(0, 65, 0, 20)
  1337. TPLocation.Font = Enum.Font.Fantasy
  1338. TPLocation.Text = "Move to"
  1339. TPLocation.TextWrapped = true
  1340. TPLocation.TextSize = 16
  1341.  
  1342. ReturnToHive.Name = "ReturnToHive"
  1343. ReturnToHive.Parent = WayPointsFrame
  1344. ReturnToHive.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1345. ReturnToHive.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  1346. ReturnToHive.Position = UDim2.new(0, 5, 0, 30)
  1347. ReturnToHive.Size = UDim2.new(0, 180, 0, 20)
  1348. ReturnToHive.TextColor3 = Color3.new(1, 1, 1)
  1349. ReturnToHive.Font = Enum.Font.Fantasy
  1350. ReturnToHive.Text = "Return To Hive"
  1351. ReturnToHive.TextSize = 16
  1352.  
  1353. BlackBear.Name = "BlackBear"
  1354. BlackBear.Parent = WayPointsFrame
  1355. BlackBear.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1356. BlackBear.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  1357. BlackBear.Position = UDim2.new(0, 5, 0, 55)
  1358. BlackBear.Size = UDim2.new(0, 180, 0, 20)
  1359. BlackBear.TextColor3 = Color3.new(1, 1, 1)
  1360. BlackBear.Font = Enum.Font.Fantasy
  1361. BlackBear.Text = "Black Bear"
  1362. BlackBear.TextSize = 16
  1363.  
  1364. BrownBear.Name = "BrownBear"
  1365. BrownBear.Parent = WayPointsFrame
  1366. BrownBear.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1367. BrownBear.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  1368. BrownBear.Position = UDim2.new(0, 5, 0, 80)
  1369. BrownBear.Size = UDim2.new(0, 180, 0, 20)
  1370. BrownBear.TextColor3 = Color3.new(1, 1, 1)
  1371. BrownBear.Font = Enum.Font.Fantasy
  1372. BrownBear.Text = "Brown Bear"
  1373. BrownBear.TextSize = 16
  1374.  
  1375. PandaBear.Name = "PandaBear"
  1376. PandaBear.Parent = WayPointsFrame
  1377. PandaBear.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1378. PandaBear.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  1379. PandaBear.Position = UDim2.new(0, 5, 0, 105)
  1380. PandaBear.Size = UDim2.new(0, 180, 0, 20)
  1381. PandaBear.TextColor3 = Color3.new(1, 1, 1)
  1382. PandaBear.Font = Enum.Font.Fantasy
  1383. PandaBear.Text = "Panda Bear"
  1384. PandaBear.TextSize = 16
  1385.  
  1386. PolarBear.Name = "PolarBear"
  1387. PolarBear.Parent = WayPointsFrame
  1388. PolarBear.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1389. PolarBear.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  1390. PolarBear.Position = UDim2.new(0, 5, 0, 130)
  1391. PolarBear.Size = UDim2.new(0, 180, 0, 20)
  1392. PolarBear.TextColor3 = Color3.new(1, 1, 1)
  1393. PolarBear.Font = Enum.Font.Fantasy
  1394. PolarBear.Text = "Polar Bear"
  1395. PolarBear.TextSize = 16
  1396.  
  1397. ScienceBear.Name = "ScienceBear"
  1398. ScienceBear.Parent = WayPointsFrame
  1399. ScienceBear.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1400. ScienceBear.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  1401. ScienceBear.Position = UDim2.new(0, 5, 0, 155)
  1402. ScienceBear.Size = UDim2.new(0, 180, 0, 20)
  1403. ScienceBear.TextColor3 = Color3.new(1, 1, 1)
  1404. ScienceBear.Font = Enum.Font.Fantasy
  1405. ScienceBear.Text = "Science Bear"
  1406. ScienceBear.TextSize = 16
  1407.  
  1408. BeeShop.Name = "BeeShop"
  1409. BeeShop.Parent = WayPointsFrame
  1410. BeeShop.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1411. BeeShop.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  1412. BeeShop.Position = UDim2.new(0, 5, 0, 180)
  1413. BeeShop.Size = UDim2.new(0, 180, 0, 20)
  1414. BeeShop.TextColor3 = Color3.new(1, 1, 1)
  1415. BeeShop.Font = Enum.Font.Fantasy
  1416. BeeShop.Text = "Bees Shop"
  1417. BeeShop.TextSize = 16
  1418.  
  1419. TPShop.Name = "TPShop"
  1420. TPShop.Parent = WayPointsFrame
  1421. TPShop.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1422. TPShop.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  1423. TPShop.Position = UDim2.new(0, 5, 0, 205)
  1424. TPShop.Size = UDim2.new(0, 180, 0, 20)
  1425. TPShop.TextColor3 = Color3.new(1, 1, 1)
  1426. TPShop.Font = Enum.Font.Fantasy
  1427. TPShop.Text = "Basic Tools Shop"
  1428. TPShop.TextSize = 16
  1429.  
  1430. TPShop2.Name = "TPShop2"
  1431. TPShop2.Parent = WayPointsFrame
  1432. TPShop2.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1433. TPShop2.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  1434. TPShop2.Position = UDim2.new(0, 5, 0, 230)
  1435. TPShop2.Size = UDim2.new(0, 180, 0, 20)
  1436. TPShop2.TextColor3 = Color3.new(1, 1, 1)
  1437. TPShop2.Font = Enum.Font.Fantasy
  1438. TPShop2.Text = "Advanced Tools Shop"
  1439. TPShop2.TextSize = 16
  1440.  
  1441. SunflowerField.Name = "SunflowerField"
  1442. SunflowerField.Parent = WayPointsFrame
  1443. SunflowerField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1444. SunflowerField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  1445. SunflowerField.Position = UDim2.new(0, 190, 0, 30)
  1446. SunflowerField.Size = UDim2.new(0, 180, 0, 20)
  1447. SunflowerField.TextColor3 = Color3.new(1, 1, 1)
  1448. SunflowerField.Font = Enum.Font.Fantasy
  1449. SunflowerField.Text = "Sunflower Field"
  1450. SunflowerField.TextSize = 16
  1451.  
  1452. MushRoomField.Name = "MushRoomField"
  1453. MushRoomField.Parent = WayPointsFrame
  1454. MushRoomField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1455. MushRoomField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  1456. MushRoomField.Position = UDim2.new(0, 190, 0, 55)
  1457. MushRoomField.Size = UDim2.new(0, 180, 0, 20)
  1458. MushRoomField.TextColor3 = Color3.new(1, 1, 1)
  1459. MushRoomField.Font = Enum.Font.Fantasy
  1460. MushRoomField.Text = "MushRoom Field"
  1461. MushRoomField.TextSize = 16
  1462.  
  1463. DandelionField.Name = "DandelionField"
  1464. DandelionField.Parent = WayPointsFrame
  1465. DandelionField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1466. DandelionField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  1467. DandelionField.Position = UDim2.new(0, 190, 0, 80)
  1468. DandelionField.Size = UDim2.new(0, 180, 0, 20)
  1469. DandelionField.TextColor3 = Color3.new(1, 1, 1)
  1470. DandelionField.Font = Enum.Font.Fantasy
  1471. DandelionField.Text = "Dandelion Field"
  1472. DandelionField.TextSize = 16
  1473.  
  1474. BlueField.Name = "BlueField"
  1475. BlueField.Parent = WayPointsFrame
  1476. BlueField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1477. BlueField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  1478. BlueField.Position = UDim2.new(0, 190, 0, 105)
  1479. BlueField.Size = UDim2.new(0, 180, 0, 20)
  1480. BlueField.TextColor3 = Color3.new(1, 1, 1)
  1481. BlueField.Font = Enum.Font.Fantasy
  1482. BlueField.Text = "Blue Flower Field"
  1483. BlueField.TextSize = 16
  1484.  
  1485. CloverField.Name = "CloverField"
  1486. CloverField.Parent = WayPointsFrame
  1487. CloverField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1488. CloverField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  1489. CloverField.Position = UDim2.new(0, 190, 0, 130)
  1490. CloverField.Size = UDim2.new(0, 180, 0, 20)
  1491. CloverField.TextColor3 = Color3.new(1, 1, 1)
  1492. CloverField.Font = Enum.Font.Fantasy
  1493. CloverField.Text = "Clover Field"
  1494. CloverField.TextSize = 16
  1495.  
  1496. StrawBerryField.Name = "StrawBerryField"
  1497. StrawBerryField.Parent = WayPointsFrame
  1498. StrawBerryField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1499. StrawBerryField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  1500. StrawBerryField.Position = UDim2.new(0, 190, 0, 155)
  1501. StrawBerryField.Size = UDim2.new(0, 180, 0, 20)
  1502. StrawBerryField.TextColor3 = Color3.new(1, 1, 1)
  1503. StrawBerryField.Font = Enum.Font.Fantasy
  1504. StrawBerryField.Text = "StrawBerry Field"
  1505. StrawBerryField.TextSize = 16
  1506.  
  1507. SpiderField.Name = "SpiderField"
  1508. SpiderField.Parent = WayPointsFrame
  1509. SpiderField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1510. SpiderField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  1511. SpiderField.Position = UDim2.new(0, 190, 0, 180)
  1512. SpiderField.Size = UDim2.new(0, 180, 0, 20)
  1513. SpiderField.TextColor3 = Color3.new(1, 1, 1)
  1514. SpiderField.Font = Enum.Font.Fantasy
  1515. SpiderField.Text = "Spider Field"
  1516. SpiderField.TextSize = 16
  1517.  
  1518. BamBooField.Name = "BamBooField"
  1519. BamBooField.Parent = WayPointsFrame
  1520. BamBooField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1521. BamBooField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  1522. BamBooField.Position = UDim2.new(0, 190, 0, 205)
  1523. BamBooField.Size = UDim2.new(0, 180, 0, 20)
  1524. BamBooField.TextColor3 = Color3.new(1, 1, 1)
  1525. BamBooField.Font = Enum.Font.Fantasy
  1526. BamBooField.Text = "BamBoo Field"
  1527. BamBooField.TextSize = 16
  1528.  
  1529. RoseField.Name = "RoseField"
  1530. RoseField.Parent = WayPointsFrame
  1531. RoseField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1532. RoseField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  1533. RoseField.Position = UDim2.new(0, 190, 0, 230)
  1534. RoseField.Size = UDim2.new(0, 180, 0, 20)
  1535. RoseField.TextColor3 = Color3.new(1, 1, 1)
  1536. RoseField.Font = Enum.Font.Fantasy
  1537. RoseField.Text = "Rose Field"
  1538. RoseField.TextSize = 16
  1539.  
  1540. PineTreeField.Name = "PineTreeField"
  1541. PineTreeField.Parent = WayPointsFrame
  1542. PineTreeField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1543. PineTreeField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  1544. PineTreeField.Position = UDim2.new(0, 190, 0, 255)
  1545. PineTreeField.Size = UDim2.new(0, 180, 0, 20)
  1546. PineTreeField.TextColor3 = Color3.new(1, 1, 1)
  1547. PineTreeField.Font = Enum.Font.Fantasy
  1548. PineTreeField.Text = "PineTree Field"
  1549. PineTreeField.TextSize = 16
  1550.  
  1551. CactusField.Name = "CactusField"
  1552. CactusField.Parent = WayPointsFrame
  1553. CactusField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1554. CactusField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  1555. CactusField.Position = UDim2.new(0, 190, 0, 280)
  1556. CactusField.Size = UDim2.new(0, 180, 0, 20)
  1557. CactusField.TextColor3 = Color3.new(1, 1, 1)
  1558. CactusField.Font = Enum.Font.Fantasy
  1559. CactusField.Text = "Cactus Field"
  1560. CactusField.TextSize = 16
  1561.  
  1562. PumpkinField.Name = "PumpkinField"
  1563. PumpkinField.Parent = WayPointsFrame
  1564. PumpkinField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1565. PumpkinField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  1566. PumpkinField.Position = UDim2.new(0, 190, 0, 305)
  1567. PumpkinField.Size = UDim2.new(0, 180, 0, 20)
  1568. PumpkinField.TextColor3 = Color3.new(1, 1, 1)
  1569. PumpkinField.Font = Enum.Font.Fantasy
  1570. PumpkinField.Text = "Pumpkin Field"
  1571. PumpkinField.TextSize = 16
  1572.  
  1573. PineappleField.Name = "PineappleField"
  1574. PineappleField.Parent = WayPointsFrame
  1575. PineappleField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1576. PineappleField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  1577. PineappleField.Position = UDim2.new(0, 5, 0, 280)
  1578. PineappleField.Size = UDim2.new(0, 180, 0, 20)
  1579. PineappleField.TextColor3 = Color3.new(1, 1, 1)
  1580. PineappleField.Font = Enum.Font.Fantasy
  1581. PineappleField.Text = "Pineapple Field"
  1582. PineappleField.TextSize = 16
  1583.  
  1584. MountainTopField.Name = "MountainTopField"
  1585. MountainTopField.Parent = WayPointsFrame
  1586. MountainTopField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1587. MountainTopField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  1588. MountainTopField.Position = UDim2.new(0, 5, 0, 305)
  1589. MountainTopField.Size = UDim2.new(0, 180, 0, 20)
  1590. MountainTopField.TextColor3 = Color3.new(1, 1, 1)
  1591. MountainTopField.Font = Enum.Font.Fantasy
  1592. MountainTopField.Text = "Mountain Top Field"
  1593. MountainTopField.TextSize = 16
  1594.  
  1595. Players.Name = "Players"
  1596. Players.Parent = MainFrame
  1597. Players.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1598. Players.BorderColor3 = Color3.new(0, 1, 0)
  1599. Players.Position = UDim2.new(0, 118, 0, 5)
  1600. Players.Size = UDim2.new(0, 60, 0, 20)
  1601. Players.BackgroundTransparency = 0
  1602. Players.Font = Enum.Font.Fantasy
  1603. Players.FontSize = Enum.FontSize.Size18
  1604. Players.TextColor3 = Color3.new(1, 1, 1)
  1605. Players.Text = "Players"
  1606. Players.TextSize = 17
  1607. Players.TextWrapped = true
  1608.  
  1609. PlayerFrame.Name = "PlayerFrame"
  1610. PlayerFrame.Parent = MainFrame
  1611. PlayerFrame.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  1612. PlayerFrame.BackgroundTransparency = 0.5
  1613. PlayerFrame.BorderColor3 = Color3.new(0, 0, 0)
  1614. PlayerFrame.Position = UDim2.new(0, 63, 0, 35)
  1615. PlayerFrame.Size = UDim2.new(0, 170, 0, 200)
  1616. PlayerFrame.VISIBLE = false
  1617.  
  1618. PlyrSel.Name = "PlyrSel"
  1619. PlyrSel.Parent = PlayerFrame
  1620. PlyrSel.BackgroundColor3 = Color3.new(1, 1, 1)
  1621. PlyrSel.BackgroundTransparency = 0.15
  1622. PlyrSel.BorderColor3 = Color3.new(0, 0, 0)
  1623. PlyrSel.Position = UDim2.new(0, 5, 0, 5)
  1624. PlyrSel.Size = UDim2.new(0, 160, 0, 20)
  1625. PlyrSel.Font = Enum.Font.SourceSans
  1626. PlyrSel.FontSize = Enum.FontSize.Size18
  1627. PlyrSel.Text = "SELECT A PLAYER"
  1628. PlyrSel.TextColor3 = Color3.new(0, 0, 0)
  1629. PlyrSel.TextScaled = true
  1630. PlyrSel.TextSize = 17
  1631. PlyrSel.TextWrapped = true
  1632.  
  1633. Player1.Name = "Player1"
  1634. Player1.Parent = PlayerFrame
  1635. Player1.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1636. Player1.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  1637. Player1.Position = UDim2.new(0, 5, 0, 35)
  1638. Player1.Size = UDim2.new(0, 160, 0, 20)
  1639. Player1.Font = Enum.Font.Fantasy
  1640. Player1.FontSize = Enum.FontSize.Size18
  1641. Player1.Text = ""
  1642. Player1.TextColor3 = Color3.new(1, 1, 1)
  1643. Player1.TextSize = 15
  1644. Player1.TextWrapped = true
  1645.  
  1646. Player2.Name = "Player2"
  1647. Player2.Parent = PlayerFrame
  1648. Player2.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1649. Player2.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  1650. Player2.Position = UDim2.new(0, 5, 0, 60)
  1651. Player2.Size = UDim2.new(0, 160, 0, 20)
  1652. Player2.Font = Enum.Font.Fantasy
  1653. Player2.FontSize = Enum.FontSize.Size18
  1654. Player2.Text = ""
  1655. Player2.TextColor3 = Color3.new(1, 1, 1)
  1656. Player2.TextSize = 15
  1657. Player2.TextWrapped = true
  1658.  
  1659. Player3.Name = "Player3"
  1660. Player3.Parent = PlayerFrame
  1661. Player3.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1662. Player3.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  1663. Player3.Position = UDim2.new(0, 5, 0, 85)
  1664. Player3.Size = UDim2.new(0, 160, 0, 20)
  1665. Player3.Font = Enum.Font.Fantasy
  1666. Player3.FontSize = Enum.FontSize.Size18
  1667. Player3.Text = ""
  1668. Player3.TextColor3 = Color3.new(1, 1, 1)
  1669. Player3.TextSize = 15
  1670. Player3.TextWrapped = true
  1671.  
  1672. Player4.Name = "Player4"
  1673. Player4.Parent = PlayerFrame
  1674. Player4.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1675. Player4.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  1676. Player4.Position = UDim2.new(0, 5, 0, 110)
  1677. Player4.Size = UDim2.new(0, 160, 0, 20)
  1678. Player4.Font = Enum.Font.Fantasy
  1679. Player4.FontSize = Enum.FontSize.Size18
  1680. Player4.Text = ""
  1681. Player4.TextColor3 = Color3.new(1, 1, 1)
  1682. Player4.TextSize = 15
  1683. Player4.TextWrapped = true
  1684.  
  1685. Player5.Name = "Player5"
  1686. Player5.Parent = PlayerFrame
  1687. Player5.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1688. Player5.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  1689. Player5.Position = UDim2.new(0, 5, 0, 135)
  1690. Player5.Size = UDim2.new(0, 160, 0, 20)
  1691. Player5.Font = Enum.Font.Fantasy
  1692. Player5.FontSize = Enum.FontSize.Size18
  1693. Player5.Text = ""
  1694. Player5.TextColor3 = Color3.new(1, 1, 1)
  1695. Player5.TextSize = 15
  1696. Player5.TextWrapped = true
  1697.  
  1698. TpPlayer.Name = "TpPlayer"
  1699. TpPlayer.Parent = PlayerFrame
  1700. TpPlayer.BackgroundColor3 = Color3.new(0.18, 0.18, 0.18)
  1701. TpPlayer.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  1702. TpPlayer.Position = UDim2.new(0, 5, 0, 165)
  1703. TpPlayer.Size = UDim2.new(0, 160, 0, 30)
  1704. TpPlayer.Font = Enum.Font.Fantasy
  1705. TpPlayer.FontSize = Enum.FontSize.Size18
  1706. TpPlayer.Text = "Teleport to Player"
  1707. TpPlayer.TextColor3 = Color3.new(1, 1, 1)
  1708. TpPlayer.TextWrapped = true
  1709. TpPlayer.TextSize = 17
  1710.  
  1711. PollenFarm.Name = "PollenFarm"
  1712. PollenFarm.Parent = MainFrame
  1713. PollenFarm.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1714. PollenFarm.BorderColor3 = Color3.new(0, 1, 0)
  1715. PollenFarm.Position = UDim2.new(0, 183, 0, 5)
  1716. PollenFarm.Size = UDim2.new(0, 100, 0, 20)
  1717. PollenFarm.Font = Enum.Font.Fantasy
  1718. PollenFarm.FontSize = Enum.FontSize.Size18
  1719. PollenFarm.TextColor3 = Color3.new(1, 1, 1)
  1720. PollenFarm.Text = "Farm Pollen"
  1721. PollenFarm.TextSize = 17
  1722. PollenFarm.TextWrapped = true
  1723.  
  1724. FindTreasures.Name = "FindTreasures"
  1725. FindTreasures.Parent = MainFrame
  1726. FindTreasures.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1727. FindTreasures.BorderColor3 = Color3.new(0, 1, 0)
  1728. FindTreasures.Position = UDim2.new(0, 288, 0, 5)
  1729. FindTreasures.Size = UDim2.new(0, 130, 0, 20)
  1730. FindTreasures.BackgroundTransparency = 0
  1731. FindTreasures.Font = Enum.Font.Fantasy
  1732. FindTreasures.TextColor3 = Color3.new(1, 1, 1)
  1733. FindTreasures.Text = "Collect Treasures"
  1734. FindTreasures.TextSize = 17
  1735. FindTreasures.TextWrapped = true
  1736.  
  1737. FindTreasuresText1.Name = "FindTreasuresText1"
  1738. FindTreasuresText1.Parent = MainFrame
  1739. FindTreasuresText1.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1740. FindTreasuresText1.BorderColor3 = Color3.new(0, 0, 0)
  1741. FindTreasuresText1.BackgroundTransparency = 0.1
  1742. FindTreasuresText1.Position = UDim2.new(0, 258, 0, 32)
  1743. FindTreasuresText1.Size = UDim2.new(0, 190, 0, 85)
  1744. FindTreasuresText1.TextColor3 = Color3.new(1, 1, 1)
  1745. FindTreasuresText1.Font = Enum.Font.Fantasy
  1746. FindTreasuresText1.Text = "This will Teleport you to all the hidden treasures on the map. It will only work once\nas the treasures do not respawn."
  1747. FindTreasuresText1.TextSize = 16
  1748. FindTreasuresText1.TextWrapped = true
  1749. FindTreasuresText1.ZIndex = 6
  1750. FindTreasuresText1.VISIBLE = false
  1751. FindTreasuresText1.TextYAlignment = Enum.TextYAlignment.Top
  1752.  
  1753. ExtrasScreen.Name = "ExtrasScreen"
  1754. ExtrasScreen.Parent = MainFrame
  1755. ExtrasScreen.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1756. ExtrasScreen.BorderColor3 = Color3.new(0, 1, 0)
  1757. ExtrasScreen.Position = UDim2.new(0, 423, 0, 5)
  1758. ExtrasScreen.Size = UDim2.new(0, 50, 0, 20)
  1759. ExtrasScreen.BackgroundTransparency = 0
  1760. ExtrasScreen.Font = Enum.Font.Fantasy
  1761. ExtrasScreen.TextColor3 = Color3.new(1, 1, 1)
  1762. ExtrasScreen.Text = "Extras"
  1763. ExtrasScreen.TextSize = 17
  1764. ExtrasScreen.TextWrapped = true
  1765.  
  1766. ExtrasFrame.Name = "ExtrasFrame"
  1767. ExtrasFrame.Parent = MainFrame
  1768. ExtrasFrame.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  1769. ExtrasFrame.BorderColor3 = Color3.new(0, 0, 0)
  1770. ExtrasFrame.BackgroundTransparency = 0.5
  1771. ExtrasFrame.Position = UDim2.new(0, 363, 0, 35)
  1772. ExtrasFrame.Size = UDim2.new(0, 170, 0, 80)
  1773. ExtrasFrame.VISIBLE = false
  1774.  
  1775. NoClip.Name = "NoClip"
  1776. NoClip.Parent = ExtrasFrame
  1777. NoClip.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1778. NoClip.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  1779. NoClip.Position = UDim2.new(0, 5, 0, 5)
  1780. NoClip.Size = UDim2.new(0, 160, 0, 20)
  1781. NoClip.Font = Enum.Font.Fantasy
  1782. NoClip.FontSize = Enum.FontSize.Size18
  1783. NoClip.TextColor3 = Color3.new(1, 1, 1)
  1784. NoClip.Text = "Enable NoClip"
  1785. NoClip.TextSize = 17
  1786. NoClip.TextWrapped = true
  1787.  
  1788. TPTool.Name = "TPTool"
  1789. TPTool.Parent = ExtrasFrame
  1790. TPTool.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1791. TPTool.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  1792. TPTool.Position = UDim2.new(0, 5, 0, 30)
  1793. TPTool.Size = UDim2.new(0, 160, 0, 20)
  1794. TPTool.TextColor3 = Color3.new(1, 1, 1)
  1795. TPTool.Font = Enum.Font.Fantasy
  1796. TPTool.FontSize = Enum.FontSize.Size18
  1797. TPTool.Text = "Add TPTool"
  1798. TPTool.TextSize = 16
  1799.  
  1800. ReJoinServer.Name = "ReJoinServer"
  1801. ReJoinServer.Parent = ExtrasFrame
  1802. ReJoinServer.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1803. ReJoinServer.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  1804. ReJoinServer.Position = UDim2.new(0, 5, 0, 55)
  1805. ReJoinServer.Size = UDim2.new(0, 160, 0, 20)
  1806. ReJoinServer.TextColor3 = Color3.new(1, 1, 1)
  1807. ReJoinServer.Font = Enum.Font.Fantasy
  1808. ReJoinServer.Text = "ReJoin a Server"
  1809. ReJoinServer.TextSize = 16
  1810. ReJoinServer.TextWrapped = true
  1811.  
  1812. InfoScreen.Name = "InfoScreen"
  1813. InfoScreen.Parent = MainFrame
  1814. InfoScreen.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1815. InfoScreen.BorderColor3 = Color3.new(0, 1, 0)
  1816. InfoScreen.Position = UDim2.new(0, 478, 0, 5)
  1817. InfoScreen.Size = UDim2.new(0, 50, 0, 20)
  1818. InfoScreen.BackgroundTransparency = 0
  1819. InfoScreen.Font = Enum.Font.Fantasy
  1820. InfoScreen.TextColor3 = Color3.new(1, 1, 1)
  1821. InfoScreen.Text = "Info"
  1822. InfoScreen.TextSize = 17
  1823. InfoScreen.TextWrapped = true
  1824.  
  1825. InfoFrame.Name = "InfoFrame"
  1826. InfoFrame.Parent = MainFrame
  1827. InfoFrame.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1828. InfoFrame.BorderColor3 = Color3.new(0, 0, 0)
  1829. InfoFrame.BackgroundTransparency = 0.1
  1830. InfoFrame.Position = UDim2.new(0, 333, 0, 35)
  1831. InfoFrame.Size = UDim2.new(0, 200, 0, 130)
  1832. InfoFrame.VISIBLE = false
  1833.  
  1834. InfoText1.Name = "InfoText1"
  1835. InfoText1.Parent = InfoFrame
  1836. InfoText1.BackgroundColor3 = Color3.new(0, 0, 0)
  1837. InfoText1.BorderColor3 = Color3.new(0, 0, 0)
  1838. InfoText1.BackgroundTransparency = 1
  1839. InfoText1.Position = UDim2.new(0, 5, 0, 5)
  1840. InfoText1.Size = UDim2.new(0, 190, 0, 130)
  1841. InfoText1.TextColor3 = Color3.new(1, 1, 1)
  1842. InfoText1.Font = Enum.Font.Fantasy
  1843. InfoText1.Text = "This Gui was created by LuckyMMB@V3rmillion.net\nDiscord https://discord.gg/GKzJnUC\n\nCredits:\nsirelKilla @ v3rmillion for the pollen farming script"
  1844. InfoText1.TextSize = 15
  1845. InfoText1.TextWrapped = true
  1846. InfoText1.TextYAlignment = Enum.TextYAlignment.Top
  1847.  
  1848. function notify(msg)
  1849. game.StarterGui:SetCore('SendNotification', {
  1850. Title = 'Bee Swarm LuckyGUI';
  1851. Text = msg;
  1852. Duration = 5;
  1853. })
  1854. end
  1855.  
  1856. --- Close ---
  1857.  
  1858. Close.MouseButton1Down:connect(function()
  1859. MainGUI:Destroy()
  1860. end)
  1861.  
  1862. --- Menus ---
  1863.  
  1864. local Menus = {
  1865.     [WayPoints] = WayPointsFrame;
  1866.     [ExtrasScreen] = ExtrasFrame;
  1867.     [InfoScreen] = InfoFrame;
  1868.     [Players] = PlayerFrame;
  1869. }
  1870. for button,frame IN pairs(Menus) do
  1871.     button.MouseButton1Click:connect(function()
  1872.         if frame.VISIBLE then
  1873.             frame.VISIBLE = false
  1874.             return
  1875.         end
  1876.         for k,v IN pairs(Menus) do
  1877.             v.VISIBLE = v == frame
  1878.         end
  1879.     end)
  1880. end
  1881.  
  1882. --- Snow Menus Show Hide ---
  1883.  
  1884. FindTreasures.MouseEnter:connect(function()
  1885.     FindTreasuresText1.VISIBLE = true
  1886. end)
  1887.  
  1888. FindTreasures.MouseLeave:connect(function()
  1889.     FindTreasuresText1.VISIBLE = false
  1890. end)
  1891.  
  1892. --- WayPoints ---
  1893.  
  1894. local WayPoints = {
  1895. ["Black Bear"] = CFrame.new(-258.1, 5, 299.7),
  1896. ["Brown Bear"] = CFrame.new(282, 46, 236),
  1897. ["Panda Bear"] = CFrame.new(106.3, 35, 50.1),
  1898. ["Polar Bear"] = CFrame.new(-106, 119, -77),
  1899. ["Science Bear"] = CFrame.new(267, 103, 20),
  1900. ["Bee Shop"] = CFrame.new(-136.8, 4.6, 243.4),
  1901. ["Tool Shop"] = CFrame.new(86, 4.6, 294),
  1902. ["Tool Shop 2"] = CFrame.new(165, 69, -161),
  1903. ["Clover Field"] = CFrame.new(174, 34, 189),
  1904. ["Mushroom Field"] = CFrame.new(-258.1, 5, 299.7),
  1905. ["Spider Field"] = CFrame.new(-57.2, 20, -5.3),
  1906. ["Blue Field"] = CFrame.new(113.7, 4, 101.5),
  1907. ["Sunflower Field"] = CFrame.new(-208, 4, 185),
  1908. ["StrawBerry Field"] = CFrame.new(-169.3, 20, -3.2),
  1909. ["Red Field"] = CFrame.new(-258.1, 5, 299.7),
  1910. ["Dandelion Field"] = CFrame.new(-30, 4, 225),
  1911. ["BamBoo Field"] = CFrame.new(93, 20, -25),
  1912. ["Rose Field"] = CFrame.new(-322, 20, 124),
  1913. ["Mushroom Field"] = CFrame.new(-94, 5, 116),
  1914. ["Cactus Field"] = CFrame.new(-194, 68, -107),
  1915. ["Pumpkin Field"] = CFrame.new(-194, 68, -182),
  1916. ["MountainTop Field"] = CFrame.new(76, 176, -181),
  1917. ["PineTree Field"] = CFrame.new(-318, 68, -150),
  1918. ["Pineapple Field"] = CFrame.new(262, 68, -201)
  1919. }
  1920.  
  1921. ReturnToHive.MouseButton1Down:connect(function()
  1922.     local player = game:GetService("Players").LocalPlayer
  1923.     player.Character:MoveTo(player.SpawnPos.Value.p)
  1924.     notify'Teleported to Hive'
  1925. end)
  1926.  
  1927. BlackBear.MouseButton1Down:connect(function()
  1928.     local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1929.     uTorso.CFrame = WayPoints["Black Bear"]
  1930.     notify'Teleported to Black Bear'
  1931. end)
  1932.  
  1933. BrownBear.MouseButton1Down:connect(function()
  1934.     local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1935.     uTorso.CFrame = WayPoints["Brown Bear"]
  1936.     notify'Teleported to Brown Bear'
  1937. end)
  1938.  
  1939. PandaBear.MouseButton1Down:connect(function()
  1940.     local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1941.     uTorso.CFrame = WayPoints["Panda Bear"]
  1942.     notify'Teleported to Panda Bear'
  1943. end)
  1944.  
  1945. PolarBear.MouseButton1Down:connect(function()
  1946.     local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1947.     uTorso.CFrame = WayPoints["Polar Bear"]
  1948.     notify'Teleported to Polar Bear'
  1949. end)
  1950.  
  1951. ScienceBear.MouseButton1Down:connect(function()
  1952.     local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1953.     uTorso.CFrame = WayPoints["Science Bear"]
  1954.     notify'Teleported to Science Bear'
  1955. end)
  1956.  
  1957. BeeShop.MouseButton1Down:connect(function()
  1958.     local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1959.     uTorso.CFrame = WayPoints["Bee Shop"]
  1960.     notify'Teleported to Bee Shop'
  1961. end)
  1962.  
  1963. TPShop.MouseButton1Down:connect(function()
  1964.     local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1965.     uTorso.CFrame = WayPoints["Tool Shop"]
  1966.     notify'Teleported to Basic Tool Shop'
  1967. end)
  1968.  
  1969. TPShop2.MouseButton1Down:connect(function()
  1970.     local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1971.     uTorso.CFrame = WayPoints["Tool Shop 2"]
  1972.     notify'Teleported to Advanced Tool Shop'
  1973. end)
  1974.  
  1975. MushRoomField.MouseButton1Down:connect(function()
  1976.     local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1977.     uTorso.CFrame = WayPoints["Mushroom Field"]
  1978.     notify'Teleported to Mushroom Field'
  1979. end)
  1980.  
  1981. StrawBerryField.MouseButton1Down:connect(function()
  1982.     local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1983.     uTorso.CFrame = WayPoints["StrawBerry Field"]
  1984.     notify'Teleported to StrawBerry Field'
  1985. end)
  1986.  
  1987. CloverField.MouseButton1Down:connect(function()
  1988.     local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1989.     uTorso.CFrame = WayPoints["Clover Field"]
  1990.     notify'Teleported to Clover Field'
  1991. end)
  1992.  
  1993. SpiderField.MouseButton1Down:connect(function()
  1994.     local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1995.     uTorso.CFrame = WayPoints["Spider Field"]
  1996.     notify'Teleported to Spider Field'
  1997. end)
  1998.  
  1999. BlueField.MouseButton1Down:connect(function()
  2000.     local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2001.     uTorso.CFrame = WayPoints["Blue Field"]
  2002.     notify'Teleported to Blue Field'
  2003. end)
  2004.  
  2005. SunflowerField.MouseButton1Down:connect(function()
  2006.     local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2007.     uTorso.CFrame = WayPoints["Sunflower Field"]
  2008.     notify'Teleported to Sunflower Field'
  2009. end)
  2010.  
  2011. DandelionField.MouseButton1Down:connect(function()
  2012.     local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2013.     uTorso.CFrame = WayPoints["Dandelion Field"]
  2014.     notify'Teleported to Dandelion Field'
  2015. end)
  2016.  
  2017. BamBooField.MouseButton1Down:connect(function()
  2018.     local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2019.     uTorso.CFrame = WayPoints["BamBoo Field"]
  2020.     notify'Teleported to BamBoo Field'
  2021. end)
  2022.  
  2023. RoseField.MouseButton1Down:connect(function()
  2024.     local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2025.     uTorso.CFrame = WayPoints["Rose Field"]
  2026.     notify'Teleported to Rose Field'
  2027. end)
  2028.  
  2029. CactusField.MouseButton1Down:connect(function()
  2030.     local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2031.     uTorso.CFrame = WayPoints["Cactus Field"]
  2032.     notify'Teleported to BamBoo Field'
  2033. end)
  2034.  
  2035. PumpkinField.MouseButton1Down:connect(function()
  2036.     local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2037.     uTorso.CFrame = WayPoints["Pumpkin Field"]
  2038.     notify'Teleported to BamBoo Field'
  2039. end)
  2040.  
  2041. PineTreeField.MouseButton1Down:connect(function()
  2042.     local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2043.     uTorso.CFrame = WayPoints["PineTree Field"]
  2044.     notify'Teleported to BamBoo Field'
  2045. end)
  2046.  
  2047. MountainTopField.MouseButton1Down:connect(function()
  2048.     local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2049.     uTorso.CFrame = WayPoints["MountainTop Field"]
  2050.     notify'Teleported to Mountain Top Field'
  2051. end)
  2052.  
  2053. PineappleField.MouseButton1Down:connect(function()
  2054.     local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2055.     uTorso.CFrame = WayPoints["Pineapple Field"]
  2056.     notify'Teleported to Pineapple Field'
  2057. end)
  2058.  
  2059. -- Show Location --
  2060.  
  2061. spawn (function()
  2062.     WHILE true do
  2063.         function round(num, numDecimalPlaces)
  2064.             local mult = 10^(numDecimalPlaces or 0)
  2065.             return math.floor(num * mult + 0.5) / mult
  2066.         end
  2067.         LocationX = round(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.x, 0)
  2068.         LocationY = round(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.y, 0)
  2069.         LocationZ = round(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.z, 0)
  2070.         ShowLocation.Text = "Coords: "..LocationX..", "..LocationY..", "..LocationZ
  2071.         wait(0.5)
  2072.     end
  2073. end)
  2074.  
  2075. SetLocation.MouseButton1Down:connect(function()
  2076.     function round(num, numDecimalPlaces)
  2077.         local mult = 10^(numDecimalPlaces or 0)
  2078.         return math.floor(num * mult + 0.5) / mult
  2079.     end
  2080.     setlocationx = round(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.x, 0)
  2081.     setlocationy = round(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.y, 0)
  2082.     setlocationz = round(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.z, 0)
  2083.     print("Set Custom Location: "..setlocationx..", "..setlocationy..", "..setlocationz)
  2084.     SetLocation.Text = setlocationx..","..setlocationy..","..setlocationz
  2085.     CustomLocationSet = true
  2086. end)
  2087.  
  2088. --- TP to custom location ---
  2089.  
  2090. TPLocation.MouseButton1Down:connect(function()
  2091.     if CustomLocationSet == true then
  2092.         local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2093.         uTorso.CFrame = CFrame.new(setlocationx, setlocationy, setlocationz)
  2094.     end
  2095. end)
  2096.  
  2097. --- Player Teleport ---
  2098.    
  2099. local buttons = {
  2100.     Player1,
  2101.     Player2,
  2102.     Player3,
  2103.     Player4,
  2104.     Player5
  2105. }
  2106. for i, v IN pairs(game.Players:GetChildren()) do
  2107.     buttons[i].Text = v.Name
  2108.     buttons[i].VISIBLE = true
  2109. end
  2110. game.Players.PlayerRemoving:connect(function()
  2111.     for i, v IN pairs(game.Players:GetChildren()) do
  2112.         buttons[i].Text = v.Name
  2113.         buttons[i].VISIBLE = true
  2114.     end
  2115. end)
  2116. game.Players.PlayerAdded:connect(function()
  2117.     for i, v IN pairs(game.Players:GetChildren()) do
  2118.         buttons[i].Text = v.Name
  2119.         buttons[i].VISIBLE = true
  2120.     end
  2121. end)
  2122.    
  2123.     Player1.MouseButton1Down:connect(function()
  2124.       PlyrSel.Text = Player1.Text
  2125.     end)
  2126.     Player2.MouseButton1Down:connect(function()
  2127.       PlyrSel.Text = Player2.Text
  2128.     end)
  2129.     Player3.MouseButton1Down:connect(function()
  2130.       PlyrSel.Text = Player3.Text
  2131.     end)
  2132.     Player4.MouseButton1Down:connect(function()
  2133.       PlyrSel.Text = Player4.Text
  2134.     end)
  2135.     Player5.MouseButton1Down:connect(function()
  2136.       PlyrSel.Text = Player5.Text
  2137.     end)
  2138.    
  2139.     TpPlayer.MouseButton1Down:connect(function()
  2140.       if PlyrSel.Text == "SELECT A PLAYER" then
  2141.         warn("No Player Selected")
  2142.       else
  2143.         game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace[PlyrSel.Text].HumanoidRootPart.CFrame
  2144.       end
  2145.     end)
  2146.  
  2147. -- Find Hidden Treasures --
  2148.  
  2149. FindTreasures.MouseButton1Down:connect(function()
  2150.     local player = game:GetService("Players").LocalPlayer
  2151.     local function collecttreasure(treasure)
  2152.         for i,v IN ipairs(treasure:GetChildren()) do
  2153.             if v.Parent then
  2154.                 player.Character:MoveTo(v.Position)
  2155.             end
  2156.         wait(1)
  2157.         end
  2158.     end
  2159.     collecttreasure(workspace.TreasureCollectibles)
  2160.     wait(1)
  2161.     player.Character:MoveTo(player.SpawnPos.Value.p)
  2162. end)
  2163.  
  2164. --- NoClip ---
  2165.  
  2166. noclip = false
  2167. game:GetService('RunService').Stepped:connect(function()
  2168. if noclip then
  2169. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  2170. end
  2171. end)
  2172. NoClip.MouseButton1Down:connect(function()
  2173. noclip = NOT noclip
  2174. if NoClip.Text == "Enable NoClip" then
  2175.     NoClip.Text = "Disable NoClip"
  2176.     NoClip.BackgroundColor3 = Color3.new(0, 0.5, 0)
  2177. else
  2178.     NoClip.Text = "Enable NoClip"
  2179.     NoClip.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  2180. end
  2181. end)
  2182.  
  2183. --- TP Tool ---
  2184.  
  2185. TPTool.MouseButton1Down:connect(function()
  2186.     local Tele = Instance.new("Tool", game.Players.LocalPlayer.Backpack)
  2187.     Tele.RequiresHandle = false
  2188.     Tele.RobloxLocked = true
  2189.     Tele.Name = "TPTool"
  2190.     Tele.ToolTip = "Teleport Tool"
  2191.     Tele.Equipped:connect(function(Mouse)
  2192.         Mouse.Button1Down:connect(function()
  2193.             if Mouse.Target then
  2194.                 game.Workspace:FindFirstChild(game.Players.LocalPlayer.Name).HumanoidRootPart.CFrame = (CFrame.new(Mouse.Hit.x, Mouse.Hit.y + 5, Mouse.Hit.z))
  2195.             end
  2196.         end)
  2197.     end)
  2198.     notify'TP Tool added to your Backpack'
  2199.  
  2200. end)
  2201.  
  2202. --- Pollen Farm ---
  2203.  
  2204. PollenFarm.MouseButton1Click:connect(function()
  2205.     if PollenFarmActive ~= true then
  2206.         PollenFarmActive = true
  2207.         PollenFarm.Text = "Stop Farming"
  2208.         PollenFarm.BackgroundColor3 = Color3.new(0, 0.5, 0)
  2209.         if PollenFarmActive then
  2210.             local player = game:GetService("Players").LocalPlayer
  2211.             local currp
  2212.             workspace.Collectibles.ChildAdded:Connect(function(part)
  2213.                 wait(0.5)
  2214.                 if currp AND (part.Position-currp).magnitude < 50 then
  2215.                     player.Character:MoveTo(part.Position)
  2216.                     wait(0.3)
  2217.                     player.Character:MoveTo(currp)
  2218.                 end
  2219.             end)
  2220.             local pollenLbl = player.Character:FindFirstChild("ProgressLabel",true)
  2221.             if NOT pollenLbl then
  2222.                 error("Backpack not found")
  2223.             end
  2224.             local maxpollen = tonumber(pollenLbl.Text:match("%d+$"))
  2225.             local pollenTool = player.Character:FindFirstChildOfClass("Tool") or player.Backpack:FindFirstChildOfClass("Tool")
  2226.             if pollenTool==nil or pollenTool:FindFirstChild("ClickEvent")==nil then
  2227.                 error("Tool not found")
  2228.             end
  2229.  
  2230.             local fieldpos = {Vector3.new(-210,3.3,218.1),Vector3.new(-210,3.3,161.5),Vector3.new(-210,3.3,101.6)}
  2231.             local posIndex=0
  2232.             WHILE PollenFarmActive do
  2233.                 --collect pollen
  2234.                 pollenTool.Parent = player.Character
  2235.                 wait(0.1)
  2236.                 WHILE PollenFarmActive AND player.leaderstats.Pollen.Value<maxpollen do
  2237.                     posIndex=posIndex+1
  2238.                     if posIndex>#fieldpos then posIndex=1 end
  2239.                     for rot=1,4 do
  2240.                         if NOT PollenFarmActive then break end
  2241.                         local angle = CFrame.Angles(0,math.pi*.5*rot,0)
  2242.                         currp = fieldpos[posIndex]+angle.lookVector*4
  2243.                         player.Character.HumanoidRootPart.CFrame=CFrame.new(currp)*angle
  2244.                         for i=1,20 do
  2245.                             if NOT PollenFarmActive then break end
  2246.                             wait(0.2)
  2247.                             pollenTool.ClickEvent:FireServer(currp)
  2248.                         end
  2249.                         if player.leaderstats.Pollen.Value+1>maxpollen then break end
  2250.                     end
  2251.                 end
  2252.                 --turn to honey
  2253.                 currp=nil
  2254.                 player.Character:MoveTo(player.SpawnPos.Value.p)
  2255.                 wait(0.5)
  2256.                 game:GetService("ReplicatedStorage").Events.PlayerHiveCommand:FireServer("ToggleHoneyMaking")
  2257.                 repeat wait(0.5) until player.leaderstats.Pollen.Value<1
  2258.             end
  2259.         end
  2260.     else
  2261.         PollenFarmActive = false
  2262.         notify'Pollen Farming Ended'
  2263.         PollenFarm.Text = "Farm Pollen"
  2264.         PollenFarm.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  2265.         local player = game:GetService("Players").LocalPlayer
  2266.         currp=nil
  2267.         player.Character:MoveTo(player.SpawnPos.Value.p)
  2268.     end
  2269. end)
  2270.  
  2271. --- ReJoin Server ---
  2272.  
  2273. ReJoinServer.MouseButton1Down:connect(function()
  2274.     local placeId = 1537690962
  2275.     game:GetService("TeleportService"):Teleport(placeId)
  2276. end)
  2277.  
  2278. --- End ---
  2279.  
  2280.  
  2281. -- Bee Swarm Simulator Gui Created by LuckyMMB @ V3rmillion.net --
  2282. -- Discord https://discord.gg/GKzJnUC --
  2283.  
  2284. AntiAFKMode = "Nothing"
  2285. PollenFarmActive = false
  2286.  
  2287. -- Objects
  2288.  
  2289. local MainGUI = Instance.new("ScreenGui")
  2290. local MainFrame = Instance.new("Frame")
  2291. local Close = Instance.new("TextButton")
  2292. local WayPoints = Instance.new("TextButton")
  2293. local WayPointsFrame = Instance.new("Frame")
  2294. local ShowLocation = Instance.new("TextLabel")
  2295. local SetLocation = Instance.new("TextButton")
  2296. local TPLocation = Instance.new("TextButton")
  2297. local TPShop = Instance.new("TextButton")
  2298. local ReturnToHive = Instance.new("TextButton")
  2299. local TPShop2 = Instance.new("TextButton")
  2300. local BeeShop = Instance.new("TextButton")
  2301. local BlackBear = Instance.new("TextButton")
  2302. local BrownBear = Instance.new("TextButton")
  2303. local PandaBear = Instance.new("TextButton")
  2304. local PolarBear = Instance.new("TextButton")
  2305. local ScienceBear = Instance.new("TextButton")
  2306. local StrawBerryField = Instance.new("TextButton")
  2307. local PumpkinField = Instance.new("TextButton")
  2308. local SunflowerField = Instance.new("TextButton")
  2309. local CloverField = Instance.new("TextButton")
  2310. local SpiderField = Instance.new("TextButton")
  2311. local MushRoomField = Instance.new("TextButton")
  2312. local BamBooField = Instance.new("TextButton")
  2313. local DandelionField = Instance.new("TextButton")
  2314. local PineappleField = Instance.new("TextButton")
  2315. local BlueField = Instance.new("TextButton")
  2316. local RoseField = Instance.new("TextButton")
  2317. local CactusField = Instance.new("TextButton")
  2318. local PineTreeField = Instance.new("TextButton")
  2319. local MountainTopField = Instance.new("TextButton")
  2320. local Players = Instance.new("TextButton")
  2321. local PlayerFrame = Instance.new("Frame")
  2322. local PlayerList = Instance.new("Frame")
  2323. local PlayerListBox = Instance.new("Frame")
  2324. local PlyrSel = Instance.new("TextLabel")
  2325. local Player1 = Instance.new("TextButton")
  2326. local Player2 = Instance.new("TextButton")
  2327. local Player3 = Instance.new("TextButton")
  2328. local Player4 = Instance.new("TextButton")
  2329. local Player5 = Instance.new("TextButton")
  2330. local TpPlayer = Instance.new("TextButton")
  2331. local FindTreasures = Instance.new("TextButton")
  2332. local FindTreasuresText1 = Instance.new("TextLabel")
  2333. local ExtrasScreen = Instance.new("TextButton")
  2334. local ExtrasFrame = Instance.new("Frame")
  2335. local InfoScreen = Instance.new("TextButton")
  2336. local InfoFrame = Instance.new("Frame")
  2337. local TPTool = Instance.new("TextButton")
  2338. local ReJoinServer = Instance.new("TextButton")
  2339. local NoClip = Instance.new("TextButton")
  2340. local InfoText1 = Instance.new("TextLabel")
  2341. local PollenFarm = Instance.new("TextButton")
  2342.  
  2343. -- Properties
  2344.  
  2345. MainGUI.Name = "MainGUI"
  2346. MainGUI.Parent = game.CoreGui
  2347. local MainCORE = game.CoreGui["MainGUI"]
  2348.  
  2349. MainFrame.Name = "MainFrame"
  2350. MainFrame.Parent = MainGUI
  2351. MainFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  2352. MainFrame.BackgroundTransparency = 0.5
  2353. MainFrame.BorderSizePixel = 0
  2354. MainFrame.Position = UDim2.new(0.5, -266, 0, -32)
  2355. MainFrame.Size = UDim2.new(0, 533, 0, 30)
  2356.  
  2357. Close.Name = "Close"
  2358. Close.Parent = MainFrame
  2359. Close.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  2360. Close.BorderColor3 = Color3.new(0, 1, 0)
  2361. Close.Position = UDim2.new(0, 5, 0, 5)
  2362. Close.Size = UDim2.new(0, 20, 0, 20)
  2363. Close.Font = Enum.Font.Fantasy
  2364. Close.FontSize = Enum.FontSize.Size18
  2365. Close.Text = "X"
  2366. Close.TextColor3 = Color3.new(1, 0, 0)
  2367. Close.TextSize = 17
  2368. Close.TextScaled = true
  2369. Close.TextWrapped = true
  2370.  
  2371. WayPoints.Name = "WayPoints"
  2372. WayPoints.Parent = MainFrame
  2373. WayPoints.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  2374. WayPoints.BorderColor3 = Color3.new(0, 1, 0)
  2375. WayPoints.Position = UDim2.new(0, 30, 0, 5)
  2376. WayPoints.Size = UDim2.new(0, 83, 0, 20)
  2377. WayPoints.BackgroundTransparency = 0
  2378. WayPoints.Font = Enum.Font.Fantasy
  2379. WayPoints.FontSize = Enum.FontSize.Size18
  2380. WayPoints.TextColor3 = Color3.new(1, 1, 1)
  2381. WayPoints.Text = "WayPoints"
  2382. WayPoints.TextSize = 17
  2383. WayPoints.TextWrapped = true
  2384.  
  2385. WayPointsFrame.Name = "WayPointsFrame"
  2386. WayPointsFrame.Parent = MainFrame
  2387. WayPointsFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  2388. WayPointsFrame.BorderColor3 = Color3.new(0, 0, 0)
  2389. WayPointsFrame.BackgroundTransparency = 0.4
  2390. WayPointsFrame.Position = UDim2.new(0, 0, 0, 32)
  2391. WayPointsFrame.Size = UDim2.new(0, 375, 0, 330)
  2392. WayPointsFrame.VISIBLE = false
  2393.  
  2394. ShowLocation.Name = "ShowLocation"
  2395. ShowLocation.Parent = WayPointsFrame
  2396. ShowLocation.BackgroundColor3 = Color3.new(1, 1, 1)
  2397. ShowLocation.TextColor3 = Color3.new(0, 0, 0)
  2398. ShowLocation.BorderColor3 = Color3.new(0, 0, 0)
  2399. ShowLocation.Position = UDim2.new(0, 5, 0, 5)
  2400. ShowLocation.Size = UDim2.new(0, 170, 0, 20)
  2401. ShowLocation.Font = Enum.Font.Fantasy
  2402. ShowLocation.Text = "Current Location"
  2403. ShowLocation.TextWrapped = true
  2404. ShowLocation.TextSize = 15
  2405.  
  2406. SetLocation.Name = "SetLocation"
  2407. SetLocation.Parent = WayPointsFrame
  2408. SetLocation.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  2409. SetLocation.TextColor3 = Color3.new(1, 1, 1)
  2410. SetLocation.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  2411. SetLocation.Position = UDim2.new(0, 180, 0, 5)
  2412. SetLocation.Size = UDim2.new(0, 120, 0, 20)
  2413. SetLocation.Font = Enum.Font.Fantasy
  2414. SetLocation.Text = "Set Location"
  2415. SetLocation.TextWrapped = true
  2416. SetLocation.TextSize = 16
  2417.  
  2418. TPLocation.Name = "TPLocation"
  2419. TPLocation.Parent = WayPointsFrame
  2420. TPLocation.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  2421. TPLocation.TextColor3 = Color3.new(1, 1, 1)
  2422. TPLocation.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  2423. TPLocation.Position = UDim2.new(0, 305, 0, 5)
  2424. TPLocation.Size = UDim2.new(0, 65, 0, 20)
  2425. TPLocation.Font = Enum.Font.Fantasy
  2426. TPLocation.Text = "Move to"
  2427. TPLocation.TextWrapped = true
  2428. TPLocation.TextSize = 16
  2429.  
  2430. ReturnToHive.Name = "ReturnToHive"
  2431. ReturnToHive.Parent = WayPointsFrame
  2432. ReturnToHive.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  2433. ReturnToHive.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  2434. ReturnToHive.Position = UDim2.new(0, 5, 0, 30)
  2435. ReturnToHive.Size = UDim2.new(0, 180, 0, 20)
  2436. ReturnToHive.TextColor3 = Color3.new(1, 1, 1)
  2437. ReturnToHive.Font = Enum.Font.Fantasy
  2438. ReturnToHive.Text = "Return To Hive"
  2439. ReturnToHive.TextSize = 16
  2440.  
  2441. BlackBear.Name = "BlackBear"
  2442. BlackBear.Parent = WayPointsFrame
  2443. BlackBear.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  2444. BlackBear.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  2445. BlackBear.Position = UDim2.new(0, 5, 0, 55)
  2446. BlackBear.Size = UDim2.new(0, 180, 0, 20)
  2447. BlackBear.TextColor3 = Color3.new(1, 1, 1)
  2448. BlackBear.Font = Enum.Font.Fantasy
  2449. BlackBear.Text = "Black Bear"
  2450. BlackBear.TextSize = 16
  2451.  
  2452. BrownBear.Name = "BrownBear"
  2453. BrownBear.Parent = WayPointsFrame
  2454. BrownBear.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  2455. BrownBear.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  2456. BrownBear.Position = UDim2.new(0, 5, 0, 80)
  2457. BrownBear.Size = UDim2.new(0, 180, 0, 20)
  2458. BrownBear.TextColor3 = Color3.new(1, 1, 1)
  2459. BrownBear.Font = Enum.Font.Fantasy
  2460. BrownBear.Text = "Brown Bear"
  2461. BrownBear.TextSize = 16
  2462.  
  2463. PandaBear.Name = "PandaBear"
  2464. PandaBear.Parent = WayPointsFrame
  2465. PandaBear.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  2466. PandaBear.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  2467. PandaBear.Position = UDim2.new(0, 5, 0, 105)
  2468. PandaBear.Size = UDim2.new(0, 180, 0, 20)
  2469. PandaBear.TextColor3 = Color3.new(1, 1, 1)
  2470. PandaBear.Font = Enum.Font.Fantasy
  2471. PandaBear.Text = "Panda Bear"
  2472. PandaBear.TextSize = 16
  2473.  
  2474. PolarBear.Name = "PolarBear"
  2475. PolarBear.Parent = WayPointsFrame
  2476. PolarBear.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  2477. PolarBear.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  2478. PolarBear.Position = UDim2.new(0, 5, 0, 130)
  2479. PolarBear.Size = UDim2.new(0, 180, 0, 20)
  2480. PolarBear.TextColor3 = Color3.new(1, 1, 1)
  2481. PolarBear.Font = Enum.Font.Fantasy
  2482. PolarBear.Text = "Polar Bear"
  2483. PolarBear.TextSize = 16
  2484.  
  2485. ScienceBear.Name = "ScienceBear"
  2486. ScienceBear.Parent = WayPointsFrame
  2487. ScienceBear.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  2488. ScienceBear.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  2489. ScienceBear.Position = UDim2.new(0, 5, 0, 155)
  2490. ScienceBear.Size = UDim2.new(0, 180, 0, 20)
  2491. ScienceBear.TextColor3 = Color3.new(1, 1, 1)
  2492. ScienceBear.Font = Enum.Font.Fantasy
  2493. ScienceBear.Text = "Science Bear"
  2494. ScienceBear.TextSize = 16
  2495.  
  2496. BeeShop.Name = "BeeShop"
  2497. BeeShop.Parent = WayPointsFrame
  2498. BeeShop.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  2499. BeeShop.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  2500. BeeShop.Position = UDim2.new(0, 5, 0, 180)
  2501. BeeShop.Size = UDim2.new(0, 180, 0, 20)
  2502. BeeShop.TextColor3 = Color3.new(1, 1, 1)
  2503. BeeShop.Font = Enum.Font.Fantasy
  2504. BeeShop.Text = "Bees Shop"
  2505. BeeShop.TextSize = 16
  2506.  
  2507. TPShop.Name = "TPShop"
  2508. TPShop.Parent = WayPointsFrame
  2509. TPShop.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  2510. TPShop.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  2511. TPShop.Position = UDim2.new(0, 5, 0, 205)
  2512. TPShop.Size = UDim2.new(0, 180, 0, 20)
  2513. TPShop.TextColor3 = Color3.new(1, 1, 1)
  2514. TPShop.Font = Enum.Font.Fantasy
  2515. TPShop.Text = "Basic Tools Shop"
  2516. TPShop.TextSize = 16
  2517.  
  2518. TPShop2.Name = "TPShop2"
  2519. TPShop2.Parent = WayPointsFrame
  2520. TPShop2.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  2521. TPShop2.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  2522. TPShop2.Position = UDim2.new(0, 5, 0, 230)
  2523. TPShop2.Size = UDim2.new(0, 180, 0, 20)
  2524. TPShop2.TextColor3 = Color3.new(1, 1, 1)
  2525. TPShop2.Font = Enum.Font.Fantasy
  2526. TPShop2.Text = "Advanced Tools Shop"
  2527. TPShop2.TextSize = 16
  2528.  
  2529. SunflowerField.Name = "SunflowerField"
  2530. SunflowerField.Parent = WayPointsFrame
  2531. SunflowerField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  2532. SunflowerField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  2533. SunflowerField.Position = UDim2.new(0, 190, 0, 30)
  2534. SunflowerField.Size = UDim2.new(0, 180, 0, 20)
  2535. SunflowerField.TextColor3 = Color3.new(1, 1, 1)
  2536. SunflowerField.Font = Enum.Font.Fantasy
  2537. SunflowerField.Text = "Sunflower Field"
  2538. SunflowerField.TextSize = 16
  2539.  
  2540. MushRoomField.Name = "MushRoomField"
  2541. MushRoomField.Parent = WayPointsFrame
  2542. MushRoomField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  2543. MushRoomField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  2544. MushRoomField.Position = UDim2.new(0, 190, 0, 55)
  2545. MushRoomField.Size = UDim2.new(0, 180, 0, 20)
  2546. MushRoomField.TextColor3 = Color3.new(1, 1, 1)
  2547. MushRoomField.Font = Enum.Font.Fantasy
  2548. MushRoomField.Text = "MushRoom Field"
  2549. MushRoomField.TextSize = 16
  2550.  
  2551. DandelionField.Name = "DandelionField"
  2552. DandelionField.Parent = WayPointsFrame
  2553. DandelionField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  2554. DandelionField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  2555. DandelionField.Position = UDim2.new(0, 190, 0, 80)
  2556. DandelionField.Size = UDim2.new(0, 180, 0, 20)
  2557. DandelionField.TextColor3 = Color3.new(1, 1, 1)
  2558. DandelionField.Font = Enum.Font.Fantasy
  2559. DandelionField.Text = "Dandelion Field"
  2560. DandelionField.TextSize = 16
  2561.  
  2562. BlueField.Name = "BlueField"
  2563. BlueField.Parent = WayPointsFrame
  2564. BlueField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  2565. BlueField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  2566. BlueField.Position = UDim2.new(0, 190, 0, 105)
  2567. BlueField.Size = UDim2.new(0, 180, 0, 20)
  2568. BlueField.TextColor3 = Color3.new(1, 1, 1)
  2569. BlueField.Font = Enum.Font.Fantasy
  2570. BlueField.Text = "Blue Flower Field"
  2571. BlueField.TextSize = 16
  2572.  
  2573. CloverField.Name = "CloverField"
  2574. CloverField.Parent = WayPointsFrame
  2575. CloverField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  2576. CloverField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  2577. CloverField.Position = UDim2.new(0, 190, 0, 130)
  2578. CloverField.Size = UDim2.new(0, 180, 0, 20)
  2579. CloverField.TextColor3 = Color3.new(1, 1, 1)
  2580. CloverField.Font = Enum.Font.Fantasy
  2581. CloverField.Text = "Clover Field"
  2582. CloverField.TextSize = 16
  2583.  
  2584. StrawBerryField.Name = "StrawBerryField"
  2585. StrawBerryField.Parent = WayPointsFrame
  2586. StrawBerryField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  2587. StrawBerryField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  2588. StrawBerryField.Position = UDim2.new(0, 190, 0, 155)
  2589. StrawBerryField.Size = UDim2.new(0, 180, 0, 20)
  2590. StrawBerryField.TextColor3 = Color3.new(1, 1, 1)
  2591. StrawBerryField.Font = Enum.Font.Fantasy
  2592. StrawBerryField.Text = "StrawBerry Field"
  2593. StrawBerryField.TextSize = 16
  2594.  
  2595. SpiderField.Name = "SpiderField"
  2596. SpiderField.Parent = WayPointsFrame
  2597. SpiderField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  2598. SpiderField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  2599. SpiderField.Position = UDim2.new(0, 190, 0, 180)
  2600. SpiderField.Size = UDim2.new(0, 180, 0, 20)
  2601. SpiderField.TextColor3 = Color3.new(1, 1, 1)
  2602. SpiderField.Font = Enum.Font.Fantasy
  2603. SpiderField.Text = "Spider Field"
  2604. SpiderField.TextSize = 16
  2605.  
  2606. BamBooField.Name = "BamBooField"
  2607. BamBooField.Parent = WayPointsFrame
  2608. BamBooField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  2609. BamBooField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  2610. BamBooField.Position = UDim2.new(0, 190, 0, 205)
  2611. BamBooField.Size = UDim2.new(0, 180, 0, 20)
  2612. BamBooField.TextColor3 = Color3.new(1, 1, 1)
  2613. BamBooField.Font = Enum.Font.Fantasy
  2614. BamBooField.Text = "BamBoo Field"
  2615. BamBooField.TextSize = 16
  2616.  
  2617. RoseField.Name = "RoseField"
  2618. RoseField.Parent = WayPointsFrame
  2619. RoseField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  2620. RoseField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  2621. RoseField.Position = UDim2.new(0, 190, 0, 230)
  2622. RoseField.Size = UDim2.new(0, 180, 0, 20)
  2623. RoseField.TextColor3 = Color3.new(1, 1, 1)
  2624. RoseField.Font = Enum.Font.Fantasy
  2625. RoseField.Text = "Rose Field"
  2626. RoseField.TextSize = 16
  2627.  
  2628. PineTreeField.Name = "PineTreeField"
  2629. PineTreeField.Parent = WayPointsFrame
  2630. PineTreeField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  2631. PineTreeField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  2632. PineTreeField.Position = UDim2.new(0, 190, 0, 255)
  2633. PineTreeField.Size = UDim2.new(0, 180, 0, 20)
  2634. PineTreeField.TextColor3 = Color3.new(1, 1, 1)
  2635. PineTreeField.Font = Enum.Font.Fantasy
  2636. PineTreeField.Text = "PineTree Field"
  2637. PineTreeField.TextSize = 16
  2638.  
  2639. CactusField.Name = "CactusField"
  2640. CactusField.Parent = WayPointsFrame
  2641. CactusField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  2642. CactusField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  2643. CactusField.Position = UDim2.new(0, 190, 0, 280)
  2644. CactusField.Size = UDim2.new(0, 180, 0, 20)
  2645. CactusField.TextColor3 = Color3.new(1, 1, 1)
  2646. CactusField.Font = Enum.Font.Fantasy
  2647. CactusField.Text = "Cactus Field"
  2648. CactusField.TextSize = 16
  2649.  
  2650. PumpkinField.Name = "PumpkinField"
  2651. PumpkinField.Parent = WayPointsFrame
  2652. PumpkinField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  2653. PumpkinField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  2654. PumpkinField.Position = UDim2.new(0, 190, 0, 305)
  2655. PumpkinField.Size = UDim2.new(0, 180, 0, 20)
  2656. PumpkinField.TextColor3 = Color3.new(1, 1, 1)
  2657. PumpkinField.Font = Enum.Font.Fantasy
  2658. PumpkinField.Text = "Pumpkin Field"
  2659. PumpkinField.TextSize = 16
  2660.  
  2661. PineappleField.Name = "PineappleField"
  2662. PineappleField.Parent = WayPointsFrame
  2663. PineappleField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  2664. PineappleField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  2665. PineappleField.Position = UDim2.new(0, 5, 0, 280)
  2666. PineappleField.Size = UDim2.new(0, 180, 0, 20)
  2667. PineappleField.TextColor3 = Color3.new(1, 1, 1)
  2668. PineappleField.Font = Enum.Font.Fantasy
  2669. PineappleField.Text = "Pineapple Field"
  2670. PineappleField.TextSize = 16
  2671.  
  2672. MountainTopField.Name = "MountainTopField"
  2673. MountainTopField.Parent = WayPointsFrame
  2674. MountainTopField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  2675. MountainTopField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  2676. MountainTopField.Position = UDim2.new(0, 5, 0, 305)
  2677. MountainTopField.Size = UDim2.new(0, 180, 0, 20)
  2678. MountainTopField.TextColor3 = Color3.new(1, 1, 1)
  2679. MountainTopField.Font = Enum.Font.Fantasy
  2680. MountainTopField.Text = "Mountain Top Field"
  2681. MountainTopField.TextSize = 16
  2682.  
  2683. Players.Name = "Players"
  2684. Players.Parent = MainFrame
  2685. Players.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  2686. Players.BorderColor3 = Color3.new(0, 1, 0)
  2687. Players.Position = UDim2.new(0, 118, 0, 5)
  2688. Players.Size = UDim2.new(0, 60, 0, 20)
  2689. Players.BackgroundTransparency = 0
  2690. Players.Font = Enum.Font.Fantasy
  2691. Players.FontSize = Enum.FontSize.Size18
  2692. Players.TextColor3 = Color3.new(1, 1, 1)
  2693. Players.Text = "Players"
  2694. Players.TextSize = 17
  2695. Players.TextWrapped = true
  2696.  
  2697. PlayerFrame.Name = "PlayerFrame"
  2698. PlayerFrame.Parent = MainFrame
  2699. PlayerFrame.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  2700. PlayerFrame.BackgroundTransparency = 0.5
  2701. PlayerFrame.BorderColor3 = Color3.new(0, 0, 0)
  2702. PlayerFrame.Position = UDim2.new(0, 63, 0, 35)
  2703. PlayerFrame.Size = UDim2.new(0, 170, 0, 200)
  2704. PlayerFrame.VISIBLE = false
  2705.  
  2706. PlyrSel.Name = "PlyrSel"
  2707. PlyrSel.Parent = PlayerFrame
  2708. PlyrSel.BackgroundColor3 = Color3.new(1, 1, 1)
  2709. PlyrSel.BackgroundTransparency = 0.15
  2710. PlyrSel.BorderColor3 = Color3.new(0, 0, 0)
  2711. PlyrSel.Position = UDim2.new(0, 5, 0, 5)
  2712. PlyrSel.Size = UDim2.new(0, 160, 0, 20)
  2713. PlyrSel.Font = Enum.Font.SourceSans
  2714. PlyrSel.FontSize = Enum.FontSize.Size18
  2715. PlyrSel.Text = "SELECT A PLAYER"
  2716. PlyrSel.TextColor3 = Color3.new(0, 0, 0)
  2717. PlyrSel.TextScaled = true
  2718. PlyrSel.TextSize = 17
  2719. PlyrSel.TextWrapped = true
  2720.  
  2721. Player1.Name = "Player1"
  2722. Player1.Parent = PlayerFrame
  2723. Player1.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  2724. Player1.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  2725. Player1.Position = UDim2.new(0, 5, 0, 35)
  2726. Player1.Size = UDim2.new(0, 160, 0, 20)
  2727. Player1.Font = Enum.Font.Fantasy
  2728. Player1.FontSize = Enum.FontSize.Size18
  2729. Player1.Text = ""
  2730. Player1.TextColor3 = Color3.new(1, 1, 1)
  2731. Player1.TextSize = 15
  2732. Player1.TextWrapped = true
  2733.  
  2734. Player2.Name = "Player2"
  2735. Player2.Parent = PlayerFrame
  2736. Player2.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  2737. Player2.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  2738. Player2.Position = UDim2.new(0, 5, 0, 60)
  2739. Player2.Size = UDim2.new(0, 160, 0, 20)
  2740. Player2.Font = Enum.Font.Fantasy
  2741. Player2.FontSize = Enum.FontSize.Size18
  2742. Player2.Text = ""
  2743. Player2.TextColor3 = Color3.new(1, 1, 1)
  2744. Player2.TextSize = 15
  2745. Player2.TextWrapped = true
  2746.  
  2747. Player3.Name = "Player3"
  2748. Player3.Parent = PlayerFrame
  2749. Player3.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  2750. Player3.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  2751. Player3.Position = UDim2.new(0, 5, 0, 85)
  2752. Player3.Size = UDim2.new(0, 160, 0, 20)
  2753. Player3.Font = Enum.Font.Fantasy
  2754. Player3.FontSize = Enum.FontSize.Size18
  2755. Player3.Text = ""
  2756. Player3.TextColor3 = Color3.new(1, 1, 1)
  2757. Player3.TextSize = 15
  2758. Player3.TextWrapped = true
  2759.  
  2760. Player4.Name = "Player4"
  2761. Player4.Parent = PlayerFrame
  2762. Player4.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  2763. Player4.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  2764. Player4.Position = UDim2.new(0, 5, 0, 110)
  2765. Player4.Size = UDim2.new(0, 160, 0, 20)
  2766. Player4.Font = Enum.Font.Fantasy
  2767. Player4.FontSize = Enum.FontSize.Size18
  2768. Player4.Text = ""
  2769. Player4.TextColor3 = Color3.new(1, 1, 1)
  2770. Player4.TextSize = 15
  2771. Player4.TextWrapped = true
  2772.  
  2773. Player5.Name = "Player5"
  2774. Player5.Parent = PlayerFrame
  2775. Player5.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  2776. Player5.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  2777. Player5.Position = UDim2.new(0, 5, 0, 135)
  2778. Player5.Size = UDim2.new(0, 160, 0, 20)
  2779. Player5.Font = Enum.Font.Fantasy
  2780. Player5.FontSize = Enum.FontSize.Size18
  2781. Player5.Text = ""
  2782. Player5.TextColor3 = Color3.new(1, 1, 1)
  2783. Player5.TextSize = 15
  2784. Player5.TextWrapped = true
  2785.  
  2786. TpPlayer.Name = "TpPlayer"
  2787. TpPlayer.Parent = PlayerFrame
  2788. TpPlayer.BackgroundColor3 = Color3.new(0.18, 0.18, 0.18)
  2789. TpPlayer.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  2790. TpPlayer.Position = UDim2.new(0, 5, 0, 165)
  2791. TpPlayer.Size = UDim2.new(0, 160, 0, 30)
  2792. TpPlayer.Font = Enum.Font.Fantasy
  2793. TpPlayer.FontSize = Enum.FontSize.Size18
  2794. TpPlayer.Text = "Teleport to Player"
  2795. TpPlayer.TextColor3 = Color3.new(1, 1, 1)
  2796. TpPlayer.TextWrapped = true
  2797. TpPlayer.TextSize = 17
  2798.  
  2799. PollenFarm.Name = "PollenFarm"
  2800. PollenFarm.Parent = MainFrame
  2801. PollenFarm.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  2802. PollenFarm.BorderColor3 = Color3.new(0, 1, 0)
  2803. PollenFarm.Position = UDim2.new(0, 183, 0, 5)
  2804. PollenFarm.Size = UDim2.new(0, 100, 0, 20)
  2805. PollenFarm.Font = Enum.Font.Fantasy
  2806. PollenFarm.FontSize = Enum.FontSize.Size18
  2807. PollenFarm.TextColor3 = Color3.new(1, 1, 1)
  2808. PollenFarm.Text = "Farm Pollen"
  2809. PollenFarm.TextSize = 17
  2810. PollenFarm.TextWrapped = true
  2811.  
  2812. FindTreasures.Name = "FindTreasures"
  2813. FindTreasures.Parent = MainFrame
  2814. FindTreasures.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  2815. FindTreasures.BorderColor3 = Color3.new(0, 1, 0)
  2816. FindTreasures.Position = UDim2.new(0, 288, 0, 5)
  2817. FindTreasures.Size = UDim2.new(0, 130, 0, 20)
  2818. FindTreasures.BackgroundTransparency = 0
  2819. FindTreasures.Font = Enum.Font.Fantasy
  2820. FindTreasures.TextColor3 = Color3.new(1, 1, 1)
  2821. FindTreasures.Text = "Collect Treasures"
  2822. FindTreasures.TextSize = 17
  2823. FindTreasures.TextWrapped = true
  2824.  
  2825. FindTreasuresText1.Name = "FindTreasuresText1"
  2826. FindTreasuresText1.Parent = MainFrame
  2827. FindTreasuresText1.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  2828. FindTreasuresText1.BorderColor3 = Color3.new(0, 0, 0)
  2829. FindTreasuresText1.BackgroundTransparency = 0.1
  2830. FindTreasuresText1.Position = UDim2.new(0, 258, 0, 32)
  2831. FindTreasuresText1.Size = UDim2.new(0, 190, 0, 85)
  2832. FindTreasuresText1.TextColor3 = Color3.new(1, 1, 1)
  2833. FindTreasuresText1.Font = Enum.Font.Fantasy
  2834. FindTreasuresText1.Text = "This will Teleport you to all the hidden treasures on the map. It will only work once\nas the treasures do not respawn."
  2835. FindTreasuresText1.TextSize = 16
  2836. FindTreasuresText1.TextWrapped = true
  2837. FindTreasuresText1.ZIndex = 6
  2838. FindTreasuresText1.VISIBLE = false
  2839. FindTreasuresText1.TextYAlignment = Enum.TextYAlignment.Top
  2840.  
  2841. ExtrasScreen.Name = "ExtrasScreen"
  2842. ExtrasScreen.Parent = MainFrame
  2843. ExtrasScreen.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  2844. ExtrasScreen.BorderColor3 = Color3.new(0, 1, 0)
  2845. ExtrasScreen.Position = UDim2.new(0, 423, 0, 5)
  2846. ExtrasScreen.Size = UDim2.new(0, 50, 0, 20)
  2847. ExtrasScreen.BackgroundTransparency = 0
  2848. ExtrasScreen.Font = Enum.Font.Fantasy
  2849. ExtrasScreen.TextColor3 = Color3.new(1, 1, 1)
  2850. ExtrasScreen.Text = "Extras"
  2851. ExtrasScreen.TextSize = 17
  2852. ExtrasScreen.TextWrapped = true
  2853.  
  2854. ExtrasFrame.Name = "ExtrasFrame"
  2855. ExtrasFrame.Parent = MainFrame
  2856. ExtrasFrame.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  2857. ExtrasFrame.BorderColor3 = Color3.new(0, 0, 0)
  2858. ExtrasFrame.BackgroundTransparency = 0.5
  2859. ExtrasFrame.Position = UDim2.new(0, 363, 0, 35)
  2860. ExtrasFrame.Size = UDim2.new(0, 170, 0, 80)
  2861. ExtrasFrame.VISIBLE = false
  2862.  
  2863. NoClip.Name = "NoClip"
  2864. NoClip.Parent = ExtrasFrame
  2865. NoClip.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  2866. NoClip.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  2867. NoClip.Position = UDim2.new(0, 5, 0, 5)
  2868. NoClip.Size = UDim2.new(0, 160, 0, 20)
  2869. NoClip.Font = Enum.Font.Fantasy
  2870. NoClip.FontSize = Enum.FontSize.Size18
  2871. NoClip.TextColor3 = Color3.new(1, 1, 1)
  2872. NoClip.Text = "Enable NoClip"
  2873. NoClip.TextSize = 17
  2874. NoClip.TextWrapped = true
  2875.  
  2876. TPTool.Name = "TPTool"
  2877. TPTool.Parent = ExtrasFrame
  2878. TPTool.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  2879. TPTool.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  2880. TPTool.Position = UDim2.new(0, 5, 0, 30)
  2881. TPTool.Size = UDim2.new(0, 160, 0, 20)
  2882. TPTool.TextColor3 = Color3.new(1, 1, 1)
  2883. TPTool.Font = Enum.Font.Fantasy
  2884. TPTool.FontSize = Enum.FontSize.Size18
  2885. TPTool.Text = "Add TPTool"
  2886. TPTool.TextSize = 16
  2887.  
  2888. ReJoinServer.Name = "ReJoinServer"
  2889. ReJoinServer.Parent = ExtrasFrame
  2890. ReJoinServer.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  2891. ReJoinServer.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  2892. ReJoinServer.Position = UDim2.new(0, 5, 0, 55)
  2893. ReJoinServer.Size = UDim2.new(0, 160, 0, 20)
  2894. ReJoinServer.TextColor3 = Color3.new(1, 1, 1)
  2895. ReJoinServer.Font = Enum.Font.Fantasy
  2896. ReJoinServer.Text = "ReJoin a Server"
  2897. ReJoinServer.TextSize = 16
  2898. ReJoinServer.TextWrapped = true
  2899.  
  2900. InfoScreen.Name = "InfoScreen"
  2901. InfoScreen.Parent = MainFrame
  2902. InfoScreen.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  2903. InfoScreen.BorderColor3 = Color3.new(0, 1, 0)
  2904. InfoScreen.Position = UDim2.new(0, 478, 0, 5)
  2905. InfoScreen.Size = UDim2.new(0, 50, 0, 20)
  2906. InfoScreen.BackgroundTransparency = 0
  2907. InfoScreen.Font = Enum.Font.Fantasy
  2908. InfoScreen.TextColor3 = Color3.new(1, 1, 1)
  2909. InfoScreen.Text = "Info"
  2910. InfoScreen.TextSize = 17
  2911. InfoScreen.TextWrapped = true
  2912.  
  2913. InfoFrame.Name = "InfoFrame"
  2914. InfoFrame.Parent = MainFrame
  2915. InfoFrame.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  2916. InfoFrame.BorderColor3 = Color3.new(0, 0, 0)
  2917. InfoFrame.BackgroundTransparency = 0.1
  2918. InfoFrame.Position = UDim2.new(0, 333, 0, 35)
  2919. InfoFrame.Size = UDim2.new(0, 200, 0, 130)
  2920. InfoFrame.VISIBLE = false
  2921.  
  2922. InfoText1.Name = "InfoText1"
  2923. InfoText1.Parent = InfoFrame
  2924. InfoText1.BackgroundColor3 = Color3.new(0, 0, 0)
  2925. InfoText1.BorderColor3 = Color3.new(0, 0, 0)
  2926. InfoText1.BackgroundTransparency = 1
  2927. InfoText1.Position = UDim2.new(0, 5, 0, 5)
  2928. InfoText1.Size = UDim2.new(0, 190, 0, 130)
  2929. InfoText1.TextColor3 = Color3.new(1, 1, 1)
  2930. InfoText1.Font = Enum.Font.Fantasy
  2931. InfoText1.Text = "This Gui was created by LuckyMMB@V3rmillion.net\nDiscord https://discord.gg/GKzJnUC\n\nCredits:\nsirelKilla @ v3rmillion for the pollen farming script"
  2932. InfoText1.TextSize = 15
  2933. InfoText1.TextWrapped = true
  2934. InfoText1.TextYAlignment = Enum.TextYAlignment.Top
  2935.  
  2936. function notify(msg)
  2937. game.StarterGui:SetCore('SendNotification', {
  2938. Title = 'Bee Swarm LuckyGUI';
  2939. Text = msg;
  2940. Duration = 5;
  2941. })
  2942. end
  2943.  
  2944. --- Close ---
  2945.  
  2946. Close.MouseButton1Down:connect(function()
  2947. MainGUI:Destroy()
  2948. end)
  2949.  
  2950. --- Menus ---
  2951.  
  2952. local Menus = {
  2953.     [WayPoints] = WayPointsFrame;
  2954.     [ExtrasScreen] = ExtrasFrame;
  2955.     [InfoScreen] = InfoFrame;
  2956.     [Players] = PlayerFrame;
  2957. }
  2958. for button,frame IN pairs(Menus) do
  2959.     button.MouseButton1Click:connect(function()
  2960.         if frame.VISIBLE then
  2961.             frame.VISIBLE = false
  2962.             return
  2963.         end
  2964.         for k,v IN pairs(Menus) do
  2965.             v.VISIBLE = v == frame
  2966.         end
  2967.     end)
  2968. end
  2969.  
  2970. --- Snow Menus Show Hide ---
  2971.  
  2972. FindTreasures.MouseEnter:connect(function()
  2973.     FindTreasuresText1.VISIBLE = true
  2974. end)
  2975.  
  2976. FindTreasures.MouseLeave:connect(function()
  2977.     FindTreasuresText1.VISIBLE = false
  2978. end)
  2979.  
  2980. --- WayPoints ---
  2981.  
  2982. local WayPoints = {
  2983. ["Black Bear"] = CFrame.new(-258.1, 5, 299.7),
  2984. ["Brown Bear"] = CFrame.new(282, 46, 236),
  2985. ["Panda Bear"] = CFrame.new(106.3, 35, 50.1),
  2986. ["Polar Bear"] = CFrame.new(-106, 119, -77),
  2987. ["Science Bear"] = CFrame.new(267, 103, 20),
  2988. ["Bee Shop"] = CFrame.new(-136.8, 4.6, 243.4),
  2989. ["Tool Shop"] = CFrame.new(86, 4.6, 294),
  2990. ["Tool Shop 2"] = CFrame.new(165, 69, -161),
  2991. ["Clover Field"] = CFrame.new(174, 34, 189),
  2992. ["Mushroom Field"] = CFrame.new(-258.1, 5, 299.7),
  2993. ["Spider Field"] = CFrame.new(-57.2, 20, -5.3),
  2994. ["Blue Field"] = CFrame.new(113.7, 4, 101.5),
  2995. ["Sunflower Field"] = CFrame.new(-208, 4, 185),
  2996. ["StrawBerry Field"] = CFrame.new(-169.3, 20, -3.2),
  2997. ["Red Field"] = CFrame.new(-258.1, 5, 299.7),
  2998. ["Dandelion Field"] = CFrame.new(-30, 4, 225),
  2999. ["BamBoo Field"] = CFrame.new(93, 20, -25),
  3000. ["Rose Field"] = CFrame.new(-322, 20, 124),
  3001. ["Mushroom Field"] = CFrame.new(-94, 5, 116),
  3002. ["Cactus Field"] = CFrame.new(-194, 68, -107),
  3003. ["Pumpkin Field"] = CFrame.new(-194, 68, -182),
  3004. ["MountainTop Field"] = CFrame.new(76, 176, -181),
  3005. ["PineTree Field"] = CFrame.new(-318, 68, -150),
  3006. ["Pineapple Field"] = CFrame.new(262, 68, -201)
  3007. }
  3008.  
  3009. ReturnToHive.MouseButton1Down:connect(function()
  3010.     local player = game:GetService("Players").LocalPlayer
  3011.     player.Character:MoveTo(player.SpawnPos.Value.p)
  3012.     notify'Teleported to Hive'
  3013. end)
  3014.  
  3015. BlackBear.MouseButton1Down:connect(function()
  3016.     local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  3017.     uTorso.CFrame = WayPoints["Black Bear"]
  3018.     notify'Teleported to Black Bear'
  3019. end)
  3020.  
  3021. BrownBear.MouseButton1Down:connect(function()
  3022.     local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  3023.     uTorso.CFrame = WayPoints["Brown Bear"]
  3024.     notify'Teleported to Brown Bear'
  3025. end)
  3026.  
  3027. PandaBear.MouseButton1Down:connect(function()
  3028.     local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  3029.     uTorso.CFrame = WayPoints["Panda Bear"]
  3030.     notify'Teleported to Panda Bear'
  3031. end)
  3032.  
  3033. PolarBear.MouseButton1Down:connect(function()
  3034.     local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  3035.     uTorso.CFrame = WayPoints["Polar Bear"]
  3036.     notify'Teleported to Polar Bear'
  3037. end)
  3038.  
  3039. ScienceBear.MouseButton1Down:connect(function()
  3040.     local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  3041.     uTorso.CFrame = WayPoints["Science Bear"]
  3042.     notify'Teleported to Science Bear'
  3043. end)
  3044.  
  3045. BeeShop.MouseButton1Down:connect(function()
  3046.     local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  3047.     uTorso.CFrame = WayPoints["Bee Shop"]
  3048.     notify'Teleported to Bee Shop'
  3049. end)
  3050.  
  3051. TPShop.MouseButton1Down:connect(function()
  3052.     local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  3053.     uTorso.CFrame = WayPoints["Tool Shop"]
  3054.     notify'Teleported to Basic Tool Shop'
  3055. end)
  3056.  
  3057. TPShop2.MouseButton1Down:connect(function()
  3058.     local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  3059.     uTorso.CFrame = WayPoints["Tool Shop 2"]
  3060.     notify'Teleported to Advanced Tool Shop'
  3061. end)
  3062.  
  3063. MushRoomField.MouseButton1Down:connect(function()
  3064.     local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  3065.     uTorso.CFrame = WayPoints["Mushroom Field"]
  3066.     notify'Teleported to Mushroom Field'
  3067. end)
  3068.  
  3069. StrawBerryField.MouseButton1Down:connect(function()
  3070.     local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  3071.     uTorso.CFrame = WayPoints["StrawBerry Field"]
  3072.     notify'Teleported to StrawBerry Field'
  3073. end)
  3074.  
  3075. CloverField.MouseButton1Down:connect(function()
  3076.     local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  3077.     uTorso.CFrame = WayPoints["Clover Field"]
  3078.     notify'Teleported to Clover Field'
  3079. end)
  3080.  
  3081. SpiderField.MouseButton1Down:connect(function()
  3082.     local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  3083.     uTorso.CFrame = WayPoints["Spider Field"]
  3084.     notify'Teleported to Spider Field'
  3085. end)
  3086.  
  3087. BlueField.MouseButton1Down:connect(function()
  3088.     local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  3089.     uTorso.CFrame = WayPoints["Blue Field"]
  3090.     notify'Teleported to Blue Field'
  3091. end)
  3092.  
  3093. SunflowerField.MouseButton1Down:connect(function()
  3094.     local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  3095.     uTorso.CFrame = WayPoints["Sunflower Field"]
  3096.     notify'Teleported to Sunflower Field'
  3097. end)
  3098.  
  3099. DandelionField.MouseButton1Down:connect(function()
  3100.     local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  3101.     uTorso.CFrame = WayPoints["Dandelion Field"]
  3102.     notify'Teleported to Dandelion Field'
  3103. end)
  3104.  
  3105. BamBooField.MouseButton1Down:connect(function()
  3106.     local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  3107.     uTorso.CFrame = WayPoints["BamBoo Field"]
  3108.     notify'Teleported to BamBoo Field'
  3109. end)
  3110.  
  3111. RoseField.MouseButton1Down:connect(function()
  3112.     local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  3113.     uTorso.CFrame = WayPoints["Rose Field"]
  3114.     notify'Teleported to Rose Field'
  3115. end)
  3116.  
  3117. CactusField.MouseButton1Down:connect(function()
  3118.     local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  3119.     uTorso.CFrame = WayPoints["Cactus Field"]
  3120.     notify'Teleported to BamBoo Field'
  3121. end)
  3122.  
  3123. PumpkinField.MouseButton1Down:connect(function()
  3124.     local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  3125.     uTorso.CFrame = WayPoints["Pumpkin Field"]
  3126.     notify'Teleported to BamBoo Field'
  3127. end)
  3128.  
  3129. PineTreeField.MouseButton1Down:connect(function()
  3130.     local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  3131.     uTorso.CFrame = WayPoints["PineTree Field"]
  3132.     notify'Teleported to BamBoo Field'
  3133. end)
  3134.  
  3135. MountainTopField.MouseButton1Down:connect(function()
  3136.     local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  3137.     uTorso.CFrame = WayPoints["MountainTop Field"]
  3138.     notify'Teleported to Mountain Top Field'
  3139. end)
  3140.  
  3141. PineappleField.MouseButton1Down:connect(function()
  3142.     local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  3143.     uTorso.CFrame = WayPoints["Pineapple Field"]
  3144.     notify'Teleported to Pineapple Field'
  3145. end)
  3146.  
  3147. -- Show Location --
  3148.  
  3149. spawn (function()
  3150.     WHILE true do
  3151.         function round(num, numDecimalPlaces)
  3152.             local mult = 10^(numDecimalPlaces or 0)
  3153.             return math.floor(num * mult + 0.5) / mult
  3154.         end
  3155.         LocationX = round(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.x, 0)
  3156.         LocationY = round(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.y, 0)
  3157.         LocationZ = round(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.z, 0)
  3158.         ShowLocation.Text = "Coords: "..LocationX..", "..LocationY..", "..LocationZ
  3159.         wait(0.5)
  3160.     end
  3161. end)
  3162.  
  3163. SetLocation.MouseButton1Down:connect(function()
  3164.     function round(num, numDecimalPlaces)
  3165.         local mult = 10^(numDecimalPlaces or 0)
  3166.         return math.floor(num * mult + 0.5) / mult
  3167.     end
  3168.     setlocationx = round(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.x, 0)
  3169.     setlocationy = round(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.y, 0)
  3170.     setlocationz = round(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.z, 0)
  3171.     print("Set Custom Location: "..setlocationx..", "..setlocationy..", "..setlocationz)
  3172.     SetLocation.Text = setlocationx..","..setlocationy..","..setlocationz
  3173.     CustomLocationSet = true
  3174. end)
  3175.  
  3176. --- TP to custom location ---
  3177.  
  3178. TPLocation.MouseButton1Down:connect(function()
  3179.     if CustomLocationSet == true then
  3180.         local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  3181.         uTorso.CFrame = CFrame.new(setlocationx, setlocationy, setlocationz)
  3182.     end
  3183. end)
  3184.  
  3185. --- Player Teleport ---
  3186.    
  3187. local buttons = {
  3188.     Player1,
  3189.     Player2,
  3190.     Player3,
  3191.     Player4,
  3192.     Player5
  3193. }
  3194. for i, v IN pairs(game.Players:GetChildren()) do
  3195.     buttons[i].Text = v.Name
  3196.     buttons[i].VISIBLE = true
  3197. end
  3198. game.Players.PlayerRemoving:connect(function()
  3199.     for i, v IN pairs(game.Players:GetChildren()) do
  3200.         buttons[i].Text = v.Name
  3201.         buttons[i].VISIBLE = true
  3202.     end
  3203. end)
  3204. game.Players.PlayerAdded:connect(function()
  3205.     for i, v IN pairs(game.Players:GetChildren()) do
  3206.         buttons[i].Text = v.Name
  3207.         buttons[i].VISIBLE = true
  3208.     end
  3209. end)
  3210.    
  3211.     Player1.MouseButton1Down:connect(function()
  3212.       PlyrSel.Text = Player1.Text
  3213.     end)
  3214.     Player2.MouseButton1Down:connect(function()
  3215.       PlyrSel.Text = Player2.Text
  3216.     end)
  3217.     Player3.MouseButton1Down:connect(function()
  3218.       PlyrSel.Text = Player3.Text
  3219.     end)
  3220.     Player4.MouseButton1Down:connect(function()
  3221.       PlyrSel.Text = Player4.Text
  3222.     end)
  3223.     Player5.MouseButton1Down:connect(function()
  3224.       PlyrSel.Text = Player5.Text
  3225.     end)
  3226.    
  3227.     TpPlayer.MouseButton1Down:connect(function()
  3228.       if PlyrSel.Text == "SELECT A PLAYER" then
  3229.         warn("No Player Selected")
  3230.       else
  3231.         game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace[PlyrSel.Text].HumanoidRootPart.CFrame
  3232.       end
  3233.     end)
  3234.  
  3235. -- Find Hidden Treasures --
  3236.  
  3237. FindTreasures.MouseButton1Down:connect(function()
  3238.     local player = game:GetService("Players").LocalPlayer
  3239.     local function collecttreasure(treasure)
  3240.         for i,v IN ipairs(treasure:GetChildren()) do
  3241.             if v.Parent then
  3242.                 player.Character:MoveTo(v.Position)
  3243.             end
  3244.         wait(1)
  3245.         end
  3246.     end
  3247.     collecttreasure(workspace.TreasureCollectibles)
  3248.     wait(1)
  3249.     player.Character:MoveTo(player.SpawnPos.Value.p)
  3250. end)
  3251.  
  3252. --- NoClip ---
  3253.  
  3254. noclip = false
  3255. game:GetService('RunService').Stepped:connect(function()
  3256. if noclip then
  3257. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  3258. end
  3259. end)
  3260. NoClip.MouseButton1Down:connect(function()
  3261. noclip = NOT noclip
  3262. if NoClip.Text == "Enable NoClip" then
  3263.     NoClip.Text = "Disable NoClip"
  3264.     NoClip.BackgroundColor3 = Color3.new(0, 0.5, 0)
  3265. else
  3266.     NoClip.Text = "Enable NoClip"
  3267.     NoClip.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  3268. end
  3269. end)
  3270.  
  3271. --- TP Tool ---
  3272.  
  3273. TPTool.MouseButton1Down:connect(function()
  3274.     local Tele = Instance.new("Tool", game.Players.LocalPlayer.Backpack)
  3275.     Tele.RequiresHandle = false
  3276.     Tele.RobloxLocked = true
  3277.     Tele.Name = "TPTool"
  3278.     Tele.ToolTip = "Teleport Tool"
  3279.     Tele.Equipped:connect(function(Mouse)
  3280.         Mouse.Button1Down:connect(function()
  3281.             if Mouse.Target then
  3282.                 game.Workspace:FindFirstChild(game.Players.LocalPlayer.Name).HumanoidRootPart.CFrame = (CFrame.new(Mouse.Hit.x, Mouse.Hit.y + 5, Mouse.Hit.z))
  3283.             end
  3284.         end)
  3285.     end)
  3286.     notify'TP Tool added to your Backpack'
  3287.  
  3288. end)
  3289.  
  3290. --- Pollen Farm ---
  3291.  
  3292. PollenFarm.MouseButton1Click:connect(function()
  3293.     if PollenFarmActive ~= true then
  3294.         PollenFarmActive = true
  3295.         PollenFarm.Text = "Stop Farming"
  3296.         PollenFarm.BackgroundColor3 = Color3.new(0, 0.5, 0)
  3297.         if PollenFarmActive then
  3298.             local player = game:GetService("Players").LocalPlayer
  3299.             local currp
  3300.             workspace.Collectibles.ChildAdded:Connect(function(part)
  3301.                 wait(0.5)
  3302.                 if currp AND (part.Position-currp).magnitude < 50 then
  3303.                     player.Character:MoveTo(part.Position)
  3304.                     wait(0.3)
  3305.                     player.Character:MoveTo(currp)
  3306.                 end
  3307.             end)
  3308.             local pollenLbl = player.Character:FindFirstChild("ProgressLabel",true)
  3309.             if NOT pollenLbl then
  3310.                 error("Backpack not found")
  3311.             end
  3312.             local maxpollen = tonumber(pollenLbl.Text:match("%d+$"))
  3313.             local pollenTool = player.Character:FindFirstChildOfClass("Tool") or player.Backpack:FindFirstChildOfClass("Tool")
  3314.             if pollenTool==nil or pollenTool:FindFirstChild("ClickEvent")==nil then
  3315.                 error("Tool not found")
  3316.             end
  3317.  
  3318.             local fieldpos = {Vector3.new(-210,3.3,218.1),Vector3.new(-210,3.3,161.5),Vector3.new(-210,3.3,101.6)}
  3319.             local posIndex=0
  3320.             WHILE PollenFarmActive do
  3321.                 --collect pollen
  3322.                 pollenTool.Parent = player.Character
  3323.                 wait(0.1)
  3324.                 WHILE PollenFarmActive AND player.leaderstats.Pollen.Value<maxpollen do
  3325.                     posIndex=posIndex+1
  3326.                     if posIndex>#fieldpos then posIndex=1 end
  3327.                     for rot=1,4 do
  3328.                         if NOT PollenFarmActive then break end
  3329.                         local angle = CFrame.Angles(0,math.pi*.5*rot,0)
  3330.                         currp = fieldpos[posIndex]+angle.lookVector*4
  3331.                         player.Character.HumanoidRootPart.CFrame=CFrame.new(currp)*angle
  3332.                         for i=1,20 do
  3333.                             if NOT PollenFarmActive then break end
  3334.                             wait(0.2)
  3335.                             pollenTool.ClickEvent:FireServer(currp)
  3336.                         end
  3337.                         if player.leaderstats.Pollen.Value+1>maxpollen then break end
  3338.                     end
  3339.                 end
  3340.                 --turn to honey
  3341.                 currp=nil
  3342.                 player.Character:MoveTo(player.SpawnPos.Value.p)
  3343.                 wait(0.5)
  3344.                 game:GetService("ReplicatedStorage").Events.PlayerHiveCommand:FireServer("ToggleHoneyMaking")
  3345.                 repeat wait(0.5) until player.leaderstats.Pollen.Value<1
  3346.             end
  3347.         end
  3348.     else
  3349.         PollenFarmActive = false
  3350.         notify'Pollen Farming Ended'
  3351.         PollenFarm.Text = "Farm Pollen"
  3352.         PollenFarm.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  3353.         local player = game:GetService("Players").LocalPlayer
  3354.         currp=nil
  3355.         player.Character:MoveTo(player.SpawnPos.Value.p)
  3356.     end
  3357. end)
  3358.  
  3359. --- ReJoin Server ---
  3360.  
  3361. ReJoinServer.MouseButton1Down:connect(function()
  3362.     local placeId = 1537690962
  3363.     game:GetService("TeleportService"):Teleport(placeId)
  3364. end)
  3365.  
  3366. --- End ---
  3367.  
  3368.  
  3369. -- Bee Swarm Simulator Gui Created by LuckyMMB @ V3rmillion.net --
  3370. -- Discord https://discord.gg/GKzJnUC --
  3371.  
  3372. AntiAFKMode = "Nothing"
  3373. PollenFarmActive = false
  3374.  
  3375. -- Objects
  3376.  
  3377. local MainGUI = Instance.new("ScreenGui")
  3378. local MainFrame = Instance.new("Frame")
  3379. local Close = Instance.new("TextButton")
  3380. local WayPoints = Instance.new("TextButton")
  3381. local WayPointsFrame = Instance.new("Frame")
  3382. local ShowLocation = Instance.new("TextLabel")
  3383. local SetLocation = Instance.new("TextButton")
  3384. local TPLocation = Instance.new("TextButton")
  3385. local TPShop = Instance.new("TextButton")
  3386. local ReturnToHive = Instance.new("TextButton")
  3387. local TPShop2 = Instance.new("TextButton")
  3388. local BeeShop = Instance.new("TextButton")
  3389. local BlackBear = Instance.new("TextButton")
  3390. local BrownBear = Instance.new("TextButton")
  3391. local PandaBear = Instance.new("TextButton")
  3392. local PolarBear = Instance.new("TextButton")
  3393. local ScienceBear = Instance.new("TextButton")
  3394. local StrawBerryField = Instance.new("TextButton")
  3395. local PumpkinField = Instance.new("TextButton")
  3396. local SunflowerField = Instance.new("TextButton")
  3397. local CloverField = Instance.new("TextButton")
  3398. local SpiderField = Instance.new("TextButton")
  3399. local MushRoomField = Instance.new("TextButton")
  3400. local BamBooField = Instance.new("TextButton")
  3401. local DandelionField = Instance.new("TextButton")
  3402. local PineappleField = Instance.new("TextButton")
  3403. local BlueField = Instance.new("TextButton")
  3404. local RoseField = Instance.new("TextButton")
  3405. local CactusField = Instance.new("TextButton")
  3406. local PineTreeField = Instance.new("TextButton")
  3407. local MountainTopField = Instance.new("TextButton")
  3408. local Players = Instance.new("TextButton")
  3409. local PlayerFrame = Instance.new("Frame")
  3410. local PlayerList = Instance.new("Frame")
  3411. local PlayerListBox = Instance.new("Frame")
  3412. local PlyrSel = Instance.new("TextLabel")
  3413. local Player1 = Instance.new("TextButton")
  3414. local Player2 = Instance.new("TextButton")
  3415. local Player3 = Instance.new("TextButton")
  3416. local Player4 = Instance.new("TextButton")
  3417. local Player5 = Instance.new("TextButton")
  3418. local TpPlayer = Instance.new("TextButton")
  3419. local FindTreasures = Instance.new("TextButton")
  3420. local FindTreasuresText1 = Instance.new("TextLabel")
  3421. local ExtrasScreen = Instance.new("TextButton")
  3422. local ExtrasFrame = Instance.new("Frame")
  3423. local InfoScreen = Instance.new("TextButton")
  3424. local InfoFrame = Instance.new("Frame")
  3425. local TPTool = Instance.new("TextButton")
  3426. local ReJoinServer = Instance.new("TextButton")
  3427. local NoClip = Instance.new("TextButton")
  3428. local InfoText1 = Instance.new("TextLabel")
  3429. local PollenFarm = Instance.new("TextButton")
  3430.  
  3431. -- Properties
  3432.  
  3433. MainGUI.Name = "MainGUI"
  3434. MainGUI.Parent = game.CoreGui
  3435. local MainCORE = game.CoreGui["MainGUI"]
  3436.  
  3437. MainFrame.Name = "MainFrame"
  3438. MainFrame.Parent = MainGUI
  3439. MainFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  3440. MainFrame.BackgroundTransparency = 0.5
  3441. MainFrame.BorderSizePixel = 0
  3442. MainFrame.Position = UDim2.new(0.5, -266, 0, -32)
  3443. MainFrame.Size = UDim2.new(0, 533, 0, 30)
  3444.  
  3445. Close.Name = "Close"
  3446. Close.Parent = MainFrame
  3447. Close.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  3448. Close.BorderColor3 = Color3.new(0, 1, 0)
  3449. Close.Position = UDim2.new(0, 5, 0, 5)
  3450. Close.Size = UDim2.new(0, 20, 0, 20)
  3451. Close.Font = Enum.Font.Fantasy
  3452. Close.FontSize = Enum.FontSize.Size18
  3453. Close.Text = "X"
  3454. Close.TextColor3 = Color3.new(1, 0, 0)
  3455. Close.TextSize = 17
  3456. Close.TextScaled = true
  3457. Close.TextWrapped = true
  3458.  
  3459. WayPoints.Name = "WayPoints"
  3460. WayPoints.Parent = MainFrame
  3461. WayPoints.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  3462. WayPoints.BorderColor3 = Color3.new(0, 1, 0)
  3463. WayPoints.Position = UDim2.new(0, 30, 0, 5)
  3464. WayPoints.Size = UDim2.new(0, 83, 0, 20)
  3465. WayPoints.BackgroundTransparency = 0
  3466. WayPoints.Font = Enum.Font.Fantasy
  3467. WayPoints.FontSize = Enum.FontSize.Size18
  3468. WayPoints.TextColor3 = Color3.new(1, 1, 1)
  3469. WayPoints.Text = "WayPoints"
  3470. WayPoints.TextSize = 17
  3471. WayPoints.TextWrapped = true
  3472.  
  3473. WayPointsFrame.Name = "WayPointsFrame"
  3474. WayPointsFrame.Parent = MainFrame
  3475. WayPointsFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  3476. WayPointsFrame.BorderColor3 = Color3.new(0, 0, 0)
  3477. WayPointsFrame.BackgroundTransparency = 0.4
  3478. WayPointsFrame.Position = UDim2.new(0, 0, 0, 32)
  3479. WayPointsFrame.Size = UDim2.new(0, 375, 0, 330)
  3480. WayPointsFrame.VISIBLE = false
  3481.  
  3482. ShowLocation.Name = "ShowLocation"
  3483. ShowLocation.Parent = WayPointsFrame
  3484. ShowLocation.BackgroundColor3 = Color3.new(1, 1, 1)
  3485. ShowLocation.TextColor3 = Color3.new(0, 0, 0)
  3486. ShowLocation.BorderColor3 = Color3.new(0, 0, 0)
  3487. ShowLocation.Position = UDim2.new(0, 5, 0, 5)
  3488. ShowLocation.Size = UDim2.new(0, 170, 0, 20)
  3489. ShowLocation.Font = Enum.Font.Fantasy
  3490. ShowLocation.Text = "Current Location"
  3491. ShowLocation.TextWrapped = true
  3492. ShowLocation.TextSize = 15
  3493.  
  3494. SetLocation.Name = "SetLocation"
  3495. SetLocation.Parent = WayPointsFrame
  3496. SetLocation.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  3497. SetLocation.TextColor3 = Color3.new(1, 1, 1)
  3498. SetLocation.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  3499. SetLocation.Position = UDim2.new(0, 180, 0, 5)
  3500. SetLocation.Size = UDim2.new(0, 120, 0, 20)
  3501. SetLocation.Font = Enum.Font.Fantasy
  3502. SetLocation.Text = "Set Location"
  3503. SetLocation.TextWrapped = true
  3504. SetLocation.TextSize = 16
  3505.  
  3506. TPLocation.Name = "TPLocation"
  3507. TPLocation.Parent = WayPointsFrame
  3508. TPLocation.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  3509. TPLocation.TextColor3 = Color3.new(1, 1, 1)
  3510. TPLocation.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  3511. TPLocation.Position = UDim2.new(0, 305, 0, 5)
  3512. TPLocation.Size = UDim2.new(0, 65, 0, 20)
  3513. TPLocation.Font = Enum.Font.Fantasy
  3514. TPLocation.Text = "Move to"
  3515. TPLocation.TextWrapped = true
  3516. TPLocation.TextSize = 16
  3517.  
  3518. ReturnToHive.Name = "ReturnToHive"
  3519. ReturnToHive.Parent = WayPointsFrame
  3520. ReturnToHive.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  3521. ReturnToHive.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  3522. ReturnToHive.Position = UDim2.new(0, 5, 0, 30)
  3523. ReturnToHive.Size = UDim2.new(0, 180, 0, 20)
  3524. ReturnToHive.TextColor3 = Color3.new(1, 1, 1)
  3525. ReturnToHive.Font = Enum.Font.Fantasy
  3526. ReturnToHive.Text = "Return To Hive"
  3527. ReturnToHive.TextSize = 16
  3528.  
  3529. BlackBear.Name = "BlackBear"
  3530. BlackBear.Parent = WayPointsFrame
  3531. BlackBear.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  3532. BlackBear.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  3533. BlackBear.Position = UDim2.new(0, 5, 0, 55)
  3534. BlackBear.Size = UDim2.new(0, 180, 0, 20)
  3535. BlackBear.TextColor3 = Color3.new(1, 1, 1)
  3536. BlackBear.Font = Enum.Font.Fantasy
  3537. BlackBear.Text = "Black Bear"
  3538. BlackBear.TextSize = 16
  3539.  
  3540. BrownBear.Name = "BrownBear"
  3541. BrownBear.Parent = WayPointsFrame
  3542. BrownBear.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  3543. BrownBear.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  3544. BrownBear.Position = UDim2.new(0, 5, 0, 80)
  3545. BrownBear.Size = UDim2.new(0, 180, 0, 20)
  3546. BrownBear.TextColor3 = Color3.new(1, 1, 1)
  3547. BrownBear.Font = Enum.Font.Fantasy
  3548. BrownBear.Text = "Brown Bear"
  3549. BrownBear.TextSize = 16
  3550.  
  3551. PandaBear.Name = "PandaBear"
  3552. PandaBear.Parent = WayPointsFrame
  3553. PandaBear.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  3554. PandaBear.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  3555. PandaBear.Position = UDim2.new(0, 5, 0, 105)
  3556. PandaBear.Size = UDim2.new(0, 180, 0, 20)
  3557. PandaBear.TextColor3 = Color3.new(1, 1, 1)
  3558. PandaBear.Font = Enum.Font.Fantasy
  3559. PandaBear.Text = "Panda Bear"
  3560. PandaBear.TextSize = 16
  3561.  
  3562. PolarBear.Name = "PolarBear"
  3563. PolarBear.Parent = WayPointsFrame
  3564. PolarBear.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  3565. PolarBear.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  3566. PolarBear.Position = UDim2.new(0, 5, 0, 130)
  3567. PolarBear.Size = UDim2.new(0, 180, 0, 20)
  3568. PolarBear.TextColor3 = Color3.new(1, 1, 1)
  3569. PolarBear.Font = Enum.Font.Fantasy
  3570. PolarBear.Text = "Polar Bear"
  3571. PolarBear.TextSize = 16
  3572.  
  3573. ScienceBear.Name = "ScienceBear"
  3574. ScienceBear.Parent = WayPointsFrame
  3575. ScienceBear.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  3576. ScienceBear.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  3577. ScienceBear.Position = UDim2.new(0, 5, 0, 155)
  3578. ScienceBear.Size = UDim2.new(0, 180, 0, 20)
  3579. ScienceBear.TextColor3 = Color3.new(1, 1, 1)
  3580. ScienceBear.Font = Enum.Font.Fantasy
  3581. ScienceBear.Text = "Science Bear"
  3582. ScienceBear.TextSize = 16
  3583.  
  3584. BeeShop.Name = "BeeShop"
  3585. BeeShop.Parent = WayPointsFrame
  3586. BeeShop.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  3587. BeeShop.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  3588. BeeShop.Position = UDim2.new(0, 5, 0, 180)
  3589. BeeShop.Size = UDim2.new(0, 180, 0, 20)
  3590. BeeShop.TextColor3 = Color3.new(1, 1, 1)
  3591. BeeShop.Font = Enum.Font.Fantasy
  3592. BeeShop.Text = "Bees Shop"
  3593. BeeShop.TextSize = 16
  3594.  
  3595. TPShop.Name = "TPShop"
  3596. TPShop.Parent = WayPointsFrame
  3597. TPShop.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  3598. TPShop.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  3599. TPShop.Position = UDim2.new(0, 5, 0, 205)
  3600. TPShop.Size = UDim2.new(0, 180, 0, 20)
  3601. TPShop.TextColor3 = Color3.new(1, 1, 1)
  3602. TPShop.Font = Enum.Font.Fantasy
  3603. TPShop.Text = "Basic Tools Shop"
  3604. TPShop.TextSize = 16
  3605.  
  3606. TPShop2.Name = "TPShop2"
  3607. TPShop2.Parent = WayPointsFrame
  3608. TPShop2.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  3609. TPShop2.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  3610. TPShop2.Position = UDim2.new(0, 5, 0, 230)
  3611. TPShop2.Size = UDim2.new(0, 180, 0, 20)
  3612. TPShop2.TextColor3 = Color3.new(1, 1, 1)
  3613. TPShop2.Font = Enum.Font.Fantasy
  3614. TPShop2.Text = "Advanced Tools Shop"
  3615. TPShop2.TextSize = 16
  3616.  
  3617. SunflowerField.Name = "SunflowerField"
  3618. SunflowerField.Parent = WayPointsFrame
  3619. SunflowerField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  3620. SunflowerField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  3621. SunflowerField.Position = UDim2.new(0, 190, 0, 30)
  3622. SunflowerField.Size = UDim2.new(0, 180, 0, 20)
  3623. SunflowerField.TextColor3 = Color3.new(1, 1, 1)
  3624. SunflowerField.Font = Enum.Font.Fantasy
  3625. SunflowerField.Text = "Sunflower Field"
  3626. SunflowerField.TextSize = 16
  3627.  
  3628. MushRoomField.Name = "MushRoomField"
  3629. MushRoomField.Parent = WayPointsFrame
  3630. MushRoomField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  3631. MushRoomField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  3632. MushRoomField.Position = UDim2.new(0, 190, 0, 55)
  3633. MushRoomField.Size = UDim2.new(0, 180, 0, 20)
  3634. MushRoomField.TextColor3 = Color3.new(1, 1, 1)
  3635. MushRoomField.Font = Enum.Font.Fantasy
  3636. MushRoomField.Text = "MushRoom Field"
  3637. MushRoomField.TextSize = 16
  3638.  
  3639. DandelionField.Name = "DandelionField"
  3640. DandelionField.Parent = WayPointsFrame
  3641. DandelionField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  3642. DandelionField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  3643. DandelionField.Position = UDim2.new(0, 190, 0, 80)
  3644. DandelionField.Size = UDim2.new(0, 180, 0, 20)
  3645. DandelionField.TextColor3 = Color3.new(1, 1, 1)
  3646. DandelionField.Font = Enum.Font.Fantasy
  3647. DandelionField.Text = "Dandelion Field"
  3648. DandelionField.TextSize = 16
  3649.  
  3650. BlueField.Name = "BlueField"
  3651. BlueField.Parent = WayPointsFrame
  3652. BlueField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  3653. BlueField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  3654. BlueField.Position = UDim2.new(0, 190, 0, 105)
  3655. BlueField.Size = UDim2.new(0, 180, 0, 20)
  3656. BlueField.TextColor3 = Color3.new(1, 1, 1)
  3657. BlueField.Font = Enum.Font.Fantasy
  3658. BlueField.Text = "Blue Flower Field"
  3659. BlueField.TextSize = 16
  3660.  
  3661. CloverField.Name = "CloverField"
  3662. CloverField.Parent = WayPointsFrame
  3663. CloverField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  3664. CloverField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  3665. CloverField.Position = UDim2.new(0, 190, 0, 130)
  3666. CloverField.Size = UDim2.new(0, 180, 0, 20)
  3667. CloverField.TextColor3 = Color3.new(1, 1, 1)
  3668. CloverField.Font = Enum.Font.Fantasy
  3669. CloverField.Text = "Clover Field"
  3670. CloverField.TextSize = 16
  3671.  
  3672. StrawBerryField.Name = "StrawBerryField"
  3673. StrawBerryField.Parent = WayPointsFrame
  3674. StrawBerryField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  3675. StrawBerryField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  3676. StrawBerryField.Position = UDim2.new(0, 190, 0, 155)
  3677. StrawBerryField.Size = UDim2.new(0, 180, 0, 20)
  3678. StrawBerryField.TextColor3 = Color3.new(1, 1, 1)
  3679. StrawBerryField.Font = Enum.Font.Fantasy
  3680. StrawBerryField.Text = "StrawBerry Field"
  3681. StrawBerryField.TextSize = 16
  3682.  
  3683. SpiderField.Name = "SpiderField"
  3684. SpiderField.Parent = WayPointsFrame
  3685. SpiderField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  3686. SpiderField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  3687. SpiderField.Position = UDim2.new(0, 190, 0, 180)
  3688. SpiderField.Size = UDim2.new(0, 180, 0, 20)
  3689. SpiderField.TextColor3 = Color3.new(1, 1, 1)
  3690. SpiderField.Font = Enum.Font.Fantasy
  3691. SpiderField.Text = "Spider Field"
  3692. SpiderField.TextSize = 16
  3693.  
  3694. BamBooField.Name = "BamBooField"
  3695. BamBooField.Parent = WayPointsFrame
  3696. BamBooField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  3697. BamBooField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  3698. BamBooField.Position = UDim2.new(0, 190, 0, 205)
  3699. BamBooField.Size = UDim2.new(0, 180, 0, 20)
  3700. BamBooField.TextColor3 = Color3.new(1, 1, 1)
  3701. BamBooField.Font = Enum.Font.Fantasy
  3702. BamBooField.Text = "BamBoo Field"
  3703. BamBooField.TextSize = 16
  3704.  
  3705. RoseField.Name = "RoseField"
  3706. RoseField.Parent = WayPointsFrame
  3707. RoseField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  3708. RoseField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  3709. RoseField.Position = UDim2.new(0, 190, 0, 230)
  3710. RoseField.Size = UDim2.new(0, 180, 0, 20)
  3711. RoseField.TextColor3 = Color3.new(1, 1, 1)
  3712. RoseField.Font = Enum.Font.Fantasy
  3713. RoseField.Text = "Rose Field"
  3714. RoseField.TextSize = 16
  3715.  
  3716. PineTreeField.Name = "PineTreeField"
  3717. PineTreeField.Parent = WayPointsFrame
  3718. PineTreeField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  3719. PineTreeField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  3720. PineTreeField.Position = UDim2.new(0, 190, 0, 255)
  3721. PineTreeField.Size = UDim2.new(0, 180, 0, 20)
  3722. PineTreeField.TextColor3 = Color3.new(1, 1, 1)
  3723. PineTreeField.Font = Enum.Font.Fantasy
  3724. PineTreeField.Text = "PineTree Field"
  3725. PineTreeField.TextSize = 16
  3726.  
  3727. CactusField.Name = "CactusField"
  3728. CactusField.Parent = WayPointsFrame
  3729. CactusField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  3730. CactusField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  3731. CactusField.Position = UDim2.new(0, 190, 0, 280)
  3732. CactusField.Size = UDim2.new(0, 180, 0, 20)
  3733. CactusField.TextColor3 = Color3.new(1, 1, 1)
  3734. CactusField.Font = Enum.Font.Fantasy
  3735. CactusField.Text = "Cactus Field"
  3736. CactusField.TextSize = 16
  3737.  
  3738. PumpkinField.Name = "PumpkinField"
  3739. PumpkinField.Parent = WayPointsFrame
  3740. PumpkinField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  3741. PumpkinField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  3742. PumpkinField.Position = UDim2.new(0, 190, 0, 305)
  3743. PumpkinField.Size = UDim2.new(0, 180, 0, 20)
  3744. PumpkinField.TextColor3 = Color3.new(1, 1, 1)
  3745. PumpkinField.Font = Enum.Font.Fantasy
  3746. PumpkinField.Text = "Pumpkin Field"
  3747. PumpkinField.TextSize = 16
  3748.  
  3749. PineappleField.Name = "PineappleField"
  3750. PineappleField.Parent = WayPointsFrame
  3751. PineappleField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  3752. PineappleField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  3753. PineappleField.Position = UDim2.new(0, 5, 0, 280)
  3754. PineappleField.Size = UDim2.new(0, 180, 0, 20)
  3755. PineappleField.TextColor3 = Color3.new(1, 1, 1)
  3756. PineappleField.Font = Enum.Font.Fantasy
  3757. PineappleField.Text = "Pineapple Field"
  3758. PineappleField.TextSize = 16
  3759.  
  3760. MountainTopField.Name = "MountainTopField"
  3761. MountainTopField.Parent = WayPointsFrame
  3762. MountainTopField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  3763. MountainTopField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  3764. MountainTopField.Position = UDim2.new(0, 5, 0, 305)
  3765. MountainTopField.Size = UDim2.new(0, 180, 0, 20)
  3766. MountainTopField.TextColor3 = Color3.new(1, 1, 1)
  3767. MountainTopField.Font = Enum.Font.Fantasy
  3768. MountainTopField.Text = "Mountain Top Field"
  3769. MountainTopField.TextSize = 16
  3770.  
  3771. Players.Name = "Players"
  3772. Players.Parent = MainFrame
  3773. Players.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  3774. Players.BorderColor3 = Color3.new(0, 1, 0)
  3775. Players.Position = UDim2.new(0, 118, 0, 5)
  3776. Players.Size = UDim2.new(0, 60, 0, 20)
  3777. Players.BackgroundTransparency = 0
  3778. Players.Font = Enum.Font.Fantasy
  3779. Players.FontSize = Enum.FontSize.Size18
  3780. Players.TextColor3 = Color3.new(1, 1, 1)
  3781. Players.Text = "Players"
  3782. Players.TextSize = 17
  3783. Players.TextWrapped = true
  3784.  
  3785. PlayerFrame.Name = "PlayerFrame"
  3786. PlayerFrame.Parent = MainFrame
  3787. PlayerFrame.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  3788. PlayerFrame.BackgroundTransparency = 0.5
  3789. PlayerFrame.BorderColor3 = Color3.new(0, 0, 0)
  3790. PlayerFrame.Position = UDim2.new(0, 63, 0, 35)
  3791. PlayerFrame.Size = UDim2.new(0, 170, 0, 200)
  3792. PlayerFrame.VISIBLE = false
  3793.  
  3794. PlyrSel.Name = "PlyrSel"
  3795. PlyrSel.Parent = PlayerFrame
  3796. PlyrSel.BackgroundColor3 = Color3.new(1, 1, 1)
  3797. PlyrSel.BackgroundTransparency = 0.15
  3798. PlyrSel.BorderColor3 = Color3.new(0, 0, 0)
  3799. PlyrSel.Position = UDim2.new(0, 5, 0, 5)
  3800. PlyrSel.Size = UDim2.new(0, 160, 0, 20)
  3801. PlyrSel.Font = Enum.Font.SourceSans
  3802. PlyrSel.FontSize = Enum.FontSize.Size18
  3803. PlyrSel.Text = "SELECT A PLAYER"
  3804. PlyrSel.TextColor3 = Color3.new(0, 0, 0)
  3805. PlyrSel.TextScaled = true
  3806. PlyrSel.TextSize = 17
  3807. PlyrSel.TextWrapped = true
  3808.  
  3809. Player1.Name = "Player1"
  3810. Player1.Parent = PlayerFrame
  3811. Player1.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  3812. Player1.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  3813. Player1.Position = UDim2.new(0, 5, 0, 35)
  3814. Player1.Size = UDim2.new(0, 160, 0, 20)
  3815. Player1.Font = Enum.Font.Fantasy
  3816. Player1.FontSize = Enum.FontSize.Size18
  3817. Player1.Text = ""
  3818. Player1.TextColor3 = Color3.new(1, 1, 1)
  3819. Player1.TextSize = 15
  3820. Player1.TextWrapped = true
  3821.  
  3822. Player2.Name = "Player2"
  3823. Player2.Parent = PlayerFrame
  3824. Player2.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  3825. Player2.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  3826. Player2.Position = UDim2.new(0, 5, 0, 60)
  3827. Player2.Size = UDim2.new(0, 160, 0, 20)
  3828. Player2.Font = Enum.Font.Fantasy
  3829. Player2.FontSize = Enum.FontSize.Size18
  3830. Player2.Text = ""
  3831. Player2.TextColor3 = Color3.new(1, 1, 1)
  3832. Player2.TextSize = 15
  3833. Player2.TextWrapped = true
  3834.  
  3835. Player3.Name = "Player3"
  3836. Player3.Parent = PlayerFrame
  3837. Player3.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  3838. Player3.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  3839. Player3.Position = UDim2.new(0, 5, 0, 85)
  3840. Player3.Size = UDim2.new(0, 160, 0, 20)
  3841. Player3.Font = Enum.Font.Fantasy
  3842. Player3.FontSize = Enum.FontSize.Size18
  3843. Player3.Text = ""
  3844. Player3.TextColor3 = Color3.new(1, 1, 1)
  3845. Player3.TextSize = 15
  3846. Player3.TextWrapped = true
  3847.  
  3848. Player4.Name = "Player4"
  3849. Player4.Parent = PlayerFrame
  3850. Player4.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  3851. Player4.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  3852. Player4.Position = UDim2.new(0, 5, 0, 110)
  3853. Player4.Size = UDim2.new(0, 160, 0, 20)
  3854. Player4.Font = Enum.Font.Fantasy
  3855. Player4.FontSize = Enum.FontSize.Size18
  3856. Player4.Text = ""
  3857. Player4.TextColor3 = Color3.new(1, 1, 1)
  3858. Player4.TextSize = 15
  3859. Player4.TextWrapped = true
  3860.  
  3861. Player5.Name = "Player5"
  3862. Player5.Parent = PlayerFrame
  3863. Player5.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  3864. Player5.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  3865. Player5.Position = UDim2.new(0, 5, 0, 135)
  3866. Player5.Size = UDim2.new(0, 160, 0, 20)
  3867. Player5.Font = Enum.Font.Fantasy
  3868. Player5.FontSize = Enum.FontSize.Size18
  3869. Player5.Text = ""
  3870. Player5.TextColor3 = Color3.new(1, 1, 1)
  3871. Player5.TextSize = 15
  3872. Player5.TextWrapped = true
  3873.  
  3874. TpPlayer.Name = "TpPlayer"
  3875. TpPlayer.Parent = PlayerFrame
  3876. TpPlayer.BackgroundColor3 = Color3.new(0.18, 0.18, 0.18)
  3877. TpPlayer.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  3878. TpPlayer.Position = UDim2.new(0, 5, 0, 165)
  3879. TpPlayer.Size = UDim2.new(0, 160, 0, 30)
  3880. TpPlayer.Font = Enum.Font.Fantasy
  3881. TpPlayer.FontSize = Enum.FontSize.Size18
  3882. TpPlayer.Text = "Teleport to Player"
  3883. TpPlayer.TextColor3 = Color3.new(1, 1, 1)
  3884. TpPlayer.TextWrapped = true
  3885. TpPlayer.TextSize = 17
  3886.  
  3887. PollenFarm.Name = "PollenFarm"
  3888. PollenFarm.Parent = MainFrame
  3889. PollenFarm.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  3890. PollenFarm.BorderColor3 = Color3.new(0, 1, 0)
  3891. PollenFarm.Position = UDim2.new(0, 183, 0, 5)
  3892. PollenFarm.Size = UDim2.new(0, 100, 0, 20)
  3893. PollenFarm.Font = Enum.Font.Fantasy
  3894. PollenFarm.FontSize = Enum.FontSize.Size18
  3895. PollenFarm.TextColor3 = Color3.new(1, 1, 1)
  3896. PollenFarm.Text = "Farm Pollen"
  3897. PollenFarm.TextSize = 17
  3898. PollenFarm.TextWrapped = true
  3899.  
  3900. FindTreasures.Name = "FindTreasures"
  3901. FindTreasures.Parent = MainFrame
  3902. FindTreasures.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  3903. FindTreasures.BorderColor3 = Color3.new(0, 1, 0)
  3904. FindTreasures.Position = UDim2.new(0, 288, 0, 5)
  3905. FindTreasures.Size = UDim2.new(0, 130, 0, 20)
  3906. FindTreasures.BackgroundTransparency = 0
  3907. FindTreasures.Font = Enum.Font.Fantasy
  3908. FindTreasures.TextColor3 = Color3.new(1, 1, 1)
  3909. FindTreasures.Text = "Collect Treasures"
  3910. FindTreasures.TextSize = 17
  3911. FindTreasures.TextWrapped = true
  3912.  
  3913. FindTreasuresText1.Name = "FindTreasuresText1"
  3914. FindTreasuresText1.Parent = MainFrame
  3915. FindTreasuresText1.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  3916. FindTreasuresText1.BorderColor3 = Color3.new(0, 0, 0)
  3917. FindTreasuresText1.BackgroundTransparency = 0.1
  3918. FindTreasuresText1.Position = UDim2.new(0, 258, 0, 32)
  3919. FindTreasuresText1.Size = UDim2.new(0, 190, 0, 85)
  3920. FindTreasuresText1.TextColor3 = Color3.new(1, 1, 1)
  3921. FindTreasuresText1.Font = Enum.Font.Fantasy
  3922. FindTreasuresText1.Text = "This will Teleport you to all the hidden treasures on the map. It will only work once\nas the treasures do not respawn."
  3923. FindTreasuresText1.TextSize = 16
  3924. FindTreasuresText1.TextWrapped = true
  3925. FindTreasuresText1.ZIndex = 6
  3926. FindTreasuresText1.VISIBLE = false
  3927. FindTreasuresText1.TextYAlignment = Enum.TextYAlignment.Top
  3928.  
  3929. ExtrasScreen.Name = "ExtrasScreen"
  3930. ExtrasScreen.Parent = MainFrame
  3931. ExtrasScreen.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  3932. ExtrasScreen.BorderColor3 = Color3.new(0, 1, 0)
  3933. ExtrasScreen.Position = UDim2.new(0, 423, 0, 5)
  3934. ExtrasScreen.Size = UDim2.new(0, 50, 0, 20)
  3935. ExtrasScreen.BackgroundTransparency = 0
  3936. ExtrasScreen.Font = Enum.Font.Fantasy
  3937. ExtrasScreen.TextColor3 = Color3.new(1, 1, 1)
  3938. ExtrasScreen.Text = "Extras"
  3939. ExtrasScreen.TextSize = 17
  3940. ExtrasScreen.TextWrapped = true
  3941.  
  3942. ExtrasFrame.Name = "ExtrasFrame"
  3943. ExtrasFrame.Parent = MainFrame
  3944. ExtrasFrame.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  3945. ExtrasFrame.BorderColor3 = Color3.new(0, 0, 0)
  3946. ExtrasFrame.BackgroundTransparency = 0.5
  3947. ExtrasFrame.Position = UDim2.new(0, 363, 0, 35)
  3948. ExtrasFrame.Size = UDim2.new(0, 170, 0, 80)
  3949. ExtrasFrame.VISIBLE = false
  3950.  
  3951. NoClip.Name = "NoClip"
  3952. NoClip.Parent = ExtrasFrame
  3953. NoClip.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  3954. NoClip.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  3955. NoClip.Position = UDim2.new(0, 5, 0, 5)
  3956. NoClip.Size = UDim2.new(0, 160, 0, 20)
  3957. NoClip.Font = Enum.Font.Fantasy
  3958. NoClip.FontSize = Enum.FontSize.Size18
  3959. NoClip.TextColor3 = Color3.new(1, 1, 1)
  3960. NoClip.Text = "Enable NoClip"
  3961. NoClip.TextSize = 17
  3962. NoClip.TextWrapped = true
  3963.  
  3964. TPTool.Name = "TPTool"
  3965. TPTool.Parent = ExtrasFrame
  3966. TPTool.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  3967. TPTool.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  3968. TPTool.Position = UDim2.new(0, 5, 0, 30)
  3969. TPTool.Size = UDim2.new(0, 160, 0, 20)
  3970. TPTool.TextColor3 = Color3.new(1, 1, 1)
  3971. TPTool.Font = Enum.Font.Fantasy
  3972. TPTool.FontSize = Enum.FontSize.Size18
  3973. TPTool.Text = "Add TPTool"
  3974. TPTool.TextSize = 16
  3975.  
  3976. ReJoinServer.Name = "ReJoinServer"
  3977. ReJoinServer.Parent = ExtrasFrame
  3978. ReJoinServer.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  3979. ReJoinServer.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  3980. ReJoinServer.Position = UDim2.new(0, 5, 0, 55)
  3981. ReJoinServer.Size = UDim2.new(0, 160, 0, 20)
  3982. ReJoinServer.TextColor3 = Color3.new(1, 1, 1)
  3983. ReJoinServer.Font = Enum.Font.Fantasy
  3984. ReJoinServer.Text = "ReJoin a Server"
  3985. ReJoinServer.TextSize = 16
  3986. ReJoinServer.TextWrapped = true
  3987.  
  3988. InfoScreen.Name = "InfoScreen"
  3989. InfoScreen.Parent = MainFrame
  3990. InfoScreen.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  3991. InfoScreen.BorderColor3 = Color3.new(0, 1, 0)
  3992. InfoScreen.Position = UDim2.new(0, 478, 0, 5)
  3993. InfoScreen.Size = UDim2.new(0, 50, 0, 20)
  3994. InfoScreen.BackgroundTransparency = 0
  3995. InfoScreen.Font = Enum.Font.Fantasy
  3996. InfoScreen.TextColor3 = Color3.new(1, 1, 1)
  3997. InfoScreen.Text = "Info"
  3998. InfoScreen.TextSize = 17
  3999. InfoScreen.TextWrapped = true
  4000.  
  4001. InfoFrame.Name = "InfoFrame"
  4002. InfoFrame.Parent = MainFrame
  4003. InfoFrame.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  4004. InfoFrame.BorderColor3 = Color3.new(0, 0, 0)
  4005. InfoFrame.BackgroundTransparency = 0.1
  4006. InfoFrame.Position = UDim2.new(0, 333, 0, 35)
  4007. InfoFrame.Size = UDim2.new(0, 200, 0, 130)
  4008. InfoFrame.VISIBLE = false
  4009.  
  4010. InfoText1.Name = "InfoText1"
  4011. InfoText1.Parent = InfoFrame
  4012. InfoText1.BackgroundColor3 = Color3.new(0, 0, 0)
  4013. InfoText1.BorderColor3 = Color3.new(0, 0, 0)
  4014. InfoText1.BackgroundTransparency = 1
  4015. InfoText1.Position = UDim2.new(0, 5, 0, 5)
  4016. InfoText1.Size = UDim2.new(0, 190, 0, 130)
  4017. InfoText1.TextColor3 = Color3.new(1, 1, 1)
  4018. InfoText1.Font = Enum.Font.Fantasy
  4019. InfoText1.Text = "This Gui was created by LuckyMMB@V3rmillion.net\nDiscord https://discord.gg/GKzJnUC\n\nCredits:\nsirelKilla @ v3rmillion for the pollen farming script"
  4020. InfoText1.TextSize = 15
  4021. InfoText1.TextWrapped = true
  4022. InfoText1.TextYAlignment = Enum.TextYAlignment.Top
  4023.  
  4024. function notify(msg)
  4025. game.StarterGui:SetCore('SendNotification', {
  4026. Title = 'Bee Swarm LuckyGUI';
  4027. Text = msg;
  4028. Duration = 5;
  4029. })
  4030. end
  4031.  
  4032. --- Close ---
  4033.  
  4034. Close.MouseButton1Down:connect(function()
  4035. MainGUI:Destroy()
  4036. end)
  4037.  
  4038. --- Menus ---
  4039.  
  4040. local Menus = {
  4041.     [WayPoints] = WayPointsFrame;
  4042.     [ExtrasScreen] = ExtrasFrame;
  4043.     [InfoScreen] = InfoFrame;
  4044.     [Players] = PlayerFrame;
  4045. }
  4046. for button,frame IN pairs(Menus) do
  4047.     button.MouseButton1Click:connect(function()
  4048.         if frame.VISIBLE then
  4049.             frame.VISIBLE = false
  4050.             return
  4051.         end
  4052.         for k,v IN pairs(Menus) do
  4053.             v.VISIBLE = v == frame
  4054.         end
  4055.     end)
  4056. end
  4057.  
  4058. --- Snow Menus Show Hide ---
  4059.  
  4060. FindTreasures.MouseEnter:connect(function()
  4061.     FindTreasuresText1.VISIBLE = true
  4062. end)
  4063.  
  4064. FindTreasures.MouseLeave:connect(function()
  4065.     FindTreasuresText1.VISIBLE = false
  4066. end)
  4067.  
  4068. --- WayPoints ---
  4069.  
  4070. local WayPoints = {
  4071. ["Black Bear"] = CFrame.new(-258.1, 5, 299.7),
  4072. ["Brown Bear"] = CFrame.new(282, 46, 236),
  4073. ["Panda Bear"] = CFrame.new(106.3, 35, 50.1),
  4074. ["Polar Bear"] = CFrame.new(-106, 119, -77),
  4075. ["Science Bear"] = CFrame.new(267, 103, 20),
  4076. ["Bee Shop"] = CFrame.new(-136.8, 4.6, 243.4),
  4077. ["Tool Shop"] = CFrame.new(86, 4.6, 294),
  4078. ["Tool Shop 2"] = CFrame.new(165, 69, -161),
  4079. ["Clover Field"] = CFrame.new(174, 34, 189),
  4080. ["Mushroom Field"] = CFrame.new(-258.1, 5, 299.7),
  4081. ["Spider Field"] = CFrame.new(-57.2, 20, -5.3),
  4082. ["Blue Field"] = CFrame.new(113.7, 4, 101.5),
  4083. ["Sunflower Field"] = CFrame.new(-208, 4, 185),
  4084. ["StrawBerry Field"] = CFrame.new(-169.3, 20, -3.2),
  4085. ["Red Field"] = CFrame.new(-258.1, 5, 299.7),
  4086. ["Dandelion Field"] = CFrame.new(-30, 4, 225),
  4087. ["BamBoo Field"] = CFrame.new(93, 20, -25),
  4088. ["Rose Field"] = CFrame.new(-322, 20, 124),
  4089. ["Mushroom Field"] = CFrame.new(-94, 5, 116),
  4090. ["Cactus Field"] = CFrame.new(-194, 68, -107),
  4091. ["Pumpkin Field"] = CFrame.new(-194, 68, -182),
  4092. ["MountainTop Field"] = CFrame.new(76, 176, -181),
  4093. ["PineTree Field"] = CFrame.new(-318, 68, -150),
  4094. ["Pineapple Field"] = CFrame.new(262, 68, -201)
  4095. }
  4096.  
  4097. ReturnToHive.MouseButton1Down:connect(function()
  4098.     local player = game:GetService("Players").LocalPlayer
  4099.     player.Character:MoveTo(player.SpawnPos.Value.p)
  4100.     notify'Teleported to Hive'
  4101. end)
  4102.  
  4103. BlackBear.MouseButton1Down:connect(function()
  4104.     local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  4105.     uTorso.CFrame = WayPoints["Black Bear"]
  4106.     notify'Teleported to Black Bear'
  4107. end)
  4108.  
  4109. BrownBear.MouseButton1Down:connect(function()
  4110.     local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  4111.     uTorso.CFrame = WayPoints["Brown Bear"]
  4112.     notify'Teleported to Brown Bear'
  4113. end)
  4114.  
  4115. PandaBear.MouseButton1Down:connect(function()
  4116.     local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  4117.     uTorso.CFrame = WayPoints["Panda Bear"]
  4118.     notify'Teleported to Panda Bear'
  4119. end)
  4120.  
  4121. PolarBear.MouseButton1Down:connect(function()
  4122.     local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  4123.     uTorso.CFrame = WayPoints["Polar Bear"]
  4124.     notify'Teleported to Polar Bear'
  4125. end)
  4126.  
  4127. ScienceBear.MouseButton1Down:connect(function()
  4128.     local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  4129.     uTorso.CFrame = WayPoints["Science Bear"]
  4130.     notify'Teleported to Science Bear'
  4131. end)
  4132.  
  4133. BeeShop.MouseButton1Down:connect(function()
  4134.     local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  4135.     uTorso.CFrame = WayPoints["Bee Shop"]
  4136.     notify'Teleported to Bee Shop'
  4137. end)
  4138.  
  4139. TPShop.MouseButton1Down:connect(function()
  4140.     local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  4141.     uTorso.CFrame = WayPoints["Tool Shop"]
  4142.     notify'Teleported to Basic Tool Shop'
  4143. end)
  4144.  
  4145. TPShop2.MouseButton1Down:connect(function()
  4146.     local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  4147.     uTorso.CFrame = WayPoints["Tool Shop 2"]
  4148.     notify'Teleported to Advanced Tool Shop'
  4149. end)
  4150.  
  4151. MushRoomField.MouseButton1Down:connect(function()
  4152.     local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  4153.     uTorso.CFrame = WayPoints["Mushroom Field"]
  4154.     notify'Teleported to Mushroom Field'
  4155. end)
  4156.  
  4157. StrawBerryField.MouseButton1Down:connect(function()
  4158.     local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  4159.     uTorso.CFrame = WayPoints["StrawBerry Field"]
  4160.     notify'Teleported to StrawBerry Field'
  4161. end)
  4162.  
  4163. CloverField.MouseButton1Down:connect(function()
  4164.     local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  4165.     uTorso.CFrame = WayPoints["Clover Field"]
  4166.     notify'Teleported to Clover Field'
  4167. end)
  4168.  
  4169. SpiderField.MouseButton1Down:connect(function()
  4170.     local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  4171.     uTorso.CFrame = WayPoints["Spider Field"]
  4172.     notify'Teleported to Spider Field'
  4173. end)
  4174.  
  4175. BlueField.MouseButton1Down:connect(function()
  4176.     local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  4177.     uTorso.CFrame = WayPoints["Blue Field"]
  4178.     notify'Teleported to Blue Field'
  4179. end)
  4180.  
  4181. SunflowerField.MouseButton1Down:connect(function()
  4182.     local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  4183.     uTorso.CFrame = WayPoints["Sunflower Field"]
  4184.     notify'Teleported to Sunflower Field'
  4185. end)
  4186.  
  4187. DandelionField.MouseButton1Down:connect(function()
  4188.     local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  4189.     uTorso.CFrame = WayPoints["Dandelion Field"]
  4190.     notify'Teleported to Dandelion Field'
  4191. end)
  4192.  
  4193. BamBooField.MouseButton1Down:connect(function()
  4194.     local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  4195.     uTorso.CFrame = WayPoints["BamBoo Field"]
  4196.     notify'Teleported to BamBoo Field'
  4197. end)
  4198.  
  4199. RoseField.MouseButton1Down:connect(function()
  4200.     local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  4201.     uTorso.CFrame = WayPoints["Rose Field"]
  4202.     notify'Teleported to Rose Field'
  4203. end)
  4204.  
  4205. CactusField.MouseButton1Down:connect(function()
  4206.     local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  4207.     uTorso.CFrame = WayPoints["Cactus Field"]
  4208.     notify'Teleported to BamBoo Field'
  4209. end)
  4210.  
  4211. PumpkinField.MouseButton1Down:connect(function()
  4212.     local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  4213.     uTorso.CFrame = WayPoints["Pumpkin Field"]
  4214.     notify'Teleported to BamBoo Field'
  4215. end)
  4216.  
  4217. PineTreeField.MouseButton1Down:connect(function()
  4218.     local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  4219.     uTorso.CFrame = WayPoints["PineTree Field"]
  4220.     notify'Teleported to BamBoo Field'
  4221. end)
  4222.  
  4223. MountainTopField.MouseButton1Down:connect(function()
  4224.     local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  4225.     uTorso.CFrame = WayPoints["MountainTop Field"]
  4226.     notify'Teleported to Mountain Top Field'
  4227. end)
  4228.  
  4229. PineappleField.MouseButton1Down:connect(function()
  4230.     local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  4231.     uTorso.CFrame = WayPoints["Pineapple Field"]
  4232.     notify'Teleported to Pineapple Field'
  4233. end)
  4234.  
  4235. -- Show Location --
  4236.  
  4237. spawn (function()
  4238.     WHILE true do
  4239.         function round(num, numDecimalPlaces)
  4240.             local mult = 10^(numDecimalPlaces or 0)
  4241.             return math.floor(num * mult + 0.5) / mult
  4242.         end
  4243.         LocationX = round(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.x, 0)
  4244.         LocationY = round(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.y, 0)
  4245.         LocationZ = round(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.z, 0)
  4246.         ShowLocation.Text = "Coords: "..LocationX..", "..LocationY..", "..LocationZ
  4247.         wait(0.5)
  4248.     end
  4249. end)
  4250.  
  4251. SetLocation.MouseButton1Down:connect(function()
  4252.     function round(num, numDecimalPlaces)
  4253.         local mult = 10^(numDecimalPlaces or 0)
  4254.         return math.floor(num * mult + 0.5) / mult
  4255.     end
  4256.     setlocationx = round(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.x, 0)
  4257.     setlocationy = round(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.y, 0)
  4258.     setlocationz = round(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.z, 0)
  4259.     print("Set Custom Location: "..setlocationx..", "..setlocationy..", "..setlocationz)
  4260.     SetLocation.Text = setlocationx..","..setlocationy..","..setlocationz
  4261.     CustomLocationSet = true
  4262. end)
  4263.  
  4264. --- TP to custom location ---
  4265.  
  4266. TPLocation.MouseButton1Down:connect(function()
  4267.     if CustomLocationSet == true then
  4268.         local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  4269.         uTorso.CFrame = CFrame.new(setlocationx, setlocationy, setlocationz)
  4270.     end
  4271. end)
  4272.  
  4273. --- Player Teleport ---
  4274.    
  4275. local buttons = {
  4276.     Player1,
  4277.     Player2,
  4278.     Player3,
  4279.     Player4,
  4280.     Player5
  4281. }
  4282. for i, v IN pairs(game.Players:GetChildren()) do
  4283.     buttons[i].Text = v.Name
  4284.     buttons[i].VISIBLE = true
  4285. end
  4286. game.Players.PlayerRemoving:connect(function()
  4287.     for i, v IN pairs(game.Players:GetChildren()) do
  4288.         buttons[i].Text = v.Name
  4289.         buttons[i].VISIBLE = true
  4290.     end
  4291. end)
  4292. game.Players.PlayerAdded:connect(function()
  4293.     for i, v IN pairs(game.Players:GetChildren()) do
  4294.         buttons[i].Text = v.Name
  4295.         buttons[i].VISIBLE = true
  4296.     end
  4297. end)
  4298.    
  4299.     Player1.MouseButton1Down:connect(function()
  4300.       PlyrSel.Text = Player1.Text
  4301.     end)
  4302.     Player2.MouseButton1Down:connect(function()
  4303.       PlyrSel.Text = Player2.Text
  4304.     end)
  4305.     Player3.MouseButton1Down:connect(function()
  4306.       PlyrSel.Text = Player3.Text
  4307.     end)
  4308.     Player4.MouseButton1Down:connect(function()
  4309.       PlyrSel.Text = Player4.Text
  4310.     end)
  4311.     Player5.MouseButton1Down:connect(function()
  4312.       PlyrSel.Text = Player5.Text
  4313.     end)
  4314.    
  4315.     TpPlayer.MouseButton1Down:connect(function()
  4316.       if PlyrSel.Text == "SELECT A PLAYER" then
  4317.         warn("No Player Selected")
  4318.       else
  4319.         game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace[PlyrSel.Text].HumanoidRootPart.CFrame
  4320.       end
  4321.     end)
  4322.  
  4323. -- Find Hidden Treasures --
  4324.  
  4325. FindTreasures.MouseButton1Down:connect(function()
  4326.     local player = game:GetService("Players").LocalPlayer
  4327.     local function collecttreasure(treasure)
  4328.         for i,v IN ipairs(treasure:GetChildren()) do
  4329.             if v.Parent then
  4330.                 player.Character:MoveTo(v.Position)
  4331.             end
  4332.         wait(1)
  4333.         end
  4334.     end
  4335.     collecttreasure(workspace.TreasureCollectibles)
  4336.     wait(1)
  4337.     player.Character:MoveTo(player.SpawnPos.Value.p)
  4338. end)
  4339.  
  4340. --- NoClip ---
  4341.  
  4342. noclip = false
  4343. game:GetService('RunService').Stepped:connect(function()
  4344. if noclip then
  4345. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  4346. end
  4347. end)
  4348. NoClip.MouseButton1Down:connect(function()
  4349. noclip = NOT noclip
  4350. if NoClip.Text == "Enable NoClip" then
  4351.     NoClip.Text = "Disable NoClip"
  4352.     NoClip.BackgroundColor3 = Color3.new(0, 0.5, 0)
  4353. else
  4354.     NoClip.Text = "Enable NoClip"
  4355.     NoClip.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  4356. end
  4357. end)
  4358.  
  4359. --- TP Tool ---
  4360.  
  4361. TPTool.MouseButton1Down:connect(function()
  4362.     local Tele = Instance.new("Tool", game.Players.LocalPlayer.Backpack)
  4363.     Tele.RequiresHandle = false
  4364.     Tele.RobloxLocked = true
  4365.     Tele.Name = "TPTool"
  4366.     Tele.ToolTip = "Teleport Tool"
  4367.     Tele.Equipped:connect(function(Mouse)
  4368.         Mouse.Button1Down:connect(function()
  4369.             if Mouse.Target then
  4370.                 game.Workspace:FindFirstChild(game.Players.LocalPlayer.Name).HumanoidRootPart.CFrame = (CFrame.new(Mouse.Hit.x, Mouse.Hit.y + 5, Mouse.Hit.z))
  4371.             end
  4372.         end)
  4373.     end)
  4374.     notify'TP Tool added to your Backpack'
  4375.  
  4376. end)
  4377.  
  4378. --- Pollen Farm ---
  4379.  
  4380. PollenFarm.MouseButton1Click:connect(function()
  4381.     if PollenFarmActive ~= true then
  4382.         PollenFarmActive = true
  4383.         PollenFarm.Text = "Stop Farming"
  4384.         PollenFarm.BackgroundColor3 = Color3.new(0, 0.5, 0)
  4385.         if PollenFarmActive then
  4386.             local player = game:GetService("Players").LocalPlayer
  4387.             local currp
  4388.             workspace.Collectibles.ChildAdded:Connect(function(part)
  4389.                 wait(0.5)
  4390.                 if currp AND (part.Position-currp).magnitude < 50 then
  4391.                     player.Character:MoveTo(part.Position)
  4392.                     wait(0.3)
  4393.                     player.Character:MoveTo(currp)
  4394.                 end
  4395.             end)
  4396.             local pollenLbl = player.Character:FindFirstChild("ProgressLabel",true)
  4397.             if NOT pollenLbl then
  4398.                 error("Backpack not found")
  4399.             end
  4400.             local maxpollen = tonumber(pollenLbl.Text:match("%d+$"))
  4401.             local pollenTool = player.Character:FindFirstChildOfClass("Tool") or player.Backpack:FindFirstChildOfClass("Tool")
  4402.             if pollenTool==nil or pollenTool:FindFirstChild("ClickEvent")==nil then
  4403.                 error("Tool not found")
  4404.             end
  4405.  
  4406.             local fieldpos = {Vector3.new(-210,3.3,218.1),Vector3.new(-210,3.3,161.5),Vector3.new(-210,3.3,101.6)}
  4407.             local posIndex=0
  4408.             WHILE PollenFarmActive do
  4409.                 --collect pollen
  4410.                 pollenTool.Parent = player.Character
  4411.                 wait(0.1)
  4412.                 WHILE PollenFarmActive AND player.leaderstats.Pollen.Value<maxpollen do
  4413.                     posIndex=posIndex+1
  4414.                     if posIndex>#fieldpos then posIndex=1 end
  4415.                     for rot=1,4 do
  4416.                         if NOT PollenFarmActive then break end
  4417.                         local angle = CFrame.Angles(0,math.pi*.5*rot,0)
  4418.                         currp = fieldpos[posIndex]+angle.lookVector*4
  4419.                         player.Character.HumanoidRootPart.CFrame=CFrame.new(currp)*angle
  4420.                         for i=1,20 do
  4421.                             if NOT PollenFarmActive then break end
  4422.                             wait(0.2)
  4423.                             pollenTool.ClickEvent:FireServer(currp)
  4424.                         end
  4425.                         if player.leaderstats.Pollen.Value+1>maxpollen then break end
  4426.                     end
  4427.                 end
  4428.                 --turn to honey
  4429.                 currp=nil
  4430.                 player.Character:MoveTo(player.SpawnPos.Value.p)
  4431.                 wait(0.5)
  4432.                 game:GetService("ReplicatedStorage").Events.PlayerHiveCommand:FireServer("ToggleHoneyMaking")
  4433.                 repeat wait(0.5) until player.leaderstats.Pollen.Value<1
  4434.             end
  4435.         end
  4436.     else
  4437.         PollenFarmActive = false
  4438.         notify'Pollen Farming Ended'
  4439.         PollenFarm.Text = "Farm Pollen"
  4440.         PollenFarm.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  4441.         local player = game:GetService("Players").LocalPlayer
  4442.         currp=nil
  4443.         player.Character:MoveTo(player.SpawnPos.Value.p)
  4444.     end
  4445. end)
  4446.  
  4447. --- ReJoin Server ---
  4448.  
  4449. ReJoinServer.MouseButton1Down:connect(function()
  4450.     local placeId = 1537690962
  4451.     game:GetService("TeleportService"):Teleport(placeId)
  4452. end)
  4453.  
  4454. --- End ---
  4455.  
  4456.  
  4457. -- Bee Swarm Simulator Gui Created by LuckyMMB @ V3rmillion.net --
  4458. -- Discord https://discord.gg/GKzJnUC --
  4459.  
  4460. AntiAFKMode = "Nothing"
  4461. PollenFarmActive = false
  4462.  
  4463. -- Objects
  4464.  
  4465. local MainGUI = Instance.new("ScreenGui")
  4466. local MainFrame = Instance.new("Frame")
  4467. local Close = Instance.new("TextButton")
  4468. local WayPoints = Instance.new("TextButton")
  4469. local WayPointsFrame = Instance.new("Frame")
  4470. local ShowLocation = Instance.new("TextLabel")
  4471. local SetLocation = Instance.new("TextButton")
  4472. local TPLocation = Instance.new("TextButton")
  4473. local TPShop = Instance.new("TextButton")
  4474. local ReturnToHive = Instance.new("TextButton")
  4475. local TPShop2 = Instance.new("TextButton")
  4476. local BeeShop = Instance.new("TextButton")
  4477. local BlackBear = Instance.new("TextButton")
  4478. local BrownBear = Instance.new("TextButton")
  4479. local PandaBear = Instance.new("TextButton")
  4480. local PolarBear = Instance.new("TextButton")
  4481. local ScienceBear = Instance.new("TextButton")
  4482. local StrawBerryField = Instance.new("TextButton")
  4483. local PumpkinField = Instance.new("TextButton")
  4484. local SunflowerField = Instance.new("TextButton")
  4485. local CloverField = Instance.new("TextButton")
  4486. local SpiderField = Instance.new("TextButton")
  4487. local MushRoomField = Instance.new("TextButton")
  4488. local BamBooField = Instance.new("TextButton")
  4489. local DandelionField = Instance.new("TextButton")
  4490. local PineappleField = Instance.new("TextButton")
  4491. local BlueField = Instance.new("TextButton")
  4492. local RoseField = Instance.new("TextButton")
  4493. local CactusField = Instance.new("TextButton")
  4494. local PineTreeField = Instance.new("TextButton")
  4495. local MountainTopField = Instance.new("TextButton")
  4496. local Players = Instance.new("TextButton")
  4497. local PlayerFrame = Instance.new("Frame")
  4498. local PlayerList = Instance.new("Frame")
  4499. local PlayerListBox = Instance.new("Frame")
  4500. local PlyrSel = Instance.new("TextLabel")
  4501. local Player1 = Instance.new("TextButton")
  4502. local Player2 = Instance.new("TextButton")
  4503. local Player3 = Instance.new("TextButton")
  4504. local Player4 = Instance.new("TextButton")
  4505. local Player5 = Instance.new("TextButton")
  4506. local TpPlayer = Instance.new("TextButton")
  4507. local FindTreasures = Instance.new("TextButton")
  4508. local FindTreasuresText1 = Instance.new("TextLabel")
  4509. local ExtrasScreen = Instance.new("TextButton")
  4510. local ExtrasFrame = Instance.new("Frame")
  4511. local InfoScreen = Instance.new("TextButton")
  4512. local InfoFrame = Instance.new("Frame")
  4513. local TPTool = Instance.new("TextButton")
  4514. local ReJoinServer = Instance.new("TextButton")
  4515. local NoClip = Instance.new("TextButton")
  4516. local InfoText1 = Instance.new("TextLabel")
  4517. local PollenFarm = Instance.new("TextButton")
  4518.  
  4519. -- Properties
  4520.  
  4521. MainGUI.Name = "MainGUI"
  4522. MainGUI.Parent = game.CoreGui
  4523. local MainCORE = game.CoreGui["MainGUI"]
  4524.  
  4525. MainFrame.Name = "MainFrame"
  4526. MainFrame.Parent = MainGUI
  4527. MainFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  4528. MainFrame.BackgroundTransparency = 0.5
  4529. MainFrame.BorderSizePixel = 0
  4530. MainFrame.Position = UDim2.new(0.5, -266, 0, -32)
  4531. MainFrame.Size = UDim2.new(0, 533, 0, 30)
  4532.  
  4533. Close.Name = "Close"
  4534. Close.Parent = MainFrame
  4535. Close.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  4536. Close.BorderColor3 = Color3.new(0, 1, 0)
  4537. Close.Position = UDim2.new(0, 5, 0, 5)
  4538. Close.Size = UDim2.new(0, 20, 0, 20)
  4539. Close.Font = Enum.Font.Fantasy
  4540. Close.FontSize = Enum.FontSize.Size18
  4541. Close.Text = "X"
  4542. Close.TextColor3 = Color3.new(1, 0, 0)
  4543. Close.TextSize = 17
  4544. Close.TextScaled = true
  4545. Close.TextWrapped = true
  4546.  
  4547. WayPoints.Name = "WayPoints"
  4548. WayPoints.Parent = MainFrame
  4549. WayPoints.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  4550. WayPoints.BorderColor3 = Color3.new(0, 1, 0)
  4551. WayPoints.Position = UDim2.new(0, 30, 0, 5)
  4552. WayPoints.Size = UDim2.new(0, 83, 0, 20)
  4553. WayPoints.BackgroundTransparency = 0
  4554. WayPoints.Font = Enum.Font.Fantasy
  4555. WayPoints.FontSize = Enum.FontSize.Size18
  4556. WayPoints.TextColor3 = Color3.new(1, 1, 1)
  4557. WayPoints.Text = "WayPoints"
  4558. WayPoints.TextSize = 17
  4559. WayPoints.TextWrapped = true
  4560.  
  4561. WayPointsFrame.Name = "WayPointsFrame"
  4562. WayPointsFrame.Parent = MainFrame
  4563. WayPointsFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  4564. WayPointsFrame.BorderColor3 = Color3.new(0, 0, 0)
  4565. WayPointsFrame.BackgroundTransparency = 0.4
  4566. WayPointsFrame.Position = UDim2.new(0, 0, 0, 32)
  4567. WayPointsFrame.Size = UDim2.new(0, 375, 0, 330)
  4568. WayPointsFrame.VISIBLE = false
  4569.  
  4570. ShowLocation.Name = "ShowLocation"
  4571. ShowLocation.Parent = WayPointsFrame
  4572. ShowLocation.BackgroundColor3 = Color3.new(1, 1, 1)
  4573. ShowLocation.TextColor3 = Color3.new(0, 0, 0)
  4574. ShowLocation.BorderColor3 = Color3.new(0, 0, 0)
  4575. ShowLocation.Position = UDim2.new(0, 5, 0, 5)
  4576. ShowLocation.Size = UDim2.new(0, 170, 0, 20)
  4577. ShowLocation.Font = Enum.Font.Fantasy
  4578. ShowLocation.Text = "Current Location"
  4579. ShowLocation.TextWrapped = true
  4580. ShowLocation.TextSize = 15
  4581.  
  4582. SetLocation.Name = "SetLocation"
  4583. SetLocation.Parent = WayPointsFrame
  4584. SetLocation.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  4585. SetLocation.TextColor3 = Color3.new(1, 1, 1)
  4586. SetLocation.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  4587. SetLocation.Position = UDim2.new(0, 180, 0, 5)
  4588. SetLocation.Size = UDim2.new(0, 120, 0, 20)
  4589. SetLocation.Font = Enum.Font.Fantasy
  4590. SetLocation.Text = "Set Location"
  4591. SetLocation.TextWrapped = true
  4592. SetLocation.TextSize = 16
  4593.  
  4594. TPLocation.Name = "TPLocation"
  4595. TPLocation.Parent = WayPointsFrame
  4596. TPLocation.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  4597. TPLocation.TextColor3 = Color3.new(1, 1, 1)
  4598. TPLocation.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  4599. TPLocation.Position = UDim2.new(0, 305, 0, 5)
  4600. TPLocation.Size = UDim2.new(0, 65, 0, 20)
  4601. TPLocation.Font = Enum.Font.Fantasy
  4602. TPLocation.Text = "Move to"
  4603. TPLocation.TextWrapped = true
  4604. TPLocation.TextSize = 16
  4605.  
  4606. ReturnToHive.Name = "ReturnToHive"
  4607. ReturnToHive.Parent = WayPointsFrame
  4608. ReturnToHive.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  4609. ReturnToHive.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  4610. ReturnToHive.Position = UDim2.new(0, 5, 0, 30)
  4611. ReturnToHive.Size = UDim2.new(0, 180, 0, 20)
  4612. ReturnToHive.TextColor3 = Color3.new(1, 1, 1)
  4613. ReturnToHive.Font = Enum.Font.Fantasy
  4614. ReturnToHive.Text = "Return To Hive"
  4615. ReturnToHive.TextSize = 16
  4616.  
  4617. BlackBear.Name = "BlackBear"
  4618. BlackBear.Parent = WayPointsFrame
  4619. BlackBear.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  4620. BlackBear.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  4621. BlackBear.Position = UDim2.new(0, 5, 0, 55)
  4622. BlackBear.Size = UDim2.new(0, 180, 0, 20)
  4623. BlackBear.TextColor3 = Color3.new(1, 1, 1)
  4624. BlackBear.Font = Enum.Font.Fantasy
  4625. BlackBear.Text = "Black Bear"
  4626. BlackBear.TextSize = 16
  4627.  
  4628. BrownBear.Name = "BrownBear"
  4629. BrownBear.Parent = WayPointsFrame
  4630. BrownBear.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  4631. BrownBear.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  4632. BrownBear.Position = UDim2.new(0, 5, 0, 80)
  4633. BrownBear.Size = UDim2.new(0, 180, 0, 20)
  4634. BrownBear.TextColor3 = Color3.new(1, 1, 1)
  4635. BrownBear.Font = Enum.Font.Fantasy
  4636. BrownBear.Text = "Brown Bear"
  4637. BrownBear.TextSize = 16
  4638.  
  4639. PandaBear.Name = "PandaBear"
  4640. PandaBear.Parent = WayPointsFrame
  4641. PandaBear.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  4642. PandaBear.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  4643. PandaBear.Position = UDim2.new(0, 5, 0, 105)
  4644. PandaBear.Size = UDim2.new(0, 180, 0, 20)
  4645. PandaBear.TextColor3 = Color3.new(1, 1, 1)
  4646. PandaBear.Font = Enum.Font.Fantasy
  4647. PandaBear.Text = "Panda Bear"
  4648. PandaBear.TextSize = 16
  4649.  
  4650. PolarBear.Name = "PolarBear"
  4651. PolarBear.Parent = WayPointsFrame
  4652. PolarBear.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  4653. PolarBear.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  4654. PolarBear.Position = UDim2.new(0, 5, 0, 130)
  4655. PolarBear.Size = UDim2.new(0, 180, 0, 20)
  4656. PolarBear.TextColor3 = Color3.new(1, 1, 1)
  4657. PolarBear.Font = Enum.Font.Fantasy
  4658. PolarBear.Text = "Polar Bear"
  4659. PolarBear.TextSize = 16
  4660.  
  4661. ScienceBear.Name = "ScienceBear"
  4662. ScienceBear.Parent = WayPointsFrame
  4663. ScienceBear.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  4664. ScienceBear.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  4665. ScienceBear.Position = UDim2.new(0, 5, 0, 155)
  4666. ScienceBear.Size = UDim2.new(0, 180, 0, 20)
  4667. ScienceBear.TextColor3 = Color3.new(1, 1, 1)
  4668. ScienceBear.Font = Enum.Font.Fantasy
  4669. ScienceBear.Text = "Science Bear"
  4670. ScienceBear.TextSize = 16
  4671.  
  4672. BeeShop.Name = "BeeShop"
  4673. BeeShop.Parent = WayPointsFrame
  4674. BeeShop.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  4675. BeeShop.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  4676. BeeShop.Position = UDim2.new(0, 5, 0, 180)
  4677. BeeShop.Size = UDim2.new(0, 180, 0, 20)
  4678. BeeShop.TextColor3 = Color3.new(1, 1, 1)
  4679. BeeShop.Font = Enum.Font.Fantasy
  4680. BeeShop.Text = "Bees Shop"
  4681. BeeShop.TextSize = 16
  4682.  
  4683. TPShop.Name = "TPShop"
  4684. TPShop.Parent = WayPointsFrame
  4685. TPShop.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  4686. TPShop.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  4687. TPShop.Position = UDim2.new(0, 5, 0, 205)
  4688. TPShop.Size = UDim2.new(0, 180, 0, 20)
  4689. TPShop.TextColor3 = Color3.new(1, 1, 1)
  4690. TPShop.Font = Enum.Font.Fantasy
  4691. TPShop.Text = "Basic Tools Shop"
  4692. TPShop.TextSize = 16
  4693.  
  4694. TPShop2.Name = "TPShop2"
  4695. TPShop2.Parent = WayPointsFrame
  4696. TPShop2.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  4697. TPShop2.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  4698. TPShop2.Position = UDim2.new(0, 5, 0, 230)
  4699. TPShop2.Size = UDim2.new(0, 180, 0, 20)
  4700. TPShop2.TextColor3 = Color3.new(1, 1, 1)
  4701. TPShop2.Font = Enum.Font.Fantasy
  4702. TPShop2.Text = "Advanced Tools Shop"
  4703. TPShop2.TextSize = 16
  4704.  
  4705. SunflowerField.Name = "SunflowerField"
  4706. SunflowerField.Parent = WayPointsFrame
  4707. SunflowerField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  4708. SunflowerField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  4709. SunflowerField.Position = UDim2.new(0, 190, 0, 30)
  4710. SunflowerField.Size = UDim2.new(0, 180, 0, 20)
  4711. SunflowerField.TextColor3 = Color3.new(1, 1, 1)
  4712. SunflowerField.Font = Enum.Font.Fantasy
  4713. SunflowerField.Text = "Sunflower Field"
  4714. SunflowerField.TextSize = 16
  4715.  
  4716. MushRoomField.Name = "MushRoomField"
  4717. MushRoomField.Parent = WayPointsFrame
  4718. MushRoomField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  4719. MushRoomField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  4720. MushRoomField.Position = UDim2.new(0, 190, 0, 55)
  4721. MushRoomField.Size = UDim2.new(0, 180, 0, 20)
  4722. MushRoomField.TextColor3 = Color3.new(1, 1, 1)
  4723. MushRoomField.Font = Enum.Font.Fantasy
  4724. MushRoomField.Text = "MushRoom Field"
  4725. MushRoomField.TextSize = 16
  4726.  
  4727. DandelionField.Name = "DandelionField"
  4728. DandelionField.Parent = WayPointsFrame
  4729. DandelionField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  4730. DandelionField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  4731. DandelionField.Position = UDim2.new(0, 190, 0, 80)
  4732. DandelionField.Size = UDim2.new(0, 180, 0, 20)
  4733. DandelionField.TextColor3 = Color3.new(1, 1, 1)
  4734. DandelionField.Font = Enum.Font.Fantasy
  4735. DandelionField.Text = "Dandelion Field"
  4736. DandelionField.TextSize = 16
  4737.  
  4738. BlueField.Name = "BlueField"
  4739. BlueField.Parent = WayPointsFrame
  4740. BlueField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  4741. BlueField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  4742. BlueField.Position = UDim2.new(0, 190, 0, 105)
  4743. BlueField.Size = UDim2.new(0, 180, 0, 20)
  4744. BlueField.TextColor3 = Color3.new(1, 1, 1)
  4745. BlueField.Font = Enum.Font.Fantasy
  4746. BlueField.Text = "Blue Flower Field"
  4747. BlueField.TextSize = 16
  4748.  
  4749. CloverField.Name = "CloverField"
  4750. CloverField.Parent = WayPointsFrame
  4751. CloverField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  4752. CloverField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  4753. CloverField.Position = UDim2.new(0, 190, 0, 130)
  4754. CloverField.Size = UDim2.new(0, 180, 0, 20)
  4755. CloverField.TextColor3 = Color3.new(1, 1, 1)
  4756. CloverField.Font = Enum.Font.Fantasy
  4757. CloverField.Text = "Clover Field"
  4758. CloverField.TextSize = 16
  4759.  
  4760. StrawBerryField.Name = "StrawBerryField"
  4761. StrawBerryField.Parent = WayPointsFrame
  4762. StrawBerryField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  4763. StrawBerryField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  4764. StrawBerryField.Position = UDim2.new(0, 190, 0, 155)
  4765. StrawBerryField.Size = UDim2.new(0, 180, 0, 20)
  4766. StrawBerryField.TextColor3 = Color3.new(1, 1, 1)
  4767. StrawBerryField.Font = Enum.Font.Fantasy
  4768. StrawBerryField.Text = "StrawBerry Field"
  4769. StrawBerryField.TextSize = 16
  4770.  
  4771. SpiderField.Name = "SpiderField"
  4772. SpiderField.Parent = WayPointsFrame
  4773. SpiderField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  4774. SpiderField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  4775. SpiderField.Position = UDim2.new(0, 190, 0, 180)
  4776. SpiderField.Size = UDim2.new(0, 180, 0, 20)
  4777. SpiderField.TextColor3 = Color3.new(1, 1, 1)
  4778. SpiderField.Font = Enum.Font.Fantasy
  4779. SpiderField.Text = "Spider Field"
  4780. SpiderField.TextSize = 16
  4781.  
  4782. BamBooField.Name = "BamBooField"
  4783. BamBooField.Parent = WayPointsFrame
  4784. BamBooField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  4785. BamBooField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  4786. BamBooField.Position = UDim2.new(0, 190, 0, 205)
  4787. BamBooField.Size = UDim2.new(0, 180, 0, 20)
  4788. BamBooField.TextColor3 = Color3.new(1, 1, 1)
  4789. BamBooField.Font = Enum.Font.Fantasy
  4790. BamBooField.Text = "BamBoo Field"
  4791. BamBooField.TextSize = 16
  4792.  
  4793. RoseField.Name = "RoseField"
  4794. RoseField.Parent = WayPointsFrame
  4795. RoseField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  4796. RoseField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  4797. RoseField.Position = UDim2.new(0, 190, 0, 230)
  4798. RoseField.Size = UDim2.new(0, 180, 0, 20)
  4799. RoseField.TextColor3 = Color3.new(1, 1, 1)
  4800. RoseField.Font = Enum.Font.Fantasy
  4801. RoseField.Text = "Rose Field"
  4802. RoseField.TextSize = 16
  4803.  
  4804. PineTreeField.Name = "PineTreeField"
  4805. PineTreeField.Parent = WayPointsFrame
  4806. PineTreeField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  4807. PineTreeField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  4808. PineTreeField.Position = UDim2.new(0, 190, 0, 255)
  4809. PineTreeField.Size = UDim2.new(0, 180, 0, 20)
  4810. PineTreeField.TextColor3 = Color3.new(1, 1, 1)
  4811. PineTreeField.Font = Enum.Font.Fantasy
  4812. PineTreeField.Text = "PineTree Field"
  4813. PineTreeField.TextSize = 16
  4814.  
  4815. CactusField.Name = "CactusField"
  4816. CactusField.Parent = WayPointsFrame
  4817. CactusField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  4818. CactusField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  4819. CactusField.Position = UDim2.new(0, 190, 0, 280)
  4820. CactusField.Size = UDim2.new(0, 180, 0, 20)
  4821. CactusField.TextColor3 = Color3.new(1, 1, 1)
  4822. CactusField.Font = Enum.Font.Fantasy
  4823. CactusField.Text = "Cactus Field"
  4824. CactusField.TextSize = 16
  4825.  
  4826. PumpkinField.Name = "PumpkinField"
  4827. PumpkinField.Parent = WayPointsFrame
  4828. PumpkinField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  4829. PumpkinField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  4830. PumpkinField.Position = UDim2.new(0, 190, 0, 305)
  4831. PumpkinField.Size = UDim2.new(0, 180, 0, 20)
  4832. PumpkinField.TextColor3 = Color3.new(1, 1, 1)
  4833. PumpkinField.Font = Enum.Font.Fantasy
  4834. PumpkinField.Text = "Pumpkin Field"
  4835. PumpkinField.TextSize = 16
  4836.  
  4837. PineappleField.Name = "PineappleField"
  4838. PineappleField.Parent = WayPointsFrame
  4839. PineappleField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  4840. PineappleField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  4841. PineappleField.Position = UDim2.new(0, 5, 0, 280)
  4842. PineappleField.Size = UDim2.new(0, 180, 0, 20)
  4843. PineappleField.TextColor3 = Color3.new(1, 1, 1)
  4844. PineappleField.Font = Enum.Font.Fantasy
  4845. PineappleField.Text = "Pineapple Field"
  4846. PineappleField.TextSize = 16
  4847.  
  4848. MountainTopField.Name = "MountainTopField"
  4849. MountainTopField.Parent = WayPointsFrame
  4850. MountainTopField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  4851. MountainTopField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  4852. MountainTopField.Position = UDim2.new(0, 5, 0, 305)
  4853. MountainTopField.Size = UDim2.new(0, 180, 0, 20)
  4854. MountainTopField.TextColor3 = Color3.new(1, 1, 1)
  4855. MountainTopField.Font = Enum.Font.Fantasy
  4856. MountainTopField.Text = "Mountain Top Field"
  4857. MountainTopField.TextSize = 16
  4858.  
  4859. Players.Name = "Players"
  4860. Players.Parent = MainFrame
  4861. Players.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  4862. Players.BorderColor3 = Color3.new(0, 1, 0)
  4863. Players.Position = UDim2.new(0, 118, 0, 5)
  4864. Players.Size = UDim2.new(0, 60, 0, 20)
  4865. Players.BackgroundTransparency = 0
  4866. Players.Font = Enum.Font.Fantasy
  4867. Players.FontSize = Enum.FontSize.Size18
  4868. Players.TextColor3 = Color3.new(1, 1, 1)
  4869. Players.Text = "Players"
  4870. Players.TextSize = 17
  4871. Players.TextWrapped = true
  4872.  
  4873. PlayerFrame.Name = "PlayerFrame"
  4874. PlayerFrame.Parent = MainFrame
  4875. PlayerFrame.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  4876. PlayerFrame.BackgroundTransparency = 0.5
  4877. PlayerFrame.BorderColor3 = Color3.new(0, 0, 0)
  4878. PlayerFrame.Position = UDim2.new(0, 63, 0, 35)
  4879. PlayerFrame.Size = UDim2.new(0, 170, 0, 200)
  4880. PlayerFrame.VISIBLE = false
  4881.  
  4882. PlyrSel.Name = "PlyrSel"
  4883. PlyrSel.Parent = PlayerFrame
  4884. PlyrSel.BackgroundColor3 = Color3.new(1, 1, 1)
  4885. PlyrSel.BackgroundTransparency = 0.15
  4886. PlyrSel.BorderColor3 = Color3.new(0, 0, 0)
  4887. PlyrSel.Position = UDim2.new(0, 5, 0, 5)
  4888. PlyrSel.Size = UDim2.new(0, 160, 0, 20)
  4889. PlyrSel.Font = Enum.Font.SourceSans
  4890. PlyrSel.FontSize = Enum.FontSize.Size18
  4891. PlyrSel.Text = "SELECT A PLAYER"
  4892. PlyrSel.TextColor3 = Color3.new(0, 0, 0)
  4893. PlyrSel.TextScaled = true
  4894. PlyrSel.TextSize = 17
  4895. PlyrSel.TextWrapped = true
  4896.  
  4897. Player1.Name = "Player1"
  4898. Player1.Parent = PlayerFrame
  4899. Player1.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  4900. Player1.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  4901. Player1.Position = UDim2.new(0, 5, 0, 35)
  4902. Player1.Size = UDim2.new(0, 160, 0, 20)
  4903. Player1.Font = Enum.Font.Fantasy
  4904. Player1.FontSize = Enum.FontSize.Size18
  4905. Player1.Text = ""
  4906. Player1.TextColor3 = Color3.new(1, 1, 1)
  4907. Player1.TextSize = 15
  4908. Player1.TextWrapped = true
  4909.  
  4910. Player2.Name = "Player2"
  4911. Player2.Parent = PlayerFrame
  4912. Player2.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  4913. Player2.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  4914. Player2.Position = UDim2.new(0, 5, 0, 60)
  4915. Player2.Size = UDim2.new(0, 160, 0, 20)
  4916. Player2.Font = Enum.Font.Fantasy
  4917. Player2.FontSize = Enum.FontSize.Size18
  4918. Player2.Text = ""
  4919. Player2.TextColor3 = Color3.new(1, 1, 1)
  4920. Player2.TextSize = 15
  4921. Player2.TextWrapped = true
  4922.  
  4923. Player3.Name = "Player3"
  4924. Player3.Parent = PlayerFrame
  4925. Player3.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  4926. Player3.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  4927. Player3.Position = UDim2.new(0, 5, 0, 85)
  4928. Player3.Size = UDim2.new(0, 160, 0, 20)
  4929. Player3.Font = Enum.Font.Fantasy
  4930. Player3.FontSize = Enum.FontSize.Size18
  4931. Player3.Text = ""
  4932. Player3.TextColor3 = Color3.new(1, 1, 1)
  4933. Player3.TextSize = 15
  4934. Player3.TextWrapped = true
  4935.  
  4936. Player4.Name = "Player4"
  4937. Player4.Parent = PlayerFrame
  4938. Player4.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  4939. Player4.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  4940. Player4.Position = UDim2.new(0, 5, 0, 110)
  4941. Player4.Size = UDim2.new(0, 160, 0, 20)
  4942. Player4.Font = Enum.Font.Fantasy
  4943. Player4.FontSize = Enum.FontSize.Size18
  4944. Player4.Text = ""
  4945. Player4.TextColor3 = Color3.new(1, 1, 1)
  4946. Player4.TextSize = 15
  4947. Player4.TextWrapped = true
  4948.  
  4949. Player5.Name = "Player5"
  4950. Player5.Parent = PlayerFrame
  4951. Player5.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  4952. Player5.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  4953. Player5.Position = UDim2.new(0, 5, 0, 135)
  4954. Player5.Size = UDim2.new(0, 160, 0, 20)
  4955. Player5.Font = Enum.Font.Fantasy
  4956. Player5.FontSize = Enum.FontSize.Size18
  4957. Player5.Text = ""
  4958. Player5.TextColor3 = Color3.new(1, 1, 1)
  4959. Player5.TextSize = 15
  4960. Player5.TextWrapped = true
  4961.  
  4962. TpPlayer.Name = "TpPlayer"
  4963. TpPlayer.Parent = PlayerFrame
  4964. TpPlayer.BackgroundColor3 = Color3.new(0.18, 0.18, 0.18)
  4965. TpPlayer.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  4966. TpPlayer.Position = UDim2.new(0, 5, 0, 165)
  4967. TpPlayer.Size = UDim2.new(0, 160, 0, 30)
  4968. TpPlayer.Font = Enum.Font.Fantasy
  4969. TpPlayer.FontSize = Enum.FontSize.Size18
  4970. TpPlayer.Text = "Teleport to Player"
  4971. TpPlayer.TextColor3 = Color3.new(1, 1, 1)
  4972. TpPlayer.TextWrapped = true
  4973. TpPlayer.TextSize = 17
  4974.  
  4975. PollenFarm.Name = "PollenFarm"
  4976. PollenFarm.Parent = MainFrame
  4977. PollenFarm.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  4978. PollenFarm.BorderColor3 = Color3.new(0, 1, 0)
  4979. PollenFarm.Position = UDim2.new(0, 183, 0, 5)
  4980. PollenFarm.Size = UDim2.new(0, 100, 0, 20)
  4981. PollenFarm.Font = Enum.Font.Fantasy
  4982. PollenFarm.FontSize = Enum.FontSize.Size18
  4983. PollenFarm.TextColor3 = Color3.new(1, 1, 1)
  4984. PollenFarm.Text = "Farm Pollen"
  4985. PollenFarm.TextSize = 17
  4986. PollenFarm.TextWrapped = true
  4987.  
  4988. FindTreasures.Name = "FindTreasures"
  4989. FindTreasures.Parent = MainFrame
  4990. FindTreasures.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  4991. FindTreasures.BorderColor3 = Color3.new(0, 1, 0)
  4992. FindTreasures.Position = UDim2.new(0, 288, 0, 5)
  4993. FindTreasures.Size = UDim2.new(0, 130, 0, 20)
  4994. FindTreasures.BackgroundTransparency = 0
  4995. FindTreasures.Font = Enum.Font.Fantasy
  4996. FindTreasures.TextColor3 = Color3.new(1, 1, 1)
  4997. FindTreasures.Text = "Collect Treasures"
  4998. FindTreasures.TextSize = 17
  4999. FindTreasures.TextWrapped = true
  5000.  
  5001. FindTreasuresText1.Name = "FindTreasuresText1"
  5002. FindTreasuresText1.Parent = MainFrame
  5003. FindTreasuresText1.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  5004. FindTreasuresText1.BorderColor3 = Color3.new(0, 0, 0)
  5005. FindTreasuresText1.BackgroundTransparency = 0.1
  5006. FindTreasuresText1.Position = UDim2.new(0, 258, 0, 32)
  5007. FindTreasuresText1.Size = UDim2.new(0, 190, 0, 85)
  5008. FindTreasuresText1.TextColor3 = Color3.new(1, 1, 1)
  5009. FindTreasuresText1.Font = Enum.Font.Fantasy
  5010. FindTreasuresText1.Text = "This will Teleport you to all the hidden treasures on the map. It will only work once\nas the treasures do not respawn."
  5011. FindTreasuresText1.TextSize = 16
  5012. FindTreasuresText1.TextWrapped = true
  5013. FindTreasuresText1.ZIndex = 6
  5014. FindTreasuresText1.VISIBLE = false
  5015. FindTreasuresText1.TextYAlignment = Enum.TextYAlignment.Top
  5016.  
  5017. ExtrasScreen.Name = "ExtrasScreen"
  5018. ExtrasScreen.Parent = MainFrame
  5019. ExtrasScreen.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  5020. ExtrasScreen.BorderColor3 = Color3.new(0, 1, 0)
  5021. ExtrasScreen.Position = UDim2.new(0, 423, 0, 5)
  5022. ExtrasScreen.Size = UDim2.new(0, 50, 0, 20)
  5023. ExtrasScreen.BackgroundTransparency = 0
  5024. ExtrasScreen.Font = Enum.Font.Fantasy
  5025. ExtrasScreen.TextColor3 = Color3.new(1, 1, 1)
  5026. ExtrasScreen.Text = "Extras"
  5027. ExtrasScreen.TextSize = 17
  5028. ExtrasScreen.TextWrapped = true
  5029.  
  5030. ExtrasFrame.Name = "ExtrasFrame"
  5031. ExtrasFrame.Parent = MainFrame
  5032. ExtrasFrame.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  5033. ExtrasFrame.BorderColor3 = Color3.new(0, 0, 0)
  5034. ExtrasFrame.BackgroundTransparency = 0.5
  5035. ExtrasFrame.Position = UDim2.new(0, 363, 0, 35)
  5036. ExtrasFrame.Size = UDim2.new(0, 170, 0, 80)
  5037. ExtrasFrame.VISIBLE = false
  5038.  
  5039. NoClip.Name = "NoClip"
  5040. NoClip.Parent = ExtrasFrame
  5041. NoClip.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  5042. NoClip.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  5043. NoClip.Position = UDim2.new(0, 5, 0, 5)
  5044. NoClip.Size = UDim2.new(0, 160, 0, 20)
  5045. NoClip.Font = Enum.Font.Fantasy
  5046. NoClip.FontSize = Enum.FontSize.Size18
  5047. NoClip.TextColor3 = Color3.new(1, 1, 1)
  5048. NoClip.Text = "Enable NoClip"
  5049. NoClip.TextSize = 17
  5050. NoClip.TextWrapped = true
  5051.  
  5052. TPTool.Name = "TPTool"
  5053. TPTool.Parent = ExtrasFrame
  5054. TPTool.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  5055. TPTool.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  5056. TPTool.Position = UDim2.new(0, 5, 0, 30)
  5057. TPTool.Size = UDim2.new(0, 160, 0, 20)
  5058. TPTool.TextColor3 = Color3.new(1, 1, 1)
  5059. TPTool.Font = Enum.Font.Fantasy
  5060. TPTool.FontSize = Enum.FontSize.Size18
  5061. TPTool.Text = "Add TPTool"
  5062. TPTool.TextSize = 16
  5063.  
  5064. ReJoinServer.Name = "ReJoinServer"
  5065. ReJoinServer.Parent = ExtrasFrame
  5066. ReJoinServer.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  5067. ReJoinServer.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  5068. ReJoinServer.Position = UDim2.new(0, 5, 0, 55)
  5069. ReJoinServer.Size = UDim2.new(0, 160, 0, 20)
  5070. ReJoinServer.TextColor3 = Color3.new(1, 1, 1)
  5071. ReJoinServer.Font = Enum.Font.Fantasy
  5072. ReJoinServer.Text = "ReJoin a Server"
  5073. ReJoinServer.TextSize = 16
  5074. ReJoinServer.TextWrapped = true
  5075.  
  5076. InfoScreen.Name = "InfoScreen"
  5077. InfoScreen.Parent = MainFrame
  5078. InfoScreen.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  5079. InfoScreen.BorderColor3 = Color3.new(0, 1, 0)
  5080. InfoScreen.Position = UDim2.new(0, 478, 0, 5)
  5081. InfoScreen.Size = UDim2.new(0, 50, 0, 20)
  5082. InfoScreen.BackgroundTransparency = 0
  5083. InfoScreen.Font = Enum.Font.Fantasy
  5084. InfoScreen.TextColor3 = Color3.new(1, 1, 1)
  5085. InfoScreen.Text = "Info"
  5086. InfoScreen.TextSize = 17
  5087. InfoScreen.TextWrapped = true
  5088.  
  5089. InfoFrame.Name = "InfoFrame"
  5090. InfoFrame.Parent = MainFrame
  5091. InfoFrame.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  5092. InfoFrame.BorderColor3 = Color3.new(0, 0, 0)
  5093. InfoFrame.BackgroundTransparency = 0.1
  5094. InfoFrame.Position = UDim2.new(0, 333, 0, 35)
  5095. InfoFrame.Size = UDim2.new(0, 200, 0, 130)
  5096. InfoFrame.VISIBLE = false
  5097.  
  5098. InfoText1.Name = "InfoText1"
  5099. InfoText1.Parent = InfoFrame
  5100. InfoText1.BackgroundColor3 = Color3.new(0, 0, 0)
  5101. InfoText1.BorderColor3 = Color3.new(0, 0, 0)
  5102. InfoText1.BackgroundTransparency = 1
  5103. InfoText1.Position = UDim2.new(0, 5, 0, 5)
  5104. InfoText1.Size = UDim2.new(0, 190, 0, 130)
  5105. InfoText1.TextColor3 = Color3.new(1, 1, 1)
  5106. InfoText1.Font = Enum.Font.Fantasy
  5107. InfoText1.Text = "This Gui was created by LuckyMMB@V3rmillion.net\nDiscord https://discord.gg/GKzJnUC\n\nCredits:\nsirelKilla @ v3rmillion for the pollen farming script"
  5108. InfoText1.TextSize = 15
  5109. InfoText1.TextWrapped = true
  5110. InfoText1.TextYAlignment = Enum.TextYAlignment.Top
  5111.  
  5112. function notify(msg)
  5113. game.StarterGui:SetCore('SendNotification', {
  5114. Title = 'Bee Swarm LuckyGUI';
  5115. Text = msg;
  5116. Duration = 5;
  5117. })
  5118. end
  5119.  
  5120. --- Close ---
  5121.  
  5122. Close.MouseButton1Down:connect(function()
  5123. MainGUI:Destroy()
  5124. end)
  5125.  
  5126. --- Menus ---
  5127.  
  5128. local Menus = {
  5129.     [WayPoints] = WayPointsFrame;
  5130.     [ExtrasScreen] = ExtrasFrame;
  5131.     [InfoScreen] = InfoFrame;
  5132.     [Players] = PlayerFrame;
  5133. }
  5134. for button,frame IN pairs(Menus) do
  5135.     button.MouseButton1Click:connect(function()
  5136.         if frame.VISIBLE then
  5137.             frame.VISIBLE = false
  5138.             return
  5139.         end
  5140.         for k,v IN pairs(Menus) do
  5141.             v.VISIBLE = v == frame
  5142.         end
  5143.     end)
  5144. end
  5145.  
  5146. --- Snow Menus Show Hide ---
  5147.  
  5148. FindTreasures.MouseEnter:connect(function()
  5149.     FindTreasuresText1.VISIBLE = true
  5150. end)
  5151.  
  5152. FindTreasures.MouseLeave:connect(function()
  5153.     FindTreasuresText1.VISIBLE = false
  5154. end)
  5155.  
  5156. --- WayPoints ---
  5157.  
  5158. local WayPoints = {
  5159. ["Black Bear"] = CFrame.new(-258.1, 5, 299.7),
  5160. ["Brown Bear"] = CFrame.new(282, 46, 236),
  5161. ["Panda Bear"] = CFrame.new(106.3, 35, 50.1),
  5162. ["Polar Bear"] = CFrame.new(-106, 119, -77),
  5163. ["Science Bear"] = CFrame.new(267, 103, 20),
  5164. ["Bee Shop"] = CFrame.new(-136.8, 4.6, 243.4),
  5165. ["Tool Shop"] = CFrame.new(86, 4.6, 294),
  5166. ["Tool Shop 2"] = CFrame.new(165, 69, -161),
  5167. ["Clover Field"] = CFrame.new(174, 34, 189),
  5168. ["Mushroom Field"] = CFrame.new(-258.1, 5, 299.7),
  5169. ["Spider Field"] = CFrame.new(-57.2, 20, -5.3),
  5170. ["Blue Field"] = CFrame.new(113.7, 4, 101.5),
  5171. ["Sunflower Field"] = CFrame.new(-208, 4, 185),
  5172. ["StrawBerry Field"] = CFrame.new(-169.3, 20, -3.2),
  5173. ["Red Field"] = CFrame.new(-258.1, 5, 299.7),
  5174. ["Dandelion Field"] = CFrame.new(-30, 4, 225),
  5175. ["BamBoo Field"] = CFrame.new(93, 20, -25),
  5176. ["Rose Field"] = CFrame.new(-322, 20, 124),
  5177. ["Mushroom Field"] = CFrame.new(-94, 5, 116),
  5178. ["Cactus Field"] = CFrame.new(-194, 68, -107),
  5179. ["Pumpkin Field"] = CFrame.new(-194, 68, -182),
  5180. ["MountainTop Field"] = CFrame.new(76, 176, -181),
  5181. ["PineTree Field"] = CFrame.new(-318, 68, -150),
  5182. ["Pineapple Field"] = CFrame.new(262, 68, -201)
  5183. }
  5184.  
  5185. ReturnToHive.MouseButton1Down:connect(function()
  5186.     local player = game:GetService("Players").LocalPlayer
  5187.     player.Character:MoveTo(player.SpawnPos.Value.p)
  5188.     notify'Teleported to Hive'
  5189. end)
  5190.  
  5191. BlackBear.MouseButton1Down:connect(function()
  5192.     local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  5193.     uTorso.CFrame = WayPoints["Black Bear"]
  5194.     notify'Teleported to Black Bear'
  5195. end)
  5196.  
  5197. BrownBear.MouseButton1Down:connect(function()
  5198.     local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  5199.     uTorso.CFrame = WayPoints["Brown Bear"]
  5200.     notify'Teleported to Brown Bear'
  5201. end)
  5202.  
  5203. PandaBear.MouseButton1Down:connect(function()
  5204.     local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  5205.     uTorso.CFrame = WayPoints["Panda Bear"]
  5206.     notify'Teleported to Panda Bear'
  5207. end)
  5208.  
  5209. PolarBear.MouseButton1Down:connect(function()
  5210.     local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  5211.     uTorso.CFrame = WayPoints["Polar Bear"]
  5212.     notify'Teleported to Polar Bear'
  5213. end)
  5214.  
  5215. ScienceBear.MouseButton1Down:connect(function()
  5216.     local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  5217.     uTorso.CFrame = WayPoints["Science Bear"]
  5218.     notify'Teleported to Science Bear'
  5219. end)
  5220.  
  5221. BeeShop.MouseButton1Down:connect(function()
  5222.     local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  5223.     uTorso.CFrame = WayPoints["Bee Shop"]
  5224.     notify'Teleported to Bee Shop'
  5225. end)
  5226.  
  5227. TPShop.MouseButton1Down:connect(function()
  5228.     local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  5229.     uTorso.CFrame = WayPoints["Tool Shop"]
  5230.     notify'Teleported to Basic Tool Shop'
  5231. end)
  5232.  
  5233. TPShop2.MouseButton1Down:connect(function()
  5234.     local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  5235.     uTorso.CFrame = WayPoints["Tool Shop 2"]
  5236.     notify'Teleported to Advanced Tool Shop'
  5237. end)
  5238.  
  5239. MushRoomField.MouseButton1Down:connect(function()
  5240.     local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  5241.     uTorso.CFrame = WayPoints["Mushroom Field"]
  5242.     notify'Teleported to Mushroom Field'
  5243. end)
  5244.  
  5245. StrawBerryField.MouseButton1Down:connect(function()
  5246.     local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  5247.     uTorso.CFrame = WayPoints["StrawBerry Field"]
  5248.     notify'Teleported to StrawBerry Field'
  5249. end)
  5250.  
  5251. CloverField.MouseButton1Down:connect(function()
  5252.     local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  5253.     uTorso.CFrame = WayPoints["Clover Field"]
  5254.     notify'Teleported to Clover Field'
  5255. end)
  5256.  
  5257. SpiderField.MouseButton1Down:connect(function()
  5258.     local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  5259.     uTorso.CFrame = WayPoints["Spider Field"]
  5260.     notify'Teleported to Spider Field'
  5261. end)
  5262.  
  5263. BlueField.MouseButton1Down:connect(function()
  5264.     local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  5265.     uTorso.CFrame = WayPoints["Blue Field"]
  5266.     notify'Teleported to Blue Field'
  5267. end)
  5268.  
  5269. SunflowerField.MouseButton1Down:connect(function()
  5270.     local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  5271.     uTorso.CFrame = WayPoints["Sunflower Field"]
  5272.     notify'Teleported to Sunflower Field'
  5273. end)
  5274.  
  5275. DandelionField.MouseButton1Down:connect(function()
  5276.     local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  5277.     uTorso.CFrame = WayPoints["Dandelion Field"]
  5278.     notify'Teleported to Dandelion Field'
  5279. end)
  5280.  
  5281. BamBooField.MouseButton1Down:connect(function()
  5282.     local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  5283.     uTorso.CFrame = WayPoints["BamBoo Field"]
  5284.     notify'Teleported to BamBoo Field'
  5285. end)
  5286.  
  5287. RoseField.MouseButton1Down:connect(function()
  5288.     local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  5289.     uTorso.CFrame = WayPoints["Rose Field"]
  5290.     notify'Teleported to Rose Field'
  5291. end)
  5292.  
  5293. CactusField.MouseButton1Down:connect(function()
  5294.     local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  5295.     uTorso.CFrame = WayPoints["Cactus Field"]
  5296.     notify'Teleported to BamBoo Field'
  5297. end)
  5298.  
  5299. PumpkinField.MouseButton1Down:connect(function()
  5300.     local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  5301.     uTorso.CFrame = WayPoints["Pumpkin Field"]
  5302.     notify'Teleported to BamBoo Field'
  5303. end)
  5304.  
  5305. PineTreeField.MouseButton1Down:connect(function()
  5306.     local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  5307.     uTorso.CFrame = WayPoints["PineTree Field"]
  5308.     notify'Teleported to BamBoo Field'
  5309. end)
  5310.  
  5311. MountainTopField.MouseButton1Down:connect(function()
  5312.     local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  5313.     uTorso.CFrame = WayPoints["MountainTop Field"]
  5314.     notify'Teleported to Mountain Top Field'
  5315. end)
  5316.  
  5317. PineappleField.MouseButton1Down:connect(function()
  5318.     local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  5319.     uTorso.CFrame = WayPoints["Pineapple Field"]
  5320.     notify'Teleported to Pineapple Field'
  5321. end)
  5322.  
  5323. -- Show Location --
  5324.  
  5325. spawn (function()
  5326.     WHILE true do
  5327.         function round(num, numDecimalPlaces)
  5328.             local mult = 10^(numDecimalPlaces or 0)
  5329.             return math.floor(num * mult + 0.5) / mult
  5330.         end
  5331.         LocationX = round(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.x, 0)
  5332.         LocationY = round(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.y, 0)
  5333.         LocationZ = round(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.z, 0)
  5334.         ShowLocation.Text = "Coords: "..LocationX..", "..LocationY..", "..LocationZ
  5335.         wait(0.5)
  5336.     end
  5337. end)
  5338.  
  5339. SetLocation.MouseButton1Down:connect(function()
  5340.     function round(num, numDecimalPlaces)
  5341.         local mult = 10^(numDecimalPlaces or 0)
  5342.         return math.floor(num * mult + 0.5) / mult
  5343.     end
  5344.     setlocationx = round(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.x, 0)
  5345.     setlocationy = round(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.y, 0)
  5346.     setlocationz = round(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.z, 0)
  5347.     print("Set Custom Location: "..setlocationx..", "..setlocationy..", "..setlocationz)
  5348.     SetLocation.Text = setlocationx..","..setlocationy..","..setlocationz
  5349.     CustomLocationSet = true
  5350. end)
  5351.  
  5352. --- TP to custom location ---
  5353.  
  5354. TPLocation.MouseButton1Down:connect(function()
  5355.     if CustomLocationSet == true then
  5356.         local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  5357.         uTorso.CFrame = CFrame.new(setlocationx, setlocationy, setlocationz)
  5358.     end
  5359. end)
  5360.  
  5361. --- Player Teleport ---
  5362.    
  5363. local buttons = {
  5364.     Player1,
  5365.     Player2,
  5366.     Player3,
  5367.     Player4,
  5368.     Player5
  5369. }
  5370. for i, v IN pairs(game.Players:GetChildren()) do
  5371.     buttons[i].Text = v.Name
  5372.     buttons[i].VISIBLE = true
  5373. end
  5374. game.Players.PlayerRemoving:connect(function()
  5375.     for i, v IN pairs(game.Players:GetChildren()) do
  5376.         buttons[i].Text = v.Name
  5377.         buttons[i].VISIBLE = true
  5378.     end
  5379. end)
  5380. game.Players.PlayerAdded:connect(function()
  5381.     for i, v IN pairs(game.Players:GetChildren()) do
  5382.         buttons[i].Text = v.Name
  5383.         buttons[i].VISIBLE = true
  5384.     end
  5385. end)
  5386.    
  5387.     Player1.MouseButton1Down:connect(function()
  5388.       PlyrSel.Text = Player1.Text
  5389.     end)
  5390.     Player2.MouseButton1Down:connect(function()
  5391.       PlyrSel.Text = Player2.Text
  5392.     end)
  5393.     Player3.MouseButton1Down:connect(function()
  5394.       PlyrSel.Text = Player3.Text
  5395.     end)
  5396.     Player4.MouseButton1Down:connect(function()
  5397.       PlyrSel.Text = Player4.Text
  5398.     end)
  5399.     Player5.MouseButton1Down:connect(function()
  5400.       PlyrSel.Text = Player5.Text
  5401.     end)
  5402.    
  5403.     TpPlayer.MouseButton1Down:connect(function()
  5404.       if PlyrSel.Text == "SELECT A PLAYER" then
  5405.         warn("No Player Selected")
  5406.       else
  5407.         game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace[PlyrSel.Text].HumanoidRootPart.CFrame
  5408.       end
  5409.     end)
  5410.  
  5411. -- Find Hidden Treasures --
  5412.  
  5413. FindTreasures.MouseButton1Down:connect(function()
  5414.     local player = game:GetService("Players").LocalPlayer
  5415.     local function collecttreasure(treasure)
  5416.         for i,v IN ipairs(treasure:GetChildren()) do
  5417.             if v.Parent then
  5418.                 player.Character:MoveTo(v.Position)
  5419.             end
  5420.         wait(1)
  5421.         end
  5422.     end
  5423.     collecttreasure(workspace.TreasureCollectibles)
  5424.     wait(1)
  5425.     player.Character:MoveTo(player.SpawnPos.Value.p)
  5426. end)
  5427.  
  5428. --- NoClip ---
  5429.  
  5430. noclip = false
  5431. game:GetService('RunService').Stepped:connect(function()
  5432. if noclip then
  5433. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  5434. end
  5435. end)
  5436. NoClip.MouseButton1Down:connect(function()
  5437. noclip = NOT noclip
  5438. if NoClip.Text == "Enable NoClip" then
  5439.     NoClip.Text = "Disable NoClip"
  5440.     NoClip.BackgroundColor3 = Color3.new(0, 0.5, 0)
  5441. else
  5442.     NoClip.Text = "Enable NoClip"
  5443.     NoClip.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  5444. end
  5445. end)
  5446.  
  5447. --- TP Tool ---
  5448.  
  5449. TPTool.MouseButton1Down:connect(function()
  5450.     local Tele = Instance.new("Tool", game.Players.LocalPlayer.Backpack)
  5451.     Tele.RequiresHandle = false
  5452.     Tele.RobloxLocked = true
  5453.     Tele.Name = "TPTool"
  5454.     Tele.ToolTip = "Teleport Tool"
  5455.     Tele.Equipped:connect(function(Mouse)
  5456.         Mouse.Button1Down:connect(function()
  5457.             if Mouse.Target then
  5458.                 game.Workspace:FindFirstChild(game.Players.LocalPlayer.Name).HumanoidRootPart.CFrame = (CFrame.new(Mouse.Hit.x, Mouse.Hit.y + 5, Mouse.Hit.z))
  5459.             end
  5460.         end)
  5461.     end)
  5462.     notify'TP Tool added to your Backpack'
  5463.  
  5464. end)
  5465.  
  5466. --- Pollen Farm ---
  5467.  
  5468. PollenFarm.MouseButton1Click:connect(function()
  5469.     if PollenFarmActive ~= true then
  5470.         PollenFarmActive = true
  5471.         PollenFarm.Text = "Stop Farming"
  5472.         PollenFarm.BackgroundColor3 = Color3.new(0, 0.5, 0)
  5473.         if PollenFarmActive then
  5474.             local player = game:GetService("Players").LocalPlayer
  5475.             local currp
  5476.             workspace.Collectibles.ChildAdded:Connect(function(part)
  5477.                 wait(0.5)
  5478.                 if currp AND (part.Position-currp).magnitude < 50 then
  5479.                     player.Character:MoveTo(part.Position)
  5480.                     wait(0.3)
  5481.                     player.Character:MoveTo(currp)
  5482.                 end
  5483.             end)
  5484.             local pollenLbl = player.Character:FindFirstChild("ProgressLabel",true)
  5485.             if NOT pollenLbl then
  5486.                 error("Backpack not found")
  5487.             end
  5488.             local maxpollen = tonumber(pollenLbl.Text:match("%d+$"))
  5489.             local pollenTool = player.Character:FindFirstChildOfClass("Tool") or player.Backpack:FindFirstChildOfClass("Tool")
  5490.             if pollenTool==nil or pollenTool:FindFirstChild("ClickEvent")==nil then
  5491.                 error("Tool not found")
  5492.             end
  5493.  
  5494.             local fieldpos = {Vector3.new(-210,3.3,218.1),Vector3.new(-210,3.3,161.5),Vector3.new(-210,3.3,101.6)}
  5495.             local posIndex=0
  5496.             WHILE PollenFarmActive do
  5497.                 --collect pollen
  5498.                 pollenTool.Parent = player.Character
  5499.                 wait(0.1)
  5500.                 WHILE PollenFarmActive AND player.leaderstats.Pollen.Value<maxpollen do
  5501.                     posIndex=posIndex+1
  5502.                     if posIndex>#fieldpos then posIndex=1 end
  5503.                     for rot=1,4 do
  5504.                         if NOT PollenFarmActive then break end
  5505.                         local angle = CFrame.Angles(0,math.pi*.5*rot,0)
  5506.                         currp = fieldpos[posIndex]+angle.lookVector*4
  5507.                         player.Character.HumanoidRootPart.CFrame=CFrame.new(currp)*angle
  5508.                         for i=1,20 do
  5509.                             if NOT PollenFarmActive then break end
  5510.                             wait(0.2)
  5511.                             pollenTool.ClickEvent:FireServer(currp)
  5512.                         end
  5513.                         if player.leaderstats.Pollen.Value+1>maxpollen then break end
  5514.                     end
  5515.                 end
  5516.                 --turn to honey
  5517.                 currp=nil
  5518.                 player.Character:MoveTo(player.SpawnPos.Value.p)
  5519.                 wait(0.5)
  5520.                 game:GetService("ReplicatedStorage").Events.PlayerHiveCommand:FireServer("ToggleHoneyMaking")
  5521.                 repeat wait(0.5) until player.leaderstats.Pollen.Value<1
  5522.             end
  5523.         end
  5524.     else
  5525.         PollenFarmActive = false
  5526.         notify'Pollen Farming Ended'
  5527.         PollenFarm.Text = "Farm Pollen"
  5528.         PollenFarm.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  5529.         local player = game:GetService("Players").LocalPlayer
  5530.         currp=nil
  5531.         player.Character:MoveTo(player.SpawnPos.Value.p)
  5532.     end
  5533. end)
  5534.  
  5535. --- ReJoin Server ---
  5536.  
  5537. ReJoinServer.MouseButton1Down:connect(function()
  5538.     local placeId = 1537690962
  5539.     game:GetService("TeleportService"):Teleport(placeId)
  5540. end)
  5541.  
  5542. --- End ---
  5543.  
  5544.  
  5545. -- Bee Swarm Simulator Gui Created by LuckyMMB @ V3rmillion.net --
  5546. -- Discord https://discord.gg/GKzJnUC --
  5547.  
  5548. AntiAFKMode = "Nothing"
  5549. PollenFarmActive = false
  5550.  
  5551. -- Objects
  5552.  
  5553. local MainGUI = Instance.new("ScreenGui")
  5554. local MainFrame = Instance.new("Frame")
  5555. local Close = Instance.new("TextButton")
  5556. local WayPoints = Instance.new("TextButton")
  5557. local WayPointsFrame = Instance.new("Frame")
  5558. local ShowLocation = Instance.new("TextLabel")
  5559. local SetLocation = Instance.new("TextButton")
  5560. local TPLocation = Instance.new("TextButton")
  5561. local TPShop = Instance.new("TextButton")
  5562. local ReturnToHive = Instance.new("TextButton")
  5563. local TPShop2 = Instance.new("TextButton")
  5564. local BeeShop = Instance.new("TextButton")
  5565. local BlackBear = Instance.new("TextButton")
  5566. local BrownBear = Instance.new("TextButton")
  5567. local PandaBear = Instance.new("TextButton")
  5568. local PolarBear = Instance.new("TextButton")
  5569. local ScienceBear = Instance.new("TextButton")
  5570. local StrawBerryField = Instance.new("TextButton")
  5571. local PumpkinField = Instance.new("TextButton")
  5572. local SunflowerField = Instance.new("TextButton")
  5573. local CloverField = Instance.new("TextButton")
  5574. local SpiderField = Instance.new("TextButton")
  5575. local MushRoomField = Instance.new("TextButton")
  5576. local BamBooField = Instance.new("TextButton")
  5577. local DandelionField = Instance.new("TextButton")
  5578. local PineappleField = Instance.new("TextButton")
  5579. local BlueField = Instance.new("TextButton")
  5580. local RoseField = Instance.new("TextButton")
  5581. local CactusField = Instance.new("TextButton")
  5582. local PineTreeField = Instance.new("TextButton")
  5583. local MountainTopField = Instance.new("TextButton")
  5584. local Players = Instance.new("TextButton")
  5585. local PlayerFrame = Instance.new("Frame")
  5586. local PlayerList = Instance.new("Frame")
  5587. local PlayerListBox = Instance.new("Frame")
  5588. local PlyrSel = Instance.new("TextLabel")
  5589. local Player1 = Instance.new("TextButton")
  5590. local Player2 = Instance.new("TextButton")
  5591. local Player3 = Instance.new("TextButton")
  5592. local Player4 = Instance.new("TextButton")
  5593. local Player5 = Instance.new("TextButton")
  5594. local TpPlayer = Instance.new("TextButton")
  5595. local FindTreasures = Instance.new("TextButton")
  5596. local FindTreasuresText1 = Instance.new("TextLabel")
  5597. local ExtrasScreen = Instance.new("TextButton")
  5598. local ExtrasFrame = Instance.new("Frame")
  5599. local InfoScreen = Instance.new("TextButton")
  5600. local InfoFrame = Instance.new("Frame")
  5601. local TPTool = Instance.new("TextButton")
  5602. local ReJoinServer = Instance.new("TextButton")
  5603. local NoClip = Instance.new("TextButton")
  5604. local InfoText1 = Instance.new("TextLabel")
  5605. local PollenFarm = Instance.new("TextButton")
  5606.  
  5607. -- Properties
  5608.  
  5609. MainGUI.Name = "MainGUI"
  5610. MainGUI.Parent = game.CoreGui
  5611. local MainCORE = game.CoreGui["MainGUI"]
  5612.  
  5613. MainFrame.Name = "MainFrame"
  5614. MainFrame.Parent = MainGUI
  5615. MainFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  5616. MainFrame.BackgroundTransparency = 0.5
  5617. MainFrame.BorderSizePixel = 0
  5618. MainFrame.Position = UDim2.new(0.5, -266, 0, -32)
  5619. MainFrame.Size = UDim2.new(0, 533, 0, 30)
  5620.  
  5621. Close.Name = "Close"
  5622. Close.Parent = MainFrame
  5623. Close.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  5624. Close.BorderColor3 = Color3.new(0, 1, 0)
  5625. Close.Position = UDim2.new(0, 5, 0, 5)
  5626. Close.Size = UDim2.new(0, 20, 0, 20)
  5627. Close.Font = Enum.Font.Fantasy
  5628. Close.FontSize = Enum.FontSize.Size18
  5629. Close.Text = "X"
  5630. Close.TextColor3 = Color3.new(1, 0, 0)
  5631. Close.TextSize = 17
  5632. Close.TextScaled = true
  5633. Close.TextWrapped = true
  5634.  
  5635. WayPoints.Name = "WayPoints"
  5636. WayPoints.Parent = MainFrame
  5637. WayPoints.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  5638. WayPoints.BorderColor3 = Color3.new(0, 1, 0)
  5639. WayPoints.Position = UDim2.new(0, 30, 0, 5)
  5640. WayPoints.Size = UDim2.new(0, 83, 0, 20)
  5641. WayPoints.BackgroundTransparency = 0
  5642. WayPoints.Font = Enum.Font.Fantasy
  5643. WayPoints.FontSize = Enum.FontSize.Size18
  5644. WayPoints.TextColor3 = Color3.new(1, 1, 1)
  5645. WayPoints.Text = "WayPoints"
  5646. WayPoints.TextSize = 17
  5647. WayPoints.TextWrapped = true
  5648.  
  5649. WayPointsFrame.Name = "WayPointsFrame"
  5650. WayPointsFrame.Parent = MainFrame
  5651. WayPointsFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  5652. WayPointsFrame.BorderColor3 = Color3.new(0, 0, 0)
  5653. WayPointsFrame.BackgroundTransparency = 0.4
  5654. WayPointsFrame.Position = UDim2.new(0, 0, 0, 32)
  5655. WayPointsFrame.Size = UDim2.new(0, 375, 0, 330)
  5656. WayPointsFrame.VISIBLE = false
  5657.  
  5658. ShowLocation.Name = "ShowLocation"
  5659. ShowLocation.Parent = WayPointsFrame
  5660. ShowLocation.BackgroundColor3 = Color3.new(1, 1, 1)
  5661. ShowLocation.TextColor3 = Color3.new(0, 0, 0)
  5662. ShowLocation.BorderColor3 = Color3.new(0, 0, 0)
  5663. ShowLocation.Position = UDim2.new(0, 5, 0, 5)
  5664. ShowLocation.Size = UDim2.new(0, 170, 0, 20)
  5665. ShowLocation.Font = Enum.Font.Fantasy
  5666. ShowLocation.Text = "Current Location"
  5667. ShowLocation.TextWrapped = true
  5668. ShowLocation.TextSize = 15
  5669.  
  5670. SetLocation.Name = "SetLocation"
  5671. SetLocation.Parent = WayPointsFrame
  5672. SetLocation.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  5673. SetLocation.TextColor3 = Color3.new(1, 1, 1)
  5674. SetLocation.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  5675. SetLocation.Position = UDim2.new(0, 180, 0, 5)
  5676. SetLocation.Size = UDim2.new(0, 120, 0, 20)
  5677. SetLocation.Font = Enum.Font.Fantasy
  5678. SetLocation.Text = "Set Location"
  5679. SetLocation.TextWrapped = true
  5680. SetLocation.TextSize = 16
  5681.  
  5682. TPLocation.Name = "TPLocation"
  5683. TPLocation.Parent = WayPointsFrame
  5684. TPLocation.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  5685. TPLocation.TextColor3 = Color3.new(1, 1, 1)
  5686. TPLocation.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  5687. TPLocation.Position = UDim2.new(0, 305, 0, 5)
  5688. TPLocation.Size = UDim2.new(0, 65, 0, 20)
  5689. TPLocation.Font = Enum.Font.Fantasy
  5690. TPLocation.Text = "Move to"
  5691. TPLocation.TextWrapped = true
  5692. TPLocation.TextSize = 16
  5693.  
  5694. ReturnToHive.Name = "ReturnToHive"
  5695. ReturnToHive.Parent = WayPointsFrame
  5696. ReturnToHive.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  5697. ReturnToHive.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  5698. ReturnToHive.Position = UDim2.new(0, 5, 0, 30)
  5699. ReturnToHive.Size = UDim2.new(0, 180, 0, 20)
  5700. ReturnToHive.TextColor3 = Color3.new(1, 1, 1)
  5701. ReturnToHive.Font = Enum.Font.Fantasy
  5702. ReturnToHive.Text = "Return To Hive"
  5703. ReturnToHive.TextSize = 16
  5704.  
  5705. BlackBear.Name = "BlackBear"
  5706. BlackBear.Parent = WayPointsFrame
  5707. BlackBear.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  5708. BlackBear.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  5709. BlackBear.Position = UDim2.new(0, 5, 0, 55)
  5710. BlackBear.Size = UDim2.new(0, 180, 0, 20)
  5711. BlackBear.TextColor3 = Color3.new(1, 1, 1)
  5712. BlackBear.Font = Enum.Font.Fantasy
  5713. BlackBear.Text = "Black Bear"
  5714. BlackBear.TextSize = 16
  5715.  
  5716. BrownBear.Name = "BrownBear"
  5717. BrownBear.Parent = WayPointsFrame
  5718. BrownBear.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  5719. BrownBear.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  5720. BrownBear.Position = UDim2.new(0, 5, 0, 80)
  5721. BrownBear.Size = UDim2.new(0, 180, 0, 20)
  5722. BrownBear.TextColor3 = Color3.new(1, 1, 1)
  5723. BrownBear.Font = Enum.Font.Fantasy
  5724. BrownBear.Text = "Brown Bear"
  5725. BrownBear.TextSize = 16
  5726.  
  5727. PandaBear.Name = "PandaBear"
  5728. PandaBear.Parent = WayPointsFrame
  5729. PandaBear.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  5730. PandaBear.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  5731. PandaBear.Position = UDim2.new(0, 5, 0, 105)
  5732. PandaBear.Size = UDim2.new(0, 180, 0, 20)
  5733. PandaBear.TextColor3 = Color3.new(1, 1, 1)
  5734. PandaBear.Font = Enum.Font.Fantasy
  5735. PandaBear.Text = "Panda Bear"
  5736. PandaBear.TextSize = 16
  5737.  
  5738. PolarBear.Name = "PolarBear"
  5739. PolarBear.Parent = WayPointsFrame
  5740. PolarBear.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  5741. PolarBear.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  5742. PolarBear.Position = UDim2.new(0, 5, 0, 130)
  5743. PolarBear.Size = UDim2.new(0, 180, 0, 20)
  5744. PolarBear.TextColor3 = Color3.new(1, 1, 1)
  5745. PolarBear.Font = Enum.Font.Fantasy
  5746. PolarBear.Text = "Polar Bear"
  5747. PolarBear.TextSize = 16
  5748.  
  5749. ScienceBear.Name = "ScienceBear"
  5750. ScienceBear.Parent = WayPointsFrame
  5751. ScienceBear.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  5752. ScienceBear.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  5753. ScienceBear.Position = UDim2.new(0, 5, 0, 155)
  5754. ScienceBear.Size = UDim2.new(0, 180, 0, 20)
  5755. ScienceBear.TextColor3 = Color3.new(1, 1, 1)
  5756. ScienceBear.Font = Enum.Font.Fantasy
  5757. ScienceBear.Text = "Science Bear"
  5758. ScienceBear.TextSize = 16
  5759.  
  5760. BeeShop.Name = "BeeShop"
  5761. BeeShop.Parent = WayPointsFrame
  5762. BeeShop.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  5763. BeeShop.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  5764. BeeShop.Position = UDim2.new(0, 5, 0, 180)
  5765. BeeShop.Size = UDim2.new(0, 180, 0, 20)
  5766. BeeShop.TextColor3 = Color3.new(1, 1, 1)
  5767. BeeShop.Font = Enum.Font.Fantasy
  5768. BeeShop.Text = "Bees Shop"
  5769. BeeShop.TextSize = 16
  5770.  
  5771. TPShop.Name = "TPShop"
  5772. TPShop.Parent = WayPointsFrame
  5773. TPShop.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  5774. TPShop.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  5775. TPShop.Position = UDim2.new(0, 5, 0, 205)
  5776. TPShop.Size = UDim2.new(0, 180, 0, 20)
  5777. TPShop.TextColor3 = Color3.new(1, 1, 1)
  5778. TPShop.Font = Enum.Font.Fantasy
  5779. TPShop.Text = "Basic Tools Shop"
  5780. TPShop.TextSize = 16
  5781.  
  5782. TPShop2.Name = "TPShop2"
  5783. TPShop2.Parent = WayPointsFrame
  5784. TPShop2.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  5785. TPShop2.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  5786. TPShop2.Position = UDim2.new(0, 5, 0, 230)
  5787. TPShop2.Size = UDim2.new(0, 180, 0, 20)
  5788. TPShop2.TextColor3 = Color3.new(1, 1, 1)
  5789. TPShop2.Font = Enum.Font.Fantasy
  5790. TPShop2.Text = "Advanced Tools Shop"
  5791. TPShop2.TextSize = 16
  5792.  
  5793. SunflowerField.Name = "SunflowerField"
  5794. SunflowerField.Parent = WayPointsFrame
  5795. SunflowerField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  5796. SunflowerField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  5797. SunflowerField.Position = UDim2.new(0, 190, 0, 30)
  5798. SunflowerField.Size = UDim2.new(0, 180, 0, 20)
  5799. SunflowerField.TextColor3 = Color3.new(1, 1, 1)
  5800. SunflowerField.Font = Enum.Font.Fantasy
  5801. SunflowerField.Text = "Sunflower Field"
  5802. SunflowerField.TextSize = 16
  5803.  
  5804. MushRoomField.Name = "MushRoomField"
  5805. MushRoomField.Parent = WayPointsFrame
  5806. MushRoomField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  5807. MushRoomField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  5808. MushRoomField.Position = UDim2.new(0, 190, 0, 55)
  5809. MushRoomField.Size = UDim2.new(0, 180, 0, 20)
  5810. MushRoomField.TextColor3 = Color3.new(1, 1, 1)
  5811. MushRoomField.Font = Enum.Font.Fantasy
  5812. MushRoomField.Text = "MushRoom Field"
  5813. MushRoomField.TextSize = 16
  5814.  
  5815. DandelionField.Name = "DandelionField"
  5816. DandelionField.Parent = WayPointsFrame
  5817. DandelionField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  5818. DandelionField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  5819. DandelionField.Position = UDim2.new(0, 190, 0, 80)
  5820. DandelionField.Size = UDim2.new(0, 180, 0, 20)
  5821. DandelionField.TextColor3 = Color3.new(1, 1, 1)
  5822. DandelionField.Font = Enum.Font.Fantasy
  5823. DandelionField.Text = "Dandelion Field"
  5824. DandelionField.TextSize = 16
  5825.  
  5826. BlueField.Name = "BlueField"
  5827. BlueField.Parent = WayPointsFrame
  5828. BlueField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  5829. BlueField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  5830. BlueField.Position = UDim2.new(0, 190, 0, 105)
  5831. BlueField.Size = UDim2.new(0, 180, 0, 20)
  5832. BlueField.TextColor3 = Color3.new(1, 1, 1)
  5833. BlueField.Font = Enum.Font.Fantasy
  5834. BlueField.Text = "Blue Flower Field"
  5835. BlueField.TextSize = 16
  5836.  
  5837. CloverField.Name = "CloverField"
  5838. CloverField.Parent = WayPointsFrame
  5839. CloverField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  5840. CloverField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  5841. CloverField.Position = UDim2.new(0, 190, 0, 130)
  5842. CloverField.Size = UDim2.new(0, 180, 0, 20)
  5843. CloverField.TextColor3 = Color3.new(1, 1, 1)
  5844. CloverField.Font = Enum.Font.Fantasy
  5845. CloverField.Text = "Clover Field"
  5846. CloverField.TextSize = 16
  5847.  
  5848. StrawBerryField.Name = "StrawBerryField"
  5849. StrawBerryField.Parent = WayPointsFrame
  5850. StrawBerryField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  5851. StrawBerryField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  5852. StrawBerryField.Position = UDim2.new(0, 190, 0, 155)
  5853. StrawBerryField.Size = UDim2.new(0, 180, 0, 20)
  5854. StrawBerryField.TextColor3 = Color3.new(1, 1, 1)
  5855. StrawBerryField.Font = Enum.Font.Fantasy
  5856. StrawBerryField.Text = "StrawBerry Field"
  5857. StrawBerryField.TextSize = 16
  5858.  
  5859. SpiderField.Name = "SpiderField"
  5860. SpiderField.Parent = WayPointsFrame
  5861. SpiderField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  5862. SpiderField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  5863. SpiderField.Position = UDim2.new(0, 190, 0, 180)
  5864. SpiderField.Size = UDim2.new(0, 180, 0, 20)
  5865. SpiderField.TextColor3 = Color3.new(1, 1, 1)
  5866. SpiderField.Font = Enum.Font.Fantasy
  5867. SpiderField.Text = "Spider Field"
  5868. SpiderField.TextSize = 16
  5869.  
  5870. BamBooField.Name = "BamBooField"
  5871. BamBooField.Parent = WayPointsFrame
  5872. BamBooField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  5873. BamBooField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  5874. BamBooField.Position = UDim2.new(0, 190, 0, 205)
  5875. BamBooField.Size = UDim2.new(0, 180, 0, 20)
  5876. BamBooField.TextColor3 = Color3.new(1, 1, 1)
  5877. BamBooField.Font = Enum.Font.Fantasy
  5878. BamBooField.Text = "BamBoo Field"
  5879. BamBooField.TextSize = 16
  5880.  
  5881. RoseField.Name = "RoseField"
  5882. RoseField.Parent = WayPointsFrame
  5883. RoseField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  5884. RoseField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  5885. RoseField.Position = UDim2.new(0, 190, 0, 230)
  5886. RoseField.Size = UDim2.new(0, 180, 0, 20)
  5887. RoseField.TextColor3 = Color3.new(1, 1, 1)
  5888. RoseField.Font = Enum.Font.Fantasy
  5889. RoseField.Text = "Rose Field"
  5890. RoseField.TextSize = 16
  5891.  
  5892. PineTreeField.Name = "PineTreeField"
  5893. PineTreeField.Parent = WayPointsFrame
  5894. PineTreeField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  5895. PineTreeField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  5896. PineTreeField.Position = UDim2.new(0, 190, 0, 255)
  5897. PineTreeField.Size = UDim2.new(0, 180, 0, 20)
  5898. PineTreeField.TextColor3 = Color3.new(1, 1, 1)
  5899. PineTreeField.Font = Enum.Font.Fantasy
  5900. PineTreeField.Text = "PineTree Field"
  5901. PineTreeField.TextSize = 16
  5902.  
  5903. CactusField.Name = "CactusField"
  5904. CactusField.Parent = WayPointsFrame
  5905. CactusField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  5906. CactusField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  5907. CactusField.Position = UDim2.new(0, 190, 0, 280)
  5908. CactusField.Size = UDim2.new(0, 180, 0, 20)
  5909. CactusField.TextColor3 = Color3.new(1, 1, 1)
  5910. CactusField.Font = Enum.Font.Fantasy
  5911. CactusField.Text = "Cactus Field"
  5912. CactusField.TextSize = 16
  5913.  
  5914. PumpkinField.Name = "PumpkinField"
  5915. PumpkinField.Parent = WayPointsFrame
  5916. PumpkinField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  5917. PumpkinField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  5918. PumpkinField.Position = UDim2.new(0, 190, 0, 305)
  5919. PumpkinField.Size = UDim2.new(0, 180, 0, 20)
  5920. PumpkinField.TextColor3 = Color3.new(1, 1, 1)
  5921. PumpkinField.Font = Enum.Font.Fantasy
  5922. PumpkinField.Text = "Pumpkin Field"
  5923. PumpkinField.TextSize = 16
  5924.  
  5925. PineappleField.Name = "PineappleField"
  5926. PineappleField.Parent = WayPointsFrame
  5927. PineappleField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  5928. PineappleField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  5929. PineappleField.Position = UDim2.new(0, 5, 0, 280)
  5930. PineappleField.Size = UDim2.new(0, 180, 0, 20)
  5931. PineappleField.TextColor3 = Color3.new(1, 1, 1)
  5932. PineappleField.Font = Enum.Font.Fantasy
  5933. PineappleField.Text = "Pineapple Field"
  5934. PineappleField.TextSize = 16
  5935.  
  5936. MountainTopField.Name = "MountainTopField"
  5937. MountainTopField.Parent = WayPointsFrame
  5938. MountainTopField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  5939. MountainTopField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  5940. MountainTopField.Position = UDim2.new(0, 5, 0, 305)
  5941. MountainTopField.Size = UDim2.new(0, 180, 0, 20)
  5942. MountainTopField.TextColor3 = Color3.new(1, 1, 1)
  5943. MountainTopField.Font = Enum.Font.Fantasy
  5944. MountainTopField.Text = "Mountain Top Field"
  5945. MountainTopField.TextSize = 16
  5946.  
  5947. Players.Name = "Players"
  5948. Players.Parent = MainFrame
  5949. Players.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  5950. Players.BorderColor3 = Color3.new(0, 1, 0)
  5951. Players.Position = UDim2.new(0, 118, 0, 5)
  5952. Players.Size = UDim2.new(0, 60, 0, 20)
  5953. Players.BackgroundTransparency = 0
  5954. Players.Font = Enum.Font.Fantasy
  5955. Players.FontSize = Enum.FontSize.Size18
  5956. Players.TextColor3 = Color3.new(1, 1, 1)
  5957. Players.Text = "Players"
  5958. Players.TextSize = 17
  5959. Players.TextWrapped = true
  5960.  
  5961. PlayerFrame.Name = "PlayerFrame"
  5962. PlayerFrame.Parent = MainFrame
  5963. PlayerFrame.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  5964. PlayerFrame.BackgroundTransparency = 0.5
  5965. PlayerFrame.BorderColor3 = Color3.new(0, 0, 0)
  5966. PlayerFrame.Position = UDim2.new(0, 63, 0, 35)
  5967. PlayerFrame.Size = UDim2.new(0, 170, 0, 200)
  5968. PlayerFrame.VISIBLE = false
  5969.  
  5970. PlyrSel.Name = "PlyrSel"
  5971. PlyrSel.Parent = PlayerFrame
  5972. PlyrSel.BackgroundColor3 = Color3.new(1, 1, 1)
  5973. PlyrSel.BackgroundTransparency = 0.15
  5974. PlyrSel.BorderColor3 = Color3.new(0, 0, 0)
  5975. PlyrSel.Position = UDim2.new(0, 5, 0, 5)
  5976. PlyrSel.Size = UDim2.new(0, 160, 0, 20)
  5977. PlyrSel.Font = Enum.Font.SourceSans
  5978. PlyrSel.FontSize = Enum.FontSize.Size18
  5979. PlyrSel.Text = "SELECT A PLAYER"
  5980. PlyrSel.TextColor3 = Color3.new(0, 0, 0)
  5981. PlyrSel.TextScaled = true
  5982. PlyrSel.TextSize = 17
  5983. PlyrSel.TextWrapped = true
  5984.  
  5985. Player1.Name = "Player1"
  5986. Player1.Parent = PlayerFrame
  5987. Player1.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  5988. Player1.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  5989. Player1.Position = UDim2.new(0, 5, 0, 35)
  5990. Player1.Size = UDim2.new(0, 160, 0, 20)
  5991. Player1.Font = Enum.Font.Fantasy
  5992. Player1.FontSize = Enum.FontSize.Size18
  5993. Player1.Text = ""
  5994. Player1.TextColor3 = Color3.new(1, 1, 1)
  5995. Player1.TextSize = 15
  5996. Player1.TextWrapped = true
  5997.  
  5998. Player2.Name = "Player2"
  5999. Player2.Parent = PlayerFrame
  6000. Player2.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  6001. Player2.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  6002. Player2.Position = UDim2.new(0, 5, 0, 60)
  6003. Player2.Size = UDim2.new(0, 160, 0, 20)
  6004. Player2.Font = Enum.Font.Fantasy
  6005. Player2.FontSize = Enum.FontSize.Size18
  6006. Player2.Text = ""
  6007. Player2.TextColor3 = Color3.new(1, 1, 1)
  6008. Player2.TextSize = 15
  6009. Player2.TextWrapped = true
  6010.  
  6011. Player3.Name = "Player3"
  6012. Player3.Parent = PlayerFrame
  6013. Player3.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  6014. Player3.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  6015. Player3.Position = UDim2.new(0, 5, 0, 85)
  6016. Player3.Size = UDim2.new(0, 160, 0, 20)
  6017. Player3.Font = Enum.Font.Fantasy
  6018. Player3.FontSize = Enum.FontSize.Size18
  6019. Player3.Text = ""
  6020. Player3.TextColor3 = Color3.new(1, 1, 1)
  6021. Player3.TextSize = 15
  6022. Player3.TextWrapped = true
  6023.  
  6024. Player4.Name = "Player4"
  6025. Player4.Parent = PlayerFrame
  6026. Player4.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  6027. Player4.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  6028. Player4.Position = UDim2.new(0, 5, 0, 110)
  6029. Player4.Size = UDim2.new(0, 160, 0, 20)
  6030. Player4.Font = Enum.Font.Fantasy
  6031. Player4.FontSize = Enum.FontSize.Size18
  6032. Player4.Text = ""
  6033. Player4.TextColor3 = Color3.new(1, 1, 1)
  6034. Player4.TextSize = 15
  6035. Player4.TextWrapped = true
  6036.  
  6037. Player5.Name = "Player5"
  6038. Player5.Parent = PlayerFrame
  6039. Player5.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  6040. Player5.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  6041. Player5.Position = UDim2.new(0, 5, 0, 135)
  6042. Player5.Size = UDim2.new(0, 160, 0, 20)
  6043. Player5.Font = Enum.Font.Fantasy
  6044. Player5.FontSize = Enum.FontSize.Size18
  6045. Player5.Text = ""
  6046. Player5.TextColor3 = Color3.new(1, 1, 1)
  6047. Player5.TextSize = 15
  6048. Player5.TextWrapped = true
  6049.  
  6050. TpPlayer.Name = "TpPlayer"
  6051. TpPlayer.Parent = PlayerFrame
  6052. TpPlayer.BackgroundColor3 = Color3.new(0.18, 0.18, 0.18)
  6053. TpPlayer.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  6054. TpPlayer.Position = UDim2.new(0, 5, 0, 165)
  6055. TpPlayer.Size = UDim2.new(0, 160, 0, 30)
  6056. TpPlayer.Font = Enum.Font.Fantasy
  6057. TpPlayer.FontSize = Enum.FontSize.Size18
  6058. TpPlayer.Text = "Teleport to Player"
  6059. TpPlayer.TextColor3 = Color3.new(1, 1, 1)
  6060. TpPlayer.TextWrapped = true
  6061. TpPlayer.TextSize = 17
  6062.  
  6063. PollenFarm.Name = "PollenFarm"
  6064. PollenFarm.Parent = MainFrame
  6065. PollenFarm.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  6066. PollenFarm.BorderColor3 = Color3.new(0, 1, 0)
  6067. PollenFarm.Position = UDim2.new(0, 183, 0, 5)
  6068. PollenFarm.Size = UDim2.new(0, 100, 0, 20)
  6069. PollenFarm.Font = Enum.Font.Fantasy
  6070. PollenFarm.FontSize = Enum.FontSize.Size18
  6071. PollenFarm.TextColor3 = Color3.new(1, 1, 1)
  6072. PollenFarm.Text = "Farm Pollen"
  6073. PollenFarm.TextSize = 17
  6074. PollenFarm.TextWrapped = true
  6075.  
  6076. FindTreasures.Name = "FindTreasures"
  6077. FindTreasures.Parent = MainFrame
  6078. FindTreasures.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  6079. FindTreasures.BorderColor3 = Color3.new(0, 1, 0)
  6080. FindTreasures.Position = UDim2.new(0, 288, 0, 5)
  6081. FindTreasures.Size = UDim2.new(0, 130, 0, 20)
  6082. FindTreasures.BackgroundTransparency = 0
  6083. FindTreasures.Font = Enum.Font.Fantasy
  6084. FindTreasures.TextColor3 = Color3.new(1, 1, 1)
  6085. FindTreasures.Text = "Collect Treasures"
  6086. FindTreasures.TextSize = 17
  6087. FindTreasures.TextWrapped = true
  6088.  
  6089. FindTreasuresText1.Name = "FindTreasuresText1"
  6090. FindTreasuresText1.Parent = MainFrame
  6091. FindTreasuresText1.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  6092. FindTreasuresText1.BorderColor3 = Color3.new(0, 0, 0)
  6093. FindTreasuresText1.BackgroundTransparency = 0.1
  6094. FindTreasuresText1.Position = UDim2.new(0, 258, 0, 32)
  6095. FindTreasuresText1.Size = UDim2.new(0, 190, 0, 85)
  6096. FindTreasuresText1.TextColor3 = Color3.new(1, 1, 1)
  6097. FindTreasuresText1.Font = Enum.Font.Fantasy
  6098. FindTreasuresText1.Text = "This will Teleport you to all the hidden treasures on the map. It will only work once\nas the treasures do not respawn."
  6099. FindTreasuresText1.TextSize = 16
  6100. FindTreasuresText1.TextWrapped = true
  6101. FindTreasuresText1.ZIndex = 6
  6102. FindTreasuresText1.VISIBLE = false
  6103. FindTreasuresText1.TextYAlignment = Enum.TextYAlignment.Top
  6104.  
  6105. ExtrasScreen.Name = "ExtrasScreen"
  6106. ExtrasScreen.Parent = MainFrame
  6107. ExtrasScreen.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  6108. ExtrasScreen.BorderColor3 = Color3.new(0, 1, 0)
  6109. ExtrasScreen.Position = UDim2.new(0, 423, 0, 5)
  6110. ExtrasScreen.Size = UDim2.new(0, 50, 0, 20)
  6111. ExtrasScreen.BackgroundTransparency = 0
  6112. ExtrasScreen.Font = Enum.Font.Fantasy
  6113. ExtrasScreen.TextColor3 = Color3.new(1, 1, 1)
  6114. ExtrasScreen.Text = "Extras"
  6115. ExtrasScreen.TextSize = 17
  6116. ExtrasScreen.TextWrapped = true
  6117.  
  6118. ExtrasFrame.Name = "ExtrasFrame"
  6119. ExtrasFrame.Parent = MainFrame
  6120. ExtrasFrame.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  6121. ExtrasFrame.BorderColor3 = Color3.new(0, 0, 0)
  6122. ExtrasFrame.BackgroundTransparency = 0.5
  6123. ExtrasFrame.Position = UDim2.new(0, 363, 0, 35)
  6124. ExtrasFrame.Size = UDim2.new(0, 170, 0, 80)
  6125. ExtrasFrame.VISIBLE = false
  6126.  
  6127. NoClip.Name = "NoClip"
  6128. NoClip.Parent = ExtrasFrame
  6129. NoClip.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  6130. NoClip.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  6131. NoClip.Position = UDim2.new(0, 5, 0, 5)
  6132. NoClip.Size = UDim2.new(0, 160, 0, 20)
  6133. NoClip.Font = Enum.Font.Fantasy
  6134. NoClip.FontSize = Enum.FontSize.Size18
  6135. NoClip.TextColor3 = Color3.new(1, 1, 1)
  6136. NoClip.Text = "Enable NoClip"
  6137. NoClip.TextSize = 17
  6138. NoClip.TextWrapped = true
  6139.  
  6140. TPTool.Name = "TPTool"
  6141. TPTool.Parent = ExtrasFrame
  6142. TPTool.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  6143. TPTool.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  6144. TPTool.Position = UDim2.new(0, 5, 0, 30)
  6145. TPTool.Size = UDim2.new(0, 160, 0, 20)
  6146. TPTool.TextColor3 = Color3.new(1, 1, 1)
  6147. TPTool.Font = Enum.Font.Fantasy
  6148. TPTool.FontSize = Enum.FontSize.Size18
  6149. TPTool.Text = "Add TPTool"
  6150. TPTool.TextSize = 16
  6151.  
  6152. ReJoinServer.Name = "ReJoinServer"
  6153. ReJoinServer.Parent = ExtrasFrame
  6154. ReJoinServer.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  6155. ReJoinServer.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  6156. ReJoinServer.Position = UDim2.new(0, 5, 0, 55)
  6157. ReJoinServer.Size = UDim2.new(0, 160, 0, 20)
  6158. ReJoinServer.TextColor3 = Color3.new(1, 1, 1)
  6159. ReJoinServer.Font = Enum.Font.Fantasy
  6160. ReJoinServer.Text = "ReJoin a Server"
  6161. ReJoinServer.TextSize = 16
  6162. ReJoinServer.TextWrapped = true
  6163.  
  6164. InfoScreen.Name = "InfoScreen"
  6165. InfoScreen.Parent = MainFrame
  6166. InfoScreen.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  6167. InfoScreen.BorderColor3 = Color3.new(0, 1, 0)
  6168. InfoScreen.Position = UDim2.new(0, 478, 0, 5)
  6169. InfoScreen.Size = UDim2.new(0, 50, 0, 20)
  6170. InfoScreen.BackgroundTransparency = 0
  6171. InfoScreen.Font = Enum.Font.Fantasy
  6172. InfoScreen.TextColor3 = Color3.new(1, 1, 1)
  6173. InfoScreen.Text = "Info"
  6174. InfoScreen.TextSize = 17
  6175. InfoScreen.TextWrapped = true
  6176.  
  6177. InfoFrame.Name = "InfoFrame"
  6178. InfoFrame.Parent = MainFrame
  6179. InfoFrame.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  6180. InfoFrame.BorderColor3 = Color3.new(0, 0, 0)
  6181. InfoFrame.BackgroundTransparency = 0.1
  6182. InfoFrame.Position = UDim2.new(0, 333, 0, 35)
  6183. InfoFrame.Size = UDim2.new(0, 200, 0, 130)
  6184. InfoFrame.VISIBLE = false
  6185.  
  6186. InfoText1.Name = "InfoText1"
  6187. InfoText1.Parent = InfoFrame
  6188. InfoText1.BackgroundColor3 = Color3.new(0, 0, 0)
  6189. InfoText1.BorderColor3 = Color3.new(0, 0, 0)
  6190. InfoText1.BackgroundTransparency = 1
  6191. InfoText1.Position = UDim2.new(0, 5, 0, 5)
  6192. InfoText1.Size = UDim2.new(0, 190, 0, 130)
  6193. InfoText1.TextColor3 = Color3.new(1, 1, 1)
  6194. InfoText1.Font = Enum.Font.Fantasy
  6195. InfoText1.Text = "This Gui was created by LuckyMMB@V3rmillion.net\nDiscord https://discord.gg/GKzJnUC\n\nCredits:\nsirelKilla @ v3rmillion for the pollen farming script"
  6196. InfoText1.TextSize = 15
  6197. InfoText1.TextWrapped = true
  6198. InfoText1.TextYAlignment = Enum.TextYAlignment.Top
  6199.  
  6200. function notify(msg)
  6201. game.StarterGui:SetCore('SendNotification', {
  6202. Title = 'Bee Swarm LuckyGUI';
  6203. Text = msg;
  6204. Duration = 5;
  6205. })
  6206. end
  6207.  
  6208. --- Close ---
  6209.  
  6210. Close.MouseButton1Down:connect(function()
  6211. MainGUI:Destroy()
  6212. end)
  6213.  
  6214. --- Menus ---
  6215.  
  6216. local Menus = {
  6217.     [WayPoints] = WayPointsFrame;
  6218.     [ExtrasScreen] = ExtrasFrame;
  6219.     [InfoScreen] = InfoFrame;
  6220.     [Players] = PlayerFrame;
  6221. }
  6222. for button,frame IN pairs(Menus) do
  6223.     button.MouseButton1Click:connect(function()
  6224.         if frame.VISIBLE then
  6225.             frame.VISIBLE = false
  6226.             return
  6227.         end
  6228.         for k,v IN pairs(Menus) do
  6229.             v.VISIBLE = v == frame
  6230.         end
  6231.     end)
  6232. end
  6233.  
  6234. --- Snow Menus Show Hide ---
  6235.  
  6236. FindTreasures.MouseEnter:connect(function()
  6237.     FindTreasuresText1.VISIBLE = true
  6238. end)
  6239.  
  6240. FindTreasures.MouseLeave:connect(function()
  6241.     FindTreasuresText1.VISIBLE = false
  6242. end)
  6243.  
  6244. --- WayPoints ---
  6245.  
  6246. local WayPoints = {
  6247. ["Black Bear"] = CFrame.new(-258.1, 5, 299.7),
  6248. ["Brown Bear"] = CFrame.new(282, 46, 236),
  6249. ["Panda Bear"] = CFrame.new(106.3, 35, 50.1),
  6250. ["Polar Bear"] = CFrame.new(-106, 119, -77),
  6251. ["Science Bear"] = CFrame.new(267, 103, 20),
  6252. ["Bee Shop"] = CFrame.new(-136.8, 4.6, 243.4),
  6253. ["Tool Shop"] = CFrame.new(86, 4.6, 294),
  6254. ["Tool Shop 2"] = CFrame.new(165, 69, -161),
  6255. ["Clover Field"] = CFrame.new(174, 34, 189),
  6256. ["Mushroom Field"] = CFrame.new(-258.1, 5, 299.7),
  6257. ["Spider Field"] = CFrame.new(-57.2, 20, -5.3),
  6258. ["Blue Field"] = CFrame.new(113.7, 4, 101.5),
  6259. ["Sunflower Field"] = CFrame.new(-208, 4, 185),
  6260. ["StrawBerry Field"] = CFrame.new(-169.3, 20, -3.2),
  6261. ["Red Field"] = CFrame.new(-258.1, 5, 299.7),
  6262. ["Dandelion Field"] = CFrame.new(-30, 4, 225),
  6263. ["BamBoo Field"] = CFrame.new(93, 20, -25),
  6264. ["Rose Field"] = CFrame.new(-322, 20, 124),
  6265. ["Mushroom Field"] = CFrame.new(-94, 5, 116),
  6266. ["Cactus Field"] = CFrame.new(-194, 68, -107),
  6267. ["Pumpkin Field"] = CFrame.new(-194, 68, -182),
  6268. ["MountainTop Field"] = CFrame.new(76, 176, -181),
  6269. ["PineTree Field"] = CFrame.new(-318, 68, -150),
  6270. ["Pineapple Field"] = CFrame.new(262, 68, -201)
  6271. }
  6272.  
  6273. ReturnToHive.MouseButton1Down:connect(function()
  6274.     local player = game:GetService("Players").LocalPlayer
  6275.     player.Character:MoveTo(player.SpawnPos.Value.p)
  6276.     notify'Teleported to Hive'
  6277. end)
  6278.  
  6279. BlackBear.MouseButton1Down:connect(function()
  6280.     local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  6281.     uTorso.CFrame = WayPoints["Black Bear"]
  6282.     notify'Teleported to Black Bear'
  6283. end)
  6284.  
  6285. BrownBear.MouseButton1Down:connect(function()
  6286.     local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  6287.     uTorso.CFrame = WayPoints["Brown Bear"]
  6288.     notify'Teleported to Brown Bear'
  6289. end)
  6290.  
  6291. PandaBear.MouseButton1Down:connect(function()
  6292.     local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  6293.     uTorso.CFrame = WayPoints["Panda Bear"]
  6294.     notify'Teleported to Panda Bear'
  6295. end)
  6296.  
  6297. PolarBear.MouseButton1Down:connect(function()
  6298.     local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  6299.     uTorso.CFrame = WayPoints["Polar Bear"]
  6300.     notify'Teleported to Polar Bear'
  6301. end)
  6302.  
  6303. ScienceBear.MouseButton1Down:connect(function()
  6304.     local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  6305.     uTorso.CFrame = WayPoints["Science Bear"]
  6306.     notify'Teleported to Science Bear'
  6307. end)
  6308.  
  6309. BeeShop.MouseButton1Down:connect(function()
  6310.     local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  6311.     uTorso.CFrame = WayPoints["Bee Shop"]
  6312.     notify'Teleported to Bee Shop'
  6313. end)
  6314.  
  6315. TPShop.MouseButton1Down:connect(function()
  6316.     local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  6317.     uTorso.CFrame = WayPoints["Tool Shop"]
  6318.     notify'Teleported to Basic Tool Shop'
  6319. end)
  6320.  
  6321. TPShop2.MouseButton1Down:connect(function()
  6322.     local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  6323.     uTorso.CFrame = WayPoints["Tool Shop 2"]
  6324.     notify'Teleported to Advanced Tool Shop'
  6325. end)
  6326.  
  6327. MushRoomField.MouseButton1Down:connect(function()
  6328.     local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  6329.     uTorso.CFrame = WayPoints["Mushroom Field"]
  6330.     notify'Teleported to Mushroom Field'
  6331. end)
  6332.  
  6333. StrawBerryField.MouseButton1Down:connect(function()
  6334.     local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  6335.     uTorso.CFrame = WayPoints["StrawBerry Field"]
  6336.     notify'Teleported to StrawBerry Field'
  6337. end)
  6338.  
  6339. CloverField.MouseButton1Down:connect(function()
  6340.     local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  6341.     uTorso.CFrame = WayPoints["Clover Field"]
  6342.     notify'Teleported to Clover Field'
  6343. end)
  6344.  
  6345. SpiderField.MouseButton1Down:connect(function()
  6346.     local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  6347.     uTorso.CFrame = WayPoints["Spider Field"]
  6348.     notify'Teleported to Spider Field'
  6349. end)
  6350.  
  6351. BlueField.MouseButton1Down:connect(function()
  6352.     local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  6353.     uTorso.CFrame = WayPoints["Blue Field"]
  6354.     notify'Teleported to Blue Field'
  6355. end)
  6356.  
  6357. SunflowerField.MouseButton1Down:connect(function()
  6358.     local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  6359.     uTorso.CFrame = WayPoints["Sunflower Field"]
  6360.     notify'Teleported to Sunflower Field'
  6361. end)
  6362.  
  6363. DandelionField.MouseButton1Down:connect(function()
  6364.     local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  6365.     uTorso.CFrame = WayPoints["Dandelion Field"]
  6366.     notify'Teleported to Dandelion Field'
  6367. end)
  6368.  
  6369. BamBooField.MouseButton1Down:connect(function()
  6370.     local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  6371.     uTorso.CFrame = WayPoints["BamBoo Field"]
  6372.     notify'Teleported to BamBoo Field'
  6373. end)
  6374.  
  6375. RoseField.MouseButton1Down:connect(function()
  6376.     local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  6377.     uTorso.CFrame = WayPoints["Rose Field"]
  6378.     notify'Teleported to Rose Field'
  6379. end)
  6380.  
  6381. CactusField.MouseButton1Down:connect(function()
  6382.     local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  6383.     uTorso.CFrame = WayPoints["Cactus Field"]
  6384.     notify'Teleported to BamBoo Field'
  6385. end)
  6386.  
  6387. PumpkinField.MouseButton1Down:connect(function()
  6388.     local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  6389.     uTorso.CFrame = WayPoints["Pumpkin Field"]
  6390.     notify'Teleported to BamBoo Field'
  6391. end)
  6392.  
  6393. PineTreeField.MouseButton1Down:connect(function()
  6394.     local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  6395.     uTorso.CFrame = WayPoints["PineTree Field"]
  6396.     notify'Teleported to BamBoo Field'
  6397. end)
  6398.  
  6399. MountainTopField.MouseButton1Down:connect(function()
  6400.     local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  6401.     uTorso.CFrame = WayPoints["MountainTop Field"]
  6402.     notify'Teleported to Mountain Top Field'
  6403. end)
  6404.  
  6405. PineappleField.MouseButton1Down:connect(function()
  6406.     local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  6407.     uTorso.CFrame = WayPoints["Pineapple Field"]
  6408.     notify'Teleported to Pineapple Field'
  6409. end)
  6410.  
  6411. -- Show Location --
  6412.  
  6413. spawn (function()
  6414.     WHILE true do
  6415.         function round(num, numDecimalPlaces)
  6416.             local mult = 10^(numDecimalPlaces or 0)
  6417.             return math.floor(num * mult + 0.5) / mult
  6418.         end
  6419.         LocationX = round(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.x, 0)
  6420.         LocationY = round(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.y, 0)
  6421.         LocationZ = round(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.z, 0)
  6422.         ShowLocation.Text = "Coords: "..LocationX..", "..LocationY..", "..LocationZ
  6423.         wait(0.5)
  6424.     end
  6425. end)
  6426.  
  6427. SetLocation.MouseButton1Down:connect(function()
  6428.     function round(num, numDecimalPlaces)
  6429.         local mult = 10^(numDecimalPlaces or 0)
  6430.         return math.floor(num * mult + 0.5) / mult
  6431.     end
  6432.     setlocationx = round(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.x, 0)
  6433.     setlocationy = round(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.y, 0)
  6434.     setlocationz = round(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.z, 0)
  6435.     print("Set Custom Location: "..setlocationx..", "..setlocationy..", "..setlocationz)
  6436.     SetLocation.Text = setlocationx..","..setlocationy..","..setlocationz
  6437.     CustomLocationSet = true
  6438. end)
  6439.  
  6440. --- TP to custom location ---
  6441.  
  6442. TPLocation.MouseButton1Down:connect(function()
  6443.     if CustomLocationSet == true then
  6444.         local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  6445.         uTorso.CFrame = CFrame.new(setlocationx, setlocationy, setlocationz)
  6446.     end
  6447. end)
  6448.  
  6449. --- Player Teleport ---
  6450.    
  6451. local buttons = {
  6452.     Player1,
  6453.     Player2,
  6454.     Player3,
  6455.     Player4,
  6456.     Player5
  6457. }
  6458. for i, v IN pairs(game.Players:GetChildren()) do
  6459.     buttons[i].Text = v.Name
  6460.     buttons[i].VISIBLE = true
  6461. end
  6462. game.Players.PlayerRemoving:connect(function()
  6463.     for i, v IN pairs(game.Players:GetChildren()) do
  6464.         buttons[i].Text = v.Name
  6465.         buttons[i].VISIBLE = true
  6466.     end
  6467. end)
  6468. game.Players.PlayerAdded:connect(function()
  6469.     for i, v IN pairs(game.Players:GetChildren()) do
  6470.         buttons[i].Text = v.Name
  6471.         buttons[i].VISIBLE = true
  6472.     end
  6473. end)
  6474.    
  6475.     Player1.MouseButton1Down:connect(function()
  6476.       PlyrSel.Text = Player1.Text
  6477.     end)
  6478.     Player2.MouseButton1Down:connect(function()
  6479.       PlyrSel.Text = Player2.Text
  6480.     end)
  6481.     Player3.MouseButton1Down:connect(function()
  6482.       PlyrSel.Text = Player3.Text
  6483.     end)
  6484.     Player4.MouseButton1Down:connect(function()
  6485.       PlyrSel.Text = Player4.Text
  6486.     end)
  6487.     Player5.MouseButton1Down:connect(function()
  6488.       PlyrSel.Text = Player5.Text
  6489.     end)
  6490.    
  6491.     TpPlayer.MouseButton1Down:connect(function()
  6492.       if PlyrSel.Text == "SELECT A PLAYER" then
  6493.         warn("No Player Selected")
  6494.       else
  6495.         game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace[PlyrSel.Text].HumanoidRootPart.CFrame
  6496.       end
  6497.     end)
  6498.  
  6499. -- Find Hidden Treasures --
  6500.  
  6501. FindTreasures.MouseButton1Down:connect(function()
  6502.     local player = game:GetService("Players").LocalPlayer
  6503.     local function collecttreasure(treasure)
  6504.         for i,v IN ipairs(treasure:GetChildren()) do
  6505.             if v.Parent then
  6506.                 player.Character:MoveTo(v.Position)
  6507.             end
  6508.         wait(1)
  6509.         end
  6510.     end
  6511.     collecttreasure(workspace.TreasureCollectibles)
  6512.     wait(1)
  6513.     player.Character:MoveTo(player.SpawnPos.Value.p)
  6514. end)
  6515.  
  6516. --- NoClip ---
  6517.  
  6518. noclip = false
  6519. game:GetService('RunService').Stepped:connect(function()
  6520. if noclip then
  6521. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  6522. end
  6523. end)
  6524. NoClip.MouseButton1Down:connect(function()
  6525. noclip = NOT noclip
  6526. if NoClip.Text == "Enable NoClip" then
  6527.     NoClip.Text = "Disable NoClip"
  6528.     NoClip.BackgroundColor3 = Color3.new(0, 0.5, 0)
  6529. else
  6530.     NoClip.Text = "Enable NoClip"
  6531.     NoClip.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  6532. end
  6533. end)
  6534.  
  6535. --- TP Tool ---
  6536.  
  6537. TPTool.MouseButton1Down:connect(function()
  6538.     local Tele = Instance.new("Tool", game.Players.LocalPlayer.Backpack)
  6539.     Tele.RequiresHandle = false
  6540.     Tele.RobloxLocked = true
  6541.     Tele.Name = "TPTool"
  6542.     Tele.ToolTip = "Teleport Tool"
  6543.     Tele.Equipped:connect(function(Mouse)
  6544.         Mouse.Button1Down:connect(function()
  6545.             if Mouse.Target then
  6546.                 game.Workspace:FindFirstChild(game.Players.LocalPlayer.Name).HumanoidRootPart.CFrame = (CFrame.new(Mouse.Hit.x, Mouse.Hit.y + 5, Mouse.Hit.z))
  6547.             end
  6548.         end)
  6549.     end)
  6550.     notify'TP Tool added to your Backpack'
  6551.  
  6552. end)
  6553.  
  6554. --- Pollen Farm ---
  6555.  
  6556. PollenFarm.MouseButton1Click:connect(function()
  6557.     if PollenFarmActive ~= true then
  6558.         PollenFarmActive = true
  6559.         PollenFarm.Text = "Stop Farming"
  6560.         PollenFarm.BackgroundColor3 = Color3.new(0, 0.5, 0)
  6561.         if PollenFarmActive then
  6562.             local player = game:GetService("Players").LocalPlayer
  6563.             local currp
  6564.             workspace.Collectibles.ChildAdded:Connect(function(part)
  6565.                 wait(0.5)
  6566.                 if currp AND (part.Position-currp).magnitude < 50 then
  6567.                     player.Character:MoveTo(part.Position)
  6568.                     wait(0.3)
  6569.                     player.Character:MoveTo(currp)
  6570.                 end
  6571.             end)
  6572.             local pollenLbl = player.Character:FindFirstChild("ProgressLabel",true)
  6573.             if NOT pollenLbl then
  6574.                 error("Backpack not found")
  6575.             end
  6576.             local maxpollen = tonumber(pollenLbl.Text:match("%d+$"))
  6577.             local pollenTool = player.Character:FindFirstChildOfClass("Tool") or player.Backpack:FindFirstChildOfClass("Tool")
  6578.             if pollenTool==nil or pollenTool:FindFirstChild("ClickEvent")==nil then
  6579.                 error("Tool not found")
  6580.             end
  6581.  
  6582.             local fieldpos = {Vector3.new(-210,3.3,218.1),Vector3.new(-210,3.3,161.5),Vector3.new(-210,3.3,101.6)}
  6583.             local posIndex=0
  6584.             WHILE PollenFarmActive do
  6585.                 --collect pollen
  6586.                 pollenTool.Parent = player.Character
  6587.                 wait(0.1)
  6588.                 WHILE PollenFarmActive AND player.leaderstats.Pollen.Value<maxpollen do
  6589.                     posIndex=posIndex+1
  6590.                     if posIndex>#fieldpos then posIndex=1 end
  6591.                     for rot=1,4 do
  6592.                         if NOT PollenFarmActive then break end
  6593.                         local angle = CFrame.Angles(0,math.pi*.5*rot,0)
  6594.                         currp = fieldpos[posIndex]+angle.lookVector*4
  6595.                         player.Character.HumanoidRootPart.CFrame=CFrame.new(currp)*angle
  6596.                         for i=1,20 do
  6597.                             if NOT PollenFarmActive then break end
  6598.                             wait(0.2)
  6599.                             pollenTool.ClickEvent:FireServer(currp)
  6600.                         end
  6601.                         if player.leaderstats.Pollen.Value+1>maxpollen then break end
  6602.                     end
  6603.                 end
  6604.                 --turn to honey
  6605.                 currp=nil
  6606.                 player.Character:MoveTo(player.SpawnPos.Value.p)
  6607.                 wait(0.5)
  6608.                 game:GetService("ReplicatedStorage").Events.PlayerHiveCommand:FireServer("ToggleHoneyMaking")
  6609.                 repeat wait(0.5) until player.leaderstats.Pollen.Value<1
  6610.             end
  6611.         end
  6612.     else
  6613.         PollenFarmActive = false
  6614.         notify'Pollen Farming Ended'
  6615.         PollenFarm.Text = "Farm Pollen"
  6616.         PollenFarm.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  6617.         local player = game:GetService("Players").LocalPlayer
  6618.         currp=nil
  6619.         player.Character:MoveTo(player.SpawnPos.Value.p)
  6620.     end
  6621. end)
  6622.  
  6623. --- ReJoin Server ---
  6624.  
  6625. ReJoinServer.MouseButton1Down:connect(function()
  6626.     local placeId = 1537690962
  6627.     game:GetService("TeleportService"):Teleport(placeId)
  6628. end)
  6629.  
  6630. --- End ---
Add Comment
Please, Sign In to add comment