Denn_Gaming

Bee Swarm Simulator By lucky MB

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