Advertisement
xcodeerror

Bee Swarm Simulator

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