xxxDrez

Untitled

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