xxxDrez

Untitled

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