Advertisement
tuoidz

Untitled

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