xxxDrez

Untitled

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