HoangAnh_GaToVi

Bee Swarm

Dec 2nd, 2018
650
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 114.98 KB | None | 0 0
  1. print("Bee Swarm Simulator Gui Created by LuckyMMB @ V3rmillion.net")
  2. print("Discord https://discord.gg/GKzJnUC")
  3. print("V1.9a 26th Sept 2018")
  4. print("\nEnabling the Avoid Vicious Bee button when doing an Auto Farm will tp you to a safe\nfield if a vicious bee is detected nearby while farming. When it leaves the field\nyou will tp back and continue farming.")
  5. print("\nHunt Vicious Bee will put you in God Mode when the bee is detected and tp spam the bees\nlocation so your bees can attack it. When the bee has been defeated you will tp back to\nyour original location. To get out of God Mode toggle God Mode OFF in the Extras section.")
  6. print("\nIn God Mode you cannot be hurt but cannot use any tools. Turning God Mode will respawn\nyou back to normal so you can use your tools and farm properly again.")
  7. print("\nPress the j key when fireflys are in a field to farm Moon Tokens. You will tp to each\nfirefly and then pick up the moon token when dropped. If you dont get one press the key\nagain to make sure all the fireflys were touched. Keep doing this until the Fireflys leave.")
  8. print("\nPress the h key to toggle Token Auto Gathering to pick up tokens near you.")
  9. print("\nPress the y key to tp back to your hive and make honey from your gathered pollen.")
  10.  
  11. mouse = game.Players.LocalPlayer:GetMouse()
  12.  
  13. antchallengeescape = false
  14. AutoDigActive = false
  15. PollenFarmActive = false
  16. Field1AFActive = false
  17. Field2AFActive = false
  18. Field3AFActive = false
  19. Field4AFActive = false
  20. Field5AFActive = false
  21. Field6AFActive = false
  22. Field7AFActive = false
  23. Field8AFActive = false
  24. Field9AFActive = false
  25. Field10AFActive = false
  26. Field11AFActive = false
  27. Field12AFActive = false
  28. Field13AFActive = false
  29. Field14AFActive = false
  30. godmodeactivated = false
  31. resethive = false
  32. HuntViciousActive = false
  33. AvoidViciousActive = false
  34. viciousbeenear = false
  35. viciousbeedetected = false
  36. viciousdistance1 = ""
  37. switchlocationmsg = false
  38. tokenfarmactive = false
  39. GodModeActive = false
  40. moontokenfarmactive = false
  41. farmzoneswitchback = false
  42. switchingzone = false
  43. FarmTempOFF = false
  44. AvoidTempOFF = false
  45.  
  46. -- Anti Idle
  47. local VirtualUser=game:service'VirtualUser'
  48. game:service'Players'.LocalPlayer.Idled:connect(function()
  49. VirtualUser:CaptureController()
  50. VirtualUser:ClickButton2(Vector2.new())
  51. end)
  52.  
  53. -- Objects
  54. local MainGUI = Instance.new("ScreenGui")
  55. local MainFrame = Instance.new("Frame")
  56. local Close = Instance.new("TextButton")
  57. local WayPoints = Instance.new("TextButton")
  58. local WayPointsFrame = Instance.new("Frame")
  59. local ShowLocation = Instance.new("TextLabel")
  60. local SetLocation = Instance.new("TextButton")
  61. local TPLocation = Instance.new("TextButton")
  62. local ReturnToHive = Instance.new("TextButton")
  63. local BlackBear = Instance.new("TextButton")
  64. local BrownBear = Instance.new("TextButton")
  65. local SunBear = Instance.new("TextButton")
  66. local PandaBear = Instance.new("TextButton")
  67. local PolarBear = Instance.new("TextButton")
  68. local ScienceBear = Instance.new("TextButton")
  69. local MotherBear = Instance.new("TextButton")
  70. local TunnelBear = Instance.new("TextButton")
  71. local TravelingBear = Instance.new("TextButton")
  72. local RedBoost = Instance.new("TextButton")
  73. local BlueBoost = Instance.new("TextButton")
  74. local MountainBoost = Instance.new("TextButton")
  75. local RedCannon = Instance.new("TextButton")
  76. local BlueCannon = Instance.new("TextButton")
  77. local YellowCannon = Instance.new("TextButton")
  78. local Slingshot = Instance.new("TextButton")
  79. local BeeShop = Instance.new("TextButton")
  80. local TPShop = Instance.new("TextButton")
  81. local TPShop2 = Instance.new("TextButton")
  82. local MountainTopShop = Instance.new("TextButton")
  83. local TentShop = Instance.new("TextButton")
  84. local RedClubhouse = Instance.new("TextButton")
  85. local BlueClubhouse = Instance.new("TextButton")
  86. local TicketShop = Instance.new("TextButton")
  87. local ClubHoney = Instance.new("TextButton")
  88. local RoyalJellyShop = Instance.new("TextButton")
  89. local TicketRoyalJelly = Instance.new("TextButton")
  90. local Honeystorm = Instance.new("TextButton")
  91. local HoneyConvertor = Instance.new("TextButton")
  92. local StrawBerryField = Instance.new("TextButton")
  93. local PumpkinField = Instance.new("TextButton")
  94. local SunflowerField = Instance.new("TextButton")
  95. local CloverField = Instance.new("TextButton")
  96. local SpiderField = Instance.new("TextButton")
  97. local MushRoomField = Instance.new("TextButton")
  98. local BamBooField = Instance.new("TextButton")
  99. local DandelionField = Instance.new("TextButton")
  100. local PineappleField = Instance.new("TextButton")
  101. local BlueField = Instance.new("TextButton")
  102. local RoseField = Instance.new("TextButton")
  103. local CactusField = Instance.new("TextButton")
  104. local PineTreeField = Instance.new("TextButton")
  105. local MountainTopField = Instance.new("TextButton")
  106. local KingbeetlesLair = Instance.new("TextButton")
  107. local AntChallenge = Instance.new("TextButton")
  108. local Onett = Instance.new("TextButton")
  109. local TreatDispenser = Instance.new("TextButton")
  110. local TicketDispenser = Instance.new("TextButton")
  111. local WealthClock = Instance.new("TextButton")
  112. local StarHut = Instance.new("TextButton")
  113. local GumdropDispenser = Instance.new("TextButton")
  114. local BlueberryDispenser = Instance.new("TextButton")
  115. local StrawberryDispenser = Instance.new("TextButton")
  116. local TreatShop = Instance.new("TextButton")
  117. local SproutDispenser = Instance.new("TextButton")
  118. local AvoidViciousBee = Instance.new("TextButton")
  119. local Field1AF = Instance.new("TextButton")
  120. local Field2AF = Instance.new("TextButton")
  121. local Field3AF = Instance.new("TextButton")
  122. local Field4AF = Instance.new("TextButton")
  123. local Field5AF = Instance.new("TextButton")
  124. local Field6AF = Instance.new("TextButton")
  125. local Field7AF = Instance.new("TextButton")
  126. local Field8AF = Instance.new("TextButton")
  127. local Field9AF = Instance.new("TextButton")
  128. local Field10AF = Instance.new("TextButton")
  129. local Field11AF = Instance.new("TextButton")
  130. local Field12AF = Instance.new("TextButton")
  131. local Field13AF = Instance.new("TextButton")
  132. local Field14AF = Instance.new("TextButton")
  133. local TimeLabel = Instance.new("TextLabel")
  134. local Players = Instance.new("TextButton")
  135. local PlayerFrame = Instance.new("Frame")
  136. local PlayerList = Instance.new("Frame")
  137. local PlayerListBox = Instance.new("Frame")
  138. local PlyrSel = Instance.new("TextLabel")
  139. local Player1 = Instance.new("TextButton")
  140. local Player2 = Instance.new("TextButton")
  141. local Player3 = Instance.new("TextButton")
  142. local Player4 = Instance.new("TextButton")
  143. local Player5 = Instance.new("TextButton")
  144. local TpPlayer = Instance.new("TextButton")
  145. local FindTreasures = Instance.new("TextButton")
  146. local FindTreasuresText1 = Instance.new("TextLabel")
  147. local ExtrasScreen = Instance.new("TextButton")
  148. local ExtrasFrame = Instance.new("Frame")
  149. local ViciousBeeFrame = Instance.new("Frame")
  150. local InfoScreen = Instance.new("TextButton")
  151. local InfoFrame = Instance.new("Frame")
  152. local TPTool = Instance.new("TextButton")
  153. local BTool = Instance.new("TextButton")
  154. local ReJoinServer = Instance.new("TextButton")
  155. local NoClip = Instance.new("TextButton")
  156. local InfoText1 = Instance.new("TextLabel")
  157. local God = Instance.new("TextButton")
  158. local HuntViciousBee = Instance.new("TextButton")
  159. local ViciousBeeDetect = Instance.new("TextLabel")
  160. local FireflyDetect = Instance.new("TextLabel")
  161. local PollenFarm = Instance.new("TextButton")
  162. local FarmFrame = Instance.new("Frame")
  163. local StartFarm = Instance.new("TextButton")
  164. local AutoDig = Instance.new("TextButton")
  165. local TokenToggleLabel = Instance.new("TextLabel")
  166. local TokenToggle = Instance.new("TextBox")
  167. local FireflyToggleLabel = Instance.new("TextLabel")
  168. local FireflyToggle = Instance.new("TextBox")
  169. local HoneyToggleLabel = Instance.new("TextLabel")
  170. local HoneyToggle = Instance.new("TextBox")
  171.  
  172. -- Properties
  173.  
  174. MainGUI.Name = "MainGUI"
  175. MainGUI.Parent = game.CoreGui
  176. local MainCORE = game.CoreGui["MainGUI"]
  177.  
  178. MainFrame.Name = "MainFrame"
  179. MainFrame.Parent = MainGUI
  180. MainFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  181. MainFrame.BackgroundTransparency = 0.3
  182. MainFrame.BorderColor3 = Color3.new(0, 0, 0)
  183. MainFrame.Position = UDim2.new(0.5, -319, 0, -32)
  184. MainFrame.Size = UDim2.new(0, 638, 0, 30)
  185.  
  186. Close.Name = "Close"
  187. Close.Parent = MainFrame
  188. Close.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  189. Close.BorderColor3 = Color3.new(0, 1, 0)
  190. Close.Position = UDim2.new(0, 5, 0, 5)
  191. Close.Size = UDim2.new(0, 20, 0, 20)
  192. Close.Font = Enum.Font.Fantasy
  193. Close.Text = "X"
  194. Close.TextColor3 = Color3.new(1, 0, 0)
  195. Close.TextSize = 17
  196. Close.TextScaled = true
  197. Close.TextWrapped = true
  198.  
  199. WayPoints.Name = "WayPoints"
  200. WayPoints.Parent = MainFrame
  201. WayPoints.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  202. WayPoints.BorderColor3 = Color3.new(0, 1, 0)
  203. WayPoints.Position = UDim2.new(0, 30, 0, 5)
  204. WayPoints.Size = UDim2.new(0, 83, 0, 20)
  205. WayPoints.Font = Enum.Font.Fantasy
  206. WayPoints.TextColor3 = Color3.new(1, 1, 1)
  207. WayPoints.Text = "WayPoints"
  208. WayPoints.TextSize = 17
  209. WayPoints.TextWrapped = true
  210.  
  211. WayPointsFrame.Name = "WayPointsFrame"
  212. WayPointsFrame.Parent = MainFrame
  213. WayPointsFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  214. WayPointsFrame.BorderColor3 = Color3.new(0, 0, 0)
  215. WayPointsFrame.BackgroundTransparency = 0.3
  216. WayPointsFrame.Position = UDim2.new(0, 0, 0, 34)
  217. WayPointsFrame.Size = UDim2.new(0, 600, 0, 530)
  218. WayPointsFrame.Visible = false
  219.  
  220. ShowLocation.Name = "ShowLocation"
  221. ShowLocation.Parent = WayPointsFrame
  222. ShowLocation.BackgroundColor3 = Color3.new(1, 1, 1)
  223. ShowLocation.TextColor3 = Color3.new(0, 0, 0)
  224. ShowLocation.BorderColor3 = Color3.new(0, 0, 0)
  225. ShowLocation.Position = UDim2.new(0, 190, 0, 5)
  226. ShowLocation.Size = UDim2.new(0, 180, 0, 20)
  227. ShowLocation.Font = Enum.Font.Fantasy
  228. ShowLocation.Text = "Current Location"
  229. ShowLocation.TextWrapped = true
  230. ShowLocation.TextSize = 15
  231.  
  232. SetLocation.Name = "SetLocation"
  233. SetLocation.Parent = WayPointsFrame
  234. SetLocation.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  235. SetLocation.TextColor3 = Color3.new(1, 1, 1)
  236. SetLocation.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  237. SetLocation.Position = UDim2.new(0, 375, 0, 5)
  238. SetLocation.Size = UDim2.new(0, 150, 0, 20)
  239. SetLocation.Font = Enum.Font.Fantasy
  240. SetLocation.Text = "Set Location"
  241. SetLocation.TextWrapped = true
  242. SetLocation.TextSize = 16
  243.  
  244. TPLocation.Name = "TPLocation"
  245. TPLocation.Parent = WayPointsFrame
  246. TPLocation.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  247. TPLocation.TextColor3 = Color3.new(1, 1, 1)
  248. TPLocation.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  249. TPLocation.Position = UDim2.new(0, 530, 0, 5)
  250. TPLocation.Size = UDim2.new(0, 65, 0, 20)
  251. TPLocation.Font = Enum.Font.Fantasy
  252. TPLocation.Text = "Move to"
  253. TPLocation.TextWrapped = true
  254. TPLocation.TextSize = 16
  255.  
  256. ReturnToHive.Name = "ReturnToHive"
  257. ReturnToHive.Parent = WayPointsFrame
  258. ReturnToHive.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  259. ReturnToHive.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  260. ReturnToHive.Position = UDim2.new(0, 5, 0, 5)
  261. ReturnToHive.Size = UDim2.new(0, 180, 0, 20)
  262. ReturnToHive.TextColor3 = Color3.new(1, 1, 1)
  263. ReturnToHive.Font = Enum.Font.Fantasy
  264. ReturnToHive.Text = "Return To Hive"
  265. ReturnToHive.TextSize = 16
  266.  
  267. BlackBear.Name = "BlackBear"
  268. BlackBear.Parent = WayPointsFrame
  269. BlackBear.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  270. BlackBear.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  271. BlackBear.Position = UDim2.new(0, 5, 0, 30)
  272. BlackBear.Size = UDim2.new(0, 180, 0, 20)
  273. BlackBear.TextColor3 = Color3.new(1, 1, 1)
  274. BlackBear.Font = Enum.Font.Fantasy
  275. BlackBear.Text = "Black Bear"
  276. BlackBear.TextSize = 16
  277.  
  278. BrownBear.Name = "BrownBear"
  279. BrownBear.Parent = WayPointsFrame
  280. BrownBear.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  281. BrownBear.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  282. BrownBear.Position = UDim2.new(0, 5, 0, 55)
  283. BrownBear.Size = UDim2.new(0, 180, 0, 20)
  284. BrownBear.TextColor3 = Color3.new(1, 1, 1)
  285. BrownBear.Font = Enum.Font.Fantasy
  286. BrownBear.Text = "Brown Bear"
  287. BrownBear.TextSize = 16
  288.  
  289. PandaBear.Name = "PandaBear"
  290. PandaBear.Parent = WayPointsFrame
  291. PandaBear.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  292. PandaBear.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  293. PandaBear.Position = UDim2.new(0, 5, 0, 80)
  294. PandaBear.Size = UDim2.new(0, 180, 0, 20)
  295. PandaBear.TextColor3 = Color3.new(1, 1, 1)
  296. PandaBear.Font = Enum.Font.Fantasy
  297. PandaBear.Text = "Panda Bear"
  298. PandaBear.TextSize = 16
  299.  
  300. PolarBear.Name = "PolarBear"
  301. PolarBear.Parent = WayPointsFrame
  302. PolarBear.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  303. PolarBear.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  304. PolarBear.Position = UDim2.new(0, 5, 0, 105)
  305. PolarBear.Size = UDim2.new(0, 180, 0, 20)
  306. PolarBear.TextColor3 = Color3.new(1, 1, 1)
  307. PolarBear.Font = Enum.Font.Fantasy
  308. PolarBear.Text = "Polar Bear"
  309. PolarBear.TextSize = 16
  310.  
  311. ScienceBear.Name = "ScienceBear"
  312. ScienceBear.Parent = WayPointsFrame
  313. ScienceBear.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  314. ScienceBear.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  315. ScienceBear.Position = UDim2.new(0, 5, 0, 130)
  316. ScienceBear.Size = UDim2.new(0, 180, 0, 20)
  317. ScienceBear.TextColor3 = Color3.new(1, 1, 1)
  318. ScienceBear.Font = Enum.Font.Fantasy
  319. ScienceBear.Text = "Science Bear"
  320. ScienceBear.TextSize = 16
  321.  
  322. TravelingBear.Name = "TravelingBear"
  323. TravelingBear.Parent = WayPointsFrame
  324. TravelingBear.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  325. TravelingBear.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  326. TravelingBear.Position = UDim2.new(0, 5, 0, 155)
  327. TravelingBear.Size = UDim2.new(0, 180, 0, 20)
  328. TravelingBear.TextColor3 = Color3.new(1, 1, 1)
  329. TravelingBear.Font = Enum.Font.Fantasy
  330. TravelingBear.Text = "Traveling Bear"
  331. TravelingBear.TextSize = 16
  332.  
  333. MotherBear.Name = "MotherBear"
  334. MotherBear.Parent = WayPointsFrame
  335. MotherBear.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  336. MotherBear.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  337. MotherBear.Position = UDim2.new(0, 5, 0, 180)
  338. MotherBear.Size = UDim2.new(0, 180, 0, 20)
  339. MotherBear.TextColor3 = Color3.new(1, 1, 1)
  340. MotherBear.Font = Enum.Font.Fantasy
  341. MotherBear.Text = "Mother Bear"
  342. MotherBear.TextSize = 16
  343.  
  344. TunnelBear.Name = "TunnelBear"
  345. TunnelBear.Parent = WayPointsFrame
  346. TunnelBear.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  347. TunnelBear.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  348. TunnelBear.Position = UDim2.new(0, 5, 0, 205)
  349. TunnelBear.Size = UDim2.new(0, 180, 0, 20)
  350. TunnelBear.TextColor3 = Color3.new(1, 1, 1)
  351. TunnelBear.Font = Enum.Font.Fantasy
  352. TunnelBear.Text = "Tunnel Bear"
  353. TunnelBear.TextSize = 16
  354.  
  355. SunBear.Name = "SunBear"
  356. SunBear.Parent = WayPointsFrame
  357. SunBear.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  358. SunBear.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  359. SunBear.Position = UDim2.new(0, 5, 0, 230)
  360. SunBear.Size = UDim2.new(0, 180, 0, 20)
  361. SunBear.TextColor3 = Color3.new(1, 1, 1)
  362. SunBear.Font = Enum.Font.Fantasy
  363. SunBear.Text = "Sun Bear"
  364. SunBear.TextSize = 16
  365.  
  366. Onett.Name = "Onett"
  367. Onett.Parent = WayPointsFrame
  368. Onett.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  369. Onett.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  370. Onett.Position = UDim2.new(0, 5, 0, 255)
  371. Onett.Size = UDim2.new(0, 180, 0, 20)
  372. Onett.TextColor3 = Color3.new(1, 1, 1)
  373. Onett.Font = Enum.Font.Fantasy
  374. Onett.Text = "Onett"
  375. Onett.TextSize = 16
  376.  
  377. RedBoost.Name = "RedBoost"
  378. RedBoost.Parent = WayPointsFrame
  379. RedBoost.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  380. RedBoost.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  381. RedBoost.Position = UDim2.new(0, 5, 0, 280)
  382. RedBoost.Size = UDim2.new(0, 180, 0, 20)
  383. RedBoost.TextColor3 = Color3.new(1, 1, 1)
  384. RedBoost.Font = Enum.Font.Fantasy
  385. RedBoost.Text = "Red Field Booster"
  386. RedBoost.TextSize = 16
  387.  
  388. BlueBoost.Name = "BlueBoost"
  389. BlueBoost.Parent = WayPointsFrame
  390. BlueBoost.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  391. BlueBoost.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  392. BlueBoost.Position = UDim2.new(0, 5, 0, 305)
  393. BlueBoost.Size = UDim2.new(0, 180, 0, 20)
  394. BlueBoost.TextColor3 = Color3.new(1, 1, 1)
  395. BlueBoost.Font = Enum.Font.Fantasy
  396. BlueBoost.Text = "Blue Field Booster"
  397. BlueBoost.TextSize = 16
  398.  
  399. MountainBoost.Name = "MountainBoost"
  400. MountainBoost.Parent = WayPointsFrame
  401. MountainBoost.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  402. MountainBoost.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  403. MountainBoost.Position = UDim2.new(0, 5, 0, 330)
  404. MountainBoost.Size = UDim2.new(0, 180, 0, 20)
  405. MountainBoost.TextColor3 = Color3.new(1, 1, 1)
  406. MountainBoost.Font = Enum.Font.Fantasy
  407. MountainBoost.Text = "MountainTop Booster"
  408. MountainBoost.TextSize = 16
  409.  
  410. RedCannon.Name = "RedCannon"
  411. RedCannon.Parent = WayPointsFrame
  412. RedCannon.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  413. RedCannon.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  414. RedCannon.Position = UDim2.new(0, 5, 0, 355)
  415. RedCannon.Size = UDim2.new(0, 180, 0, 20)
  416. RedCannon.TextColor3 = Color3.new(1, 1, 1)
  417. RedCannon.Font = Enum.Font.Fantasy
  418. RedCannon.Text = "Red Cannon (22)"
  419. RedCannon.TextSize = 16
  420.  
  421. BlueCannon.Name = "BlueCannon"
  422. BlueCannon.Parent = WayPointsFrame
  423. BlueCannon.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  424. BlueCannon.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  425. BlueCannon.Position = UDim2.new(0, 5, 0, 380)
  426. BlueCannon.Size = UDim2.new(0, 180, 0, 20)
  427. BlueCannon.TextColor3 = Color3.new(1, 1, 1)
  428. BlueCannon.Font = Enum.Font.Fantasy
  429. BlueCannon.Text = "Blue Cannon (16)"
  430. BlueCannon.TextSize = 16
  431.  
  432. YellowCannon.Name = "YellowCannon"
  433. YellowCannon.Parent = WayPointsFrame
  434. YellowCannon.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  435. YellowCannon.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  436. YellowCannon.Position = UDim2.new(0, 5, 0, 405)
  437. YellowCannon.Size = UDim2.new(0, 180, 0, 20)
  438. YellowCannon.TextColor3 = Color3.new(1, 1, 1)
  439. YellowCannon.Font = Enum.Font.Fantasy
  440. YellowCannon.Text = "Yellow Cannon (12)"
  441. YellowCannon.TextSize = 16
  442.  
  443. Slingshot.Name = "Slingshot"
  444. Slingshot.Parent = WayPointsFrame
  445. Slingshot.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  446. Slingshot.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  447. Slingshot.Position = UDim2.new(0, 5, 0, 430)
  448. Slingshot.Size = UDim2.new(0, 180, 0, 20)
  449. Slingshot.TextColor3 = Color3.new(1, 1, 1)
  450. Slingshot.Font = Enum.Font.Fantasy
  451. Slingshot.Text = "Slingshot (8)"
  452. Slingshot.TextSize = 16
  453.  
  454. AntChallenge.Name = "AntChallenge"
  455. AntChallenge.Parent = WayPointsFrame
  456. AntChallenge.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  457. AntChallenge.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  458. AntChallenge.Position = UDim2.new(0, 5, 0, 455)
  459. AntChallenge.Size = UDim2.new(0, 180, 0, 20)
  460. AntChallenge.TextColor3 = Color3.new(1, 1, 1)
  461. AntChallenge.Font = Enum.Font.Fantasy
  462. AntChallenge.Text = "Ant Challenge"
  463. AntChallenge.TextSize = 16
  464.  
  465. KingbeetlesLair.Name = "KingbeetlesLair"
  466. KingbeetlesLair.Parent = WayPointsFrame
  467. KingbeetlesLair.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  468. KingbeetlesLair.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  469. KingbeetlesLair.Position = UDim2.new(0, 5, 0, 480)
  470. KingbeetlesLair.Size = UDim2.new(0, 180, 0, 20)
  471. KingbeetlesLair.TextColor3 = Color3.new(1, 1, 1)
  472. KingbeetlesLair.Font = Enum.Font.Fantasy
  473. KingbeetlesLair.Text = "King Beetles Lair"
  474. KingbeetlesLair.TextSize = 16
  475.  
  476. HoneyConvertor.Name = "HoneyConvertor"
  477. HoneyConvertor.Parent = WayPointsFrame
  478. HoneyConvertor.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  479. HoneyConvertor.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  480. HoneyConvertor.Position = UDim2.new(0, 5, 0, 505)
  481. HoneyConvertor.Size = UDim2.new(0, 180, 0, 20)
  482. HoneyConvertor.TextColor3 = Color3.new(1, 1, 1)
  483. HoneyConvertor.Font = Enum.Font.Fantasy
  484. HoneyConvertor.Text = "Instant Honey Converter"
  485. HoneyConvertor.TextSize = 16
  486.  
  487. BeeShop.Name = "BeeShop"
  488. BeeShop.Parent = WayPointsFrame
  489. BeeShop.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  490. BeeShop.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  491. BeeShop.Position = UDim2.new(0, 190, 0, 30)
  492. BeeShop.Size = UDim2.new(0, 180, 0, 20)
  493. BeeShop.TextColor3 = Color3.new(1, 1, 1)
  494. BeeShop.Font = Enum.Font.Fantasy
  495. BeeShop.Text = "Bees Shop"
  496. BeeShop.TextSize = 16
  497.  
  498. TPShop.Name = "TPShop"
  499. TPShop.Parent = WayPointsFrame
  500. TPShop.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  501. TPShop.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  502. TPShop.Position = UDim2.new(0, 190, 0, 55)
  503. TPShop.Size = UDim2.new(0, 180, 0, 20)
  504. TPShop.TextColor3 = Color3.new(1, 1, 1)
  505. TPShop.Font = Enum.Font.Fantasy
  506. TPShop.Text = "Basic Tools Shop"
  507. TPShop.TextSize = 16
  508.  
  509. TPShop2.Name = "TPShop2"
  510. TPShop2.Parent = WayPointsFrame
  511. TPShop2.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  512. TPShop2.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  513. TPShop2.Position = UDim2.new(0, 190, 0, 80)
  514. TPShop2.Size = UDim2.new(0, 180, 0, 20)
  515. TPShop2.TextColor3 = Color3.new(1, 1, 1)
  516. TPShop2.Font = Enum.Font.Fantasy
  517. TPShop2.Text = "Advanced Tools Shop"
  518. TPShop2.TextSize = 16
  519.  
  520. MountainTopShop.Name = "MountainTopShop"
  521. MountainTopShop.Parent = WayPointsFrame
  522. MountainTopShop.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  523. MountainTopShop.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  524. MountainTopShop.Position = UDim2.new(0, 190, 0, 105)
  525. MountainTopShop.Size = UDim2.new(0, 180, 0, 20)
  526. MountainTopShop.TextColor3 = Color3.new(1, 1, 1)
  527. MountainTopShop.Font = Enum.Font.Fantasy
  528. MountainTopShop.Text = "Mountain Top Shop"
  529. MountainTopShop.TextSize = 16
  530.  
  531. TentShop.Name = "TentShop"
  532. TentShop.Parent = WayPointsFrame
  533. TentShop.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  534. TentShop.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  535. TentShop.Position = UDim2.new(0, 190, 0, 130)
  536. TentShop.Size = UDim2.new(0, 180, 0, 20)
  537. TentShop.TextColor3 = Color3.new(1, 1, 1)
  538. TentShop.Font = Enum.Font.Fantasy
  539. TentShop.Text = "Ticket Tent Shop"
  540. TentShop.TextSize = 16
  541.  
  542. TreatShop.Name = "TreatShop"
  543. TreatShop.Parent = WayPointsFrame
  544. TreatShop.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  545. TreatShop.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  546. TreatShop.Position = UDim2.new(0, 190, 0, 155)
  547. TreatShop.Size = UDim2.new(0, 180, 0, 20)
  548. TreatShop.TextColor3 = Color3.new(1, 1, 1)
  549. TreatShop.Font = Enum.Font.Fantasy
  550. TreatShop.Text = "Treat Shop"
  551. TreatShop.TextSize = 16
  552.  
  553. RedClubhouse.Name = "RedClubhouse"
  554. RedClubhouse.Parent = WayPointsFrame
  555. RedClubhouse.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  556. RedClubhouse.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  557. RedClubhouse.Position = UDim2.new(0, 190, 0, 180)
  558. RedClubhouse.Size = UDim2.new(0, 180, 0, 20)
  559. RedClubhouse.TextColor3 = Color3.new(1, 1, 1)
  560. RedClubhouse.Font = Enum.Font.Fantasy
  561. RedClubhouse.Text = "Red Clubhouse"
  562. RedClubhouse.TextSize = 16
  563.  
  564. BlueClubhouse.Name = "BlueClubhouse"
  565. BlueClubhouse.Parent = WayPointsFrame
  566. BlueClubhouse.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  567. BlueClubhouse.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  568. BlueClubhouse.Position = UDim2.new(0, 190, 0, 205)
  569. BlueClubhouse.Size = UDim2.new(0, 180, 0, 20)
  570. BlueClubhouse.TextColor3 = Color3.new(1, 1, 1)
  571. BlueClubhouse.Font = Enum.Font.Fantasy
  572. BlueClubhouse.Text = "Blue Clubhouse"
  573. BlueClubhouse.TextSize = 16
  574.  
  575. TicketShop.Name = "TicketShop"
  576. TicketShop.Parent = WayPointsFrame
  577. TicketShop.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  578. TicketShop.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  579. TicketShop.Position = UDim2.new(0, 190, 0, 230)
  580. TicketShop.Size = UDim2.new(0, 180, 0, 20)
  581. TicketShop.TextColor3 = Color3.new(1, 1, 1)
  582. TicketShop.Font = Enum.Font.Fantasy
  583. TicketShop.Text = "Ticket Dispenser"
  584. TicketShop.TextSize = 16
  585.  
  586. ClubHoney.Name = "ClubHoney"
  587. ClubHoney.Parent = WayPointsFrame
  588. ClubHoney.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  589. ClubHoney.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  590. ClubHoney.Position = UDim2.new(0, 190, 0, 255)
  591. ClubHoney.Size = UDim2.new(0, 180, 0, 20)
  592. ClubHoney.TextColor3 = Color3.new(1, 1, 1)
  593. ClubHoney.Font = Enum.Font.Fantasy
  594. ClubHoney.Text = "Club Honey Dispenser"
  595. ClubHoney.TextSize = 16
  596.  
  597. RoyalJellyShop.Name = "RoyalJellyShop"
  598. RoyalJellyShop.Parent = WayPointsFrame
  599. RoyalJellyShop.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  600. RoyalJellyShop.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  601. RoyalJellyShop.Position = UDim2.new(0, 190, 0, 280)
  602. RoyalJellyShop.Size = UDim2.new(0, 180, 0, 20)
  603. RoyalJellyShop.TextColor3 = Color3.new(1, 1, 1)
  604. RoyalJellyShop.Font = Enum.Font.Fantasy
  605. RoyalJellyShop.Text = "Royal Jelly Dispenser"
  606. RoyalJellyShop.TextSize = 16
  607.  
  608. TicketRoyalJelly.Name = "TicketRoyalJelly"
  609. TicketRoyalJelly.Parent = WayPointsFrame
  610. TicketRoyalJelly.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  611. TicketRoyalJelly.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  612. TicketRoyalJelly.Position = UDim2.new(0, 190, 0, 305)
  613. TicketRoyalJelly.Size = UDim2.new(0, 180, 0, 20)
  614. TicketRoyalJelly.TextColor3 = Color3.new(1, 1, 1)
  615. TicketRoyalJelly.Font = Enum.Font.Fantasy
  616. TicketRoyalJelly.Text = "Ticket Royal Jelly Dispenser"
  617. TicketRoyalJelly.TextSize = 16
  618.  
  619. GumdropDispenser.Name = "GumdropDispenser"
  620. GumdropDispenser.Parent = WayPointsFrame
  621. GumdropDispenser.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  622. GumdropDispenser.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  623. GumdropDispenser.Position = UDim2.new(0, 190, 0, 330)
  624. GumdropDispenser.Size = UDim2.new(0, 180, 0, 20)
  625. GumdropDispenser.TextColor3 = Color3.new(1, 1, 1)
  626. GumdropDispenser.Font = Enum.Font.Fantasy
  627. GumdropDispenser.Text = "Gumdrop Dispenser"
  628. GumdropDispenser.TextSize = 16
  629.  
  630. BlueberryDispenser.Name = "BlueberryDispenser"
  631. BlueberryDispenser.Parent = WayPointsFrame
  632. BlueberryDispenser.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  633. BlueberryDispenser.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  634. BlueberryDispenser.Position = UDim2.new(0, 190, 0, 355)
  635. BlueberryDispenser.Size = UDim2.new(0, 180, 0, 20)
  636. BlueberryDispenser.TextColor3 = Color3.new(1, 1, 1)
  637. BlueberryDispenser.Font = Enum.Font.Fantasy
  638. BlueberryDispenser.Text = "Blueberry Dispenser"
  639. BlueberryDispenser.TextSize = 16
  640.  
  641. StrawberryDispenser.Name = "StrawberryDispenser"
  642. StrawberryDispenser.Parent = WayPointsFrame
  643. StrawberryDispenser.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  644. StrawberryDispenser.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  645. StrawberryDispenser.Position = UDim2.new(0, 190, 0, 380)
  646. StrawberryDispenser.Size = UDim2.new(0, 180, 0, 20)
  647. StrawberryDispenser.TextColor3 = Color3.new(1, 1, 1)
  648. StrawberryDispenser.Font = Enum.Font.Fantasy
  649. StrawberryDispenser.Text = "Strawberry Dispenser"
  650. StrawberryDispenser.TextSize = 16
  651.  
  652. TreatDispenser.Name = "TreatDispenser"
  653. TreatDispenser.Parent = WayPointsFrame
  654. TreatDispenser.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  655. TreatDispenser.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  656. TreatDispenser.Position = UDim2.new(0, 190, 0, 405)
  657. TreatDispenser.Size = UDim2.new(0, 180, 0, 20)
  658. TreatDispenser.TextColor3 = Color3.new(1, 1, 1)
  659. TreatDispenser.Font = Enum.Font.Fantasy
  660. TreatDispenser.Text = "Treat Dispenser"
  661. TreatDispenser.TextSize = 16
  662.  
  663. StarHut.Name = "StarHut"
  664. StarHut.Parent = WayPointsFrame
  665. StarHut.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  666. StarHut.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  667. StarHut.Position = UDim2.new(0, 190, 0, 430)
  668. StarHut.Size = UDim2.new(0, 180, 0, 20)
  669. StarHut.TextColor3 = Color3.new(1, 1, 1)
  670. StarHut.Font = Enum.Font.Fantasy
  671. StarHut.Text = "Star Hall"
  672. StarHut.TextSize = 16
  673.  
  674. WealthClock.Name = "WealthClock"
  675. WealthClock.Parent = WayPointsFrame
  676. WealthClock.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  677. WealthClock.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  678. WealthClock.Position = UDim2.new(0, 190, 0, 455)
  679. WealthClock.Size = UDim2.new(0, 180, 0, 20)
  680. WealthClock.TextColor3 = Color3.new(1, 1, 1)
  681. WealthClock.Font = Enum.Font.Fantasy
  682. WealthClock.Text = "Wealth Clock"
  683. WealthClock.TextSize = 16
  684.  
  685. Honeystorm.Name = "Honeystorm"
  686. Honeystorm.Parent = WayPointsFrame
  687. Honeystorm.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  688. Honeystorm.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  689. Honeystorm.Position = UDim2.new(0, 190, 0, 480)
  690. Honeystorm.Size = UDim2.new(0, 180, 0, 20)
  691. Honeystorm.TextColor3 = Color3.new(1, 1, 1)
  692. Honeystorm.Font = Enum.Font.Fantasy
  693. Honeystorm.Text = "Summon a Honeystorm"
  694. Honeystorm.TextSize = 16
  695.  
  696. SproutDispenser.Name = "SproutDispenser"
  697. SproutDispenser.Parent = WayPointsFrame
  698. SproutDispenser.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  699. SproutDispenser.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  700. SproutDispenser.Position = UDim2.new(0, 190, 0, 505)
  701. SproutDispenser.Size = UDim2.new(0, 180, 0, 20)
  702. SproutDispenser.TextColor3 = Color3.new(1, 1, 1)
  703. SproutDispenser.Font = Enum.Font.Fantasy
  704. SproutDispenser.Text = "Summon a Sprout"
  705. SproutDispenser.TextSize = 16
  706.  
  707. SunflowerField.Name = "SunflowerField"
  708. SunflowerField.Parent = WayPointsFrame
  709. SunflowerField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  710. SunflowerField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  711. SunflowerField.Position = UDim2.new(0, 375, 0, 30)
  712. SunflowerField.Size = UDim2.new(0, 180, 0, 20)
  713. SunflowerField.TextColor3 = Color3.new(1, 1, 1)
  714. SunflowerField.Font = Enum.Font.Fantasy
  715. SunflowerField.Text = "Sunflower Field"
  716. SunflowerField.TextSize = 16
  717.  
  718. MushRoomField.Name = "MushRoomField"
  719. MushRoomField.Parent = WayPointsFrame
  720. MushRoomField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  721. MushRoomField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  722. MushRoomField.Position = UDim2.new(0, 375, 0, 55)
  723. MushRoomField.Size = UDim2.new(0, 180, 0, 20)
  724. MushRoomField.TextColor3 = Color3.new(1, 1, 1)
  725. MushRoomField.Font = Enum.Font.Fantasy
  726. MushRoomField.Text = "MushRoom Field"
  727. MushRoomField.TextSize = 16
  728.  
  729. DandelionField.Name = "DandelionField"
  730. DandelionField.Parent = WayPointsFrame
  731. DandelionField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  732. DandelionField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  733. DandelionField.Position = UDim2.new(0, 375, 0, 80)
  734. DandelionField.Size = UDim2.new(0, 180, 0, 20)
  735. DandelionField.TextColor3 = Color3.new(1, 1, 1)
  736. DandelionField.Font = Enum.Font.Fantasy
  737. DandelionField.Text = "Dandelion Field"
  738. DandelionField.TextSize = 16
  739.  
  740. BlueField.Name = "BlueField"
  741. BlueField.Parent = WayPointsFrame
  742. BlueField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  743. BlueField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  744. BlueField.Position = UDim2.new(0, 375, 0, 105)
  745. BlueField.Size = UDim2.new(0, 180, 0, 20)
  746. BlueField.TextColor3 = Color3.new(1, 1, 1)
  747. BlueField.Font = Enum.Font.Fantasy
  748. BlueField.Text = "Blue Flower Field"
  749. BlueField.TextSize = 16
  750.  
  751. CloverField.Name = "CloverField"
  752. CloverField.Parent = WayPointsFrame
  753. CloverField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  754. CloverField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  755. CloverField.Position = UDim2.new(0, 375, 0, 130)
  756. CloverField.Size = UDim2.new(0, 180, 0, 20)
  757. CloverField.TextColor3 = Color3.new(1, 1, 1)
  758. CloverField.Font = Enum.Font.Fantasy
  759. CloverField.Text = "Clover Field"
  760. CloverField.TextSize = 16
  761.  
  762. StrawBerryField.Name = "StrawBerryField"
  763. StrawBerryField.Parent = WayPointsFrame
  764. StrawBerryField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  765. StrawBerryField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  766. StrawBerryField.Position = UDim2.new(0, 375, 0, 155)
  767. StrawBerryField.Size = UDim2.new(0, 180, 0, 20)
  768. StrawBerryField.TextColor3 = Color3.new(1, 1, 1)
  769. StrawBerryField.Font = Enum.Font.Fantasy
  770. StrawBerryField.Text = "StrawBerry Field"
  771. StrawBerryField.TextSize = 16
  772.  
  773. SpiderField.Name = "SpiderField"
  774. SpiderField.Parent = WayPointsFrame
  775. SpiderField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  776. SpiderField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  777. SpiderField.Position = UDim2.new(0, 375, 0, 180)
  778. SpiderField.Size = UDim2.new(0, 180, 0, 20)
  779. SpiderField.TextColor3 = Color3.new(1, 1, 1)
  780. SpiderField.Font = Enum.Font.Fantasy
  781. SpiderField.Text = "Spider Field"
  782. SpiderField.TextSize = 16
  783.  
  784. BamBooField.Name = "BamBooField"
  785. BamBooField.Parent = WayPointsFrame
  786. BamBooField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  787. BamBooField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  788. BamBooField.Position = UDim2.new(0, 375, 0, 205)
  789. BamBooField.Size = UDim2.new(0, 180, 0, 20)
  790. BamBooField.TextColor3 = Color3.new(1, 1, 1)
  791. BamBooField.Font = Enum.Font.Fantasy
  792. BamBooField.Text = "BamBoo Field"
  793. BamBooField.TextSize = 16
  794.  
  795. RoseField.Name = "RoseField"
  796. RoseField.Parent = WayPointsFrame
  797. RoseField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  798. RoseField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  799. RoseField.Position = UDim2.new(0, 375, 0, 230)
  800. RoseField.Size = UDim2.new(0, 180, 0, 20)
  801. RoseField.TextColor3 = Color3.new(1, 1, 1)
  802. RoseField.Font = Enum.Font.Fantasy
  803. RoseField.Text = "Rose Field"
  804. RoseField.TextSize = 16
  805.  
  806. PineTreeField.Name = "PineTreeField"
  807. PineTreeField.Parent = WayPointsFrame
  808. PineTreeField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  809. PineTreeField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  810. PineTreeField.Position = UDim2.new(0, 375, 0, 255)
  811. PineTreeField.Size = UDim2.new(0, 180, 0, 20)
  812. PineTreeField.TextColor3 = Color3.new(1, 1, 1)
  813. PineTreeField.Font = Enum.Font.Fantasy
  814. PineTreeField.Text = "Pine Tree Forest"
  815. PineTreeField.TextSize = 16
  816.  
  817. CactusField.Name = "CactusField"
  818. CactusField.Parent = WayPointsFrame
  819. CactusField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  820. CactusField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  821. CactusField.Position = UDim2.new(0, 375, 0, 280)
  822. CactusField.Size = UDim2.new(0, 180, 0, 20)
  823. CactusField.TextColor3 = Color3.new(1, 1, 1)
  824. CactusField.Font = Enum.Font.Fantasy
  825. CactusField.Text = "Cactus Field"
  826. CactusField.TextSize = 16
  827.  
  828. PumpkinField.Name = "PumpkinField"
  829. PumpkinField.Parent = WayPointsFrame
  830. PumpkinField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  831. PumpkinField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  832. PumpkinField.Position = UDim2.new(0, 375, 0, 305)
  833. PumpkinField.Size = UDim2.new(0, 180, 0, 20)
  834. PumpkinField.TextColor3 = Color3.new(1, 1, 1)
  835. PumpkinField.Font = Enum.Font.Fantasy
  836. PumpkinField.Text = "Pumpkin Patch"
  837. PumpkinField.TextSize = 16
  838.  
  839. PineappleField.Name = "PineappleField"
  840. PineappleField.Parent = WayPointsFrame
  841. PineappleField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  842. PineappleField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  843. PineappleField.Position = UDim2.new(0, 375, 0, 330)
  844. PineappleField.Size = UDim2.new(0, 180, 0, 20)
  845. PineappleField.TextColor3 = Color3.new(1, 1, 1)
  846. PineappleField.Font = Enum.Font.Fantasy
  847. PineappleField.Text = "Pineapple Patch"
  848. PineappleField.TextSize = 16
  849.  
  850. MountainTopField.Name = "MountainTopField"
  851. MountainTopField.Parent = WayPointsFrame
  852. MountainTopField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  853. MountainTopField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  854. MountainTopField.Position = UDim2.new(0, 375, 0, 355)
  855. MountainTopField.Size = UDim2.new(0, 180, 0, 20)
  856. MountainTopField.TextColor3 = Color3.new(1, 1, 1)
  857. MountainTopField.Font = Enum.Font.Fantasy
  858. MountainTopField.Text = "Mountain Top Field"
  859. MountainTopField.TextSize = 16
  860.  
  861. Field1AF.Name = "Field1AF"
  862. Field1AF.Parent = WayPointsFrame
  863. Field1AF.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  864. Field1AF.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  865. Field1AF.Position = UDim2.new(0, 555, 0, 30)
  866. Field1AF.Size = UDim2.new(0, 40, 0, 20)
  867. Field1AF.TextColor3 = Color3.new(1, 1, 1)
  868. Field1AF.Font = Enum.Font.Fantasy
  869. Field1AF.Text = "Farm"
  870. Field1AF.TextSize = 16
  871.  
  872. Field2AF.Name = "Field2AF"
  873. Field2AF.Parent = WayPointsFrame
  874. Field2AF.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  875. Field2AF.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  876. Field2AF.Position = UDim2.new(0, 555, 0, 55)
  877. Field2AF.Size = UDim2.new(0, 40, 0, 20)
  878. Field2AF.TextColor3 = Color3.new(1, 1, 1)
  879. Field2AF.Font = Enum.Font.Fantasy
  880. Field2AF.Text = "Farm"
  881. Field2AF.TextSize = 16
  882.  
  883. Field3AF.Name = "Field3AF"
  884. Field3AF.Parent = WayPointsFrame
  885. Field3AF.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  886. Field3AF.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  887. Field3AF.Position = UDim2.new(0, 555, 0, 80)
  888. Field3AF.Size = UDim2.new(0, 40, 0, 20)
  889. Field3AF.TextColor3 = Color3.new(1, 1, 1)
  890. Field3AF.Font = Enum.Font.Fantasy
  891. Field3AF.Text = "Farm"
  892. Field3AF.TextSize = 16
  893.  
  894. Field4AF.Name = "Field4AF"
  895. Field4AF.Parent = WayPointsFrame
  896. Field4AF.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  897. Field4AF.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  898. Field4AF.Position = UDim2.new(0, 555, 0, 105)
  899. Field4AF.Size = UDim2.new(0, 40, 0, 20)
  900. Field4AF.TextColor3 = Color3.new(1, 1, 1)
  901. Field4AF.Font = Enum.Font.Fantasy
  902. Field4AF.Text = "Farm"
  903. Field4AF.TextSize = 16
  904.  
  905. Field5AF.Name = "Field5AF"
  906. Field5AF.Parent = WayPointsFrame
  907. Field5AF.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  908. Field5AF.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  909. Field5AF.Position = UDim2.new(0, 555, 0, 130)
  910. Field5AF.Size = UDim2.new(0, 40, 0, 20)
  911. Field5AF.TextColor3 = Color3.new(1, 1, 1)
  912. Field5AF.Font = Enum.Font.Fantasy
  913. Field5AF.Text = "Farm"
  914. Field5AF.TextSize = 16
  915.  
  916. Field6AF.Name = "Field6AF"
  917. Field6AF.Parent = WayPointsFrame
  918. Field6AF.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  919. Field6AF.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  920. Field6AF.Position = UDim2.new(0, 555, 0, 155)
  921. Field6AF.Size = UDim2.new(0, 40, 0, 20)
  922. Field6AF.TextColor3 = Color3.new(1, 1, 1)
  923. Field6AF.Font = Enum.Font.Fantasy
  924. Field6AF.Text = "Farm"
  925. Field6AF.TextSize = 16
  926.  
  927. Field7AF.Name = "Field7AF"
  928. Field7AF.Parent = WayPointsFrame
  929. Field7AF.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  930. Field7AF.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  931. Field7AF.Position = UDim2.new(0, 555, 0, 180)
  932. Field7AF.Size = UDim2.new(0, 40, 0, 20)
  933. Field7AF.TextColor3 = Color3.new(1, 1, 1)
  934. Field7AF.Font = Enum.Font.Fantasy
  935. Field7AF.Text = "Farm"
  936. Field7AF.TextSize = 16
  937.  
  938. Field8AF.Name = "Field8AF"
  939. Field8AF.Parent = WayPointsFrame
  940. Field8AF.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  941. Field8AF.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  942. Field8AF.Position = UDim2.new(0, 555, 0, 205)
  943. Field8AF.Size = UDim2.new(0, 40, 0, 20)
  944. Field8AF.TextColor3 = Color3.new(1, 1, 1)
  945. Field8AF.Font = Enum.Font.Fantasy
  946. Field8AF.Text = "Farm"
  947. Field8AF.TextSize = 16
  948.  
  949. Field9AF.Name = "Field9AF"
  950. Field9AF.Parent = WayPointsFrame
  951. Field9AF.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  952. Field9AF.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  953. Field9AF.Position = UDim2.new(0, 555, 0, 230)
  954. Field9AF.Size = UDim2.new(0, 40, 0, 20)
  955. Field9AF.TextColor3 = Color3.new(1, 1, 1)
  956. Field9AF.Font = Enum.Font.Fantasy
  957. Field9AF.Text = "Farm"
  958. Field9AF.TextSize = 16
  959.  
  960. Field10AF.Name = "Field10AF"
  961. Field10AF.Parent = WayPointsFrame
  962. Field10AF.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  963. Field10AF.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  964. Field10AF.Position = UDim2.new(0, 555, 0, 255)
  965. Field10AF.Size = UDim2.new(0, 40, 0, 20)
  966. Field10AF.TextColor3 = Color3.new(1, 1, 1)
  967. Field10AF.Font = Enum.Font.Fantasy
  968. Field10AF.Text = "Farm"
  969. Field10AF.TextSize = 16
  970.  
  971. Field11AF.Name = "Field11AF"
  972. Field11AF.Parent = WayPointsFrame
  973. Field11AF.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  974. Field11AF.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  975. Field11AF.Position = UDim2.new(0, 555, 0, 280)
  976. Field11AF.Size = UDim2.new(0, 40, 0, 20)
  977. Field11AF.TextColor3 = Color3.new(1, 1, 1)
  978. Field11AF.Font = Enum.Font.Fantasy
  979. Field11AF.Text = "Farm"
  980. Field11AF.TextSize = 16
  981.  
  982. Field12AF.Name = "Field12AF"
  983. Field12AF.Parent = WayPointsFrame
  984. Field12AF.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  985. Field12AF.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  986. Field12AF.Position = UDim2.new(0, 555, 0, 305)
  987. Field12AF.Size = UDim2.new(0, 40, 0, 20)
  988. Field12AF.TextColor3 = Color3.new(1, 1, 1)
  989. Field12AF.Font = Enum.Font.Fantasy
  990. Field12AF.Text = "Farm"
  991. Field12AF.TextSize = 16
  992.  
  993. Field13AF.Name = "Field13AF"
  994. Field13AF.Parent = WayPointsFrame
  995. Field13AF.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  996. Field13AF.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  997. Field13AF.Position = UDim2.new(0, 555, 0, 330)
  998. Field13AF.Size = UDim2.new(0, 40, 0, 20)
  999. Field13AF.TextColor3 = Color3.new(1, 1, 1)
  1000. Field13AF.Font = Enum.Font.Fantasy
  1001. Field13AF.Text = "Farm"
  1002. Field13AF.TextSize = 16
  1003.  
  1004. Field14AF.Name = "Field14AF"
  1005. Field14AF.Parent = WayPointsFrame
  1006. Field14AF.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1007. Field14AF.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  1008. Field14AF.Position = UDim2.new(0, 555, 0, 355)
  1009. Field14AF.Size = UDim2.new(0, 40, 0, 20)
  1010. Field14AF.TextColor3 = Color3.new(1, 1, 1)
  1011. Field14AF.Font = Enum.Font.Fantasy
  1012. Field14AF.Text = "Farm"
  1013. Field14AF.TextSize = 16
  1014.  
  1015. Players.Name = "Players"
  1016. Players.Parent = MainFrame
  1017. Players.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1018. Players.BorderColor3 = Color3.new(0, 1, 0)
  1019. Players.Position = UDim2.new(0, 118, 0, 5)
  1020. Players.Size = UDim2.new(0, 60, 0, 20)
  1021. Players.BackgroundTransparency = 0
  1022. Players.Font = Enum.Font.Fantasy
  1023. Players.TextColor3 = Color3.new(1, 1, 1)
  1024. Players.Text = "Players"
  1025. Players.TextSize = 17
  1026. Players.TextWrapped = true
  1027.  
  1028. PlayerFrame.Name = "PlayerFrame"
  1029. PlayerFrame.Parent = MainFrame
  1030. PlayerFrame.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  1031. PlayerFrame.BackgroundTransparency = 0.3
  1032. PlayerFrame.BorderColor3 = Color3.new(0, 0, 0)
  1033. PlayerFrame.Position = UDim2.new(0, 63, 0, 34)
  1034. PlayerFrame.Size = UDim2.new(0, 170, 0, 200)
  1035. PlayerFrame.Visible = false
  1036.  
  1037. PlyrSel.Name = "PlyrSel"
  1038. PlyrSel.Parent = PlayerFrame
  1039. PlyrSel.BackgroundColor3 = Color3.new(1, 1, 1)
  1040. PlyrSel.BackgroundTransparency = 0.15
  1041. PlyrSel.BorderColor3 = Color3.new(0, 0, 0)
  1042. PlyrSel.Position = UDim2.new(0, 5, 0, 5)
  1043. PlyrSel.Size = UDim2.new(0, 160, 0, 20)
  1044. PlyrSel.Font = Enum.Font.SourceSans
  1045. PlyrSel.Text = "SELECT A PLAYER"
  1046. PlyrSel.TextColor3 = Color3.new(0, 0, 0)
  1047. PlyrSel.TextScaled = true
  1048. PlyrSel.TextSize = 17
  1049. PlyrSel.TextWrapped = true
  1050.  
  1051. Player1.Name = "Player1"
  1052. Player1.Parent = PlayerFrame
  1053. Player1.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1054. Player1.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  1055. Player1.Position = UDim2.new(0, 5, 0, 35)
  1056. Player1.Size = UDim2.new(0, 160, 0, 20)
  1057. Player1.Font = Enum.Font.Fantasy
  1058. Player1.Text = ""
  1059. Player1.TextColor3 = Color3.new(1, 1, 1)
  1060. Player1.TextSize = 15
  1061. Player1.TextWrapped = true
  1062.  
  1063. Player2.Name = "Player2"
  1064. Player2.Parent = PlayerFrame
  1065. Player2.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1066. Player2.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  1067. Player2.Position = UDim2.new(0, 5, 0, 60)
  1068. Player2.Size = UDim2.new(0, 160, 0, 20)
  1069. Player2.Font = Enum.Font.Fantasy
  1070. Player2.Text = ""
  1071. Player2.TextColor3 = Color3.new(1, 1, 1)
  1072. Player2.TextSize = 15
  1073. Player2.TextWrapped = true
  1074.  
  1075. Player3.Name = "Player3"
  1076. Player3.Parent = PlayerFrame
  1077. Player3.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1078. Player3.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  1079. Player3.Position = UDim2.new(0, 5, 0, 85)
  1080. Player3.Size = UDim2.new(0, 160, 0, 20)
  1081. Player3.Font = Enum.Font.Fantasy
  1082. Player3.Text = ""
  1083. Player3.TextColor3 = Color3.new(1, 1, 1)
  1084. Player3.TextSize = 15
  1085. Player3.TextWrapped = true
  1086.  
  1087. Player4.Name = "Player4"
  1088. Player4.Parent = PlayerFrame
  1089. Player4.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1090. Player4.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  1091. Player4.Position = UDim2.new(0, 5, 0, 110)
  1092. Player4.Size = UDim2.new(0, 160, 0, 20)
  1093. Player4.Font = Enum.Font.Fantasy
  1094. Player4.Text = ""
  1095. Player4.TextColor3 = Color3.new(1, 1, 1)
  1096. Player4.TextSize = 15
  1097. Player4.TextWrapped = true
  1098.  
  1099. Player5.Name = "Player5"
  1100. Player5.Parent = PlayerFrame
  1101. Player5.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1102. Player5.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  1103. Player5.Position = UDim2.new(0, 5, 0, 135)
  1104. Player5.Size = UDim2.new(0, 160, 0, 20)
  1105. Player5.Font = Enum.Font.Fantasy
  1106. Player5.Text = ""
  1107. Player5.TextColor3 = Color3.new(1, 1, 1)
  1108. Player5.TextSize = 15
  1109. Player5.TextWrapped = true
  1110.  
  1111. TpPlayer.Name = "TpPlayer"
  1112. TpPlayer.Parent = PlayerFrame
  1113. TpPlayer.BackgroundColor3 = Color3.new(0.18, 0.18, 0.18)
  1114. TpPlayer.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  1115. TpPlayer.Position = UDim2.new(0, 5, 0, 165)
  1116. TpPlayer.Size = UDim2.new(0, 160, 0, 30)
  1117. TpPlayer.Font = Enum.Font.Fantasy
  1118. TpPlayer.Text = "Teleport to Player"
  1119. TpPlayer.TextColor3 = Color3.new(1, 1, 1)
  1120. TpPlayer.TextWrapped = true
  1121. TpPlayer.TextSize = 17
  1122.  
  1123. PollenFarm.Name = "PollenFarm"
  1124. PollenFarm.Parent = MainFrame
  1125. PollenFarm.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1126. PollenFarm.BorderColor3 = Color3.new(0, 1, 0)
  1127. PollenFarm.Position = UDim2.new(0, 183, 0, 5)
  1128. PollenFarm.Size = UDim2.new(0, 90, 0, 20)
  1129. PollenFarm.Font = Enum.Font.Fantasy
  1130. PollenFarm.TextColor3 = Color3.new(1, 1, 1)
  1131. PollenFarm.Text = "Farm Pollen"
  1132. PollenFarm.TextSize = 17
  1133. PollenFarm.TextWrapped = true
  1134.  
  1135. FarmFrame.Name = "FarmFrame"
  1136. FarmFrame.Parent = MainFrame
  1137. FarmFrame.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  1138. FarmFrame.BorderColor3 = Color3.new(0, 0, 0)
  1139. FarmFrame.BackgroundTransparency = 0
  1140. FarmFrame.Position = UDim2.new(0, 138, 0, 34)
  1141. FarmFrame.Size = UDim2.new(0, 180, 0, 55)
  1142. FarmFrame.ZIndex = 7
  1143. FarmFrame.Visible = false
  1144.  
  1145. AvoidViciousBee.Name = "AvoidViciousBee"
  1146. AvoidViciousBee.Parent = FarmFrame
  1147. AvoidViciousBee.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1148. AvoidViciousBee.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  1149. AvoidViciousBee.BackgroundTransparency = 0
  1150. AvoidViciousBee.Position = UDim2.new(0, 5, 0, 5)
  1151. AvoidViciousBee.Size = UDim2.new(0, 170, 0, 20)
  1152. AvoidViciousBee.Font = Enum.Font.Fantasy
  1153. AvoidViciousBee.TextColor3 = Color3.new(1, 1, 1)
  1154. AvoidViciousBee.Text = "Avoid Vicious Bee: OFF"
  1155. AvoidViciousBee.TextSize = 17
  1156. AvoidViciousBee.ZIndex = 7
  1157. AvoidViciousBee.TextWrapped = true
  1158.  
  1159. StartFarm.Name = "StartFarm"
  1160. StartFarm.Parent = FarmFrame
  1161. StartFarm.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1162. StartFarm.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  1163. StartFarm.BackgroundTransparency = 0
  1164. StartFarm.Position = UDim2.new(0, 5, 0, 30)
  1165. StartFarm.Size = UDim2.new(0, 170, 0, 20)
  1166. StartFarm.Font = Enum.Font.Fantasy
  1167. StartFarm.TextColor3 = Color3.new(1, 1, 1)
  1168. StartFarm.Text = "Start Pollen Farm: OFF"
  1169. StartFarm.TextSize = 17
  1170. StartFarm.ZIndex = 7
  1171. StartFarm.TextWrapped = true
  1172.  
  1173. AutoDig.Name = "AutoDig"
  1174. AutoDig.Parent = MainFrame
  1175. AutoDig.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1176. AutoDig.BorderColor3 = Color3.new(0, 1, 0)
  1177. AutoDig.Position = UDim2.new(0, 278, 0, 5)
  1178. AutoDig.Size = UDim2.new(0, 70, 0, 20)
  1179. AutoDig.Font = Enum.Font.Fantasy
  1180. AutoDig.TextColor3 = Color3.new(1, 1, 1)
  1181. AutoDig.Text = "Auto Dig"
  1182. AutoDig.TextSize = 17
  1183. AutoDig.TextWrapped = true
  1184.  
  1185. God.Name = "God"
  1186. God.Parent = MainFrame
  1187. God.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1188. God.BorderColor3 = Color3.new(0, 1, 0)
  1189. God.Position = UDim2.new(0, 353, 0, 5)
  1190. God.Size = UDim2.new(0, 115, 0, 20)
  1191. God.Font = Enum.Font.Fantasy
  1192. God.TextColor3 = Color3.new(1, 1, 1)
  1193. God.Text = "God Mode: OFF"
  1194. God.TextSize = 17
  1195. God.TextWrapped = true
  1196.  
  1197. ExtrasScreen.Name = "ExtrasScreen"
  1198. ExtrasScreen.Parent = MainFrame
  1199. ExtrasScreen.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1200. ExtrasScreen.BorderColor3 = Color3.new(0, 1, 0)
  1201. ExtrasScreen.Position = UDim2.new(0, 473, 0, 5)
  1202. ExtrasScreen.Size = UDim2.new(0, 50, 0, 20)
  1203. ExtrasScreen.Font = Enum.Font.Fantasy
  1204. ExtrasScreen.TextColor3 = Color3.new(1, 1, 1)
  1205. ExtrasScreen.Text = "Extras"
  1206. ExtrasScreen.TextSize = 17
  1207. ExtrasScreen.TextWrapped = true
  1208.  
  1209. ExtrasFrame.Name = "ExtrasFrame"
  1210. ExtrasFrame.Parent = MainFrame
  1211. ExtrasFrame.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  1212. ExtrasFrame.BorderColor3 = Color3.new(0, 0, 0)
  1213. ExtrasFrame.BackgroundTransparency = 0
  1214. ExtrasFrame.Position = UDim2.new(0, 413, 0, 34)
  1215. ExtrasFrame.Size = UDim2.new(0, 170, 0, 230)
  1216. ExtrasFrame.ZIndex = 7
  1217. ExtrasFrame.Visible = false
  1218.  
  1219. HuntViciousBee.Name = "HuntViciousBee"
  1220. HuntViciousBee.Parent = ExtrasFrame
  1221. HuntViciousBee.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1222. HuntViciousBee.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  1223. HuntViciousBee.Position = UDim2.new(0, 5, 0, 5)
  1224. HuntViciousBee.Size = UDim2.new(0, 160, 0, 20)
  1225. HuntViciousBee.Font = Enum.Font.Fantasy
  1226. HuntViciousBee.TextColor3 = Color3.new(1, 1, 1)
  1227. HuntViciousBee.Text = "Hunt Vicious Bee: OFF"
  1228. HuntViciousBee.TextSize = 17
  1229. HuntViciousBee.ZIndex = 7
  1230. HuntViciousBee.TextWrapped = true
  1231.  
  1232. NoClip.Name = "NoClip"
  1233. NoClip.Parent = ExtrasFrame
  1234. NoClip.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1235. NoClip.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  1236. NoClip.Position = UDim2.new(0, 5, 0, 30)
  1237. NoClip.Size = UDim2.new(0, 160, 0, 20)
  1238. NoClip.Font = Enum.Font.Fantasy
  1239. NoClip.TextColor3 = Color3.new(1, 1, 1)
  1240. NoClip.Text = "NoClip Mode: OFF"
  1241. NoClip.TextSize = 17
  1242. NoClip.ZIndex = 7
  1243. NoClip.TextWrapped = true
  1244.  
  1245. FindTreasures.Name = "FindTreasures"
  1246. FindTreasures.Parent = ExtrasFrame
  1247. FindTreasures.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1248. FindTreasures.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  1249. FindTreasures.Position = UDim2.new(0, 5, 0, 55)
  1250. FindTreasures.Size = UDim2.new(0, 160, 0, 20)
  1251. FindTreasures.BackgroundTransparency = 0
  1252. FindTreasures.Font = Enum.Font.Fantasy
  1253. FindTreasures.TextColor3 = Color3.new(1, 1, 1)
  1254. FindTreasures.Text = "Treasures"
  1255. FindTreasures.TextSize = 17
  1256. FindTreasures.ZIndex = 7
  1257. FindTreasures.TextWrapped = true
  1258.  
  1259. FindTreasuresText1.Name = "FindTreasuresText1"
  1260. FindTreasuresText1.Parent = MainFrame
  1261. FindTreasuresText1.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1262. FindTreasuresText1.BorderColor3 = Color3.new(0, 0, 0)
  1263. FindTreasuresText1.BackgroundTransparency = 0.1
  1264. FindTreasuresText1.Position = UDim2.new(0, 221, 0, 75)
  1265. FindTreasuresText1.Size = UDim2.new(0, 190, 0, 85)
  1266. FindTreasuresText1.TextColor3 = Color3.new(1, 1, 1)
  1267. FindTreasuresText1.Font = Enum.Font.Fantasy
  1268. 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."
  1269. FindTreasuresText1.TextSize = 16
  1270. FindTreasuresText1.TextWrapped = true
  1271. FindTreasuresText1.ZIndex = 7
  1272. FindTreasuresText1.Visible = false
  1273. FindTreasuresText1.TextYAlignment = Enum.TextYAlignment.Top
  1274.  
  1275. TPTool.Name = "TPTool"
  1276. TPTool.Parent = ExtrasFrame
  1277. TPTool.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1278. TPTool.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  1279. TPTool.Position = UDim2.new(0, 5, 0, 80)
  1280. TPTool.Size = UDim2.new(0, 160, 0, 20)
  1281. TPTool.TextColor3 = Color3.new(1, 1, 1)
  1282. TPTool.Font = Enum.Font.Fantasy
  1283. TPTool.Text = "Add TPTool"
  1284. TPTool.ZIndex = 7
  1285. TPTool.TextSize = 16
  1286.  
  1287. BTool.Name = "BTool"
  1288. BTool.Parent = ExtrasFrame
  1289. BTool.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1290. BTool.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  1291. BTool.Position = UDim2.new(0, 5, 0, 105)
  1292. BTool.Size = UDim2.new(0, 160, 0, 20)
  1293. BTool.TextColor3 = Color3.new(1, 1, 1)
  1294. BTool.Font = Enum.Font.Fantasy
  1295. BTool.Text = "Add BTools"
  1296. BTool.ZIndex = 7
  1297. BTool.TextSize = 16
  1298.  
  1299. ReJoinServer.Name = "ReJoinServer"
  1300. ReJoinServer.Parent = ExtrasFrame
  1301. ReJoinServer.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1302. ReJoinServer.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  1303. ReJoinServer.Position = UDim2.new(0, 5, 0, 130)
  1304. ReJoinServer.Size = UDim2.new(0, 160, 0, 20)
  1305. ReJoinServer.TextColor3 = Color3.new(1, 1, 1)
  1306. ReJoinServer.Font = Enum.Font.Fantasy
  1307. ReJoinServer.Text = "ReJoin a Server"
  1308. ReJoinServer.TextSize = 16
  1309. ReJoinServer.ZIndex = 7
  1310. ReJoinServer.TextWrapped = true
  1311.  
  1312. TokenToggleLabel.Name = "TokenToggleLabel"
  1313. TokenToggleLabel.Parent = ExtrasFrame
  1314. TokenToggleLabel.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1315. TokenToggleLabel.BorderSizePixel = 0
  1316. TokenToggleLabel.Position = UDim2.new(0, 5, 0, 154)
  1317. TokenToggleLabel.Size = UDim2.new(0, 132, 0, 22)
  1318. TokenToggleLabel.TextColor3 = Color3.new(1, 1, 1)
  1319. TokenToggleLabel.Font = Enum.Font.Fantasy
  1320. TokenToggleLabel.Text = "Token Pickup kb"
  1321. TokenToggleLabel.TextSize = 16
  1322. TokenToggleLabel.ZIndex = 7
  1323. TokenToggleLabel.TextWrapped = true
  1324.  
  1325. TokenToggle.Name = "TokenToggle"
  1326. TokenToggle.Parent = ExtrasFrame
  1327. TokenToggle.BackgroundColor3 = Color3.new(0.4, 0.4, 0.4)
  1328. TokenToggle.BorderColor3 = Color3.new(0.8, 0.8, 0.8)
  1329. TokenToggle.Position = UDim2.new(0, 137, 0, 155)
  1330. TokenToggle.Size = UDim2.new(0, 28, 0, 20)
  1331. TokenToggle.TextColor3 = Color3.new(1, 1, 1)
  1332. TokenToggle.Font = Enum.Font.Fantasy
  1333. TokenToggle.Text = "h"
  1334. TokenToggle.TextSize = 16
  1335. TokenToggle.ZIndex = 7
  1336. TokenToggle.TextWrapped = true
  1337.  
  1338. FireflyToggleLabel.Name = "FireflyToggleLabel"
  1339. FireflyToggleLabel.Parent = ExtrasFrame
  1340. FireflyToggleLabel.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1341. FireflyToggleLabel.BorderSizePixel = 0
  1342. FireflyToggleLabel.Position = UDim2.new(0, 5, 0, 179)
  1343. FireflyToggleLabel.Size = UDim2.new(0, 132, 0, 22)
  1344. FireflyToggleLabel.TextColor3 = Color3.new(1, 1, 1)
  1345. FireflyToggleLabel.Font = Enum.Font.Fantasy
  1346. FireflyToggleLabel.Text = "Firefly Touch kb"
  1347. FireflyToggleLabel.TextSize = 16
  1348. FireflyToggleLabel.ZIndex = 7
  1349. FireflyToggleLabel.TextWrapped = true
  1350.  
  1351. FireflyToggle.Name = "FireflyToggle"
  1352. FireflyToggle.Parent = ExtrasFrame
  1353. FireflyToggle.BackgroundColor3 = Color3.new(0.4, 0.4, 0.4)
  1354. FireflyToggle.BorderColor3 = Color3.new(0.8, 0.8, 0.8)
  1355. FireflyToggle.Position = UDim2.new(0, 137, 0, 180)
  1356. FireflyToggle.Size = UDim2.new(0, 28, 0, 20)
  1357. FireflyToggle.TextColor3 = Color3.new(1, 1, 1)
  1358. FireflyToggle.Font = Enum.Font.Fantasy
  1359. FireflyToggle.Text = "j"
  1360. FireflyToggle.TextSize = 16
  1361. FireflyToggle.ZIndex = 7
  1362. FireflyToggle.TextWrapped = true
  1363.  
  1364. HoneyToggleLabel.Name = "HoneyToggleLabel"
  1365. HoneyToggleLabel.Parent = ExtrasFrame
  1366. HoneyToggleLabel.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1367. HoneyToggleLabel.BorderSizePixel = 0
  1368. HoneyToggleLabel.Position = UDim2.new(0, 5, 0, 204)
  1369. HoneyToggleLabel.Size = UDim2.new(0, 132, 0, 22)
  1370. HoneyToggleLabel.TextColor3 = Color3.new(1, 1, 1)
  1371. HoneyToggleLabel.Font = Enum.Font.Fantasy
  1372. HoneyToggleLabel.Text = "Make Honey kb"
  1373. HoneyToggleLabel.TextSize = 16
  1374. HoneyToggleLabel.ZIndex = 7
  1375. HoneyToggleLabel.TextWrapped = true
  1376.  
  1377. HoneyToggle.Name = "HoneyToggle"
  1378. HoneyToggle.Parent = ExtrasFrame
  1379. HoneyToggle.BackgroundColor3 = Color3.new(0.4, 0.4, 0.4)
  1380. HoneyToggle.BorderColor3 = Color3.new(0.8, 0.8, 0.8)
  1381. HoneyToggle.Position = UDim2.new(0, 137, 0, 205)
  1382. HoneyToggle.Size = UDim2.new(0, 28, 0, 20)
  1383. HoneyToggle.TextColor3 = Color3.new(1, 1, 1)
  1384. HoneyToggle.Font = Enum.Font.Fantasy
  1385. HoneyToggle.Text = "y"
  1386. HoneyToggle.TextSize = 16
  1387. HoneyToggle.ZIndex = 7
  1388. HoneyToggle.TextWrapped = true
  1389.  
  1390. InfoScreen.Name = "InfoScreen"
  1391. InfoScreen.Parent = MainFrame
  1392. InfoScreen.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1393. InfoScreen.BorderColor3 = Color3.new(0, 1, 0)
  1394. InfoScreen.Position = UDim2.new(0, 528, 0, 5)
  1395. InfoScreen.Size = UDim2.new(0, 40, 0, 20)
  1396. InfoScreen.BackgroundTransparency = 0
  1397. InfoScreen.Font = Enum.Font.Fantasy
  1398. InfoScreen.TextColor3 = Color3.new(1, 1, 1)
  1399. InfoScreen.Text = "Info"
  1400. InfoScreen.TextSize = 17
  1401. InfoScreen.TextWrapped = true
  1402.  
  1403. InfoFrame.Name = "InfoFrame"
  1404. InfoFrame.Parent = MainFrame
  1405. InfoFrame.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1406. InfoFrame.BorderColor3 = Color3.new(0, 0, 0)
  1407. InfoFrame.BackgroundTransparency = 0
  1408. InfoFrame.Position = UDim2.new(0, 437, 0, 34)
  1409. InfoFrame.Size = UDim2.new(0, 200, 0, 190)
  1410. InfoFrame.ZIndex = 7
  1411. InfoFrame.Visible = false
  1412.  
  1413. InfoText1.Name = "InfoText1"
  1414. InfoText1.Parent = InfoFrame
  1415. InfoText1.BackgroundColor3 = Color3.new(0, 0, 0)
  1416. InfoText1.BorderColor3 = Color3.new(0, 0, 0)
  1417. InfoText1.BackgroundTransparency = 1
  1418. InfoText1.Position = UDim2.new(0, 5, 0, 5)
  1419. InfoText1.Size = UDim2.new(0, 190, 0, 210)
  1420. InfoText1.TextColor3 = Color3.new(1, 1, 1)
  1421. InfoText1.Font = Enum.Font.Fantasy
  1422. InfoText1.Text = "This Gui was created by LuckyMMB@V3rmillion.net\nDiscord https://discord.gg/GKzJnUC\n\nCredits:\nsirelKilla @ v3rmillion for the pollen farming script\nTechnoDaft for adding Btools and Waypoints\nnewdarkt for adding the King Beetles Lair location"
  1423. InfoText1.ZIndex = 7
  1424. InfoText1.TextSize = 15
  1425. InfoText1.TextWrapped = true
  1426. InfoText1.TextYAlignment = Enum.TextYAlignment.Top
  1427.  
  1428. TimeLabel.Name = "TimeLabel"
  1429. TimeLabel.Parent = MainFrame
  1430. TimeLabel.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1431. TimeLabel.BorderColor3 = Color3.new(0.15, 0.15, 0.15)
  1432. TimeLabel.Position = UDim2.new(0, 573, 0, 5)
  1433. TimeLabel.Size = UDim2.new(0, 60, 0, 20)
  1434. TimeLabel.BackgroundTransparency = 0
  1435. TimeLabel.Font = Enum.Font.Fantasy
  1436. TimeLabel.TextColor3 = Color3.new(1, 1, 1)
  1437. TimeLabel.Text = ""
  1438. TimeLabel.TextSize = 17
  1439. TimeLabel.TextWrapped = true
  1440.  
  1441. FireflyDetect.Name = "FireflyDetect"
  1442. FireflyDetect.Parent = MainFrame
  1443. FireflyDetect.BackgroundColor3 = Color3.new(0, 0, 0.5)
  1444. FireflyDetect.BorderColor3 = Color3.new(0.15, 0.15, 0.15)
  1445. FireflyDetect.Position = UDim2.new(0, 334, 0, 33)
  1446. FireflyDetect.Size = UDim2.new(0, 150, 0, 35)
  1447. FireflyDetect.Font = Enum.Font.Fantasy
  1448. FireflyDetect.TextColor3 = Color3.new(1, 1, 1)
  1449. FireflyDetect.Text = "Firefly's Detected\nDistance: "
  1450. FireflyDetect.TextSize = 17
  1451. FireflyDetect.TextWrapped = true
  1452. FireflyDetect.ZIndex = 4
  1453. FireflyDetect.Visible = false
  1454.  
  1455. ViciousBeeDetect.Name = "ViciousBeeDetect"
  1456. ViciousBeeDetect.Parent = MainFrame
  1457. ViciousBeeDetect.BackgroundColor3 = Color3.new(0.5, 0, 0)
  1458. ViciousBeeDetect.BorderColor3 = Color3.new(0.15, 0.15, 0.15)
  1459. ViciousBeeDetect.Position = UDim2.new(0, 488, 0, 33)
  1460. ViciousBeeDetect.Size = UDim2.new(0, 150, 0, 35)
  1461. ViciousBeeDetect.Font = Enum.Font.Fantasy
  1462. ViciousBeeDetect.TextColor3 = Color3.new(1, 1, 1)
  1463. ViciousBeeDetect.Text = "Vicious Bee Detected\nDistance: "
  1464. ViciousBeeDetect.TextSize = 17
  1465. ViciousBeeDetect.TextWrapped = true
  1466. ViciousBeeDetect.ZIndex = 4
  1467. ViciousBeeDetect.Visible = false
  1468.  
  1469. -- notify --
  1470.  
  1471. function notify(msg)
  1472. game.StarterGui:SetCore('SendNotification', {
  1473. Title = 'Bee Swarm LuckyGUI';
  1474. Text = msg;
  1475. Duration = 5;
  1476. })
  1477. end
  1478.  
  1479. --- Close ---
  1480.  
  1481. Close.MouseButton1Down:connect(function()
  1482. MainGUI:Destroy()
  1483. end)
  1484.  
  1485. --- Menus ---
  1486.  
  1487. local Menus = {
  1488. [WayPoints] = WayPointsFrame;
  1489. [ExtrasScreen] = ExtrasFrame;
  1490. [InfoScreen] = InfoFrame;
  1491. [PollenFarm] = FarmFrame;
  1492. [Players] = PlayerFrame;
  1493. }
  1494. for button,frame in pairs(Menus) do
  1495. button.MouseButton1Click:connect(function()
  1496. if frame.Visible then
  1497. frame.Visible = false
  1498. return
  1499. end
  1500. for k,v in pairs(Menus) do
  1501. v.Visible = v == frame
  1502. end
  1503. end)
  1504. end
  1505.  
  1506. -- Time --
  1507.  
  1508. spawn(function()
  1509. while true do
  1510. if tostring(game.Lighting.TimeOfDay) == "13:39:00" or tostring(game.Lighting.TimeOfDay) == "13:51:36" then
  1511. TimeLabel.BackgroundColor3 = Color3.new(120/255, 1, 235/255)
  1512. TimeLabel.BorderColor3 = Color3.new(120/255, 1, 235/255)
  1513. TimeLabel.Text = "Day"
  1514. TimeLabel.TextColor3 = Color3.new(0, 0, 0)
  1515. else
  1516. TimeLabel.BackgroundColor3 = Color3.new(59/255, 41/255, 86/255)
  1517. TimeLabel.BorderColor3 = Color3.new(59/255, 41/255, 86/255)
  1518. TimeLabel.Text = "Night"
  1519. TimeLabel.TextColor3 = Color3.new(1, 1, 1)
  1520. end
  1521. wait(1)
  1522. end
  1523. end)
  1524.  
  1525. --- Snow Menus Show Hide ---
  1526.  
  1527. FindTreasures.MouseEnter:connect(function()
  1528. FindTreasuresText1.Visible = true
  1529. end)
  1530.  
  1531. FindTreasures.MouseLeave:connect(function()
  1532. FindTreasuresText1.Visible = false
  1533. end)
  1534.  
  1535. -- Round value to x decimal places --
  1536.  
  1537. function round(num, numDecimalPlaces)
  1538. local mult = 10^(numDecimalPlaces or 0)
  1539. return math.floor(num * mult + 0.5) / mult
  1540. end
  1541.  
  1542. -- check for fireflys --
  1543.  
  1544. spawn(function()
  1545. while true do
  1546. fireflydistance1 = nil
  1547. fireflydetected = false
  1548. FireflyDetect.Visible = false
  1549. repeat
  1550. for i,v in pairs(workspace.NPCBees:GetChildren()) do
  1551. for x in string.gmatch(v.Name, "Firefly") do
  1552. if v.Name == "Firefly" then
  1553. fireflydetected = true
  1554. local player = game:GetService'Players'.LocalPlayer
  1555. local character = player.Character or player.CharacterAdded:wait()
  1556. local head = character:WaitForChild'Head'
  1557. local hum = player.Character.HumanoidRootPart
  1558. firelfydistance = (v.Position-hum.Position).magnitude
  1559. fireflydistance1 = round(firelfydistance, 2)
  1560. --print("Fireflys Detected. Distance: " ..tostring(firelfydistance))--
  1561. FireflyDetect.Text = "Firefly Detected\nDistance: " ..tostring(fireflydistance1).. ""
  1562. FireflyDetect.Visible = true
  1563. end
  1564. end
  1565. end
  1566. wait(0.4)
  1567. until v == nil
  1568. wait(0.1)
  1569. end
  1570. end)
  1571.  
  1572. -- check for vicious bee --
  1573.  
  1574. spawn(function()
  1575. while true do
  1576. viciousdistance1 = nil
  1577. viciousbeedetected = false
  1578. ViciousBeeDetect.Visible = false
  1579. repeat
  1580. for i,v in pairs(workspace.Particles:GetChildren()) do
  1581. for x in string.gmatch(v.Name, "Vicious") do
  1582. if v.Name == "Vicious" then
  1583. viciousbeedetected = true
  1584. local player = game:GetService'Players'.LocalPlayer
  1585. local character = player.Character or player.CharacterAdded:wait()
  1586. local head = character:WaitForChild'Head'
  1587. local hum = player.Character.HumanoidRootPart
  1588. viciousdistance = (v.Position-hum.Position).magnitude
  1589. viciousdistance1 = round(viciousdistance, 2)
  1590. --print("Vicious Bee Detected. Distance: " ..tostring(viciousdistance))--
  1591. ViciousBeeDetect.Text = "Vicious Bee Detected\nDistance: " ..tostring(viciousdistance1).. ""
  1592. ViciousBeeDetect.Visible = true
  1593. end
  1594. end
  1595. end
  1596. if viciousbeedetected and viciousdistance < 80 then
  1597. viciousbeenear = true
  1598. if viciousbeenear and not beenearmsg and not godmodeactivated then
  1599. print("WARNING!! Vicious Bee Near")
  1600. beenearmsg=true
  1601. end
  1602. else
  1603. viciousbeenear = false
  1604. beenearmsg = false
  1605. end
  1606. wait(0.5)
  1607. until v == nil
  1608. wait(0.1)
  1609. end
  1610. end)
  1611.  
  1612. spawn(function()
  1613. while true do
  1614. if PollenFarmActive then
  1615. if AvoidViciousActive and viciousbeenear then
  1616. if not farmzoneswitched then
  1617. if not switchlocationmsg then
  1618. print("Vicious Bee Near. Switching to Safe Farming Zone")
  1619. notify'Switching to safe Farming Zone'
  1620. switchlocationmsg = true
  1621. end
  1622. switchingzone = true
  1623. PollenFarmActive = false
  1624. wait(1)
  1625. if Field5AFActive then
  1626. originalzone = "Clover"
  1627. Field5AFActive = false
  1628. Field3AFActive = true
  1629. elseif Field7AFActive then
  1630. originalzone = "Spider"
  1631. Field7AFActive = false
  1632. Field3AFActive = true
  1633. elseif Field9AFActive then
  1634. originalzone = "Rose"
  1635. Field9AFActive = false
  1636. Field3AFActive = true
  1637. elseif Field11AFActive then
  1638. originalzone = "Cactus"
  1639. Field11AFActive = false
  1640. Field3AFActive = true
  1641. else
  1642. originalzone = "MountainTop"
  1643. Field3AFActive = true
  1644. end
  1645. farmzoneswitched = true
  1646. switchingzone = false
  1647. PollenFarmActive = true
  1648. end
  1649. end
  1650. end
  1651. wait(0.5)
  1652. end
  1653. end)
  1654.  
  1655. spawn(function()
  1656. while true do
  1657. wait(0.5)
  1658. if farmzoneswitchback then
  1659. if switchlocationmsg then
  1660. print("Vicious Bee has gone. Switching back to original location")
  1661. notify'Switching back to original location'
  1662. switchlocationmsg = false
  1663. end
  1664. switchingzone = true
  1665. PollenFarmActive = false
  1666. wait(1)
  1667. if originalzone == "Clover" then
  1668. Field3AFActive = false
  1669. Field5AFActive = true
  1670. elseif originalzone == "Spider" then
  1671. Field3AFActive = false
  1672. Field7AFActive = true
  1673. elseif originalzone == "Rose" then
  1674. Field3AFActive = false
  1675. Field9AFActive = true
  1676. elseif originalzone == "Cactus" then
  1677. Field3AFActive = false
  1678. Field11AFActive = true
  1679. elseif originalzone == "MountainTop" then
  1680. Field3AFActive = false
  1681. end
  1682. farmzoneswitched = false
  1683. farmzoneswitchback = false
  1684. switchingzone = false
  1685. PollenFarmActive = true
  1686. end
  1687. end
  1688. end)
  1689.  
  1690. -- Pollen Farming --
  1691.  
  1692. spawn (function()
  1693. while true do
  1694. wait(0.5)
  1695. if resethive then
  1696. print("Waiting 35 seconds before AutoFarm resumes")
  1697. wait(35)
  1698. resethive = false
  1699. PollenFarmActive = true
  1700. end
  1701. if PollenFarmActive then
  1702. local player = game:GetService("Players").LocalPlayer
  1703. while player == nil do wait(0.5) end
  1704. local root = player.Character.HumanoidRootPart
  1705. if farmzoneswitched and not viciousbeedetected then PollenFarmActive = false farmzoneswitchback = true end
  1706. player = game:GetService("Players").LocalPlayer
  1707. local currp
  1708. player.Character.Humanoid.Died:connect(function()
  1709. resethive = true
  1710. PollenFarmActive = false
  1711. print("Player: " ..tostring(player.Name).. " has died")
  1712. end)
  1713. workspace.Collectibles.ChildAdded:Connect(function(part)
  1714. if PollenFarmActive then
  1715. local root = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart
  1716. local rootpos = root.CFrame
  1717. if tostring(part) == tostring(game.Players.LocalPlayer.Name) or tostring(part) == "C" then
  1718. -- print("token position: " ..tostring(part.Position)) --
  1719. -- print("player position: " ..tostring(root.Position)) --
  1720. -- print("Distance: " ..tostring((part.Position - root.Position).magnitude)) --
  1721. if currp and (part.Position-root.Position).magnitude <= 60 then
  1722. root.CFrame = CFrame.new(part.Position.x, root.Position.y, part.Position.z)
  1723. wait(0.05)
  1724. root.CFrame = rootpos
  1725. wait(0.05)
  1726. end
  1727. end
  1728. end
  1729. end)
  1730. local pollenLbl = player.Character:FindFirstChild("ProgressLabel",true)
  1731. if not pollenLbl then
  1732. print("Backpack not found")
  1733. end
  1734. local maxpollen = tonumber(pollenLbl.Text:match("%d+$"))
  1735. local pollenTool = player.Character:FindFirstChildOfClass("Tool") or player.Backpack:FindFirstChildOfClass("Tool")
  1736. if pollenTool==nil or pollenTool:FindFirstChild("ClickEvent")==nil then
  1737. print("Tool not found")
  1738. end
  1739. --print("Backpack size: " .. maxpollen)
  1740. if PollenFarmActive then
  1741. if Field1AFActive == true then
  1742. fieldpos = {Vector3.new(-204,3.4,142),Vector3.new(-210,3.4,174),Vector3.new(-210,3.4,200)}
  1743. print("Farming Sunflower Field")
  1744. elseif Field2AFActive == true then
  1745. fieldpos = {Vector3.new(-98, 3.4, 129),Vector3.new(-80, 3.35, 129)}
  1746. print("Farming Mushroom Field")
  1747. elseif Field3AFActive == true then
  1748. fieldpos = {Vector3.new(-70.35,3.4,219),Vector3.new(-35,3.4,219),Vector3.new(0,3.4,219)}
  1749. print("Farming Dandelion Field")
  1750. elseif Field4AFActive == true then
  1751. fieldpos = {Vector3.new(100,3.4,96),Vector3.new(140,3.4,96),Vector3.new(185,3.4,96)}
  1752. print("Farming Blue Flower Field")
  1753. elseif Field5AFActive == true then
  1754. fieldpos = {Vector3.new(179,32.9,216),Vector3.new(160,32.9,189),Vector3.new(138,32.9,167)}
  1755. print("Farming Clover Field")
  1756. elseif Field6AFActive == true then
  1757. fieldpos = {Vector3.new(-193,19.4,11),Vector3.new(-181,19.4,-10),Vector3.new(-162,19.4,-29)}
  1758. print("Farming StrawBerry Field")
  1759. elseif Field7AFActive == true then
  1760. fieldpos = {Vector3.new(-73,19.4,2),Vector3.new(-44,19.4,-21),Vector3.new(-16,19.4,7)}
  1761. print("Farming Spider Field")
  1762. elseif Field8AFActive == true then
  1763. fieldpos = {Vector3.new(92.9,20,-25.6),Vector3.new(132.9,20,-25.6),Vector3.new(172.9,20,-25.6)}
  1764. print("Farming BamBoo Field")
  1765. elseif Field9AFActive == true then
  1766. fieldpos = {Vector3.new(-300,20,129),Vector3.new(-322.835,20,129),Vector3.new(-350,20,129)}
  1767. print("Farming Rose Field")
  1768. elseif Field10AFActive == true then
  1769. fieldpos = {Vector3.new(-310.1,65.5,-128.1),Vector3.new(-310.1,65.5,-168.1),Vector3.new(-310.1,65.5,-208.1)}
  1770. print("Farming Pine Tree Forest")
  1771. elseif Field11AFActive == true then
  1772. fieldpos = {Vector3.new(-159.5,68,-101.5),Vector3.new(-194.5,68,-112.5),Vector3.new(-229.5,68,-101.5)}
  1773. print("Farming Cactus Field")
  1774. elseif Field12AFActive == true then
  1775. fieldpos = {Vector3.new(-169,67,-183.8),Vector3.new(-186.5,67,-186.8),Vector3.new(-222,67,-183.8)}
  1776. print("Farming Pumpkin Patch")
  1777. elseif Field13AFActive == true then
  1778. fieldpos = {Vector3.new(285.3,70.2,-200),Vector3.new(260.3,70.2,-220),Vector3.new(225.3,70.2,-200)}
  1779. print("Farming Pineapple Patch")
  1780. elseif Field14AFActive == true then
  1781. fieldpos = {Vector3.new(93.2, 175.35, -188.49),Vector3.new(93.2, 175.35, -141.98),Vector3.new(59.12, 175.35, -141.98),Vector3.new(59.12, 175.35, -188.49)}
  1782. print("Farming Mountain Top Field")
  1783. else
  1784. if maxpollen < 9999 then
  1785. fieldpos = {Vector3.new(-220,3.3,220),Vector3.new(-220,4,180),Vector3.new(-220,4,140),Vector3.new(-220,4,100),Vector3.new(-190,4,126),Vector3.new(-190, 4, 166),Vector3.new(-190, 4, 206)}
  1786. print("Farming Sunflower Field")
  1787. else
  1788. fieldpos = {Vector3.new(93.2, 175.35, -188.49),Vector3.new(93.2, 175.35, -141.98),Vector3.new(59.12, 175.35, -141.98),Vector3.new(59.12, 175.35, -188.49)}
  1789. print("Farming Mountain Top Field")
  1790. end
  1791. end
  1792. end
  1793. --collect pollen
  1794. --print("Farming pollen")
  1795. local posIndex = 0
  1796. pollenTool.Parent = player.Character
  1797. wait(0.1)
  1798. while PollenFarmActive and tonumber(player.leaderstats.Pollen.Value) < tonumber(maxpollen) do
  1799. wait(0.05)
  1800. posIndex=posIndex+1
  1801. if posIndex>#fieldpos then posIndex=1 end
  1802. for rot=1,4 do
  1803. local angle = CFrame.Angles(0,math.pi*.5*rot,0)
  1804. currp = fieldpos[posIndex]+angle.lookVector*4
  1805. player.Character.HumanoidRootPart.CFrame=CFrame.new(currp)*angle
  1806. for i=1,25 do
  1807. if farmzoneswitched and not viciousbeedetected then PollenFarmActive = false farmzoneswitchback = true end
  1808. if not PollenFarmActive then break end
  1809. wait(0.2)
  1810. pollenTool.ClickEvent:FireServer(currp)
  1811. end
  1812. player = game:GetService("Players").LocalPlayer
  1813. if tonumber(player.leaderstats.Pollen.Value+1) > tonumber(maxpollen) then
  1814. print("Total Honey: " ..tostring(player.leaderstats.Honey.Value).. ". Bag Full: " ..tostring(player.leaderstats.Pollen.Value))
  1815. break
  1816. end
  1817. end
  1818. end
  1819. -- turn pollen to honey --
  1820. currp = nil
  1821. --print("Teleporting back to Hive to make Honey")
  1822. wait(0.1)
  1823. game:GetService("Players").LocalPlayer.Character:MoveTo(game:GetService("Players").LocalPlayer.SpawnPos.Value.p)
  1824. if not switchingzone then
  1825. wait(1)
  1826. game:GetService("ReplicatedStorage").Events.PlayerHiveCommand:FireServer("ToggleHoneyMaking")
  1827. if PollenFarmActive then
  1828. repeat wait(0.5) until game:GetService("Players").LocalPlayer.leaderstats.Pollen.Value < 1
  1829. wait(8)
  1830. end
  1831. end
  1832. end
  1833. end
  1834. end)
  1835.  
  1836. --- WayPoints ---
  1837.  
  1838. local WayPoints = {
  1839. ["Black Bear"] = CFrame.new(-258.1, 5, 299.7),
  1840. ["Brown Bear"] = CFrame.new(282, 46, 236),
  1841. ["Panda Bear"] = CFrame.new(106.3, 35, 50.1),
  1842. ["Polar Bear"] = CFrame.new(-106, 119, -77),
  1843. ["Science Bear"] = CFrame.new(267, 103, 20),
  1844. ["Traveling Bear"] = CFrame.new(23.9, 14, 359.9),
  1845. ["Mother Bear"] = CFrame.new(-183.8, 4.6, 87.5),
  1846. ["Tunnel Bear"] = CFrame.new(507.3, 5.7, -45.7),
  1847. ["Sun Bear"] = CFrame.new(23.25, 14, 360.26),
  1848. ["Redfield Boost"] = CFrame.new(-332, 20, 244),
  1849. ["Bluefield Boost"] = CFrame.new(319, 58, 103),
  1850. ["MountainTop Boost"] = CFrame.new(-40, 176, -191.7),
  1851. ["Red Cannon (22)"] = CFrame.new(-240, 17, 345),
  1852. ["Blue Cannon (16)"] = CFrame.new(-287, 73, 22),
  1853. ["Yellow Cannon (12)"] = CFrame.new(266, 109, -25),
  1854. ["Slingshot (8)"] = CFrame.new(78, 23, 149),
  1855. ["Bee Shop"] = CFrame.new(-136.8, 4.6, 243.4),
  1856. ["Tool Shop"] = CFrame.new(86, 4.6, 294),
  1857. ["Tool Shop 2"] = CFrame.new(165, 69, -161),
  1858. ["MountainTop Shop"] = CFrame.new(-18, 176, -137),
  1859. ["Ticket Tent"] = CFrame.new(-234, 17, 398),
  1860. ["Red Clubhouse"] = CFrame.new(-334, 21, 216),
  1861. ["Blue Clubhouse"] = CFrame.new(292, 4, 98),
  1862. ["Ticket Shop"] = CFrame.new(-12.8, 184, -222.2),
  1863. ["Club Honey"] = CFrame.new(44.8, 5, 319.6),
  1864. ["RoyalJelly Shop"] = CFrame.new(-297, 53, 68),
  1865. ["Ticket RoyalJelly Shop"] = CFrame.new(81, 18, 240),
  1866. ["Honeystorm Dispensor"] = CFrame.new(238.4, 33.3, 165.6),
  1867. ["Blueberry Dispenser"] = CFrame.new(313.3, 58, 86.9),
  1868. ["Strawberry Dispenser"] = CFrame.new(-320.5, 46, 272.5),
  1869. ["Sprout Dispenser"] = CFrame.new(-269.26, 26.56, 267.31),
  1870. ["Instant Honey Convertor"] = CFrame.new(282, 68, -62),
  1871. ["King Beetles Lair"] = CFrame.new(218, 3, 140),
  1872. ["Clover Field"] = CFrame.new(174, 34, 189),
  1873. ["Mushroom Field"] = CFrame.new(-258.1, 5, 299.7),
  1874. ["Spider Field"] = CFrame.new(-57.2, 20, -5.3),
  1875. ["Blue Field"] = CFrame.new(113.7, 4, 101.5),
  1876. ["Sunflower Field"] = CFrame.new(-208, 4, 185),
  1877. ["StrawBerry Field"] = CFrame.new(-169.3, 20, -3.2),
  1878. ["Red Field"] = CFrame.new(-258.1, 5, 299.7),
  1879. ["Dandelion Field"] = CFrame.new(-30, 4, 225),
  1880. ["BamBoo Field"] = CFrame.new(93, 20, -25),
  1881. ["Rose Field"] = CFrame.new(-322, 20, 124),
  1882. ["Mushroom Field"] = CFrame.new(-94, 5, 116),
  1883. ["Cactus Field"] = CFrame.new(-194, 68, -107),
  1884. ["Pumpkin Field"] = CFrame.new(-194, 68, -182),
  1885. ["MountainTop Field"] = CFrame.new(76, 176, -181),
  1886. ["PineTree Field"] = CFrame.new(-318, 68, -150),
  1887. ["Pineapple Field"] = CFrame.new(262, 68, -201),
  1888. ["Onett"] = CFrame.new(-8.4, 234, -517.9),
  1889. ["Gumdrop Dispenser"] = CFrame.new(63, 20.7, 38.7),
  1890. ["Treat Dispenser"] = CFrame.new(193.9, 68, -123),
  1891. ["Treat Shop"] = CFrame.new(-228.2, 5, 89.4),
  1892. ["Star Hut"] = CFrame.new(135.9, 64.6, 322.1),
  1893. ["Wealth Clock"] = CFrame.new(310.5, 47.6, 190),
  1894. ["Ant Challenge"] = CFrame.new(90.6, 32.6, 501)
  1895. }
  1896.  
  1897. ReturnToHive.MouseButton1Down:connect(function()
  1898. local player = game:GetService("Players").LocalPlayer
  1899. player.Character:MoveTo(player.SpawnPos.Value.p)
  1900. WayPointsFrame.Visible = false
  1901. notify'Teleported to Hive'
  1902. end)
  1903.  
  1904. BlackBear.MouseButton1Down:connect(function()
  1905. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1906. uTorso.CFrame = WayPoints["Black Bear"]
  1907. WayPointsFrame.Visible = false
  1908. notify'Teleported to Black Bear'
  1909. end)
  1910.  
  1911. BrownBear.MouseButton1Down:connect(function()
  1912. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1913. uTorso.CFrame = WayPoints["Brown Bear"]
  1914. WayPointsFrame.Visible = false
  1915. notify'Teleported to Brown Bear'
  1916. end)
  1917.  
  1918. PandaBear.MouseButton1Down:connect(function()
  1919. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1920. uTorso.CFrame = WayPoints["Panda Bear"]
  1921. WayPointsFrame.Visible = false
  1922. notify'Teleported to Panda Bear'
  1923. end)
  1924.  
  1925. PolarBear.MouseButton1Down:connect(function()
  1926. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1927. uTorso.CFrame = WayPoints["Polar Bear"]
  1928. WayPointsFrame.Visible = false
  1929. notify'Teleported to Polar Bear'
  1930. end)
  1931.  
  1932. ScienceBear.MouseButton1Down:connect(function()
  1933. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1934. uTorso.CFrame = WayPoints["Science Bear"]
  1935. WayPointsFrame.Visible = false
  1936. notify'Teleported to Science Bear'
  1937. end)
  1938.  
  1939. TravelingBear.MouseButton1Down:connect(function()
  1940. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1941. uTorso.CFrame = WayPoints["Traveling Bear"]
  1942. WayPointsFrame.Visible = false
  1943. notify'Teleported to Traveling Bear'
  1944. end)
  1945.  
  1946. MotherBear.MouseButton1Down:connect(function()
  1947. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1948. uTorso.CFrame = WayPoints["Mother Bear"]
  1949. WayPointsFrame.Visible = false
  1950. notify'Teleported to Mother Bear'
  1951. end)
  1952.  
  1953. TunnelBear.MouseButton1Down:connect(function()
  1954. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1955. uTorso.CFrame = WayPoints["Tunnel Bear"]
  1956. WayPointsFrame.Visible = false
  1957. notify'Teleported to Tunnel Bear'
  1958. end)
  1959.  
  1960. SunBear.MouseButton1Down:connect(function()
  1961. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1962. uTorso.CFrame = WayPoints["Sun Bear"]
  1963. WayPointsFrame.Visible = false
  1964. notify'Teleported to Sun Bear'
  1965. end)
  1966.  
  1967. RedBoost.MouseButton1Down:connect(function()
  1968. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1969. uTorso.CFrame = WayPoints["Redfield Boost"]
  1970. WayPointsFrame.Visible = false
  1971. notify'Teleported to RedField Booster'
  1972. end)
  1973.  
  1974. BlueBoost.MouseButton1Down:connect(function()
  1975. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1976. uTorso.CFrame = WayPoints["Bluefield Boost"]
  1977. WayPointsFrame.Visible = false
  1978. notify'Teleported to BlueField Booster'
  1979. end)
  1980.  
  1981. MountainBoost.MouseButton1Down:connect(function()
  1982. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1983. uTorso.CFrame = WayPoints["MountainTop Boost"]
  1984. WayPointsFrame.Visible = false
  1985. notify'Teleported to MountainTop Boost'
  1986. end)
  1987.  
  1988. RedCannon.MouseButton1Down:connect(function()
  1989. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1990. uTorso.CFrame = WayPoints["Red Cannon (22)"]
  1991. WayPointsFrame.Visible = false
  1992. notify'Teleported to Red Cannon (22)'
  1993. end)
  1994.  
  1995. BlueCannon.MouseButton1Down:connect(function()
  1996. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1997. uTorso.CFrame = WayPoints["Blue Cannon (16)"]
  1998. WayPointsFrame.Visible = false
  1999. notify'Teleported to Blue Cannon (16)'
  2000. end)
  2001.  
  2002. YellowCannon.MouseButton1Down:connect(function()
  2003. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2004. uTorso.CFrame = WayPoints["Yellow Cannon (12)"]
  2005. WayPointsFrame.Visible = false
  2006. notify'Teleported to Yellow Cannon (12)'
  2007. end)
  2008.  
  2009. Slingshot.MouseButton1Down:connect(function()
  2010. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2011. uTorso.CFrame = WayPoints["Slingshot (8)"]
  2012. WayPointsFrame.Visible = false
  2013. notify'Teleported to Slingshot (8)'
  2014. end)
  2015.  
  2016. BeeShop.MouseButton1Down:connect(function()
  2017. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2018. uTorso.CFrame = WayPoints["Bee Shop"]
  2019. WayPointsFrame.Visible = false
  2020. notify'Teleported to Bee Shop'
  2021. end)
  2022.  
  2023. TPShop.MouseButton1Down:connect(function()
  2024. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2025. uTorso.CFrame = WayPoints["Tool Shop"]
  2026. WayPointsFrame.Visible = false
  2027. notify'Teleported to Basic Tool Shop'
  2028. end)
  2029.  
  2030. TPShop2.MouseButton1Down:connect(function()
  2031. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2032. uTorso.CFrame = WayPoints["Tool Shop 2"]
  2033. WayPointsFrame.Visible = false
  2034. notify'Teleported to Advanced Tool Shop'
  2035. end)
  2036.  
  2037. MountainTopShop.MouseButton1Down:connect(function()
  2038. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2039. uTorso.CFrame = WayPoints["MountainTop Shop"]
  2040. WayPointsFrame.Visible = false
  2041. notify'Teleported to MountainTop Shop'
  2042. end)
  2043.  
  2044. TentShop.MouseButton1Down:connect(function()
  2045. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2046. uTorso.CFrame = WayPoints["Ticket Tent"]
  2047. WayPointsFrame.Visible = false
  2048. notify'Teleported to Ticket Tent Shop'
  2049. end)
  2050.  
  2051. RedClubhouse.MouseButton1Down:connect(function()
  2052. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2053. uTorso.CFrame = WayPoints["Red Clubhouse"]
  2054. WayPointsFrame.Visible = false
  2055. notify'Teleported to Red ClubHouse'
  2056. end)
  2057.  
  2058. BlueClubhouse.MouseButton1Down:connect(function()
  2059. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2060. uTorso.CFrame = WayPoints["Blue Clubhouse"]
  2061. WayPointsFrame.Visible = false
  2062. notify'Teleported to Blue ClubHouse'
  2063. end)
  2064.  
  2065. TicketShop.MouseButton1Down:connect(function()
  2066. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2067. uTorso.CFrame = WayPoints["Ticket Shop"]
  2068. WayPointsFrame.Visible = false
  2069. notify'Teleported to Ticket Dispenser'
  2070. end)
  2071.  
  2072. ClubHoney.MouseButton1Down:connect(function()
  2073. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2074. uTorso.CFrame = WayPoints["Club Honey"]
  2075. WayPointsFrame.Visible = false
  2076. notify'Teleported to Club Honey Dispenser'
  2077. end)
  2078.  
  2079. RoyalJellyShop.MouseButton1Down:connect(function()
  2080. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2081. uTorso.CFrame = WayPoints["RoyalJelly Shop"]
  2082. WayPointsFrame.Visible = false
  2083. notify'Teleported to RoyalJelly Shop'
  2084. end)
  2085.  
  2086. TicketRoyalJelly.MouseButton1Down:connect(function()
  2087. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2088. uTorso.CFrame = WayPoints["Ticket RoyalJelly Shop"]
  2089. WayPointsFrame.Visible = false
  2090. notify'Teleported to Ticket Royal Jelly Shop'
  2091. end)
  2092.  
  2093. Honeystorm.MouseButton1Down:connect(function()
  2094. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2095. uTorso.CFrame = WayPoints["Honeystorm Dispensor"]
  2096. WayPointsFrame.Visible = false
  2097. notify'Teleported to Honeystorm'
  2098. end)
  2099.  
  2100. HoneyConvertor.MouseButton1Down:connect(function()
  2101. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2102. uTorso.CFrame = WayPoints["Instant Honey Convertor"]
  2103. WayPointsFrame.Visible = false
  2104. notify'Teleported to Instant Honey Convertor'
  2105. end)
  2106.  
  2107. TreatDispenser.MouseButton1Down:connect(function()
  2108. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2109. uTorso.CFrame = WayPoints["Treat Dispenser"]
  2110. WayPointsFrame.Visible = false
  2111. notify'Teleported to Treat Dispenser'
  2112. end)
  2113.  
  2114. SproutDispenser.MouseButton1Down:connect(function()
  2115. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2116. uTorso.CFrame = WayPoints["Sprout Dispenser"]
  2117. WayPointsFrame.Visible = false
  2118. notify'Teleported to Sprout Dispenser'
  2119. end)
  2120.  
  2121. KingbeetlesLair.MouseButton1Down:connect(function()
  2122. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2123. uTorso.CFrame = WayPoints["King Beetles Lair"]
  2124. WayPointsFrame.Visible = false
  2125. notify'Teleported to King Beetles Lair'
  2126. end)
  2127.  
  2128.  
  2129. MushRoomField.MouseButton1Down:connect(function()
  2130. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2131. uTorso.CFrame = WayPoints["Mushroom Field"]
  2132. WayPointsFrame.Visible = false
  2133. notify'Teleported to Mushroom Field'
  2134. end)
  2135.  
  2136. StrawBerryField.MouseButton1Down:connect(function()
  2137. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2138. uTorso.CFrame = WayPoints["StrawBerry Field"]
  2139. WayPointsFrame.Visible = false
  2140. notify'Teleported to StrawBerry Field'
  2141. end)
  2142.  
  2143. CloverField.MouseButton1Down:connect(function()
  2144. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2145. uTorso.CFrame = WayPoints["Clover Field"]
  2146. WayPointsFrame.Visible = false
  2147. notify'Teleported to Clover Field'
  2148. end)
  2149.  
  2150. SpiderField.MouseButton1Down:connect(function()
  2151. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2152. uTorso.CFrame = WayPoints["Spider Field"]
  2153. WayPointsFrame.Visible = false
  2154. notify'Teleported to Spider Field'
  2155. end)
  2156.  
  2157. BlueField.MouseButton1Down:connect(function()
  2158. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2159. uTorso.CFrame = WayPoints["Blue Field"]
  2160. WayPointsFrame.Visible = false
  2161. notify'Teleported to Blue Field'
  2162. end)
  2163.  
  2164. SunflowerField.MouseButton1Down:connect(function()
  2165. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2166. uTorso.CFrame = WayPoints["Sunflower Field"]
  2167. WayPointsFrame.Visible = false
  2168. notify'Teleported to Sunflower Field'
  2169. end)
  2170.  
  2171. DandelionField.MouseButton1Down:connect(function()
  2172. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2173. uTorso.CFrame = WayPoints["Dandelion Field"]
  2174. WayPointsFrame.Visible = false
  2175. notify'Teleported to Dandelion Field'
  2176. end)
  2177.  
  2178. BamBooField.MouseButton1Down:connect(function()
  2179. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2180. uTorso.CFrame = WayPoints["BamBoo Field"]
  2181. WayPointsFrame.Visible = false
  2182. notify'Teleported to BamBoo Field'
  2183. end)
  2184.  
  2185. RoseField.MouseButton1Down:connect(function()
  2186. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2187. uTorso.CFrame = WayPoints["Rose Field"]
  2188. WayPointsFrame.Visible = false
  2189. notify'Teleported to Rose Field'
  2190. end)
  2191.  
  2192. CactusField.MouseButton1Down:connect(function()
  2193. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2194. uTorso.CFrame = WayPoints["Cactus Field"]
  2195. WayPointsFrame.Visible = false
  2196. notify'Teleported to BamBoo Field'
  2197. end)
  2198.  
  2199. PumpkinField.MouseButton1Down:connect(function()
  2200. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2201. uTorso.CFrame = WayPoints["Pumpkin Field"]
  2202. WayPointsFrame.Visible = false
  2203. notify'Teleported to BamBoo Field'
  2204. end)
  2205.  
  2206. PineTreeField.MouseButton1Down:connect(function()
  2207. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2208. uTorso.CFrame = WayPoints["PineTree Field"]
  2209. WayPointsFrame.Visible = false
  2210. notify'Teleported to BamBoo Field'
  2211. end)
  2212.  
  2213. MountainTopField.MouseButton1Down:connect(function()
  2214. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2215. uTorso.CFrame = WayPoints["MountainTop Field"]
  2216. WayPointsFrame.Visible = false
  2217. notify'Teleported to Mountain Top Field'
  2218. end)
  2219.  
  2220. PineappleField.MouseButton1Down:connect(function()
  2221. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2222. uTorso.CFrame = WayPoints["Pineapple Field"]
  2223. WayPointsFrame.Visible = false
  2224. notify'Teleported to Pineapple Field'
  2225. end)
  2226.  
  2227. GumdropDispenser.MouseButton1Down:connect(function()
  2228. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2229. uTorso.CFrame = WayPoints["Gumdrop Dispenser"]
  2230. WayPointsFrame.Visible = false
  2231. notify'Teleported to Gumdrop Dispenser'
  2232. end)
  2233.  
  2234. TreatShop.MouseButton1Down:connect(function()
  2235. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2236. uTorso.CFrame = WayPoints["Treat Shop"]
  2237. WayPointsFrame.Visible = false
  2238. notify'Teleported to Treat Shop'
  2239. end)
  2240.  
  2241. WealthClock.MouseButton1Down:connect(function()
  2242. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2243. uTorso.CFrame = WayPoints["Wealth Clock"]
  2244. WayPointsFrame.Visible = false
  2245. notify'Teleported to Wealth Clock'
  2246. end)
  2247.  
  2248. StarHut.MouseButton1Down:connect(function()
  2249. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2250. uTorso.CFrame = WayPoints["Star Hut"]
  2251. WayPointsFrame.Visible = false
  2252. notify'Teleported to Star Hut'
  2253. end)
  2254.  
  2255. Onett.MouseButton1Down:connect(function()
  2256. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2257. uTorso.CFrame = WayPoints["Onett"]
  2258. WayPointsFrame.Visible = false
  2259. notify'Teleported to Onett'
  2260. end)
  2261.  
  2262. AntChallenge.MouseButton1Down:connect(function()
  2263. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2264. uTorso.CFrame = WayPoints["Ant Challenge"]
  2265. WayPointsFrame.Visible = false
  2266. notify'Teleported to Ant Challenge'
  2267. end)
  2268.  
  2269. BlueberryDispenser.MouseButton1Down:connect(function()
  2270. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2271. uTorso.CFrame = WayPoints["Blueberry Dispenser"]
  2272. WayPointsFrame.Visible = false
  2273. notify'Teleported to Blueberry Dispenser'
  2274. end)
  2275.  
  2276. StrawberryDispenser.MouseButton1Down:connect(function()
  2277. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2278. uTorso.CFrame = WayPoints["Strawberry Dispenser"]
  2279. WayPointsFrame.Visible = false
  2280. notify'Teleported to Strawberry Dispenser'
  2281. end)
  2282.  
  2283. -- Show Location --
  2284.  
  2285. spawn (function()
  2286. while true do
  2287. local player = game:GetService'Players'.LocalPlayer
  2288. local character = player.Character or player.CharacterAdded:wait()
  2289. local head = character:WaitForChild'Head'
  2290. wait(0.5)
  2291. local hum = player.Character.HumanoidRootPart
  2292. LocationX = round(hum.Position.x, 1)
  2293. LocationY = round(hum.Position.y, 1)
  2294. LocationZ = round(hum.Position.z, 1)
  2295. ShowLocation.Text = "Coords: "..LocationX..", "..LocationY..", "..LocationZ
  2296. end
  2297. end)
  2298.  
  2299. SetLocation.MouseButton1Down:connect(function()
  2300. setlocationx = round(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.x, 0)
  2301. setlocationy = round(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.y, 0)
  2302. setlocationz = round(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.z, 0)
  2303. print("Set Custom Location: "..setlocationx..", "..setlocationy..", "..setlocationz)
  2304. SetLocation.Text = "Set: " ..setlocationx..","..setlocationy..","..setlocationz
  2305. CustomLocationSet = true
  2306. end)
  2307.  
  2308. --- TP to custom location ---
  2309.  
  2310. TPLocation.MouseButton1Down:connect(function()
  2311. if CustomLocationSet == true then
  2312. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2313. uTorso.CFrame = CFrame.new(setlocationx, setlocationy, setlocationz)
  2314. end
  2315. end)
  2316.  
  2317. --- Player Teleport ---
  2318.  
  2319. local buttons = {
  2320. Player1,
  2321. Player2,
  2322. Player3,
  2323. Player4,
  2324. Player5
  2325. }
  2326. spawn (function()
  2327. while true do
  2328. Player1.Text = ""
  2329. Player2.Text = ""
  2330. Player3.Text = ""
  2331. Player4.Text = ""
  2332. Player5.Text = ""
  2333. for i, v in pairs(game.Players:GetChildren()) do
  2334. buttons[i].Text = v.Name
  2335. buttons[i].Visible = true
  2336. end
  2337. wait(0.5)
  2338. end
  2339. end)
  2340.  
  2341. Player1.MouseButton1Down:connect(function()
  2342. PlyrSel.Text = Player1.Text
  2343. end)
  2344. Player2.MouseButton1Down:connect(function()
  2345. PlyrSel.Text = Player2.Text
  2346. end)
  2347. Player3.MouseButton1Down:connect(function()
  2348. PlyrSel.Text = Player3.Text
  2349. end)
  2350. Player4.MouseButton1Down:connect(function()
  2351. PlyrSel.Text = Player4.Text
  2352. end)
  2353. Player5.MouseButton1Down:connect(function()
  2354. PlyrSel.Text = Player5.Text
  2355. end)
  2356.  
  2357. TpPlayer.MouseButton1Down:connect(function()
  2358. if PlyrSel.Text == "SELECT A PLAYER" then
  2359. warn("No Player Selected")
  2360. else
  2361. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace[PlyrSel.Text].HumanoidRootPart.CFrame
  2362. end
  2363. end)
  2364.  
  2365. -- Find Hidden Treasures --
  2366.  
  2367. FindTreasures.MouseButton1Down:connect(function()
  2368. local player = game:GetService("Players").LocalPlayer
  2369. local function collecttreasure(treasure)
  2370. for i,v in ipairs(treasure:GetChildren()) do
  2371. if v.Parent then
  2372. player.Character:MoveTo(v.Position)
  2373. end
  2374. wait(1)
  2375. end
  2376. end
  2377. collecttreasure(workspace.TreasureCollectibles)
  2378. wait(1)
  2379. player.Character:MoveTo(player.SpawnPos.Value.p)
  2380. end)
  2381.  
  2382. --- NoClip ---
  2383.  
  2384. noclip = false
  2385. NoClip.MouseButton1Down:connect(function()
  2386. noclip = not noclip
  2387. if noclip then
  2388. NoClip.Text = "NoClip Mode: ON"
  2389. NoClip.BackgroundColor3 = Color3.new(0.5, 0, 0)
  2390. else
  2391. NoClip.Text = "NoClip Mode: OFF"
  2392. NoClip.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  2393. end
  2394. end)
  2395. game:GetService('RunService').Stepped:connect(function()
  2396. if noclip then
  2397. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  2398. end
  2399. end)
  2400.  
  2401. --- TP Tool ---
  2402.  
  2403. TPTool.MouseButton1Down:connect(function()
  2404. local Tele = Instance.new("Tool", game.Players.LocalPlayer.Backpack)
  2405. Tele.RequiresHandle = false
  2406. Tele.RobloxLocked = true
  2407. Tele.Name = "TPTool"
  2408. Tele.ToolTip = "Teleport Tool"
  2409. Tele.Equipped:connect(function(Mouse)
  2410. Mouse.Button1Down:connect(function()
  2411. if Mouse.Target then
  2412. game.Workspace:FindFirstChild(game.Players.LocalPlayer.Name).HumanoidRootPart.CFrame = (CFrame.new(Mouse.Hit.x, Mouse.Hit.y + 5, Mouse.Hit.z))
  2413. end
  2414. end)
  2415. end)
  2416. notify'TP Tool added to your Backpack'
  2417.  
  2418. end)
  2419.  
  2420. --- Builder Tool ---
  2421.  
  2422. BTool.MouseButton1Down:connect(function()
  2423. local tool1 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  2424. local tool2 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  2425. local tool3 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  2426. local tool4 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  2427. local tool5 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  2428. tool1.BinType = "Clone"
  2429. tool2.BinType = "GameTool"
  2430. tool3.BinType = "Hammer"
  2431. tool4.BinType = "Script"
  2432. tool5.BinType = "Grab"
  2433. notify'BTools added to your Backpack'
  2434. end)
  2435.  
  2436. --- Pollen Farm ---
  2437.  
  2438. StartFarm.MouseButton1Click:connect(function()
  2439. if PollenFarmActive ~= true then
  2440. PollenFarmActive = true
  2441. Field1AFActive = false
  2442. Field2AFActive = false
  2443. Field3AFActive = false
  2444. Field4AFActive = false
  2445. Field5AFActive = false
  2446. Field6AFActive = false
  2447. Field7AFActive = false
  2448. Field8AFActive = false
  2449. Field9AFActive = false
  2450. Field10AFActive = false
  2451. Field11AFActive = false
  2452. Field12AFActive = false
  2453. Field13AFActive = false
  2454. Field14AFActive = false
  2455. resethive = false
  2456. switchlocationmsg = false
  2457. StartFarm.Text = "Start Pollen Farm: ON"
  2458. PollenFarm.BackgroundColor3 = Color3.new(0.5, 0, 0)
  2459. StartFarm.BackgroundColor3 = Color3.new(0.5, 0, 0)
  2460. notify'Pollen Farming Started'
  2461. else
  2462. PollenFarmActive = false
  2463. Field1AFActive = false
  2464. Field2AFActive = false
  2465. Field3AFActive = false
  2466. Field4AFActive = false
  2467. Field5AFActive = false
  2468. Field6AFActive = false
  2469. Field7AFActive = false
  2470. Field8AFActive = false
  2471. Field9AFActive = false
  2472. Field10AFActive = false
  2473. Field11AFActive = false
  2474. Field12AFActive = false
  2475. Field13AFActive = false
  2476. Field14AFActive = false
  2477. farmzoneswitched = false
  2478. resethive = false
  2479. notify'Pollen Farming Ended'
  2480. StartFarm.Text = "Start Pollen Farm: OFF"
  2481. PollenFarm.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  2482. StartFarm.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  2483. local player = game:GetService("Players").LocalPlayer
  2484. currp=nil
  2485. player.Character:MoveTo(player.SpawnPos.Value.p)
  2486. end
  2487. end)
  2488.  
  2489. Field1AF.MouseButton1Down:connect(function()
  2490. PollenFarmActive = true
  2491. Field1AFActive = true
  2492. Field2AFActive = false
  2493. Field3AFActive = false
  2494. Field4AFActive = false
  2495. Field5AFActive = false
  2496. Field6AFActive = false
  2497. Field7AFActive = false
  2498. Field8AFActive = false
  2499. Field9AFActive = false
  2500. Field10AFActive = false
  2501. Field11AFActive = false
  2502. Field12AFActive = false
  2503. Field13AFActive = false
  2504. Field14AFActive = false
  2505. resethive = false
  2506. switchlocationmsg = false
  2507. StartFarm.Text = "Start Pollen Farm: ON"
  2508. PollenFarm.BackgroundColor3 = Color3.new(0.5, 0, 0)
  2509. StartFarm.BackgroundColor3 = Color3.new(0.5, 0, 0)
  2510. notify'Pollen Farming Zone 1 Started'
  2511. WayPointsFrame.Visible = false
  2512. end)
  2513.  
  2514. Field2AF.MouseButton1Down:connect(function()
  2515. PollenFarmActive = true
  2516. Field2AFActive = true
  2517. Field1AFActive = false
  2518. Field3AFActive = false
  2519. Field4AFActive = false
  2520. Field5AFActive = false
  2521. Field6AFActive = false
  2522. Field7AFActive = false
  2523. Field8AFActive = false
  2524. Field9AFActive = false
  2525. Field10AFActive = false
  2526. Field11AFActive = false
  2527. Field12AFActive = false
  2528. Field13AFActive = false
  2529. Field14AFActive = false
  2530. resethive = false
  2531. switchlocationmsg = false
  2532. StartFarm.Text = "Start Pollen Farm: ON"
  2533. PollenFarm.BackgroundColor3 = Color3.new(0.5, 0, 0)
  2534. StartFarm.BackgroundColor3 = Color3.new(0.5, 0, 0)
  2535. notify'Pollen Farming Zone 2 Started'
  2536. WayPointsFrame.Visible = false
  2537. end)
  2538.  
  2539. Field3AF.MouseButton1Down:connect(function()
  2540. PollenFarmActive = true
  2541. Field3AFActive = true
  2542. Field1AFActive = false
  2543. Field2AFActive = false
  2544. Field4AFActive = false
  2545. Field5AFActive = false
  2546. Field6AFActive = false
  2547. Field7AFActive = false
  2548. Field8AFActive = false
  2549. Field9AFActive = false
  2550. Field10AFActive = false
  2551. Field11AFActive = false
  2552. Field12AFActive = false
  2553. Field13AFActive = false
  2554. Field14AFActive = false
  2555. resethive = false
  2556. switchlocationmsg = false
  2557. StartFarm.Text = "Start Pollen Farm: ON"
  2558. PollenFarm.BackgroundColor3 = Color3.new(0.5, 0, 0)
  2559. StartFarm.BackgroundColor3 = Color3.new(0.5, 0, 0)
  2560. notify'Pollen Farming Zone 3 Started'
  2561. WayPointsFrame.Visible = false
  2562. end)
  2563.  
  2564. Field4AF.MouseButton1Down:connect(function()
  2565. PollenFarmActive = true
  2566. Field4AFActive = true
  2567. Field1AFActive = false
  2568. Field2AFActive = false
  2569. Field3AFActive = false
  2570. Field5AFActive = false
  2571. Field6AFActive = false
  2572. Field7AFActive = false
  2573. Field8AFActive = false
  2574. Field9AFActive = false
  2575. Field10AFActive = false
  2576. Field11AFActive = false
  2577. Field12AFActive = false
  2578. Field13AFActive = false
  2579. Field14AFActive = false
  2580. resethive = false
  2581. switchlocationmsg = false
  2582. StartFarm.Text = "Start Pollen Farm: ON"
  2583. PollenFarm.BackgroundColor3 = Color3.new(0.5, 0, 0)
  2584. StartFarm.BackgroundColor3 = Color3.new(0.5, 0, 0)
  2585. notify'Pollen Farming Zone 4 Started'
  2586. WayPointsFrame.Visible = false
  2587. end)
  2588.  
  2589. Field5AF.MouseButton1Down:connect(function()
  2590. PollenFarmActive = true
  2591. Field5AFActive = true
  2592. Field1AFActive = false
  2593. Field2AFActive = false
  2594. Field3AFActive = false
  2595. Field4AFActive = false
  2596. Field6AFActive = false
  2597. Field7AFActive = false
  2598. Field8AFActive = false
  2599. Field9AFActive = false
  2600. Field10AFActive = false
  2601. Field11AFActive = false
  2602. Field12AFActive = false
  2603. Field13AFActive = false
  2604. Field14AFActive = false
  2605. resethive = false
  2606. switchlocationmsg = false
  2607. StartFarm.Text = "Start Pollen Farm: ON"
  2608. PollenFarm.BackgroundColor3 = Color3.new(0.5, 0, 0)
  2609. StartFarm.BackgroundColor3 = Color3.new(0.5, 0, 0)
  2610. notify'Pollen Farming Zone 5 Started'
  2611. WayPointsFrame.Visible = false
  2612. end)
  2613.  
  2614. Field6AF.MouseButton1Down:connect(function()
  2615. PollenFarmActive = true
  2616. Field6AFActive = true
  2617. Field1AFActive = false
  2618. Field2AFActive = false
  2619. Field3AFActive = false
  2620. Field4AFActive = false
  2621. Field5AFActive = false
  2622. Field7AFActive = false
  2623. Field8AFActive = false
  2624. Field9AFActive = false
  2625. Field10AFActive = false
  2626. Field11AFActive = false
  2627. Field12AFActive = false
  2628. Field13AFActive = false
  2629. Field14AFActive = false
  2630. resethive = false
  2631. switchlocationmsg = false
  2632. StartFarm.Text = "Start Pollen Farm: ON"
  2633. PollenFarm.BackgroundColor3 = Color3.new(0.5, 0, 0)
  2634. StartFarm.BackgroundColor3 = Color3.new(0.5, 0, 0)
  2635. notify'Pollen Farming Zone 6 Started'
  2636. WayPointsFrame.Visible = false
  2637. end)
  2638.  
  2639. Field7AF.MouseButton1Down:connect(function()
  2640. PollenFarmActive = true
  2641. Field7AFActive = true
  2642. Field1AFActive = false
  2643. Field2AFActive = false
  2644. Field3AFActive = false
  2645. Field4AFActive = false
  2646. Field5AFActive = false
  2647. Field6AFActive = false
  2648. Field8AFActive = false
  2649. Field9AFActive = false
  2650. Field10AFActive = false
  2651. Field11AFActive = false
  2652. Field12AFActive = false
  2653. Field13AFActive = false
  2654. Field14AFActive = false
  2655. resethive = false
  2656. switchlocationmsg = false
  2657. StartFarm.Text = "Start Pollen Farm: ON"
  2658. PollenFarm.BackgroundColor3 = Color3.new(0.5, 0, 0)
  2659. StartFarm.BackgroundColor3 = Color3.new(0.5, 0, 0)
  2660. notify'Pollen Farming Zone 7 Started'
  2661. WayPointsFrame.Visible = false
  2662. end)
  2663.  
  2664. Field8AF.MouseButton1Down:connect(function()
  2665. PollenFarmActive = true
  2666. Field8AFActive = true
  2667. Field1AFActive = false
  2668. Field2AFActive = false
  2669. Field3AFActive = false
  2670. Field4AFActive = false
  2671. Field5AFActive = false
  2672. Field6AFActive = false
  2673. Field7AFActive = false
  2674. Field9AFActive = false
  2675. Field10AFActive = false
  2676. Field11AFActive = false
  2677. Field12AFActive = false
  2678. Field13AFActive = false
  2679. Field14AFActive = false
  2680. resethive = false
  2681. switchlocationmsg = false
  2682. StartFarm.Text = "Start Pollen Farm: ON"
  2683. PollenFarm.BackgroundColor3 = Color3.new(0.5, 0, 0)
  2684. StartFarm.BackgroundColor3 = Color3.new(0.5, 0, 0)
  2685. notify'Pollen Farming Zone 8 Started'
  2686. WayPointsFrame.Visible = false
  2687. end)
  2688.  
  2689. Field9AF.MouseButton1Down:connect(function()
  2690. PollenFarmActive = true
  2691. Field9AFActive = true
  2692. Field1AFActive = false
  2693. Field2AFActive = false
  2694. Field3AFActive = false
  2695. Field4AFActive = false
  2696. Field5AFActive = false
  2697. Field6AFActive = false
  2698. Field7AFActive = false
  2699. Field8AFActive = false
  2700. Field10AFActive = false
  2701. Field11AFActive = false
  2702. Field12AFActive = false
  2703. Field13AFActive = false
  2704. Field14AFActive = false
  2705. resethive = false
  2706. switchlocationmsg = false
  2707. StartFarm.Text = "Start Pollen Farm: ON"
  2708. PollenFarm.BackgroundColor3 = Color3.new(0.5, 0, 0)
  2709. StartFarm.BackgroundColor3 = Color3.new(0.5, 0, 0)
  2710. notify'Pollen Farming Zone 9 Started'
  2711. WayPointsFrame.Visible = false
  2712. end)
  2713.  
  2714. Field10AF.MouseButton1Down:connect(function()
  2715. PollenFarmActive = true
  2716. Field10AFActive = true
  2717. Field1AFActive = false
  2718. Field2AFActive = false
  2719. Field3AFActive = false
  2720. Field4AFActive = false
  2721. Field5AFActive = false
  2722. Field6AFActive = false
  2723. Field7AFActive = false
  2724. Field8AFActive = false
  2725. Field9AFActive = false
  2726. Field11AFActive = false
  2727. Field12AFActive = false
  2728. Field13AFActive = false
  2729. Field14AFActive = false
  2730. resethive = false
  2731. switchlocationmsg = false
  2732. StartFarm.Text = "Start Pollen Farm: ON"
  2733. PollenFarm.BackgroundColor3 = Color3.new(0.5, 0, 0)
  2734. StartFarm.BackgroundColor3 = Color3.new(0.5, 0, 0)
  2735. notify'Pollen Farming Zone 10 Started'
  2736. WayPointsFrame.Visible = false
  2737. end)
  2738.  
  2739. Field11AF.MouseButton1Down:connect(function()
  2740. PollenFarmActive = true
  2741. Field11AFActive = true
  2742. Field1AFActive = false
  2743. Field2AFActive = false
  2744. Field3AFActive = false
  2745. Field4AFActive = false
  2746. Field5AFActive = false
  2747. Field6AFActive = false
  2748. Field7AFActive = false
  2749. Field8AFActive = false
  2750. Field9AFActive = false
  2751. Field10AFActive = false
  2752. Field12AFActive = false
  2753. Field13AFActive = false
  2754. Field14AFActive = false
  2755. resethive = false
  2756. switchlocationmsg = false
  2757. StartFarm.Text = "Start Pollen Farm: ON"
  2758. PollenFarm.BackgroundColor3 = Color3.new(0.5, 0, 0)
  2759. StartFarm.BackgroundColor3 = Color3.new(0.5, 0, 0)
  2760. notify'Pollen Farming Zone 11 Started'
  2761. WayPointsFrame.Visible = false
  2762. end)
  2763.  
  2764. Field12AF.MouseButton1Down:connect(function()
  2765. PollenFarmActive = true
  2766. Field12AFActive = true
  2767. Field1AFActive = false
  2768. Field2AFActive = false
  2769. Field3AFActive = false
  2770. Field4AFActive = false
  2771. Field5AFActive = false
  2772. Field6AFActive = false
  2773. Field7AFActive = false
  2774. Field8AFActive = false
  2775. Field9AFActive = false
  2776. Field10AFActive = false
  2777. Field11AFActive = false
  2778. Field13AFActive = false
  2779. Field14AFActive = false
  2780. resethive = false
  2781. switchlocationmsg = false
  2782. StartFarm.Text = "Start Pollen Farm: ON"
  2783. PollenFarm.BackgroundColor3 = Color3.new(0.5, 0, 0)
  2784. StartFarm.BackgroundColor3 = Color3.new(0.5, 0, 0)
  2785. notify'Pollen Farming Zone 12 Started'
  2786. WayPointsFrame.Visible = false
  2787. end)
  2788.  
  2789. Field13AF.MouseButton1Down:connect(function()
  2790. PollenFarmActive = true
  2791. Field13AFActive = true
  2792. Field1AFActive = false
  2793. Field2AFActive = false
  2794. Field3AFActive = false
  2795. Field4AFActive = false
  2796. Field5AFActive = false
  2797. Field6AFActive = false
  2798. Field7AFActive = false
  2799. Field8AFActive = false
  2800. Field9AFActive = false
  2801. Field10AFActive = false
  2802. Field11AFActive = false
  2803. Field12AFActive = false
  2804. Field14AFActive = false
  2805. resethive = false
  2806. switchlocationmsg = false
  2807. StartFarm.Text = "Start Pollen Farm: ON"
  2808. PollenFarm.BackgroundColor3 = Color3.new(0.5, 0, 0)
  2809. StartFarm.BackgroundColor3 = Color3.new(0.5, 0, 0)
  2810. notify'Pollen Farming Zone 13 Started'
  2811. WayPointsFrame.Visible = false
  2812. end)
  2813.  
  2814. Field14AF.MouseButton1Down:connect(function()
  2815. PollenFarmActive = true
  2816. Field14AFActive = true
  2817. Field1AFActive = false
  2818. Field2AFActive = false
  2819. Field3AFActive = false
  2820. Field4AFActive = false
  2821. Field5AFActive = false
  2822. Field6AFActive = false
  2823. Field7AFActive = false
  2824. Field8AFActive = false
  2825. Field9AFActive = false
  2826. Field10AFActive = false
  2827. Field11AFActive = false
  2828. Field12AFActive = false
  2829. Field13AFActive = false
  2830. resethive = false
  2831. switchlocationmsg = false
  2832. StartFarm.Text = "Start Pollen Farm: ON"
  2833. PollenFarm.BackgroundColor3 = Color3.new(0.5, 0, 0)
  2834. StartFarm.BackgroundColor3 = Color3.new(0.5, 0, 0)
  2835. notify'Pollen Farming Zone 14 Started'
  2836. WayPointsFrame.Visible = false
  2837. end)
  2838.  
  2839. -- Avoid Vicious Bee --
  2840.  
  2841. AvoidViciousBee.MouseButton1Click:connect(function()
  2842. if AvoidViciousActive ~= true then
  2843. AvoidViciousActive = true
  2844. AvoidViciousBee.BackgroundColor3 = Color3.new(0.5, 0, 0)
  2845. AvoidViciousBee.Text = "Avoid Vicious Bee: ON"
  2846. else
  2847. AvoidViciousActive = false
  2848. AvoidViciousBee.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  2849. AvoidViciousBee.Text = "Avoid Vicious Bee: OFF"
  2850. end
  2851. end)
  2852.  
  2853. -- Hunt Vicious Bee --
  2854.  
  2855. HuntViciousBee.MouseButton1Click:connect(function()
  2856. if HuntViciousActive ~= true then
  2857. HuntViciousActive = true
  2858. HuntViciousBee.BackgroundColor3 = Color3.new(0.5, 0, 0)
  2859. HuntViciousBee.Text = "Hunt Vicious Bee: ON"
  2860. ExtrasScreen.BackgroundColor3 = Color3.new(0.5, 0, 0)
  2861. else
  2862. HuntViciousActive = false
  2863. HuntViciousBee.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  2864. HuntViciousBee.Text = "Hunt Vicious Bee: OFF"
  2865. ExtrasScreen.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  2866. end
  2867. end)
  2868.  
  2869. spawn(function()
  2870. while true do
  2871. wait(1)
  2872. if HuntViciousActive and viciousbeedetected then
  2873. print("Vicous Bee has Appeared. Hunting Time!!")
  2874. notify'Vicous Bee has Appeared. Hunting Time!!'
  2875. if AvoidViciousActive then
  2876. AvoidTempOFF = true
  2877. AvoidViciousActive = false
  2878. AvoidViciousBee.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  2879. AvoidViciousBee.Text = "Avoid ViciousBee: OFF"
  2880. end
  2881. if PollenFarmActive then
  2882. FarmTempOFF = true
  2883. PollenFarmActive = false
  2884. StartFarm.Text = "Start Pollen Farm: OFF"
  2885. PollenFarm.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  2886. StartFarm.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  2887. end
  2888. print("God Mode activated. After defeating the bee you will respawn to exit God Mode.")
  2889.  
  2890. God.BackgroundColor3 = Color3.new(0.5, 0, 0)
  2891. God.Text = "God Mode: ON"
  2892. GodModeActive = true
  2893. game.Players.LocalPlayer.Character.Humanoid.Name = 1
  2894. local l = game.Players.LocalPlayer.Character["1"]:Clone()
  2895. l.Parent = game.Players.LocalPlayer.Character
  2896. l.Name = "Humanoid"
  2897. wait(0.1)
  2898. game.Players.LocalPlayer.Character["1"]:Destroy()
  2899. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  2900. game.Players.LocalPlayer.Character.Animate.Disabled = true
  2901. wait(0.1)
  2902. game.Players.LocalPlayer.Character.Animate.Disabled = false
  2903. game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
  2904. godmodeactivated = true
  2905. wait(1)
  2906.  
  2907. local hum = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart
  2908. for i,v in pairs(workspace.Particles:GetChildren()) do
  2909. for x in string.gmatch(v.Name, "Vicious") do
  2910. while HuntViciousActive and viciousbeedetected do
  2911. if v.Name == "Vicious" then
  2912. hum.CFrame = CFrame.new(v.Position.x, v.Position.y, v.Position.z)
  2913. wait(1)
  2914. end
  2915. end
  2916. end
  2917. end
  2918. wait(1)
  2919. God.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  2920. God.Text = "God Mode: OFF"
  2921. GodModeActive = false
  2922. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(0, -1000000000000, 0)
  2923. wait(10)
  2924. if AvoidTempOFF then
  2925. AvoidTempOFF = false
  2926. AvoidViciousBee.BackgroundColor3 = Color3.new(0.5, 0, 0)
  2927. AvoidViciousBee.Text = "Avoid ViciousBee: ON"
  2928. AvoidViciousActive = true
  2929. end
  2930. if FarmTempOFF then
  2931. FarmTempOFF = false
  2932. PollenFarm.BackgroundColor3 = Color3.new(0.5, 0, 0)
  2933. StartFarm.BackgroundColor3 = Color3.new(0.5, 0, 0)
  2934. StartFarm.Text = "Start Pollen Farm: ON"
  2935. PollenFarmActive = true
  2936. end
  2937. end
  2938. end
  2939. end)
  2940.  
  2941. -- God Mode --
  2942.  
  2943. God.MouseButton1Click:connect(function()
  2944. if GodModeActive ~= true then
  2945. GodModeActive = true
  2946. God.BackgroundColor3 = Color3.new(0.5, 0, 0)
  2947. God.Text = "God Mode: ON"
  2948. game.Players.LocalPlayer.Character.Humanoid.Name = 1
  2949. local l = game.Players.LocalPlayer.Character["1"]:Clone()
  2950. l.Parent = game.Players.LocalPlayer.Character
  2951. l.Name = "Humanoid"
  2952. wait(0.1)
  2953. game.Players.LocalPlayer.Character["1"]:Destroy()
  2954. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  2955. game.Players.LocalPlayer.Character.Animate.Disabled = true
  2956. wait(0.1)
  2957. game.Players.LocalPlayer.Character.Animate.Disabled = false
  2958. game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
  2959. else
  2960. GodModeActive = false
  2961. God.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  2962. God.Text = "God Mode: OFF"
  2963. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(0, -1000000000000, 0)
  2964. end
  2965. end)
  2966.  
  2967. -- Auto Dig --
  2968.  
  2969. AutoDig.MouseButton1Click:connect(function()
  2970. if AutoDigActive ~= true then
  2971. AutoDigActive = true
  2972. AutoDig.BackgroundColor3 = Color3.new(0.5, 0, 0)
  2973. if AutoDigActive then
  2974. local player = game:GetService("Players").LocalPlayer
  2975. local pollenTool = player.Character:FindFirstChildOfClass("Tool") or player.Backpack:FindFirstChildOfClass("Tool")
  2976. if pollenTool==nil or pollenTool:FindFirstChild("ClickEvent")==nil then
  2977. AutoDigActive = false
  2978. AutoDig.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  2979. print("Tool not found")
  2980. else
  2981. pollenTool.Parent = player.Character
  2982. while AutoDigActive do
  2983. wait(0.05)
  2984. pollenTool.ClickEvent:FireServer(CFrame.new())
  2985. end
  2986. end
  2987. end
  2988. else
  2989. AutoDigActive = false
  2990. notify'Auto Dig Stopped'
  2991. AutoDig.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  2992. end
  2993. end)
  2994.  
  2995. --- ReJoin Server ---
  2996.  
  2997. ReJoinServer.MouseButton1Down:connect(function()
  2998. local placeId = 1537690962
  2999. game:GetService("TeleportService"):Teleport(placeId)
  3000. end)
  3001.  
  3002. -- Auto Token Gather --
  3003.  
  3004. mouse.KeyDown:connect(function(key)
  3005. if key == TokenToggle.Text then
  3006. if not tokenfarmactive then
  3007. tokenfarmactive = true
  3008. notify'Auto Token Gather Enabled'
  3009. workspace.Collectibles.ChildAdded:Connect(function(part)
  3010. if tokenfarmactive then
  3011. local root = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart
  3012. local rootpos = root.CFrame
  3013. if tostring(part) == tostring(game.Players.LocalPlayer.Name) or tostring(part) == "C" then
  3014. -- print("token position: " ..tostring(part.Position)) --
  3015. -- print("player position: " ..tostring(root.Position)) --
  3016. -- print("Distance: " ..tostring((part.Position - root.Position).magnitude)) --
  3017. if (part.Position-root.Position).magnitude <= 40 then
  3018. root.CFrame = CFrame.new(part.Position.x, root.Position.y, part.Position.z)
  3019. wait(0.05)
  3020. root.CFrame = rootpos
  3021. wait(0.05)
  3022. end
  3023. end
  3024. end
  3025. end)
  3026. else
  3027. tokenfarmactive = false
  3028. notify'Auto Token Gather Disabled'
  3029. end
  3030. end
  3031. end)
  3032.  
  3033. -- Make Honey --
  3034.  
  3035. mouse.KeyDown:connect(function(key)
  3036. if key == HoneyToggle.Text then
  3037. notify'Making Honey'
  3038. game:GetService("Players").LocalPlayer.Character:MoveTo(game:GetService("Players").LocalPlayer.SpawnPos.Value.p)
  3039. wait(1.5)
  3040. game:GetService("ReplicatedStorage").Events.PlayerHiveCommand:FireServer("ToggleHoneyMaking")
  3041. end
  3042. end)
  3043.  
  3044. -- Farm Moon Amulet Tokens
  3045.  
  3046. mouse.KeyDown:connect(function(key)
  3047. if key == FireflyToggle.Text then
  3048. notify'Moon Token Gather Enabled'
  3049. count = 0
  3050. if fireflydetected then
  3051. local root = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart
  3052. for i,v in pairs(workspace.NPCBees:GetChildren()) do
  3053. if v.Name == "Firefly" then
  3054. wait(0.2)
  3055. count = count + 1
  3056. --print("Teleporting to Firefly " ..tostring(count))--
  3057. root.CFrame = CFrame.new(v.Position.x, v.Position.y, v.Position.z)
  3058. end
  3059. end
  3060. wait(1)
  3061.  
  3062. for i,v in pairs(workspace.Collectibles:GetChildren()) do
  3063. if v.Name == "C" then
  3064. if (v.Position-root.Position).magnitude <= 50 then
  3065. root.CFrame = CFrame.new(v.Position.x, v.Position.y, v.Position.z)
  3066. wait(0.1)
  3067. end
  3068. end
  3069. end
  3070. end
  3071. end
  3072. end)
Add Comment
Please, Sign In to add comment