xxxDrez

Untitled

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