xxxDrez

Untitled

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