TheInsaneScripter77

Bee swarm auto farm2

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