xxxDrez

TestingMyOne

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