xxxDrez

Untitled

Jun 9th, 2019
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 119.20 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. TpPlayer.Visible = false
  1132.  
  1133. PollenFarm.Name = "PollenFarm"
  1134. PollenFarm.Parent = MainFrame
  1135. PollenFarm.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1136. PollenFarm.BorderColor3 = Color3.new(0, 1, 0)
  1137. PollenFarm.Position = UDim2.new(0, 183, 0, 5)
  1138. PollenFarm.Size = UDim2.new(0, 90, 0, 20)
  1139. PollenFarm.Font = Enum.Font.Fantasy
  1140. PollenFarm.TextColor3 = Color3.new(1, 1, 1)
  1141. PollenFarm.Text = "Farm Pollen"
  1142. PollenFarm.TextSize = 17
  1143. PollenFarm.TextWrapped = true
  1144.  
  1145. FarmFrame.Name = "FarmFrame"
  1146. FarmFrame.Parent = MainFrame
  1147. FarmFrame.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  1148. FarmFrame.BorderColor3 = Color3.new(0, 0, 0)
  1149. FarmFrame.BackgroundTransparency = 0
  1150. FarmFrame.Position = UDim2.new(0, 138, 0, 34)
  1151. FarmFrame.Size = UDim2.new(0, 180, 0, 55)
  1152. FarmFrame.ZIndex = 7
  1153. FarmFrame.Visible = false
  1154.  
  1155. AvoidViciousBee.Name = "AvoidViciousBee"
  1156. AvoidViciousBee.Parent = FarmFrame
  1157. AvoidViciousBee.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1158. AvoidViciousBee.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  1159. AvoidViciousBee.BackgroundTransparency = 0
  1160. AvoidViciousBee.Position = UDim2.new(0, 5, 0, 5)
  1161. AvoidViciousBee.Size = UDim2.new(0, 170, 0, 20)
  1162. AvoidViciousBee.Font = Enum.Font.Fantasy
  1163. AvoidViciousBee.TextColor3 = Color3.new(1, 1, 1)
  1164. AvoidViciousBee.Text = "Avoid Vicious Bee: OFF"
  1165. AvoidViciousBee.TextSize = 17
  1166. AvoidViciousBee.ZIndex = 7
  1167. AvoidViciousBee.TextWrapped = true
  1168.  
  1169. StartFarm.Name = "StartFarm"
  1170. StartFarm.Parent = FarmFrame
  1171. StartFarm.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1172. StartFarm.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  1173. StartFarm.BackgroundTransparency = 0
  1174. StartFarm.Position = UDim2.new(0, 5, 0, 30)
  1175. StartFarm.Size = UDim2.new(0, 170, 0, 20)
  1176. StartFarm.Font = Enum.Font.Fantasy
  1177. StartFarm.TextColor3 = Color3.new(1, 1, 1)
  1178. StartFarm.Text = "Pollen Farm: OFF"
  1179. StartFarm.TextSize = 17
  1180. StartFarm.ZIndex = 7
  1181. StartFarm.TextWrapped = true
  1182.  
  1183. AutoDig.Name = "AutoDig"
  1184. AutoDig.Parent = MainFrame
  1185. AutoDig.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1186. AutoDig.BorderColor3 = Color3.new(0, 1, 0)
  1187. AutoDig.Position = UDim2.new(0, 278, 0, 5)
  1188. AutoDig.Size = UDim2.new(0, 70, 0, 20)
  1189. AutoDig.Font = Enum.Font.Fantasy
  1190. AutoDig.TextColor3 = Color3.new(1, 1, 1)
  1191. AutoDig.Text = "Auto Dig"
  1192. AutoDig.TextSize = 17
  1193. AutoDig.TextWrapped = true
  1194.  
  1195. God.Name = "God"
  1196. God.Parent = MainFrame
  1197. God.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1198. God.BorderColor3 = Color3.new(0, 1, 0)
  1199. God.Position = UDim2.new(0, 353, 0, 5)
  1200. God.Size = UDim2.new(0, 115, 0, 20)
  1201. God.Font = Enum.Font.Fantasy
  1202. God.TextColor3 = Color3.new(1, 1, 1)
  1203. God.Text = "God Mode: OFF"
  1204. God.TextSize = 17
  1205. God.TextWrapped = true
  1206.  
  1207. ExtrasScreen.Name = "ExtrasScreen"
  1208. ExtrasScreen.Parent = MainFrame
  1209. ExtrasScreen.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1210. ExtrasScreen.BorderColor3 = Color3.new(0, 1, 0)
  1211. ExtrasScreen.Position = UDim2.new(0, 473, 0, 5)
  1212. ExtrasScreen.Size = UDim2.new(0, 50, 0, 20)
  1213. ExtrasScreen.Font = Enum.Font.Fantasy
  1214. ExtrasScreen.TextColor3 = Color3.new(1, 1, 1)
  1215. ExtrasScreen.Text = "Extras"
  1216. ExtrasScreen.TextSize = 17
  1217. ExtrasScreen.TextWrapped = true
  1218.  
  1219. ExtrasFrame.Name = "ExtrasFrame"
  1220. ExtrasFrame.Parent = MainFrame
  1221. ExtrasFrame.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  1222. ExtrasFrame.BorderColor3 = Color3.new(0, 0, 0)
  1223. ExtrasFrame.BackgroundTransparency = 0
  1224. ExtrasFrame.Position = UDim2.new(0, 413, 0, 34)
  1225. ExtrasFrame.Size = UDim2.new(0, 170, 0, 330)
  1226. ExtrasFrame.ZIndex = 7
  1227. ExtrasFrame.Visible = false
  1228.  
  1229. HuntViciousBee.Name = "HuntViciousBee"
  1230. HuntViciousBee.Parent = ExtrasFrame
  1231. HuntViciousBee.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1232. HuntViciousBee.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  1233. HuntViciousBee.Position = UDim2.new(0, 5, 0, 5)
  1234. HuntViciousBee.Size = UDim2.new(0, 160, 0, 20)
  1235. HuntViciousBee.Font = Enum.Font.Fantasy
  1236. HuntViciousBee.TextColor3 = Color3.new(1, 1, 1)
  1237. HuntViciousBee.Text = "Hunt Vicious Bee: OFF"
  1238. HuntViciousBee.TextSize = 17
  1239. HuntViciousBee.ZIndex = 7
  1240. HuntViciousBee.TextWrapped = true
  1241.  
  1242. SproutFarmToggle.Name = "SproutFarmToggle"
  1243. SproutFarmToggle.Parent = ExtrasFrame
  1244. SproutFarmToggle.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1245. SproutFarmToggle.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  1246. SproutFarmToggle.Position = UDim2.new(0, 5, 0, 30)
  1247. SproutFarmToggle.Size = UDim2.new(0, 160, 0, 20)
  1248. SproutFarmToggle.Font = Enum.Font.Fantasy
  1249. SproutFarmToggle.TextColor3 = Color3.new(1, 1, 1)
  1250. SproutFarmToggle.Text = "Farm Sprout: OFF"
  1251. SproutFarmToggle.TextSize = 17
  1252. SproutFarmToggle.ZIndex = 7
  1253. SproutFarmToggle.TextWrapped = true
  1254.  
  1255. WealthClockToggle.Name = "WealthClockToggle"
  1256. WealthClockToggle.Parent = ExtrasFrame
  1257. WealthClockToggle.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1258. WealthClockToggle.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  1259. WealthClockToggle.Position = UDim2.new(0, 5, 0, 55)
  1260. WealthClockToggle.Size = UDim2.new(0, 160, 0, 20)
  1261. WealthClockToggle.TextColor3 = Color3.new(1, 1, 1)
  1262. WealthClockToggle.Font = Enum.Font.Fantasy
  1263. WealthClockToggle.Text = "Wealth Clock: OFF"
  1264. WealthClockToggle.ZIndex = 7
  1265. WealthClockToggle.TextSize = 16
  1266.  
  1267. FieldBoostToggle.Name = "FieldBoostToggle"
  1268. FieldBoostToggle.Parent = ExtrasFrame
  1269. FieldBoostToggle.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1270. FieldBoostToggle.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  1271. FieldBoostToggle.Position = UDim2.new(0, 5, 0, 80)
  1272. FieldBoostToggle.Size = UDim2.new(0, 160, 0, 20)
  1273. FieldBoostToggle.TextColor3 = Color3.new(1, 1, 1)
  1274. FieldBoostToggle.Font = Enum.Font.Fantasy
  1275. FieldBoostToggle.Text = "Auto Field Boost: OFF"
  1276. FieldBoostToggle.ZIndex = 7
  1277. FieldBoostToggle.TextSize = 16
  1278.  
  1279. TreatToggle.Name = "TreatToggle"
  1280. TreatToggle.Parent = ExtrasFrame
  1281. TreatToggle.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1282. TreatToggle.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  1283. TreatToggle.Position = UDim2.new(0, 5, 0, 105)
  1284. TreatToggle.Size = UDim2.new(0, 160, 0, 20)
  1285. TreatToggle.TextColor3 = Color3.new(1, 1, 1)
  1286. TreatToggle.Font = Enum.Font.Fantasy
  1287. TreatToggle.Text = "Auto Treats: OFF"
  1288. TreatToggle.ZIndex = 7
  1289. TreatToggle.TextSize = 16
  1290.  
  1291. NoClip.Name = "NoClip"
  1292. NoClip.Parent = ExtrasFrame
  1293. NoClip.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1294. NoClip.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  1295. NoClip.Position = UDim2.new(0, 5, 0, 130)
  1296. NoClip.Size = UDim2.new(0, 160, 0, 20)
  1297. NoClip.Font = Enum.Font.Fantasy
  1298. NoClip.TextColor3 = Color3.new(1, 1, 1)
  1299. NoClip.Text = "NoClip Mode: OFF"
  1300. NoClip.TextSize = 17
  1301. NoClip.ZIndex = 7
  1302. NoClip.TextWrapped = true
  1303.  
  1304. FindTreasures.Name = "FindTreasures"
  1305. FindTreasures.Parent = ExtrasFrame
  1306. FindTreasures.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1307. FindTreasures.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  1308. FindTreasures.Position = UDim2.new(0, 5, 0, 155)
  1309. FindTreasures.Size = UDim2.new(0, 160, 0, 20)
  1310. FindTreasures.BackgroundTransparency = 0
  1311. FindTreasures.Font = Enum.Font.Fantasy
  1312. FindTreasures.TextColor3 = Color3.new(1, 1, 1)
  1313. FindTreasures.Text = "Tp to all Treasures"
  1314. FindTreasures.TextSize = 17
  1315. FindTreasures.ZIndex = 7
  1316. FindTreasures.TextWrapped = true
  1317.  
  1318. TPTool.Name = "TPTool"
  1319. TPTool.Parent = ExtrasFrame
  1320. TPTool.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1321. TPTool.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  1322. TPTool.Position = UDim2.new(0, 5, 0, 180)
  1323. TPTool.Size = UDim2.new(0, 160, 0, 20)
  1324. TPTool.TextColor3 = Color3.new(1, 1, 1)
  1325. TPTool.Font = Enum.Font.Fantasy
  1326. TPTool.Text = "Add TPTool"
  1327. TPTool.ZIndex = 7
  1328. TPTool.TextSize = 16
  1329.  
  1330. BTool.Name = "BTool"
  1331. BTool.Parent = ExtrasFrame
  1332. BTool.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1333. BTool.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  1334. BTool.Position = UDim2.new(0, 5, 0, 205)
  1335. BTool.Size = UDim2.new(0, 160, 0, 20)
  1336. BTool.TextColor3 = Color3.new(1, 1, 1)
  1337. BTool.Font = Enum.Font.Fantasy
  1338. BTool.Text = "Add BTools"
  1339. BTool.ZIndex = 7
  1340. BTool.TextSize = 16
  1341.  
  1342. ReJoinServer.Name = "ReJoinServer"
  1343. ReJoinServer.Parent = ExtrasFrame
  1344. ReJoinServer.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1345. ReJoinServer.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  1346. ReJoinServer.Position = UDim2.new(0, 5, 0, 230)
  1347. ReJoinServer.Size = UDim2.new(0, 160, 0, 20)
  1348. ReJoinServer.TextColor3 = Color3.new(1, 1, 1)
  1349. ReJoinServer.Font = Enum.Font.Fantasy
  1350. ReJoinServer.Text = "ReJoin a Server"
  1351. ReJoinServer.TextSize = 16
  1352. ReJoinServer.ZIndex = 7
  1353. ReJoinServer.TextWrapped = true
  1354.  
  1355. TokenToggleLabel.Name = "TokenToggleLabel"
  1356. TokenToggleLabel.Parent = ExtrasFrame
  1357. TokenToggleLabel.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1358. TokenToggleLabel.BorderSizePixel = 0
  1359. TokenToggleLabel.Position = UDim2.new(0, 5, 0, 254)
  1360. TokenToggleLabel.Size = UDim2.new(0, 132, 0, 22)
  1361. TokenToggleLabel.TextColor3 = Color3.new(1, 1, 1)
  1362. TokenToggleLabel.Font = Enum.Font.Fantasy
  1363. TokenToggleLabel.Text = "Token Pickup kb"
  1364. TokenToggleLabel.TextSize = 16
  1365. TokenToggleLabel.ZIndex = 7
  1366. TokenToggleLabel.TextWrapped = true
  1367.  
  1368. TokenToggle.Name = "TokenToggle"
  1369. TokenToggle.Parent = ExtrasFrame
  1370. TokenToggle.BackgroundColor3 = Color3.new(0.4, 0.4, 0.4)
  1371. TokenToggle.BorderColor3 = Color3.new(0.8, 0.8, 0.8)
  1372. TokenToggle.Position = UDim2.new(0, 137, 0, 255)
  1373. TokenToggle.Size = UDim2.new(0, 28, 0, 20)
  1374. TokenToggle.TextColor3 = Color3.new(1, 1, 1)
  1375. TokenToggle.Font = Enum.Font.Fantasy
  1376. TokenToggle.Text = "h"
  1377. TokenToggle.TextSize = 16
  1378. TokenToggle.ZIndex = 7
  1379. TokenToggle.TextWrapped = true
  1380.  
  1381. FireflyToggleLabel.Name = "FireflyToggleLabel"
  1382. FireflyToggleLabel.Parent = ExtrasFrame
  1383. FireflyToggleLabel.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1384. FireflyToggleLabel.BorderSizePixel = 0
  1385. FireflyToggleLabel.Position = UDim2.new(0, 5, 0, 279)
  1386. FireflyToggleLabel.Size = UDim2.new(0, 132, 0, 22)
  1387. FireflyToggleLabel.TextColor3 = Color3.new(1, 1, 1)
  1388. FireflyToggleLabel.Font = Enum.Font.Fantasy
  1389. FireflyToggleLabel.Text = "Firefly Touch kb"
  1390. FireflyToggleLabel.TextSize = 16
  1391. FireflyToggleLabel.ZIndex = 7
  1392. FireflyToggleLabel.TextWrapped = true
  1393.  
  1394. FireflyToggle.Name = "FireflyToggle"
  1395. FireflyToggle.Parent = ExtrasFrame
  1396. FireflyToggle.BackgroundColor3 = Color3.new(0.4, 0.4, 0.4)
  1397. FireflyToggle.BorderColor3 = Color3.new(0.8, 0.8, 0.8)
  1398. FireflyToggle.Position = UDim2.new(0, 137, 0, 280)
  1399. FireflyToggle.Size = UDim2.new(0, 28, 0, 20)
  1400. FireflyToggle.TextColor3 = Color3.new(1, 1, 1)
  1401. FireflyToggle.Font = Enum.Font.Fantasy
  1402. FireflyToggle.Text = "j"
  1403. FireflyToggle.TextSize = 16
  1404. FireflyToggle.ZIndex = 7
  1405. FireflyToggle.TextWrapped = true
  1406.  
  1407. HoneyToggleLabel.Name = "HoneyToggleLabel"
  1408. HoneyToggleLabel.Parent = ExtrasFrame
  1409. HoneyToggleLabel.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1410. HoneyToggleLabel.BorderSizePixel = 0
  1411. HoneyToggleLabel.Position = UDim2.new(0, 5, 0, 304)
  1412. HoneyToggleLabel.Size = UDim2.new(0, 132, 0, 22)
  1413. HoneyToggleLabel.TextColor3 = Color3.new(1, 1, 1)
  1414. HoneyToggleLabel.Font = Enum.Font.Fantasy
  1415. HoneyToggleLabel.Text = "Make Honey kb"
  1416. HoneyToggleLabel.TextSize = 16
  1417. HoneyToggleLabel.ZIndex = 7
  1418. HoneyToggleLabel.TextWrapped = true
  1419.  
  1420. HoneyToggle.Name = "HoneyToggle"
  1421. HoneyToggle.Parent = ExtrasFrame
  1422. HoneyToggle.BackgroundColor3 = Color3.new(0.4, 0.4, 0.4)
  1423. HoneyToggle.BorderColor3 = Color3.new(0.8, 0.8, 0.8)
  1424. HoneyToggle.Position = UDim2.new(0, 137, 0, 305)
  1425. HoneyToggle.Size = UDim2.new(0, 28, 0, 20)
  1426. HoneyToggle.TextColor3 = Color3.new(1, 1, 1)
  1427. HoneyToggle.Font = Enum.Font.Fantasy
  1428. HoneyToggle.Text = "y"
  1429. HoneyToggle.TextSize = 16
  1430. HoneyToggle.ZIndex = 7
  1431. HoneyToggle.TextWrapped = true
  1432.  
  1433. InfoScreen.Name = "InfoScreen"
  1434. InfoScreen.Parent = MainFrame
  1435. InfoScreen.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1436. InfoScreen.BorderColor3 = Color3.new(0, 1, 0)
  1437. InfoScreen.Position = UDim2.new(0, 528, 0, 5)
  1438. InfoScreen.Size = UDim2.new(0, 40, 0, 20)
  1439. InfoScreen.BackgroundTransparency = 0
  1440. InfoScreen.Font = Enum.Font.Fantasy
  1441. InfoScreen.TextColor3 = Color3.new(1, 1, 1)
  1442. InfoScreen.Text = "Info"
  1443. InfoScreen.TextSize = 17
  1444. InfoScreen.TextWrapped = true
  1445.  
  1446. TimeLabel.Name = "TimeLabel"
  1447. TimeLabel.Parent = MainFrame
  1448. TimeLabel.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1449. TimeLabel.BorderColor3 = Color3.new(0.15, 0.15, 0.15)
  1450. TimeLabel.Position = UDim2.new(0, 573, 0, 5)
  1451. TimeLabel.Size = UDim2.new(0, 60, 0, 20)
  1452. TimeLabel.BackgroundTransparency = 0
  1453. TimeLabel.Font = Enum.Font.Fantasy
  1454. TimeLabel.TextColor3 = Color3.new(1, 1, 1)
  1455. TimeLabel.Text = ""
  1456. TimeLabel.TextSize = 17
  1457. TimeLabel.TextWrapped = true
  1458.  
  1459. SproutDetect.Name = "SproutDetect"
  1460. SproutDetect.Parent = MainFrame
  1461. SproutDetect.BackgroundColor3 = Color3.new(0, 0.5, 0)
  1462. SproutDetect.BorderColor3 = Color3.new(0.15, 0.15, 0.15)
  1463. SproutDetect.Position = UDim2.new(0, 180, 0, 33)
  1464. SproutDetect.Size = UDim2.new(0, 150, 0, 35)
  1465. SproutDetect.Font = Enum.Font.Fantasy
  1466. SproutDetect.TextColor3 = Color3.new(1, 1, 1)
  1467. SproutDetect.Text = "Sprout Detected\nDistance: "
  1468. SproutDetect.TextSize = 17
  1469. SproutDetect.TextWrapped = true
  1470. SproutDetect.ZIndex = 4
  1471. SproutDetect.Visible = false
  1472.  
  1473. FireflyDetect.Name = "FireflyDetect"
  1474. FireflyDetect.Parent = MainFrame
  1475. FireflyDetect.BackgroundColor3 = Color3.new(0, 0, 0.5)
  1476. FireflyDetect.BorderColor3 = Color3.new(0.15, 0.15, 0.15)
  1477. FireflyDetect.Position = UDim2.new(0, 334, 0, 33)
  1478. FireflyDetect.Size = UDim2.new(0, 150, 0, 35)
  1479. FireflyDetect.Font = Enum.Font.Fantasy
  1480. FireflyDetect.TextColor3 = Color3.new(1, 1, 1)
  1481. FireflyDetect.Text = "Firefly's Detected\nDistance: "
  1482. FireflyDetect.TextSize = 17
  1483. FireflyDetect.TextWrapped = true
  1484. FireflyDetect.ZIndex = 4
  1485. FireflyDetect.Visible = false
  1486.  
  1487. ViciousBeeDetect.Name = "ViciousBeeDetect"
  1488. ViciousBeeDetect.Parent = MainFrame
  1489. ViciousBeeDetect.BackgroundColor3 = Color3.new(0.5, 0, 0)
  1490. ViciousBeeDetect.BorderColor3 = Color3.new(0.15, 0.15, 0.15)
  1491. ViciousBeeDetect.Position = UDim2.new(0, 488, 0, 33)
  1492. ViciousBeeDetect.Size = UDim2.new(0, 150, 0, 35)
  1493. ViciousBeeDetect.Font = Enum.Font.Fantasy
  1494. ViciousBeeDetect.TextColor3 = Color3.new(1, 1, 1)
  1495. ViciousBeeDetect.Text = "Vicious Bee Detected\nDistance: "
  1496. ViciousBeeDetect.TextSize = 17
  1497. ViciousBeeDetect.TextWrapped = true
  1498. ViciousBeeDetect.ZIndex = 4
  1499. ViciousBeeDetect.Visible = false
  1500.  
  1501. -- notify --
  1502.  
  1503. function notify(msg)
  1504. game.StarterGui:SetCore('SendNotification', {
  1505. Title = 'Bee Swarm LuckyGUI';
  1506. Text = msg;
  1507. Duration = 5;
  1508. })
  1509. end
  1510.  
  1511. --- Close ---
  1512.  
  1513. Close.MouseButton1Down:connect(function()
  1514. MainGUI:Destroy()
  1515. end)
  1516.  
  1517. --- Menus ---
  1518.  
  1519. local Menus = {
  1520. [WayPoints] = WayPointsFrame;
  1521. [ExtrasScreen] = ExtrasFrame;
  1522. [PollenFarm] = FarmFrame;
  1523. [Players] = PlayerFrame;
  1524. }
  1525. for button,frame in pairs(Menus) do
  1526. button.MouseButton1Click:connect(function()
  1527. if frame.Visible then
  1528. frame.Visible = false
  1529. return
  1530. end
  1531. for k,v in pairs(Menus) do
  1532. v.Visible = v == frame
  1533. end
  1534. end)
  1535. end
  1536.  
  1537. -- Time --
  1538.  
  1539. spawn(function()
  1540. while true do
  1541. if tostring(game.Lighting.TimeOfDay) == "13:39:00" or tostring(game.Lighting.TimeOfDay) == "13:51:36" then
  1542. TimeLabel.BackgroundColor3 = Color3.new(120/255, 1, 235/255)
  1543. TimeLabel.BorderColor3 = Color3.new(120/255, 1, 235/255)
  1544. TimeLabel.Text = "Day"
  1545. TimeLabel.TextColor3 = Color3.new(0, 0, 0)
  1546. else
  1547. TimeLabel.BackgroundColor3 = Color3.new(59/255, 41/255, 86/255)
  1548. TimeLabel.BorderColor3 = Color3.new(59/255, 41/255, 86/255)
  1549. TimeLabel.Text = "Night"
  1550. TimeLabel.TextColor3 = Color3.new(1, 1, 1)
  1551. end
  1552. wait(1)
  1553. end
  1554. end)
  1555.  
  1556. -- Check Health --
  1557.  
  1558. spawn(function()
  1559. while true do
  1560. if not pausehumcheck then
  1561. local PlrChar = game.Players.LocalPlayer.Character
  1562. local FindHum = PlrChar:FindFirstChildOfClass("Humanoid")
  1563. if FindHum then
  1564. plrHealth = string.format("%.0f", FindHum.Health)
  1565. end
  1566. end
  1567. wait(0.5)
  1568. end
  1569. end)
  1570.  
  1571. -- Round value to x decimal places --
  1572.  
  1573. function round(num, numDecimalPlaces)
  1574. local mult = 10^(numDecimalPlaces or 0)
  1575. return math.floor(num * mult + 0.5) / mult
  1576. end
  1577.  
  1578. -- Check for Sprout --
  1579.  
  1580. spawn(function()
  1581. while true do
  1582. sproutdistance1 = nil
  1583. sproutdetected = false
  1584. SproutDetect.Visible = false
  1585. repeat
  1586. for i,v in pairs(workspace.Particles:GetChildren()) do
  1587. for x in string.gmatch(v.Name, "Sprout") do
  1588. if not pausehumcheck and v.Name == "Sprout" then
  1589. sproutdetected = true
  1590. local player = game:GetService'Players'.LocalPlayer
  1591. local character = player.Character or player.CharacterAdded:wait()
  1592. local head = character:WaitForChild'Head'
  1593. local hum = player.Character.HumanoidRootPart
  1594. sproutdistance = (v.Position-hum.Position).magnitude
  1595. sproutdistance1 = round(sproutdistance, 2)
  1596. --print("Sprout Detected. Distance: " ..tostring(sproutdistance))--
  1597. SproutDetect.Text = "Sprout Detected\nDistance: " ..tostring(sproutdistance1).. ""
  1598. SproutDetect.Visible = true
  1599. end
  1600. end
  1601. end
  1602. wait(0.3)
  1603. until v == nil
  1604. wait(0.1)
  1605. end
  1606. end)
  1607.  
  1608. -- check for fireflys --
  1609.  
  1610. spawn(function()
  1611. while true do
  1612. fireflydistance1 = nil
  1613. fireflydetected = false
  1614. FireflyDetect.Visible = false
  1615. repeat
  1616. for i,v in pairs(workspace.NPCBees:GetChildren()) do
  1617. for x in string.gmatch(v.Name, "Firefly") do
  1618. if not pausehumcheck and v.Name == "Firefly" then
  1619. fireflydetected = true
  1620. local player = game:GetService'Players'.LocalPlayer
  1621. local character = player.Character or player.CharacterAdded:wait()
  1622. local head = character:WaitForChild'Head'
  1623. local hum = player.Character.HumanoidRootPart
  1624. firelfydistance = (v.Position-hum.Position).magnitude
  1625. fireflydistance1 = round(firelfydistance, 2)
  1626. --print("Fireflys Detected. Distance: " ..tostring(firelfydistance))--
  1627. FireflyDetect.Text = "Firefly Detected\nDistance: " ..tostring(fireflydistance1).. ""
  1628. FireflyDetect.Visible = true
  1629. end
  1630. end
  1631. end
  1632. wait(0.4)
  1633. until v == nil
  1634. wait(0.1)
  1635. end
  1636. end)
  1637.  
  1638. -- check for vicious bee --
  1639.  
  1640. spawn(function()
  1641. while true do
  1642. viciousdistance1 = nil
  1643. viciousbeedetected = false
  1644. ViciousBeeDetect.Visible = false
  1645. repeat
  1646. for i,v in pairs(workspace.Particles:GetChildren()) do
  1647. for x in string.gmatch(v.Name, "Vicious") do
  1648. if not pausehumcheck and v.Name == "Vicious" then
  1649. viciousbeedetected = true
  1650. local player = game:GetService'Players'.LocalPlayer
  1651. local character = player.Character or player.CharacterAdded:wait()
  1652. local head = character:WaitForChild'Head'
  1653. local hum = player.Character.HumanoidRootPart
  1654. viciousdistance = (v.Position-hum.Position).magnitude
  1655. viciousdistance1 = round(viciousdistance, 2)
  1656. --print("Vicious Bee Detected. Distance: " ..tostring(viciousdistance))--
  1657. ViciousBeeDetect.Text = "Vicious Bee Detected\nDistance: " ..tostring(viciousdistance1).. ""
  1658. ViciousBeeDetect.Visible = true
  1659. end
  1660. end
  1661. end
  1662. if viciousbeedetected and viciousdistance < 80 then
  1663. viciousbeenear = true
  1664. if viciousbeenear and not beenearmsg and not godmodeactivated then
  1665. print("WARNING!! Vicious Bee Near")
  1666. beenearmsg=true
  1667. end
  1668. else
  1669. viciousbeenear = false
  1670. beenearmsg = false
  1671. end
  1672. wait(0.5)
  1673. until v == nil
  1674. wait(0.1)
  1675. end
  1676. end)
  1677.  
  1678. spawn(function()
  1679. while true do
  1680. if PollenFarmActive then
  1681. if AvoidViciousActive and viciousbeenear then
  1682. if not farmzoneswitched then
  1683. if not switchlocationmsg then
  1684. print("Vicious Bee Near. Switching to Safe Farming Zone")
  1685. notify'Switching to safe Farming Zone'
  1686. switchlocationmsg = true
  1687. end
  1688. switchingzone = true
  1689. PollenFarmActive = false
  1690. wait(1)
  1691. if Field5AFActive then
  1692. originalzone = "Clover"
  1693. Field5AFActive = false
  1694. Field3AFActive = true
  1695. elseif Field7AFActive then
  1696. originalzone = "Spider"
  1697. Field7AFActive = false
  1698. Field3AFActive = true
  1699. elseif Field9AFActive then
  1700. originalzone = "Rose"
  1701. Field9AFActive = false
  1702. Field3AFActive = true
  1703. elseif Field11AFActive then
  1704. originalzone = "Cactus"
  1705. Field11AFActive = false
  1706. Field3AFActive = true
  1707. else
  1708. originalzone = "MountainTop"
  1709. Field3AFActive = true
  1710. end
  1711. farmzoneswitched = true
  1712. switchingzone = false
  1713. PollenFarmActive = true
  1714. end
  1715. end
  1716. end
  1717. wait(0.5)
  1718. end
  1719. end)
  1720.  
  1721. spawn(function()
  1722. while true do
  1723. wait(0.5)
  1724. if farmzoneswitchback then
  1725. if switchlocationmsg then
  1726. print("Vicious Bee has gone. Switching back to original location")
  1727. notify'Switching back to original location'
  1728. switchlocationmsg = false
  1729. end
  1730. switchingzone = true
  1731. PollenFarmActive = false
  1732. wait(1)
  1733. if originalzone == "Clover" then
  1734. Field3AFActive = false
  1735. Field5AFActive = true
  1736. elseif originalzone == "Spider" then
  1737. Field3AFActive = false
  1738. Field7AFActive = true
  1739. elseif originalzone == "Rose" then
  1740. Field3AFActive = false
  1741. Field9AFActive = true
  1742. elseif originalzone == "Cactus" then
  1743. Field3AFActive = false
  1744. Field11AFActive = true
  1745. elseif originalzone == "MountainTop" then
  1746. Field3AFActive = false
  1747. end
  1748. farmzoneswitched = false
  1749. farmzoneswitchback = false
  1750. switchingzone = false
  1751. PollenFarmActive = true
  1752. end
  1753. end
  1754. end)
  1755.  
  1756. -- Pollen Farming --
  1757.  
  1758. spawn (function()
  1759. while true do
  1760. wait(0.5)
  1761. if resethive then
  1762. print("Waiting 35 seconds before AutoFarm resumes")
  1763. wait(35)
  1764. resethive = false
  1765. PollenFarmActive = true
  1766. end
  1767. if PollenFarmActive then
  1768. local player = game:GetService("Players").LocalPlayer
  1769. while player == nil do wait(0.5) end
  1770. local root = player.Character.HumanoidRootPart
  1771. if farmzoneswitched and not viciousbeedetected then PollenFarmActive = false farmzoneswitchback = true end
  1772. player = game:GetService("Players").LocalPlayer
  1773. local currp
  1774. player.Character.Humanoid.Died:connect(function()
  1775. resethive = true
  1776. PollenFarmActive = false
  1777. print("Player: " ..tostring(player.Name).. " has died")
  1778. end)
  1779. local pollenLbl = player.Character:FindFirstChild("ProgressLabel",true)
  1780. if not pollenLbl then
  1781. print("Backpack not found")
  1782. end
  1783. local maxpollen = tonumber(pollenLbl.Text:match("%d+$"))
  1784. local pollenTool = player.Character:FindFirstChildOfClass("Tool") or player.Backpack:FindFirstChildOfClass("Tool")
  1785. if pollenTool==nil or pollenTool:FindFirstChild("ClickEvent")==nil then
  1786. print("Tool not found")
  1787. end
  1788. --print("Backpack size: " .. maxpollen)
  1789. if PollenFarmActive then
  1790. if Field1AFActive == true then
  1791. fieldpos = {Vector3.new(-204,3.4,142),Vector3.new(-210,3.4,174),Vector3.new(-210,3.4,200)}
  1792. print("Farming Sunflower Field")
  1793. elseif Field2AFActive == true then
  1794. fieldpos = {Vector3.new(-98, 3.4, 129),Vector3.new(-80, 3.35, 129)}
  1795. print("Farming Mushroom Field")
  1796. elseif Field3AFActive == true then
  1797. fieldpos = {Vector3.new(-70.35,3.4,219),Vector3.new(-35,3.4,219),Vector3.new(0,3.4,219)}
  1798. print("Farming Dandelion Field")
  1799. elseif Field4AFActive == true then
  1800. fieldpos = {Vector3.new(100,3.4,96),Vector3.new(140,3.4,96),Vector3.new(185,3.4,96)}
  1801. print("Farming Blue Flower Field")
  1802. elseif Field5AFActive == true then
  1803. fieldpos = {Vector3.new(179,32.9,216),Vector3.new(160,32.9,189),Vector3.new(138,32.9,167)}
  1804. print("Farming Clover Field")
  1805. elseif Field6AFActive == true then
  1806. fieldpos = {Vector3.new(-193,19.4,11),Vector3.new(-181,19.4,-10),Vector3.new(-162,19.4,-29)}
  1807. print("Farming StrawBerry Field")
  1808. elseif Field7AFActive == true then
  1809. fieldpos = {Vector3.new(-73,19.4,2),Vector3.new(-44,19.4,-21),Vector3.new(-16,19.4,7)}
  1810. print("Farming Spider Field")
  1811. elseif Field8AFActive == true then
  1812. fieldpos = {Vector3.new(92.9,20,-25.6),Vector3.new(132.9,20,-25.6),Vector3.new(172.9,20,-25.6)}
  1813. print("Farming BamBoo Field")
  1814. elseif Field9AFActive == true then
  1815. fieldpos = {Vector3.new(-300,20,129),Vector3.new(-322.835,20,129),Vector3.new(-350,20,129)}
  1816. print("Farming Rose Field")
  1817. elseif Field10AFActive == true then
  1818. 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)}
  1819. print("Farming Pine Tree Forest")
  1820. elseif Field11AFActive == true then
  1821. fieldpos = {Vector3.new(-159.5,68,-101.5),Vector3.new(-194.5,68,-112.5),Vector3.new(-229.5,68,-101.5)}
  1822. print("Farming Cactus Field")
  1823. elseif Field12AFActive == true then
  1824. fieldpos = {Vector3.new(-169,67,-183.8),Vector3.new(-186.5,67,-186.8),Vector3.new(-222,67,-183.8)}
  1825. print("Farming Pumpkin Patch")
  1826. elseif Field13AFActive == true then
  1827. fieldpos = {Vector3.new(285.3,70.2,-200),Vector3.new(260.3,70.2,-220),Vector3.new(225.3,70.2,-200)}
  1828. print("Farming Pineapple Patch")
  1829. elseif Field14AFActive == true then
  1830. 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)}
  1831. print("Farming Mountain Top Field")
  1832. else
  1833. if maxpollen < 9999 then
  1834. 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)}
  1835. print("Farming Sunflower Field")
  1836. else
  1837. 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)}
  1838. print("Farming Mountain Top Field")
  1839. end
  1840. end
  1841. end
  1842. --collect pollen
  1843. --print("Farming pollen")
  1844. local posIndex = 0
  1845. pollenTool.Parent = player.Character
  1846. workspace.Collectibles.ChildAdded:Connect(function(part)
  1847. if PollenFarmActive then
  1848. local root = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart
  1849. if tostring(part) == tostring(game.Players.LocalPlayer.Name) or tostring(part) == "C" then
  1850. -- print("token position: " ..tostring(part.Position)) --
  1851. -- print("player position: " ..tostring(root.Position)) --
  1852. -- print("Distance: " ..tostring((part.Position - root.Position).magnitude)) --
  1853. if currp and (part.Position-root.Position).magnitude <= 60 then
  1854. root.CFrame = CFrame.new(part.Position.x, root.Position.y, part.Position.z)
  1855. wait(0.07)
  1856. root.CFrame = CFrame.new(currp)
  1857. wait(0.05)
  1858. end
  1859. end
  1860. end
  1861. end)
  1862. wait(0.1)
  1863. while PollenFarmActive and tonumber(player.CoreStats.Pollen.Value) < tonumber(maxpollen) do
  1864. wait(0.05)
  1865. posIndex=posIndex+1
  1866. if posIndex>#fieldpos then posIndex=1 end
  1867. for rot=1,4 do
  1868. local angle = CFrame.Angles(0,math.pi*.5*rot,0)
  1869. currp = fieldpos[posIndex]+angle.lookVector*10
  1870. local newrootpos = CFrame.new(currp)*angle
  1871. root.CFrame = newrootpos
  1872. for i=1,25 do
  1873. if farmzoneswitched and not viciousbeedetected then PollenFarmActive = false farmzoneswitchback = true end
  1874. if not PollenFarmActive then break end
  1875. wait(0.2)
  1876. pollenTool.ClickEvent:FireServer(currp)
  1877. end
  1878. player = game:GetService("Players").LocalPlayer
  1879. if tonumber(player.CoreStats.Pollen.Value+1) > tonumber(maxpollen) then
  1880. print("Total Honey: " ..tostring(player.CoreStats.Honey.Value).. ". Bag Full: " ..tostring(player.CoreStats.Pollen.Value))
  1881. break
  1882. end
  1883. end
  1884. end
  1885. -- turn pollen to honey --
  1886. currp = nil
  1887. --print("Teleporting back to Hive to make Honey")
  1888. wait(0.1)
  1889. game:GetService("Players").LocalPlayer.Character:MoveTo(game:GetService("Players").LocalPlayer.SpawnPos.Value.p)
  1890. if not switchingzone then
  1891. wait(1)
  1892. game:GetService("ReplicatedStorage").Events.PlayerHiveCommand:FireServer("ToggleHoneyMaking")
  1893. if PollenFarmActive then
  1894. repeat wait(0.5) until game:GetService("Players").LocalPlayer.CoreStats.Pollen.Value < 1
  1895. wait(8)
  1896. end
  1897. end
  1898. end
  1899. end
  1900. end)
  1901.  
  1902. -- Trigger Wealth Clock every 30 minutes --
  1903.  
  1904. WealthClockToggle.MouseButton1Click:connect(function()
  1905. if WealthClockActive ~= true then
  1906. WealthClockActive = true
  1907. notify'Wealth Clock Started'
  1908. print("Wealth Clock Started. The Wealth Clock will be triggered every 30 minutes.")
  1909. WealthClockToggle.BackgroundColor3 = Color3.new(0.5, 0, 0)
  1910. WealthClockToggle.Text = "Wealth Clock: ON"
  1911. else
  1912. WealthClockActive = false
  1913. notify'Wealth Clock Stopped'
  1914. WealthClockToggle.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1915. WealthClockToggle.Text = "Wealth Clock: OFF"
  1916. end
  1917. end)
  1918.  
  1919. spawn(function()
  1920. while true do
  1921. if WealthClockActive then
  1922. while WealthClockActive do
  1923. game:GetService("ReplicatedStorage").Events.ToyEvent:FireServer("Wealth Clock")
  1924. print("Wealth Clock activated")
  1925. wcwaittime = 1830
  1926. repeat
  1927. WealthClockToggle.Text = "Wealth Clock: " ..tostring(wcwaittime).. "sec"
  1928. wait(1)
  1929. wcwaittime = wcwaittime - 1
  1930. until wcwaittime == 0 or not WealthClockActive
  1931. end
  1932. end
  1933. wait(1)
  1934. end
  1935. end)
  1936.  
  1937. -- Trigger Field Boosts every 2 hours --
  1938.  
  1939. FieldBoostToggle.MouseButton1Click:connect(function()
  1940. if FieldBoostActive ~= true then
  1941. FieldBoostActive = true
  1942. notify'Auto Field Boost Started'
  1943. print("Auto Field Boost Started. Field Boosts will be triggered every 2 hours.")
  1944. FieldBoostToggle.BackgroundColor3 = Color3.new(0.5, 0, 0)
  1945. FieldBoostToggle.Text = "Auto Field Boost: ON"
  1946. else
  1947. FieldBoostActive = false
  1948. notify'Auto Field Boost Stopped'
  1949. FieldBoostToggle.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1950. FieldBoostToggle.Text = "Auto Field Boost: OFF"
  1951. end
  1952. end)
  1953.  
  1954. spawn(function()
  1955. while true do
  1956. if FieldBoostActive then
  1957. while FieldBoostActive do
  1958. print("Field Boosts activated")
  1959. game:GetService("ReplicatedStorage").Events.ToyEvent:FireServer("Red Field Booster")
  1960. wait(0.5)
  1961. game:GetService("ReplicatedStorage").Events.ToyEvent:FireServer("Blue Field Booster")
  1962. wait(0.5)
  1963. game:GetService("ReplicatedStorage").Events.ToyEvent:FireServer("Field Booster")
  1964. fbwaittime = 7259
  1965. repeat
  1966. FieldBoostToggle.Text = "Field Boosts: " ..tostring(fbwaittime).. "sec"
  1967. wait(1)
  1968. fbwaittime = fbwaittime - 1
  1969. until fbwaittime == 0 or not FieldBoostActive
  1970. end
  1971. end
  1972. wait(1)
  1973. end
  1974. end)
  1975.  
  1976. -- Trigger Treats every 4 hours --
  1977.  
  1978. TreatToggle.MouseButton1Click:connect(function()
  1979. if TreatActive ~= true then
  1980. TreatActive = true
  1981. notify'Auto Treats Started'
  1982. print("Treats will be given every 1 hour (4 hours for Blueberry and Strawberry).")
  1983. TreatToggle.BackgroundColor3 = Color3.new(0.5, 0, 0)
  1984. TreatToggle.Text = "Auto Treats: ON"
  1985. else
  1986. TreatActive = false
  1987. notify'Auto Treats Stopped'
  1988. TreatToggle.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1989. TreatToggle.Text = "Auto Treats: OFF"
  1990. end
  1991. end)
  1992.  
  1993. spawn(function()
  1994. while true do
  1995. if TreatActive then
  1996. while TreatActive do
  1997. print("Strawberry and Blueberry Treats given")
  1998. game:GetService("ReplicatedStorage").Events.ToyEvent:FireServer("Blueberry Dispenser")
  1999. wait(0.5)
  2000. game:GetService("ReplicatedStorage").Events.ToyEvent:FireServer("Strawberry Dispenser")
  2001. ttwaittime = 14600
  2002. repeat
  2003. TreatToggle.Text = "Auto Treats: " ..tostring(ttwaittime).. "sec"
  2004. wait(1)
  2005. ttwaittime = ttwaittime - 1
  2006. until ttwaittime == 0 or not TreatActive
  2007. end
  2008. end
  2009. wait(1)
  2010. end
  2011. end)
  2012.  
  2013. spawn(function()
  2014. while true do
  2015. if TreatActive then
  2016. while TreatActive do
  2017. print("Treats given")
  2018. game:GetService("ReplicatedStorage").Events.ToyEvent:FireServer("Treat Dispenser")
  2019. tdwaittime = 3660
  2020. repeat
  2021. wait(1)
  2022. tdwaittime = tdwaittime - 1
  2023. until tdwaittime == 0 or not TreatActive
  2024. end
  2025. end
  2026. wait(1)
  2027. end
  2028. end)
  2029.  
  2030. --- WayPoints ---
  2031.  
  2032. local WayPoints = {
  2033. ["Black Bear"] = CFrame.new(-258.1, 5, 299.7),
  2034. ["Brown Bear"] = CFrame.new(282, 46, 236),
  2035. ["Panda Bear"] = CFrame.new(106.3, 35, 50.1),
  2036. ["Polar Bear"] = CFrame.new(-106, 119, -77),
  2037. ["Science Bear"] = CFrame.new(267, 103, 20),
  2038. ["Traveling Bear"] = CFrame.new(23.9, 14, 359.9),
  2039. ["Mother Bear"] = CFrame.new(-183.8, 4.6, 87.5),
  2040. ["Tunnel Bear"] = CFrame.new(507.3, 5.7, -45.7),
  2041. ["Sun Bear"] = CFrame.new(23.25, 14, 360.26),
  2042. ["Redfield Boost"] = CFrame.new(-332, 20, 244),
  2043. ["Bluefield Boost"] = CFrame.new(319, 58, 103),
  2044. ["MountainTop Boost"] = CFrame.new(-40, 176, -191.7),
  2045. ["Red Cannon (22)"] = CFrame.new(-240, 17, 345),
  2046. ["Blue Cannon (16)"] = CFrame.new(-287, 73, 22),
  2047. ["Yellow Cannon (12)"] = CFrame.new(266, 109, -25),
  2048. ["Slingshot (8)"] = CFrame.new(78, 23, 149),
  2049. ["Bee Shop"] = CFrame.new(-136.8, 4.6, 243.4),
  2050. ["Tool Shop"] = CFrame.new(86, 4.6, 294),
  2051. ["Tool Shop 2"] = CFrame.new(165, 69, -161),
  2052. ["MountainTop Shop"] = CFrame.new(-18, 176, -137),
  2053. ["Ticket Tent"] = CFrame.new(-234, 17, 398),
  2054. ["Red Clubhouse"] = CFrame.new(-334, 21, 216),
  2055. ["Blue Clubhouse"] = CFrame.new(292, 4, 98),
  2056. ["Ticket Shop"] = CFrame.new(-12.8, 184, -222.2),
  2057. ["Club Honey"] = CFrame.new(44.8, 5, 319.6),
  2058. ["RoyalJelly Shop"] = CFrame.new(-297, 53, 68),
  2059. ["Ticket RoyalJelly Shop"] = CFrame.new(81, 18, 240),
  2060. ["Honeystorm Dispensor"] = CFrame.new(238.4, 33.3, 165.6),
  2061. ["Blueberry Dispenser"] = CFrame.new(313.3, 58, 86.9),
  2062. ["Strawberry Dispenser"] = CFrame.new(-320.5, 46, 272.5),
  2063. ["Sprout Dispenser"] = CFrame.new(-269.26, 26.56, 267.31),
  2064. ["Instant Honey Convertor"] = CFrame.new(282, 68, -62),
  2065. ["King Beetles Lair"] = CFrame.new(218, 3, 140),
  2066. ["Clover Field"] = CFrame.new(174, 34, 189),
  2067. ["Mushroom Field"] = CFrame.new(-258.1, 5, 299.7),
  2068. ["Spider Field"] = CFrame.new(-57.2, 20, -5.3),
  2069. ["Blue Field"] = CFrame.new(113.7, 4, 101.5),
  2070. ["Sunflower Field"] = CFrame.new(-208, 4, 185),
  2071. ["StrawBerry Field"] = CFrame.new(-169.3, 20, -3.2),
  2072. ["Red Field"] = CFrame.new(-258.1, 5, 299.7),
  2073. ["Dandelion Field"] = CFrame.new(-30, 4, 225),
  2074. ["BamBoo Field"] = CFrame.new(93, 20, -25),
  2075. ["Rose Field"] = CFrame.new(-322, 20, 124),
  2076. ["Mushroom Field"] = CFrame.new(-94, 5, 116),
  2077. ["Cactus Field"] = CFrame.new(-194, 68, -107),
  2078. ["Pumpkin Field"] = CFrame.new(-194, 68, -182),
  2079. ["MountainTop Field"] = CFrame.new(76, 176, -181),
  2080. ["PineTree Field"] = CFrame.new(-318, 68, -150),
  2081. ["Pineapple Field"] = CFrame.new(262, 68, -201),
  2082. ["Onett"] = CFrame.new(-8.4, 234, -517.9),
  2083. ["Gumdrop Dispenser"] = CFrame.new(63, 20.7, 38.7),
  2084. ["Treat Dispenser"] = CFrame.new(193.9, 68, -123),
  2085. ["Treat Shop"] = CFrame.new(-228.2, 5, 89.4),
  2086. ["Star Hut"] = CFrame.new(135.9, 64.6, 322.1),
  2087. ["Wealth Clock"] = CFrame.new(310.5, 47.6, 190),
  2088. ["Ant Challenge"] = CFrame.new(90.6, 32.6, 501)
  2089. }
  2090.  
  2091. ReturnToHive.MouseButton1Down:connect(function()
  2092. local player = game:GetService("Players").LocalPlayer
  2093. player.Character:MoveTo(player.SpawnPos.Value.p)
  2094. WayPointsFrame.Visible = false
  2095. notify'Teleported to Hive'
  2096. end)
  2097.  
  2098. BlackBear.MouseButton1Down:connect(function()
  2099. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2100. uTorso.CFrame = WayPoints["Black Bear"]
  2101. WayPointsFrame.Visible = false
  2102. notify'Teleported to Black Bear'
  2103. end)
  2104.  
  2105. BrownBear.MouseButton1Down:connect(function()
  2106. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2107. uTorso.CFrame = WayPoints["Brown Bear"]
  2108. WayPointsFrame.Visible = false
  2109. notify'Teleported to Brown Bear'
  2110. end)
  2111.  
  2112. PandaBear.MouseButton1Down:connect(function()
  2113. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2114. uTorso.CFrame = WayPoints["Panda Bear"]
  2115. WayPointsFrame.Visible = false
  2116. notify'Teleported to Panda Bear'
  2117. end)
  2118.  
  2119. PolarBear.MouseButton1Down:connect(function()
  2120. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2121. uTorso.CFrame = WayPoints["Polar Bear"]
  2122. WayPointsFrame.Visible = false
  2123. notify'Teleported to Polar Bear'
  2124. end)
  2125.  
  2126. ScienceBear.MouseButton1Down:connect(function()
  2127. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2128. uTorso.CFrame = WayPoints["Science Bear"]
  2129. WayPointsFrame.Visible = false
  2130. notify'Teleported to Science Bear'
  2131. end)
  2132.  
  2133. TravelingBear.MouseButton1Down:connect(function()
  2134. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2135. uTorso.CFrame = WayPoints["Traveling Bear"]
  2136. WayPointsFrame.Visible = false
  2137. notify'Teleported to Traveling Bear'
  2138. end)
  2139.  
  2140. MotherBear.MouseButton1Down:connect(function()
  2141. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2142. uTorso.CFrame = WayPoints["Mother Bear"]
  2143. WayPointsFrame.Visible = false
  2144. notify'Teleported to Mother Bear'
  2145. end)
  2146.  
  2147. TunnelBear.MouseButton1Down:connect(function()
  2148. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2149. uTorso.CFrame = WayPoints["Tunnel Bear"]
  2150. WayPointsFrame.Visible = false
  2151. notify'Teleported to Tunnel Bear'
  2152. end)
  2153.  
  2154. SunBear.MouseButton1Down:connect(function()
  2155. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2156. uTorso.CFrame = WayPoints["Sun Bear"]
  2157. WayPointsFrame.Visible = false
  2158. notify'Teleported to Sun Bear'
  2159. end)
  2160.  
  2161. RedBoost.MouseButton1Down:connect(function()
  2162. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2163. uTorso.CFrame = WayPoints["Redfield Boost"]
  2164. WayPointsFrame.Visible = false
  2165. notify'Teleported to RedField Booster'
  2166. end)
  2167.  
  2168. BlueBoost.MouseButton1Down:connect(function()
  2169. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2170. uTorso.CFrame = WayPoints["Bluefield Boost"]
  2171. WayPointsFrame.Visible = false
  2172. notify'Teleported to BlueField Booster'
  2173. end)
  2174.  
  2175. MountainBoost.MouseButton1Down:connect(function()
  2176. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2177. uTorso.CFrame = WayPoints["MountainTop Boost"]
  2178. WayPointsFrame.Visible = false
  2179. notify'Teleported to MountainTop Boost'
  2180. end)
  2181.  
  2182. RedCannon.MouseButton1Down:connect(function()
  2183. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2184. uTorso.CFrame = WayPoints["Red Cannon (22)"]
  2185. WayPointsFrame.Visible = false
  2186. notify'Teleported to Red Cannon (22)'
  2187. end)
  2188.  
  2189. BlueCannon.MouseButton1Down:connect(function()
  2190. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2191. uTorso.CFrame = WayPoints["Blue Cannon (16)"]
  2192. WayPointsFrame.Visible = false
  2193. notify'Teleported to Blue Cannon (16)'
  2194. end)
  2195.  
  2196. YellowCannon.MouseButton1Down:connect(function()
  2197. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2198. uTorso.CFrame = WayPoints["Yellow Cannon (12)"]
  2199. WayPointsFrame.Visible = false
  2200. notify'Teleported to Yellow Cannon (12)'
  2201. end)
  2202.  
  2203. Slingshot.MouseButton1Down:connect(function()
  2204. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2205. uTorso.CFrame = WayPoints["Slingshot (8)"]
  2206. WayPointsFrame.Visible = false
  2207. notify'Teleported to Slingshot (8)'
  2208. end)
  2209.  
  2210. BeeShop.MouseButton1Down:connect(function()
  2211. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2212. uTorso.CFrame = WayPoints["Bee Shop"]
  2213. WayPointsFrame.Visible = false
  2214. notify'Teleported to Bee Shop'
  2215. end)
  2216.  
  2217. TPShop.MouseButton1Down:connect(function()
  2218. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2219. uTorso.CFrame = WayPoints["Tool Shop"]
  2220. WayPointsFrame.Visible = false
  2221. notify'Teleported to Basic Tool Shop'
  2222. end)
  2223.  
  2224. TPShop2.MouseButton1Down:connect(function()
  2225. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2226. uTorso.CFrame = WayPoints["Tool Shop 2"]
  2227. WayPointsFrame.Visible = false
  2228. notify'Teleported to Advanced Tool Shop'
  2229. end)
  2230.  
  2231. MountainTopShop.MouseButton1Down:connect(function()
  2232. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2233. uTorso.CFrame = WayPoints["MountainTop Shop"]
  2234. WayPointsFrame.Visible = false
  2235. notify'Teleported to MountainTop Shop'
  2236. end)
  2237.  
  2238. TentShop.MouseButton1Down:connect(function()
  2239. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2240. uTorso.CFrame = WayPoints["Ticket Tent"]
  2241. WayPointsFrame.Visible = false
  2242. notify'Teleported to Ticket Tent Shop'
  2243. end)
  2244.  
  2245. RedClubhouse.MouseButton1Down:connect(function()
  2246. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2247. uTorso.CFrame = WayPoints["Red Clubhouse"]
  2248. WayPointsFrame.Visible = false
  2249. notify'Teleported to Red ClubHouse'
  2250. end)
  2251.  
  2252. BlueClubhouse.MouseButton1Down:connect(function()
  2253. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2254. uTorso.CFrame = WayPoints["Blue Clubhouse"]
  2255. WayPointsFrame.Visible = false
  2256. notify'Teleported to Blue ClubHouse'
  2257. end)
  2258.  
  2259. TicketShop.MouseButton1Down:connect(function()
  2260. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2261. uTorso.CFrame = WayPoints["Ticket Shop"]
  2262. WayPointsFrame.Visible = false
  2263. notify'Teleported to Ticket Dispenser'
  2264. end)
  2265.  
  2266. ClubHoney.MouseButton1Down:connect(function()
  2267. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2268. uTorso.CFrame = WayPoints["Club Honey"]
  2269. WayPointsFrame.Visible = false
  2270. notify'Teleported to Club Honey Dispenser'
  2271. end)
  2272.  
  2273. RoyalJellyShop.MouseButton1Down:connect(function()
  2274. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2275. uTorso.CFrame = WayPoints["RoyalJelly Shop"]
  2276. WayPointsFrame.Visible = false
  2277. notify'Teleported to RoyalJelly Shop'
  2278. end)
  2279.  
  2280. TicketRoyalJelly.MouseButton1Down:connect(function()
  2281. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2282. uTorso.CFrame = WayPoints["Ticket RoyalJelly Shop"]
  2283. WayPointsFrame.Visible = false
  2284. notify'Teleported to Ticket Royal Jelly Shop'
  2285. end)
  2286.  
  2287. Honeystorm.MouseButton1Down:connect(function()
  2288. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2289. uTorso.CFrame = WayPoints["Honeystorm Dispensor"]
  2290. WayPointsFrame.Visible = false
  2291. notify'Teleported to Honeystorm'
  2292. end)
  2293.  
  2294. HoneyConvertor.MouseButton1Down:connect(function()
  2295. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2296. uTorso.CFrame = WayPoints["Instant Honey Convertor"]
  2297. WayPointsFrame.Visible = false
  2298. notify'Teleported to Instant Honey Convertor'
  2299. end)
  2300.  
  2301. TreatDispenser.MouseButton1Down:connect(function()
  2302. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2303. uTorso.CFrame = WayPoints["Treat Dispenser"]
  2304. WayPointsFrame.Visible = false
  2305. notify'Teleported to Treat Dispenser'
  2306. end)
  2307.  
  2308. SproutDispenser.MouseButton1Down:connect(function()
  2309. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2310. uTorso.CFrame = WayPoints["Sprout Dispenser"]
  2311. WayPointsFrame.Visible = false
  2312. notify'Teleported to Sprout Dispenser'
  2313. end)
  2314.  
  2315. KingbeetlesLair.MouseButton1Down:connect(function()
  2316. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2317. uTorso.CFrame = WayPoints["King Beetles Lair"]
  2318. WayPointsFrame.Visible = false
  2319. notify'Teleported to King Beetles Lair'
  2320. end)
  2321.  
  2322.  
  2323. MushRoomField.MouseButton1Down:connect(function()
  2324. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2325. uTorso.CFrame = WayPoints["Mushroom Field"]
  2326. WayPointsFrame.Visible = false
  2327. notify'Teleported to Mushroom Field'
  2328. end)
  2329.  
  2330. StrawBerryField.MouseButton1Down:connect(function()
  2331. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2332. uTorso.CFrame = WayPoints["StrawBerry Field"]
  2333. WayPointsFrame.Visible = false
  2334. notify'Teleported to StrawBerry Field'
  2335. end)
  2336.  
  2337. CloverField.MouseButton1Down:connect(function()
  2338. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2339. uTorso.CFrame = WayPoints["Clover Field"]
  2340. WayPointsFrame.Visible = false
  2341. notify'Teleported to Clover Field'
  2342. end)
  2343.  
  2344. SpiderField.MouseButton1Down:connect(function()
  2345. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2346. uTorso.CFrame = WayPoints["Spider Field"]
  2347. WayPointsFrame.Visible = false
  2348. notify'Teleported to Spider Field'
  2349. end)
  2350.  
  2351. BlueField.MouseButton1Down:connect(function()
  2352. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2353. uTorso.CFrame = WayPoints["Blue Field"]
  2354. WayPointsFrame.Visible = false
  2355. notify'Teleported to Blue Field'
  2356. end)
  2357.  
  2358. SunflowerField.MouseButton1Down:connect(function()
  2359. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2360. uTorso.CFrame = WayPoints["Sunflower Field"]
  2361. WayPointsFrame.Visible = false
  2362. notify'Teleported to Sunflower Field'
  2363. end)
  2364.  
  2365. DandelionField.MouseButton1Down:connect(function()
  2366. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2367. uTorso.CFrame = WayPoints["Dandelion Field"]
  2368. WayPointsFrame.Visible = false
  2369. notify'Teleported to Dandelion Field'
  2370. end)
  2371.  
  2372. BamBooField.MouseButton1Down:connect(function()
  2373. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2374. uTorso.CFrame = WayPoints["BamBoo Field"]
  2375. WayPointsFrame.Visible = false
  2376. notify'Teleported to BamBoo Field'
  2377. end)
  2378.  
  2379. RoseField.MouseButton1Down:connect(function()
  2380. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2381. uTorso.CFrame = WayPoints["Rose Field"]
  2382. WayPointsFrame.Visible = false
  2383. notify'Teleported to Rose Field'
  2384. end)
  2385.  
  2386. CactusField.MouseButton1Down:connect(function()
  2387. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2388. uTorso.CFrame = WayPoints["Cactus Field"]
  2389. WayPointsFrame.Visible = false
  2390. notify'Teleported to BamBoo Field'
  2391. end)
  2392.  
  2393. PumpkinField.MouseButton1Down:connect(function()
  2394. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2395. uTorso.CFrame = WayPoints["Pumpkin Field"]
  2396. WayPointsFrame.Visible = false
  2397. notify'Teleported to BamBoo Field'
  2398. end)
  2399.  
  2400. PineTreeField.MouseButton1Down:connect(function()
  2401. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2402. uTorso.CFrame = WayPoints["PineTree Field"]
  2403. WayPointsFrame.Visible = false
  2404. notify'Teleported to BamBoo Field'
  2405. end)
  2406.  
  2407. MountainTopField.MouseButton1Down:connect(function()
  2408. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2409. uTorso.CFrame = WayPoints["MountainTop Field"]
  2410. WayPointsFrame.Visible = false
  2411. notify'Teleported to Mountain Top Field'
  2412. end)
  2413.  
  2414. PineappleField.MouseButton1Down:connect(function()
  2415. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2416. uTorso.CFrame = WayPoints["Pineapple Field"]
  2417. WayPointsFrame.Visible = false
  2418. notify'Teleported to Pineapple Field'
  2419. end)
  2420.  
  2421. GumdropDispenser.MouseButton1Down:connect(function()
  2422. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2423. uTorso.CFrame = WayPoints["Gumdrop Dispenser"]
  2424. WayPointsFrame.Visible = false
  2425. notify'Teleported to Gumdrop Dispenser'
  2426. end)
  2427.  
  2428. TreatShop.MouseButton1Down:connect(function()
  2429. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2430. uTorso.CFrame = WayPoints["Treat Shop"]
  2431. WayPointsFrame.Visible = false
  2432. notify'Teleported to Treat Shop'
  2433. end)
  2434.  
  2435. WealthClock.MouseButton1Down:connect(function()
  2436. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2437. uTorso.CFrame = WayPoints["Wealth Clock"]
  2438. WayPointsFrame.Visible = false
  2439. notify'Teleported to Wealth Clock'
  2440. end)
  2441.  
  2442. StarHut.MouseButton1Down:connect(function()
  2443. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2444. uTorso.CFrame = WayPoints["Star Hut"]
  2445. WayPointsFrame.Visible = false
  2446. notify'Teleported to Star Hut'
  2447. end)
  2448.  
  2449. Onett.MouseButton1Down:connect(function()
  2450. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2451. uTorso.CFrame = WayPoints["Onett"]
  2452. WayPointsFrame.Visible = false
  2453. notify'Teleported to Onett'
  2454. end)
  2455.  
  2456. AntChallenge.MouseButton1Down:connect(function()
  2457. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2458. uTorso.CFrame = WayPoints["Ant Challenge"]
  2459. WayPointsFrame.Visible = false
  2460. notify'Teleported to Ant Challenge'
  2461. end)
  2462.  
  2463. BlueberryDispenser.MouseButton1Down:connect(function()
  2464. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2465. uTorso.CFrame = WayPoints["Blueberry Dispenser"]
  2466. WayPointsFrame.Visible = false
  2467. notify'Teleported to Blueberry Dispenser'
  2468. end)
  2469.  
  2470. StrawberryDispenser.MouseButton1Down:connect(function()
  2471. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2472. uTorso.CFrame = WayPoints["Strawberry Dispenser"]
  2473. WayPointsFrame.Visible = false
  2474. notify'Teleported to Strawberry Dispenser'
  2475. end)
  2476.  
  2477. -- Show Location --
  2478.  
  2479. spawn (function()
  2480. while true do
  2481. if not pausehumcheck then
  2482. local player = game:GetService'Players'.LocalPlayer
  2483. local character = player.Character or player.CharacterAdded:wait()
  2484. local head = character:WaitForChild'Head'
  2485. local hum = player.Character.HumanoidRootPart
  2486. LocationX = round(hum.Position.x, 1)
  2487. LocationY = round(hum.Position.y, 1)
  2488. LocationZ = round(hum.Position.z, 1)
  2489. ShowLocation.Text = "Coords: "..LocationX..", "..LocationY..", "..LocationZ
  2490. end
  2491. wait(0.5)
  2492. end
  2493. end)
  2494.  
  2495. SetLocation.MouseButton1Down:connect(function()
  2496. setlocationx = round(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.x, 0)
  2497. setlocationy = round(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.y, 0)
  2498. setlocationz = round(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.z, 0)
  2499. print("Set Custom Location: "..setlocationx..", "..setlocationy..", "..setlocationz)
  2500. SetLocation.Text = "Set: " ..setlocationx..","..setlocationy..","..setlocationz
  2501. CustomLocationSet = true
  2502. end)
  2503.  
  2504. --- TP to custom location ---
  2505.  
  2506. TPLocation.MouseButton1Down:connect(function()
  2507. if CustomLocationSet and not pausehumcheck then
  2508. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2509. uTorso.CFrame = CFrame.new(setlocationx, setlocationy, setlocationz)
  2510. end
  2511. end)
  2512.  
  2513. --- Player Teleport ---
  2514.  
  2515. local buttons = {
  2516. Player1,
  2517. Player2,
  2518. Player3,
  2519. Player4,
  2520. Player5
  2521. }
  2522. spawn (function()
  2523. while true do
  2524. Player1.Text = ""
  2525. Player2.Text = ""
  2526. Player3.Text = ""
  2527. Player4.Text = ""
  2528. Player5.Text = ""
  2529. for i, v in pairs(game.Players:GetChildren()) do
  2530. buttons[i].Text = v.Name
  2531. buttons[i].Visible = true
  2532. end
  2533. wait(0.5)
  2534. end
  2535. end)
  2536.  
  2537. Player1.MouseButton1Down:connect(function()
  2538. PlyrSel.Text = Player1.Text
  2539. end)
  2540. Player2.MouseButton1Down:connect(function()
  2541. PlyrSel.Text = Player2.Text
  2542. end)
  2543. Player3.MouseButton1Down:connect(function()
  2544. PlyrSel.Text = Player3.Text
  2545. end)
  2546. Player4.MouseButton1Down:connect(function()
  2547. PlyrSel.Text = Player4.Text
  2548. end)
  2549. Player5.MouseButton1Down:connect(function()
  2550. PlyrSel.Text = Player5.Text
  2551. end)
  2552.  
  2553. TpPlayer.MouseButton1Down:connect(function()
  2554. if PlyrSel.Text == "SELECT A PLAYER" then
  2555. warn("No Player Selected")
  2556. else
  2557. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace[PlyrSel.Text].HumanoidRootPart.CFrame
  2558. end
  2559. end)
  2560.  
  2561. -- Find Hidden Treasures --
  2562.  
  2563. FindTreasures.MouseButton1Down:connect(function()
  2564. local player = game:GetService("Players").LocalPlayer
  2565. local function collecttreasure(treasure)
  2566. for i,v in ipairs(treasure:GetChildren()) do
  2567. if v.Parent then
  2568. player.Character:MoveTo(v.Position)
  2569. end
  2570. wait(1)
  2571. end
  2572. end
  2573. collecttreasure(workspace.TreasureCollectibles)
  2574. wait(1)
  2575. player.Character:MoveTo(player.SpawnPos.Value.p)
  2576. end)
  2577.  
  2578. --- NoClip ---
  2579.  
  2580. noclip = false
  2581. NoClip.MouseButton1Down:connect(function()
  2582. noclip = not noclip
  2583. if noclip then
  2584. NoClip.Text = "NoClip Mode: ON"
  2585. NoClip.BackgroundColor3 = Color3.new(0.5, 0, 0)
  2586. else
  2587. NoClip.Text = "NoClip Mode: OFF"
  2588. NoClip.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  2589. end
  2590. end)
  2591. game:GetService('RunService').Stepped:connect(function()
  2592. if noclip then
  2593. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  2594. end
  2595. end)
  2596.  
  2597. --- TP Tool ---
  2598.  
  2599. TPTool.MouseButton1Down:connect(function()
  2600. local Tele = Instance.new("Tool", game.Players.LocalPlayer.Backpack)
  2601. Tele.RequiresHandle = false
  2602. Tele.RobloxLocked = true
  2603. Tele.Name = "TPTool"
  2604. Tele.ToolTip = "Teleport Tool"
  2605. Tele.Equipped:connect(function(Mouse)
  2606. Mouse.Button1Down:connect(function()
  2607. if Mouse.Target then
  2608. game.Workspace:FindFirstChild(game.Players.LocalPlayer.Name).HumanoidRootPart.CFrame = (CFrame.new(Mouse.Hit.x, Mouse.Hit.y + 5, Mouse.Hit.z))
  2609. end
  2610. end)
  2611. end)
  2612. notify'TP Tool added to your Backpack'
  2613.  
  2614. end)
  2615.  
  2616. --- Builder Tool ---
  2617.  
  2618. BTool.MouseButton1Down:connect(function()
  2619. local tool1 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  2620. local tool2 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  2621. local tool3 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  2622. local tool4 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  2623. local tool5 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  2624. tool1.BinType = "Clone"
  2625. tool2.BinType = "GameTool"
  2626. tool3.BinType = "Hammer"
  2627. tool4.BinType = "Script"
  2628. tool5.BinType = "Grab"
  2629. notify'BTools added to your Backpack'
  2630. end)
  2631.  
  2632. --- Pollen Farm ---
  2633.  
  2634. StartFarm.MouseButton1Click:connect(function()
  2635. if PollenFarmActive ~= true then
  2636. PollenFarmActive = true
  2637. Field1AFActive = false
  2638. Field2AFActive = false
  2639. Field3AFActive = false
  2640. Field4AFActive = false
  2641. Field5AFActive = false
  2642. Field6AFActive = false
  2643. Field7AFActive = false
  2644. Field8AFActive = false
  2645. Field9AFActive = false
  2646. Field10AFActive = false
  2647. Field11AFActive = false
  2648. Field12AFActive = false
  2649. Field13AFActive = false
  2650. Field14AFActive = false
  2651. resethive = false
  2652. switchlocationmsg = false
  2653. StartFarm.Text = "Pollen Farm: ON"
  2654. PollenFarm.BackgroundColor3 = Color3.new(0.5, 0, 0)
  2655. StartFarm.BackgroundColor3 = Color3.new(0.5, 0, 0)
  2656. notify'Pollen Farming Started'
  2657. else
  2658. PollenFarmActive = false
  2659. Field1AFActive = false
  2660. Field2AFActive = false
  2661. Field3AFActive = false
  2662. Field4AFActive = false
  2663. Field5AFActive = false
  2664. Field6AFActive = false
  2665. Field7AFActive = false
  2666. Field8AFActive = false
  2667. Field9AFActive = false
  2668. Field10AFActive = false
  2669. Field11AFActive = false
  2670. Field12AFActive = false
  2671. Field13AFActive = false
  2672. Field14AFActive = false
  2673. farmzoneswitched = false
  2674. resethive = false
  2675. print("Pollen Farming Ended")
  2676. notify'Pollen Farming Ended'
  2677. StartFarm.Text = "Pollen Farm: OFF"
  2678. PollenFarm.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  2679. StartFarm.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  2680. local player = game:GetService("Players").LocalPlayer
  2681. currp=nil
  2682. player.Character:MoveTo(player.SpawnPos.Value.p)
  2683. end
  2684. end)
  2685.  
  2686. Field1AF.MouseButton1Down:connect(function()
  2687. PollenFarmActive = true
  2688. Field1AFActive = true
  2689. Field2AFActive = false
  2690. Field3AFActive = false
  2691. Field4AFActive = false
  2692. Field5AFActive = false
  2693. Field6AFActive = false
  2694. Field7AFActive = false
  2695. Field8AFActive = false
  2696. Field9AFActive = false
  2697. Field10AFActive = false
  2698. Field11AFActive = false
  2699. Field12AFActive = false
  2700. Field13AFActive = false
  2701. Field14AFActive = false
  2702. resethive = false
  2703. switchlocationmsg = false
  2704. StartFarm.Text = "Pollen Farm: ON"
  2705. PollenFarm.BackgroundColor3 = Color3.new(0.5, 0, 0)
  2706. StartFarm.BackgroundColor3 = Color3.new(0.5, 0, 0)
  2707. notify'Pollen Farming Zone 1 Started'
  2708. WayPointsFrame.Visible = false
  2709. end)
  2710.  
  2711. Field2AF.MouseButton1Down:connect(function()
  2712. PollenFarmActive = true
  2713. Field2AFActive = true
  2714. Field1AFActive = false
  2715. Field3AFActive = false
  2716. Field4AFActive = false
  2717. Field5AFActive = false
  2718. Field6AFActive = false
  2719. Field7AFActive = false
  2720. Field8AFActive = false
  2721. Field9AFActive = false
  2722. Field10AFActive = false
  2723. Field11AFActive = false
  2724. Field12AFActive = false
  2725. Field13AFActive = false
  2726. Field14AFActive = false
  2727. resethive = false
  2728. switchlocationmsg = false
  2729. StartFarm.Text = "Pollen Farm: ON"
  2730. PollenFarm.BackgroundColor3 = Color3.new(0.5, 0, 0)
  2731. StartFarm.BackgroundColor3 = Color3.new(0.5, 0, 0)
  2732. notify'Pollen Farming Zone 2 Started'
  2733. WayPointsFrame.Visible = false
  2734. end)
  2735.  
  2736. Field3AF.MouseButton1Down:connect(function()
  2737. PollenFarmActive = true
  2738. Field3AFActive = true
  2739. Field1AFActive = false
  2740. Field2AFActive = false
  2741. Field4AFActive = false
  2742. Field5AFActive = false
  2743. Field6AFActive = false
  2744. Field7AFActive = false
  2745. Field8AFActive = false
  2746. Field9AFActive = false
  2747. Field10AFActive = false
  2748. Field11AFActive = false
  2749. Field12AFActive = false
  2750. Field13AFActive = false
  2751. Field14AFActive = false
  2752. resethive = false
  2753. switchlocationmsg = false
  2754. StartFarm.Text = "Pollen Farm: ON"
  2755. PollenFarm.BackgroundColor3 = Color3.new(0.5, 0, 0)
  2756. StartFarm.BackgroundColor3 = Color3.new(0.5, 0, 0)
  2757. notify'Pollen Farming Zone 3 Started'
  2758. WayPointsFrame.Visible = false
  2759. end)
  2760.  
  2761. Field4AF.MouseButton1Down:connect(function()
  2762. PollenFarmActive = true
  2763. Field4AFActive = true
  2764. Field1AFActive = false
  2765. Field2AFActive = false
  2766. Field3AFActive = false
  2767. Field5AFActive = false
  2768. Field6AFActive = false
  2769. Field7AFActive = false
  2770. Field8AFActive = false
  2771. Field9AFActive = false
  2772. Field10AFActive = false
  2773. Field11AFActive = false
  2774. Field12AFActive = false
  2775. Field13AFActive = false
  2776. Field14AFActive = false
  2777. resethive = false
  2778. switchlocationmsg = false
  2779. StartFarm.Text = "Pollen Farm: ON"
  2780. PollenFarm.BackgroundColor3 = Color3.new(0.5, 0, 0)
  2781. StartFarm.BackgroundColor3 = Color3.new(0.5, 0, 0)
  2782. notify'Pollen Farming Zone 4 Started'
  2783. WayPointsFrame.Visible = false
  2784. end)
  2785.  
  2786. Field5AF.MouseButton1Down:connect(function()
  2787. PollenFarmActive = true
  2788. Field5AFActive = true
  2789. Field1AFActive = false
  2790. Field2AFActive = false
  2791. Field3AFActive = false
  2792. Field4AFActive = false
  2793. Field6AFActive = false
  2794. Field7AFActive = false
  2795. Field8AFActive = false
  2796. Field9AFActive = false
  2797. Field10AFActive = false
  2798. Field11AFActive = false
  2799. Field12AFActive = false
  2800. Field13AFActive = false
  2801. Field14AFActive = false
  2802. resethive = false
  2803. switchlocationmsg = false
  2804. StartFarm.Text = "Pollen Farm: ON"
  2805. PollenFarm.BackgroundColor3 = Color3.new(0.5, 0, 0)
  2806. StartFarm.BackgroundColor3 = Color3.new(0.5, 0, 0)
  2807. notify'Pollen Farming Zone 5 Started'
  2808. WayPointsFrame.Visible = false
  2809. end)
  2810.  
  2811. Field6AF.MouseButton1Down:connect(function()
  2812. PollenFarmActive = true
  2813. Field6AFActive = true
  2814. Field1AFActive = false
  2815. Field2AFActive = false
  2816. Field3AFActive = false
  2817. Field4AFActive = false
  2818. Field5AFActive = false
  2819. Field7AFActive = false
  2820. Field8AFActive = false
  2821. Field9AFActive = false
  2822. Field10AFActive = false
  2823. Field11AFActive = false
  2824. Field12AFActive = false
  2825. Field13AFActive = false
  2826. Field14AFActive = false
  2827. resethive = false
  2828. switchlocationmsg = false
  2829. StartFarm.Text = "Pollen Farm: ON"
  2830. PollenFarm.BackgroundColor3 = Color3.new(0.5, 0, 0)
  2831. StartFarm.BackgroundColor3 = Color3.new(0.5, 0, 0)
  2832. notify'Pollen Farming Zone 6 Started'
  2833. WayPointsFrame.Visible = false
  2834. end)
  2835.  
  2836. Field7AF.MouseButton1Down:connect(function()
  2837. PollenFarmActive = true
  2838. Field7AFActive = true
  2839. Field1AFActive = false
  2840. Field2AFActive = false
  2841. Field3AFActive = false
  2842. Field4AFActive = false
  2843. Field5AFActive = false
  2844. Field6AFActive = false
  2845. Field8AFActive = false
  2846. Field9AFActive = false
  2847. Field10AFActive = false
  2848. Field11AFActive = false
  2849. Field12AFActive = false
  2850. Field13AFActive = false
  2851. Field14AFActive = false
  2852. resethive = false
  2853. switchlocationmsg = false
  2854. StartFarm.Text = "Pollen Farm: ON"
  2855. PollenFarm.BackgroundColor3 = Color3.new(0.5, 0, 0)
  2856. StartFarm.BackgroundColor3 = Color3.new(0.5, 0, 0)
  2857. notify'Pollen Farming Zone 7 Started'
  2858. WayPointsFrame.Visible = false
  2859. end)
  2860.  
  2861. Field8AF.MouseButton1Down:connect(function()
  2862. PollenFarmActive = true
  2863. Field8AFActive = true
  2864. Field1AFActive = false
  2865. Field2AFActive = false
  2866. Field3AFActive = false
  2867. Field4AFActive = false
  2868. Field5AFActive = false
  2869. Field6AFActive = false
  2870. Field7AFActive = false
  2871. Field9AFActive = false
  2872. Field10AFActive = false
  2873. Field11AFActive = false
  2874. Field12AFActive = false
  2875. Field13AFActive = false
  2876. Field14AFActive = false
  2877. resethive = false
  2878. switchlocationmsg = false
  2879. StartFarm.Text = "Pollen Farm: ON"
  2880. PollenFarm.BackgroundColor3 = Color3.new(0.5, 0, 0)
  2881. StartFarm.BackgroundColor3 = Color3.new(0.5, 0, 0)
  2882. notify'Pollen Farming Zone 8 Started'
  2883. WayPointsFrame.Visible = false
  2884. end)
  2885.  
  2886. Field9AF.MouseButton1Down:connect(function()
  2887. PollenFarmActive = true
  2888. Field9AFActive = true
  2889. Field1AFActive = false
  2890. Field2AFActive = false
  2891. Field3AFActive = false
  2892. Field4AFActive = false
  2893. Field5AFActive = false
  2894. Field6AFActive = false
  2895. Field7AFActive = false
  2896. Field8AFActive = false
  2897. Field10AFActive = false
  2898. Field11AFActive = false
  2899. Field12AFActive = false
  2900. Field13AFActive = false
  2901. Field14AFActive = false
  2902. resethive = false
  2903. switchlocationmsg = false
  2904. StartFarm.Text = "Pollen Farm: ON"
  2905. PollenFarm.BackgroundColor3 = Color3.new(0.5, 0, 0)
  2906. StartFarm.BackgroundColor3 = Color3.new(0.5, 0, 0)
  2907. notify'Pollen Farming Zone 9 Started'
  2908. WayPointsFrame.Visible = false
  2909. end)
  2910.  
  2911. Field10AF.MouseButton1Down:connect(function()
  2912. PollenFarmActive = true
  2913. Field10AFActive = true
  2914. Field1AFActive = false
  2915. Field2AFActive = false
  2916. Field3AFActive = false
  2917. Field4AFActive = false
  2918. Field5AFActive = false
  2919. Field6AFActive = false
  2920. Field7AFActive = false
  2921. Field8AFActive = false
  2922. Field9AFActive = false
  2923. Field11AFActive = false
  2924. Field12AFActive = false
  2925. Field13AFActive = false
  2926. Field14AFActive = false
  2927. resethive = false
  2928. switchlocationmsg = false
  2929. StartFarm.Text = "Pollen Farm: ON"
  2930. PollenFarm.BackgroundColor3 = Color3.new(0.5, 0, 0)
  2931. StartFarm.BackgroundColor3 = Color3.new(0.5, 0, 0)
  2932. notify'Pollen Farming Zone 10 Started'
  2933. WayPointsFrame.Visible = false
  2934. end)
  2935.  
  2936. Field11AF.MouseButton1Down:connect(function()
  2937. PollenFarmActive = true
  2938. Field11AFActive = true
  2939. Field1AFActive = false
  2940. Field2AFActive = false
  2941. Field3AFActive = false
  2942. Field4AFActive = false
  2943. Field5AFActive = false
  2944. Field6AFActive = false
  2945. Field7AFActive = false
  2946. Field8AFActive = false
  2947. Field9AFActive = false
  2948. Field10AFActive = false
  2949. Field12AFActive = false
  2950. Field13AFActive = false
  2951. Field14AFActive = false
  2952. resethive = false
  2953. switchlocationmsg = false
  2954. StartFarm.Text = "Pollen Farm: ON"
  2955. PollenFarm.BackgroundColor3 = Color3.new(0.5, 0, 0)
  2956. StartFarm.BackgroundColor3 = Color3.new(0.5, 0, 0)
  2957. notify'Pollen Farming Zone 11 Started'
  2958. WayPointsFrame.Visible = false
  2959. end)
  2960.  
  2961. Field12AF.MouseButton1Down:connect(function()
  2962. PollenFarmActive = true
  2963. Field12AFActive = true
  2964. Field1AFActive = false
  2965. Field2AFActive = false
  2966. Field3AFActive = false
  2967. Field4AFActive = false
  2968. Field5AFActive = false
  2969. Field6AFActive = false
  2970. Field7AFActive = false
  2971. Field8AFActive = false
  2972. Field9AFActive = false
  2973. Field10AFActive = false
  2974. Field11AFActive = false
  2975. Field13AFActive = false
  2976. Field14AFActive = false
  2977. resethive = false
  2978. switchlocationmsg = false
  2979. StartFarm.Text = "Pollen Farm: ON"
  2980. PollenFarm.BackgroundColor3 = Color3.new(0.5, 0, 0)
  2981. StartFarm.BackgroundColor3 = Color3.new(0.5, 0, 0)
  2982. notify'Pollen Farming Zone 12 Started'
  2983. WayPointsFrame.Visible = false
  2984. end)
  2985.  
  2986. Field13AF.MouseButton1Down:connect(function()
  2987. PollenFarmActive = true
  2988. Field13AFActive = true
  2989. Field1AFActive = false
  2990. Field2AFActive = false
  2991. Field3AFActive = false
  2992. Field4AFActive = false
  2993. Field5AFActive = false
  2994. Field6AFActive = false
  2995. Field7AFActive = false
  2996. Field8AFActive = false
  2997. Field9AFActive = false
  2998. Field10AFActive = false
  2999. Field11AFActive = false
  3000. Field12AFActive = false
  3001. Field14AFActive = false
  3002. resethive = false
  3003. switchlocationmsg = false
  3004. StartFarm.Text = "Pollen Farm: ON"
  3005. PollenFarm.BackgroundColor3 = Color3.new(0.5, 0, 0)
  3006. StartFarm.BackgroundColor3 = Color3.new(0.5, 0, 0)
  3007. notify'Pollen Farming Zone 13 Started'
  3008. WayPointsFrame.Visible = false
  3009. end)
  3010.  
  3011. Field14AF.MouseButton1Down:connect(function()
  3012. PollenFarmActive = true
  3013. Field14AFActive = true
  3014. Field1AFActive = false
  3015. Field2AFActive = false
  3016. Field3AFActive = false
  3017. Field4AFActive = false
  3018. Field5AFActive = false
  3019. Field6AFActive = false
  3020. Field7AFActive = false
  3021. Field8AFActive = false
  3022. Field9AFActive = false
  3023. Field10AFActive = false
  3024. Field11AFActive = false
  3025. Field12AFActive = false
  3026. Field13AFActive = false
  3027. resethive = false
  3028. switchlocationmsg = false
  3029. StartFarm.Text = "Pollen Farm: ON"
  3030. PollenFarm.BackgroundColor3 = Color3.new(0.5, 0, 0)
  3031. StartFarm.BackgroundColor3 = Color3.new(0.5, 0, 0)
  3032. notify'Pollen Farming Zone 14 Started'
  3033. WayPointsFrame.Visible = false
  3034. end)
  3035.  
  3036. -- Avoid Vicious Bee --
  3037.  
  3038. AvoidViciousBee.MouseButton1Click:connect(function()
  3039. if AvoidViciousActive ~= true then
  3040. AvoidViciousActive = true
  3041. AvoidViciousBee.BackgroundColor3 = Color3.new(0.5, 0, 0)
  3042. AvoidViciousBee.Text = "Avoid Vicious Bee: ON"
  3043. else
  3044. AvoidViciousActive = false
  3045. AvoidViciousBee.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  3046. AvoidViciousBee.Text = "Avoid Vicious Bee: OFF"
  3047. end
  3048. end)
  3049.  
  3050. -- Hunt Vicious Bee --
  3051.  
  3052. HuntViciousBee.MouseButton1Click:connect(function()
  3053. if HuntViciousActive ~= true then
  3054. HuntViciousActive = true
  3055. HuntViciousBee.BackgroundColor3 = Color3.new(0.5, 0, 0)
  3056. HuntViciousBee.Text = "Hunt Vicious Bee: ON"
  3057. ExtrasScreen.BackgroundColor3 = Color3.new(0.5, 0, 0)
  3058. else
  3059. HuntViciousActive = false
  3060. HuntViciousBee.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  3061. HuntViciousBee.Text = "Hunt Vicious Bee: OFF"
  3062. ExtrasScreen.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  3063. end
  3064. end)
  3065.  
  3066. spawn(function()
  3067. while true do
  3068. wait(1)
  3069. if HuntViciousActive and viciousbeedetected then
  3070. print("Vicous Bee has Appeared. Hunting Time!!")
  3071. notify'Vicous Bee has Appeared. Hunting Time!!'
  3072. if AvoidViciousActive then
  3073. AvoidTempOFF = true
  3074. AvoidViciousActive = false
  3075. AvoidViciousBee.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  3076. AvoidViciousBee.Text = "Avoid ViciousBee: OFF"
  3077. end
  3078. if PollenFarmActive then
  3079. FarmTempOFF = true
  3080. PollenFarmActive = false
  3081. StartFarm.Text = "Pollen Farm: OFF"
  3082. PollenFarm.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  3083. StartFarm.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  3084. end
  3085. print("God Mode activated. After defeating the bee you will respawn to exit God Mode.")
  3086.  
  3087. God.BackgroundColor3 = Color3.new(0.5, 0, 0)
  3088. God.Text = "God Mode: ON"
  3089. GodModeActive = true
  3090. game.Players.LocalPlayer.Character.Humanoid.Name = 1
  3091. local l = game.Players.LocalPlayer.Character["1"]:Clone()
  3092. l.Parent = game.Players.LocalPlayer.Character
  3093. l.Name = "Humanoid"
  3094. wait(0.1)
  3095. game.Players.LocalPlayer.Character["1"]:Destroy()
  3096. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  3097. game.Players.LocalPlayer.Character.Animate.Disabled = true
  3098. wait(0.1)
  3099. game.Players.LocalPlayer.Character.Animate.Disabled = false
  3100. game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
  3101. godmodeactivated = true
  3102. wait(1)
  3103.  
  3104. local hum = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart
  3105. for i,v in pairs(workspace.Particles:GetChildren()) do
  3106. for x in string.gmatch(v.Name, "Vicious") do
  3107. while HuntViciousActive and viciousbeedetected do
  3108. if v.Name == "Vicious" then
  3109. hum.CFrame = CFrame.new(v.Position.x, v.Position.y, v.Position.z)
  3110. wait(1)
  3111. end
  3112. end
  3113. end
  3114. end
  3115. wait(1)
  3116. location = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  3117. pausehumcheck = true
  3118. wait()
  3119. local prt = Instance.new("Model", workspace);
  3120. Instance.new("Part", prt).Name="Torso";
  3121. Instance.new("Part", prt).Name="Head";
  3122. Instance.new("Humanoid", prt).Name="Humanoid";
  3123. game.Players.LocalPlayer.Character=prt
  3124. God.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  3125. God.Text = "God Mode: OFF"
  3126. GodModeActive = false
  3127. wait(6)
  3128. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = location
  3129. pausehumcheck = false
  3130. if AvoidTempOFF then
  3131. AvoidTempOFF = false
  3132. AvoidViciousBee.BackgroundColor3 = Color3.new(0.5, 0, 0)
  3133. AvoidViciousBee.Text = "Avoid ViciousBee: ON"
  3134. AvoidViciousActive = true
  3135. end
  3136. if FarmTempOFF then
  3137. FarmTempOFF = false
  3138. PollenFarm.BackgroundColor3 = Color3.new(0.5, 0, 0)
  3139. StartFarm.BackgroundColor3 = Color3.new(0.5, 0, 0)
  3140. StartFarm.Text = "Pollen Farm: ON"
  3141. PollenFarmActive = true
  3142. end
  3143. end
  3144. end
  3145. end)
  3146.  
  3147. -- Farm Sprouts --
  3148.  
  3149. SproutFarmToggle.MouseButton1Click:connect(function()
  3150. if SproutFarmActive ~= true then
  3151. SproutFarmActive = true
  3152. SproutFarmToggle.BackgroundColor3 = Color3.new(0.5, 0, 0)
  3153. SproutFarmToggle.Text = "Farm Sprout: ON"
  3154. ExtrasScreen.BackgroundColor3 = Color3.new(0.5, 0, 0)
  3155. else
  3156. SproutFarmActive = false
  3157. SproutFarmToggle.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  3158. SproutFarmToggle.Text = "Farm Sprout: OFF"
  3159. ExtrasScreen.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  3160. end
  3161. end)
  3162.  
  3163. spawn(function()
  3164. while true do
  3165. startpos = nil
  3166. wait(1)
  3167. if SproutFarmActive and sproutdetected then
  3168. player = game:GetService("Players").LocalPlayer
  3169. local pollenLbl = player.Character:FindFirstChild("ProgressLabel",true)
  3170. if not pollenLbl then
  3171. print("Backpack not found")
  3172. end
  3173. local maxpollen = tonumber(pollenLbl.Text:match("%d+$"))
  3174. print("A Sprout has Appeared. Farming Time!!")
  3175. notify'A Sprout has Appeared. Farming Time!!'
  3176. if PollenFarmActive then
  3177. FarmTempOFF = true
  3178. PollenFarmActive = false
  3179. StartFarm.Text = "Pollen Farm: OFF"
  3180. PollenFarm.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  3181. StartFarm.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  3182. wait(1)
  3183. end
  3184. while SproutFarmActive and sproutdetected do
  3185. if viciousbeenear and not godmodeactivated or tonumber(plrHealth) <= 30 and not godmodeactivated then
  3186. print("God Mode activated.")
  3187. God.BackgroundColor3 = Color3.new(0.5, 0, 0)
  3188. God.Text = "God Mode: ON"
  3189. GodModeActive = true
  3190. game.Players.LocalPlayer.Character.Humanoid.Name = 1
  3191. local l = game.Players.LocalPlayer.Character["1"]:Clone()
  3192. l.Parent = game.Players.LocalPlayer.Character
  3193. l.Name = "Humanoid"
  3194. wait(0.1)
  3195. game.Players.LocalPlayer.Character["1"]:Destroy()
  3196. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  3197. game.Players.LocalPlayer.Character.Animate.Disabled = true
  3198. wait(0.1)
  3199. game.Players.LocalPlayer.Character.Animate.Disabled = false
  3200. game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
  3201. godmodeactivated = true
  3202. wait(1)
  3203. end
  3204. local root = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart
  3205. for i,v in pairs(workspace.Particles:GetChildren()) do
  3206. for x in string.gmatch(v.Name, "Sprout") do
  3207. if v.Name == "Sprout" then
  3208. if SproutFarmActive and sproutdetected then
  3209. if not sproutsafety then
  3210. local setstartpos = root.CFrame
  3211. for a = 1, 120 do
  3212. root.CFrame = v.CFrame * CFrame.new(0, 30, 0)
  3213. wait(0.1)
  3214. end
  3215. wait(1)
  3216. root.CFrame = v.CFrame * CFrame.new(3, 10, 3)
  3217. wait(1)
  3218. local startpos = root.CFrame
  3219. AutoDigActive = true
  3220. sproutsafety = true
  3221. sproutstarted = true
  3222. end
  3223. end
  3224. end
  3225. end
  3226. end
  3227. workspace.Collectibles.ChildAdded:Connect(function(part)
  3228. if SproutFarmActive and sproutstarted then
  3229. local rootpos = root.CFrame
  3230. if tostring(part) == tostring(game.Players.LocalPlayer.Name) or tostring(part) == "C" then
  3231. if (part.Position-root.Position).magnitude <= 80 then
  3232. root.CFrame = CFrame.new(part.Position.x, root.Position.y, part.Position.z)
  3233. wait(0.07)
  3234. root.CFrame = rootpos
  3235. wait(0.05)
  3236. end
  3237. end
  3238. end
  3239. end)
  3240. if tonumber(player.CoreStats.Pollen.Value+1) > tonumber(maxpollen) then
  3241. print("Bag Full: " ..tostring(player.CoreStats.Pollen.Value))
  3242. SproutFarmActive = false
  3243. wait(0.1)
  3244. game:GetService("Players").LocalPlayer.Character:MoveTo(game:GetService("Players").LocalPlayer.SpawnPos.Value.p)
  3245. wait(1)
  3246. game:GetService("ReplicatedStorage").Events.PlayerHiveCommand:FireServer("ToggleHoneyMaking")
  3247. repeat wait(0.5) until game:GetService("Players").LocalPlayer.CoreStats.Pollen.Value < 1
  3248. wait(4)
  3249. SproutFarmActive = true
  3250. end
  3251. wait(2)
  3252. root.CFrame = startpos
  3253. end
  3254. print("Finished farming Sprout")
  3255. wait(20)
  3256. AutoDigActive = false
  3257. sproutstarted = false
  3258. if godmodeactivated then
  3259. location = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  3260. pausehumcheck = true
  3261. wait()
  3262. local prt = Instance.new("Model", workspace);
  3263. Instance.new("Part", prt).Name="Torso";
  3264. Instance.new("Part", prt).Name="Head";
  3265. Instance.new("Humanoid", prt).Name="Humanoid";
  3266. game.Players.LocalPlayer.Character=prt
  3267. wait(6)
  3268. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = location
  3269. godmodeactivated = false
  3270. pausehumcheck = false
  3271. God.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  3272. God.Text = "God Mode: OFF"
  3273. GodModeActive = false
  3274. end
  3275. if FarmTempOFF then
  3276. FarmTempOFF = false
  3277. PollenFarm.BackgroundColor3 = Color3.new(0.5, 0, 0)
  3278. StartFarm.BackgroundColor3 = Color3.new(0.5, 0, 0)
  3279. StartFarm.Text = "Pollen Farm: ON"
  3280. PollenFarmActive = true
  3281. end
  3282. sproutsafety = false
  3283. root.CFrame = rootpos
  3284. end
  3285. end
  3286. end)
  3287.  
  3288. -- God Mode --
  3289.  
  3290. God.MouseButton1Click:connect(function()
  3291. if GodModeActive ~= true then
  3292. GodModeActive = true
  3293. God.BackgroundColor3 = Color3.new(0.5, 0, 0)
  3294. God.Text = "God Mode: ON"
  3295. game.Players.LocalPlayer.Character.Humanoid.Name = 1
  3296. local l = game.Players.LocalPlayer.Character["1"]:Clone()
  3297. l.Parent = game.Players.LocalPlayer.Character
  3298. l.Name = "Humanoid"
  3299. wait(0.1)
  3300. game.Players.LocalPlayer.Character["1"]:Destroy()
  3301. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  3302. game.Players.LocalPlayer.Character.Animate.Disabled = true
  3303. wait(0.1)
  3304. game.Players.LocalPlayer.Character.Animate.Disabled = false
  3305. game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
  3306. else
  3307. GodModeActive = false
  3308. God.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  3309. God.Text = "God Mode: OFF"
  3310. location = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  3311. --pausehumcheck = true
  3312. wait()
  3313. local prt = Instance.new("Model", workspace);
  3314. Instance.new("Part", prt).Name="Torso";
  3315. Instance.new("Part", prt).Name="Head";
  3316. Instance.new("Humanoid", prt).Name="Humanoid";
  3317. game.Players.LocalPlayer.Character=prt
  3318. wait(6)
  3319. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = location
  3320. --pausehumcheck = false
  3321. end
  3322. end)
  3323.  
  3324. -- Auto Dig --
  3325.  
  3326. AutoDig.MouseButton1Click:connect(function()
  3327. if AutoDigActive ~= true then
  3328. AutoDigActive = true
  3329. AutoDig.BackgroundColor3 = Color3.new(0.5, 0, 0)
  3330. else
  3331. AutoDigActive = false
  3332. notify'Auto Dig Stopped'
  3333. AutoDig.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  3334. end
  3335. end)
  3336.  
  3337. spawn(function()
  3338. while true do
  3339. wait(1)
  3340. if AutoDigActive then
  3341. local player = game:GetService("Players").LocalPlayer
  3342. local pollenTool = player.Character:FindFirstChildOfClass("Tool") or player.Backpack:FindFirstChildOfClass("Tool")
  3343. if pollenTool==nil or pollenTool:FindFirstChild("ClickEvent")==nil then
  3344. AutoDigActive = false
  3345. AutoDig.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  3346. print("Tool not found")
  3347. else
  3348. pollenTool.Parent = player.Character
  3349. while AutoDigActive do
  3350. wait(0.05)
  3351. pollenTool.ClickEvent:FireServer(CFrame.new())
  3352. end
  3353. end
  3354. end
  3355. end
  3356. end)
  3357.  
  3358. --- ReJoin Server ---
  3359.  
  3360. ReJoinServer.MouseButton1Down:connect(function()
  3361. local placeId = 1537690962
  3362. game:GetService("TeleportService"):Teleport(placeId)
  3363. end)
  3364.  
  3365. -- Auto Token Gather --
  3366.  
  3367. mouse.KeyDown:connect(function(key)
  3368. if key == TokenToggle.Text then
  3369. if not tokenfarmactive then
  3370. tokenfarmactive = true
  3371. notify'Auto Token Gather Enabled'
  3372. else
  3373. tokenfarmactive = false
  3374. notify'Auto Token Gather Disabled'
  3375. end
  3376. end
  3377. end)
  3378.  
  3379. spawn(function()
  3380. while true do
  3381. wait(0.5)
  3382. if tokenfarmactive then
  3383. workspace.Collectibles.ChildAdded:Connect(function(part)
  3384. if tokenfarmactive then
  3385. local root = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart
  3386. local rootpos = root.CFrame
  3387. if tostring(part) == tostring(game.Players.LocalPlayer.Name) or tostring(part) == "C" then
  3388. -- print("token position: " ..tostring(part.Position)) --
  3389. -- print("player position: " ..tostring(root.Position)) --
  3390. -- print("Distance: " ..tostring((part.Position - root.Position).magnitude)) --
  3391. if (part.Position-root.Position).magnitude <= 50 then
  3392. root.CFrame = CFrame.new(part.Position.x, part.Position.y, part.Position.z)
  3393. wait(0.07)
  3394. root.CFrame = rootpos
  3395. wait(0.05)
  3396. end
  3397. end
  3398. end
  3399. end)
  3400. end
  3401. end
  3402. end)
  3403.  
  3404. spawn(function()
  3405. while true do
  3406. wait(0.5)
  3407. if tokenfarmactive2 then
  3408. local root = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart
  3409. while tokenfarmactive2 do
  3410. local rootpos = root.CFrame
  3411. for k,v in pairs(workspace.Collectibles:GetChildren()) do
  3412. 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
  3413. local intvalue = Instance.new("IntValue",v)
  3414. intvalue.Name = "farmed"
  3415. root.CFrame = v.CFrame
  3416. wait(.07)
  3417. end
  3418. end
  3419. wait(0.1)
  3420. root.CFrame = rootpos
  3421. end
  3422. end
  3423. end
  3424. end)
  3425.  
  3426. -- Make Honey --
  3427.  
  3428. mouse.KeyDown:connect(function(key)
  3429. if key == HoneyToggle.Text then
  3430. notify'Making Honey'
  3431. game:GetService("Players").LocalPlayer.Character:MoveTo(game:GetService("Players").LocalPlayer.SpawnPos.Value.p)
  3432. wait(1.5)
  3433. game:GetService("ReplicatedStorage").Events.PlayerHiveCommand:FireServer("ToggleHoneyMaking")
  3434. end
  3435. end)
  3436.  
  3437. -- Farm Moon Amulet Tokens
  3438.  
  3439. mouse.KeyDown:connect(function(key)
  3440. if key == FireflyToggle.Text then
  3441. notify'Moon Token Gather Enabled'
  3442. count = 0
  3443. if fireflydetected then
  3444. local root = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart
  3445. for i,v in pairs(workspace.NPCBees:GetChildren()) do
  3446. if v.Name == "Firefly" then
  3447. wait(0.2)
  3448. count = count + 1
  3449. --print("Teleporting to Firefly " ..tostring(count))--
  3450. root.CFrame = CFrame.new(v.Position.x, v.Position.y, v.Position.z)
  3451. end
  3452. end
  3453. wait(1)
  3454.  
  3455. for i,v in pairs(workspace.Collectibles:GetChildren()) do
  3456. if v.Name == "C" then
  3457. if (v.Position-root.Position).magnitude <= 50 then
  3458. root.CFrame = CFrame.new(v.Position.x, v.Position.y, v.Position.z)
  3459. wait(0.1)
  3460. end
  3461. end
  3462. end
  3463. end
  3464. end
  3465. end)
  3466.  
  3467. InfBackpack.MouseButton1Down:connect(function()
  3468. game.ReplicatedStorage.Events.ItemPackageEvent:InvokeServer("Purchase",{["Mute"] = true,["Type"] = "Debug-Bag",["Category"] = "Backpack"})
  3469. end)
Advertisement
Add Comment
Please, Sign In to add comment