Pastebloxian

BEE SWAM SIMULATOR LUCKY'S GUI

Feb 5th, 2019
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 73.65 KB | None | 0 0
  1. AutoDigActive = false
  2. PollenFarmActive = false
  3. Field1AFActive = false
  4. Field2AFActive = false
  5. Field3AFActive = false
  6. Field4AFActive = false
  7. Field5AFActive = false
  8. Field6AFActive = false
  9. Field7AFActive = false
  10. Field8AFActive = false
  11. Field9AFActive = false
  12. Field10AFActive = false
  13. Field11AFActive = false
  14. Field12AFActive = false
  15. Field13AFActive = false
  16. Field14AFActive = false
  17.  
  18. -- Objects
  19.  
  20. local MainGUI = Instance.new("ScreenGui")
  21. local MainFrame = Instance.new("Frame")
  22. local Close = Instance.new("TextButton")
  23. local WayPoints = Instance.new("TextButton")
  24. local WayPointsFrame = Instance.new("Frame")
  25. local ShowLocation = Instance.new("TextLabel")
  26. local SetLocation = Instance.new("TextButton")
  27. local TPLocation = Instance.new("TextButton")
  28. local ReturnToHive = Instance.new("TextButton")
  29. local BlackBear = Instance.new("TextButton")
  30. local BrownBear = Instance.new("TextButton")
  31. local PandaBear = Instance.new("TextButton")
  32. local PolarBear = Instance.new("TextButton")
  33. local ScienceBear = Instance.new("TextButton")
  34. local TravelingBear = Instance.new("TextButton")
  35. local RedBoost = Instance.new("TextButton")
  36. local BlueBoost = Instance.new("TextButton")
  37. local MountainBoost = Instance.new("TextButton")
  38. local RedCannon = Instance.new("TextButton")
  39. local BlueCannon = Instance.new("TextButton")
  40. local YellowCannon = Instance.new("TextButton")
  41. local Slingshot = Instance.new("TextButton")
  42. local BeeShop = Instance.new("TextButton")
  43. local TPShop = Instance.new("TextButton")
  44. local TPShop2 = Instance.new("TextButton")
  45. local MountainTopShop = Instance.new("TextButton")
  46. local TentShop = Instance.new("TextButton")
  47. local RedClubhouse = Instance.new("TextButton")
  48. local BlueClubhouse = Instance.new("TextButton")
  49. local TicketShop = Instance.new("TextButton")
  50. local ClubHoney = Instance.new("TextButton")
  51. local RoyalJellyShop = Instance.new("TextButton")
  52. local TicketRoyalJelly = Instance.new("TextButton")
  53. local Honeystorm = Instance.new("TextButton")
  54. local HoneyConvertor = Instance.new("TextButton")
  55. local StrawBerryField = Instance.new("TextButton")
  56. local PumpkinField = Instance.new("TextButton")
  57. local SunflowerField = Instance.new("TextButton")
  58. local CloverField = Instance.new("TextButton")
  59. local SpiderField = Instance.new("TextButton")
  60. local MushRoomField = Instance.new("TextButton")
  61. local BamBooField = Instance.new("TextButton")
  62. local DandelionField = Instance.new("TextButton")
  63. local PineappleField = Instance.new("TextButton")
  64. local BlueField = Instance.new("TextButton")
  65. local RoseField = Instance.new("TextButton")
  66. local CactusField = Instance.new("TextButton")
  67. local PineTreeField = Instance.new("TextButton")
  68. local MountainTopField = Instance.new("TextButton")
  69. local KingbeetlesLair = Instance.new("TextButton")
  70. local Field1AF = Instance.new("TextButton")
  71. local Field2AF = Instance.new("TextButton")
  72. local Field3AF = Instance.new("TextButton")
  73. local Field4AF = Instance.new("TextButton")
  74. local Field5AF = Instance.new("TextButton")
  75. local Field6AF = Instance.new("TextButton")
  76. local Field7AF = Instance.new("TextButton")
  77. local Field8AF = Instance.new("TextButton")
  78. local Field9AF = Instance.new("TextButton")
  79. local Field10AF = Instance.new("TextButton")
  80. local Field11AF = Instance.new("TextButton")
  81. local Field12AF = Instance.new("TextButton")
  82. local Field13AF = Instance.new("TextButton")
  83. local Field14AF = Instance.new("TextButton")
  84. local Players = Instance.new("TextButton")
  85. local PlayerFrame = Instance.new("Frame")
  86. local PlayerList = Instance.new("Frame")
  87. local PlayerListBox = Instance.new("Frame")
  88. local PlyrSel = Instance.new("TextLabel")
  89. local Player1 = Instance.new("TextButton")
  90. local Player2 = Instance.new("TextButton")
  91. local Player3 = Instance.new("TextButton")
  92. local Player4 = Instance.new("TextButton")
  93. local Player5 = Instance.new("TextButton")
  94. local TpPlayer = Instance.new("TextButton")
  95. local FindTreasures = Instance.new("TextButton")
  96. local FindTreasuresText1 = Instance.new("TextLabel")
  97. local ExtrasScreen = Instance.new("TextButton")
  98. local ExtrasFrame = Instance.new("Frame")
  99. local InfoScreen = Instance.new("TextButton")
  100. local InfoFrame = Instance.new("Frame")
  101. local TPTool = Instance.new("TextButton")
  102. local BTool = Instance.new("TextButton")
  103. local ReJoinServer = Instance.new("TextButton")
  104. local NoClip = Instance.new("TextButton")
  105. local InfoText1 = Instance.new("TextLabel")
  106. local PollenFarm = Instance.new("TextButton")
  107. local AutoDig = Instance.new("TextButton")
  108.  
  109. -- Properties
  110.  
  111. MainGUI.Name = "MainGUI"
  112. MainGUI.Parent = game.CoreGui
  113. local MainCORE = game.CoreGui["MainGUI"]
  114.  
  115. MainFrame.Name = "MainFrame"
  116. MainFrame.Parent = MainGUI
  117. MainFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  118. MainFrame.BackgroundTransparency = 0.5
  119. MainFrame.BorderColor3 = Color3.new(0, 0, 0)
  120. MainFrame.Position = UDim2.new(0.5, -299, 0, -32)
  121. MainFrame.Size = UDim2.new(0, 600, 0, 30)
  122.  
  123. Close.Name = "Close"
  124. Close.Parent = MainFrame
  125. Close.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  126. Close.BorderColor3 = Color3.new(0, 1, 0)
  127. Close.Position = UDim2.new(0, 5, 0, 5)
  128. Close.Size = UDim2.new(0, 20, 0, 20)
  129. Close.Font = Enum.Font.Fantasy
  130. Close.Text = "X"
  131. Close.TextColor3 = Color3.new(1, 0, 0)
  132. Close.TextSize = 17
  133. Close.TextScaled = true
  134. Close.TextWrapped = true
  135.  
  136. WayPoints.Name = "WayPoints"
  137. WayPoints.Parent = MainFrame
  138. WayPoints.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  139. WayPoints.BorderColor3 = Color3.new(0, 1, 0)
  140. WayPoints.Position = UDim2.new(0, 30, 0, 5)
  141. WayPoints.Size = UDim2.new(0, 83, 0, 20)
  142. WayPoints.BackgroundTransparency = 0
  143. WayPoints.Font = Enum.Font.Fantasy
  144. WayPoints.TextColor3 = Color3.new(1, 1, 1)
  145. WayPoints.Text = "WayPoints"
  146. WayPoints.TextSize = 17
  147. WayPoints.TextWrapped = true
  148.  
  149. WayPointsFrame.Name = "WayPointsFrame"
  150. WayPointsFrame.Parent = MainFrame
  151. WayPointsFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  152. WayPointsFrame.BorderColor3 = Color3.new(0, 0, 0)
  153. WayPointsFrame.BackgroundTransparency = 0.4
  154. WayPointsFrame.Position = UDim2.new(0, 0, 0, 34)
  155. WayPointsFrame.Size = UDim2.new(0, 600, 0, 380)
  156. WayPointsFrame.Visible = false
  157.  
  158. ShowLocation.Name = "ShowLocation"
  159. ShowLocation.Parent = WayPointsFrame
  160. ShowLocation.BackgroundColor3 = Color3.new(1, 1, 1)
  161. ShowLocation.TextColor3 = Color3.new(0, 0, 0)
  162. ShowLocation.BorderColor3 = Color3.new(0, 0, 0)
  163. ShowLocation.Position = UDim2.new(0, 190, 0, 5)
  164. ShowLocation.Size = UDim2.new(0, 180, 0, 20)
  165. ShowLocation.Font = Enum.Font.Fantasy
  166. ShowLocation.Text = "Current Location"
  167. ShowLocation.TextWrapped = true
  168. ShowLocation.TextSize = 15
  169.  
  170. SetLocation.Name = "SetLocation"
  171. SetLocation.Parent = WayPointsFrame
  172. SetLocation.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  173. SetLocation.TextColor3 = Color3.new(1, 1, 1)
  174. SetLocation.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  175. SetLocation.Position = UDim2.new(0, 375, 0, 5)
  176. SetLocation.Size = UDim2.new(0, 150, 0, 20)
  177. SetLocation.Font = Enum.Font.Fantasy
  178. SetLocation.Text = "Set Location"
  179. SetLocation.TextWrapped = true
  180. SetLocation.TextSize = 16
  181.  
  182. TPLocation.Name = "TPLocation"
  183. TPLocation.Parent = WayPointsFrame
  184. TPLocation.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  185. TPLocation.TextColor3 = Color3.new(1, 1, 1)
  186. TPLocation.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  187. TPLocation.Position = UDim2.new(0, 530, 0, 5)
  188. TPLocation.Size = UDim2.new(0, 65, 0, 20)
  189. TPLocation.Font = Enum.Font.Fantasy
  190. TPLocation.Text = "Move to"
  191. TPLocation.TextWrapped = true
  192. TPLocation.TextSize = 16
  193.  
  194. ReturnToHive.Name = "ReturnToHive"
  195. ReturnToHive.Parent = WayPointsFrame
  196. ReturnToHive.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  197. ReturnToHive.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  198. ReturnToHive.Position = UDim2.new(0, 5, 0, 5)
  199. ReturnToHive.Size = UDim2.new(0, 180, 0, 20)
  200. ReturnToHive.TextColor3 = Color3.new(1, 1, 1)
  201. ReturnToHive.Font = Enum.Font.Fantasy
  202. ReturnToHive.Text = "Return To Hive"
  203. ReturnToHive.TextSize = 16
  204.  
  205. BlackBear.Name = "BlackBear"
  206. BlackBear.Parent = WayPointsFrame
  207. BlackBear.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  208. BlackBear.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  209. BlackBear.Position = UDim2.new(0, 5, 0, 30)
  210. BlackBear.Size = UDim2.new(0, 180, 0, 20)
  211. BlackBear.TextColor3 = Color3.new(1, 1, 1)
  212. BlackBear.Font = Enum.Font.Fantasy
  213. BlackBear.Text = "Black Bear"
  214. BlackBear.TextSize = 16
  215.  
  216. BrownBear.Name = "BrownBear"
  217. BrownBear.Parent = WayPointsFrame
  218. BrownBear.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  219. BrownBear.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  220. BrownBear.Position = UDim2.new(0, 5, 0, 55)
  221. BrownBear.Size = UDim2.new(0, 180, 0, 20)
  222. BrownBear.TextColor3 = Color3.new(1, 1, 1)
  223. BrownBear.Font = Enum.Font.Fantasy
  224. BrownBear.Text = "Brown Bear"
  225. BrownBear.TextSize = 16
  226.  
  227. PandaBear.Name = "PandaBear"
  228. PandaBear.Parent = WayPointsFrame
  229. PandaBear.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  230. PandaBear.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  231. PandaBear.Position = UDim2.new(0, 5, 0, 80)
  232. PandaBear.Size = UDim2.new(0, 180, 0, 20)
  233. PandaBear.TextColor3 = Color3.new(1, 1, 1)
  234. PandaBear.Font = Enum.Font.Fantasy
  235. PandaBear.Text = "Panda Bear"
  236. PandaBear.TextSize = 16
  237.  
  238. PolarBear.Name = "PolarBear"
  239. PolarBear.Parent = WayPointsFrame
  240. PolarBear.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  241. PolarBear.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  242. PolarBear.Position = UDim2.new(0, 5, 0, 105)
  243. PolarBear.Size = UDim2.new(0, 180, 0, 20)
  244. PolarBear.TextColor3 = Color3.new(1, 1, 1)
  245. PolarBear.Font = Enum.Font.Fantasy
  246. PolarBear.Text = "Polar Bear"
  247. PolarBear.TextSize = 16
  248.  
  249. ScienceBear.Name = "ScienceBear"
  250. ScienceBear.Parent = WayPointsFrame
  251. ScienceBear.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  252. ScienceBear.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  253. ScienceBear.Position = UDim2.new(0, 5, 0, 130)
  254. ScienceBear.Size = UDim2.new(0, 180, 0, 20)
  255. ScienceBear.TextColor3 = Color3.new(1, 1, 1)
  256. ScienceBear.Font = Enum.Font.Fantasy
  257. ScienceBear.Text = "Science Bear"
  258. ScienceBear.TextSize = 16
  259.  
  260. TravelingBear.Name = "TravelingBear"
  261. TravelingBear.Parent = WayPointsFrame
  262. TravelingBear.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  263. TravelingBear.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  264. TravelingBear.Position = UDim2.new(0, 5, 0, 155)
  265. TravelingBear.Size = UDim2.new(0, 180, 0, 20)
  266. TravelingBear.TextColor3 = Color3.new(1, 1, 1)
  267. TravelingBear.Font = Enum.Font.Fantasy
  268. TravelingBear.Text = "Traveling Bear"
  269. TravelingBear.TextSize = 16
  270.  
  271. RedBoost.Name = "RedBoost"
  272. RedBoost.Parent = WayPointsFrame
  273. RedBoost.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  274. RedBoost.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  275. RedBoost.Position = UDim2.new(0, 5, 0, 180)
  276. RedBoost.Size = UDim2.new(0, 180, 0, 20)
  277. RedBoost.TextColor3 = Color3.new(1, 1, 1)
  278. RedBoost.Font = Enum.Font.Fantasy
  279. RedBoost.Text = "Redfield Boost"
  280. RedBoost.TextSize = 16
  281.  
  282. BlueBoost.Name = "BlueBoost"
  283. BlueBoost.Parent = WayPointsFrame
  284. BlueBoost.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  285. BlueBoost.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  286. BlueBoost.Position = UDim2.new(0, 5, 0, 205)
  287. BlueBoost.Size = UDim2.new(0, 180, 0, 20)
  288. BlueBoost.TextColor3 = Color3.new(1, 1, 1)
  289. BlueBoost.Font = Enum.Font.Fantasy
  290. BlueBoost.Text = "Bluefield Boost"
  291. BlueBoost.TextSize = 16
  292.  
  293. MountainBoost.Name = "MountainBoost"
  294. MountainBoost.Parent = WayPointsFrame
  295. MountainBoost.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  296. MountainBoost.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  297. MountainBoost.Position = UDim2.new(0, 5, 0, 230)
  298. MountainBoost.Size = UDim2.new(0, 180, 0, 20)
  299. MountainBoost.TextColor3 = Color3.new(1, 1, 1)
  300. MountainBoost.Font = Enum.Font.Fantasy
  301. MountainBoost.Text = "MountainTop Boost"
  302. MountainBoost.TextSize = 16
  303.  
  304. RedCannon.Name = "RedCannon"
  305. RedCannon.Parent = WayPointsFrame
  306. RedCannon.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  307. RedCannon.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  308. RedCannon.Position = UDim2.new(0, 5, 0, 255)
  309. RedCannon.Size = UDim2.new(0, 180, 0, 20)
  310. RedCannon.TextColor3 = Color3.new(1, 1, 1)
  311. RedCannon.Font = Enum.Font.Fantasy
  312. RedCannon.Text = "Red Cannon (22)"
  313. RedCannon.TextSize = 16
  314.  
  315. BlueCannon.Name = "BlueCannon"
  316. BlueCannon.Parent = WayPointsFrame
  317. BlueCannon.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  318. BlueCannon.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  319. BlueCannon.Position = UDim2.new(0, 5, 0, 280)
  320. BlueCannon.Size = UDim2.new(0, 180, 0, 20)
  321. BlueCannon.TextColor3 = Color3.new(1, 1, 1)
  322. BlueCannon.Font = Enum.Font.Fantasy
  323. BlueCannon.Text = "Blue Cannon (16)"
  324. BlueCannon.TextSize = 16
  325.  
  326. YellowCannon.Name = "YellowCannon"
  327. YellowCannon.Parent = WayPointsFrame
  328. YellowCannon.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  329. YellowCannon.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  330. YellowCannon.Position = UDim2.new(0, 5, 0, 305)
  331. YellowCannon.Size = UDim2.new(0, 180, 0, 20)
  332. YellowCannon.TextColor3 = Color3.new(1, 1, 1)
  333. YellowCannon.Font = Enum.Font.Fantasy
  334. YellowCannon.Text = "Yellow Cannon (12)"
  335. YellowCannon.TextSize = 16
  336.  
  337. Slingshot.Name = "Slingshot"
  338. Slingshot.Parent = WayPointsFrame
  339. Slingshot.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  340. Slingshot.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  341. Slingshot.Position = UDim2.new(0, 5, 0, 330)
  342. Slingshot.Size = UDim2.new(0, 180, 0, 20)
  343. Slingshot.TextColor3 = Color3.new(1, 1, 1)
  344. Slingshot.Font = Enum.Font.Fantasy
  345. Slingshot.Text = "Slingshot (8)"
  346. Slingshot.TextSize = 16
  347.  
  348. BeeShop.Name = "BeeShop"
  349. BeeShop.Parent = WayPointsFrame
  350. BeeShop.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  351. BeeShop.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  352. BeeShop.Position = UDim2.new(0, 190, 0, 30)
  353. BeeShop.Size = UDim2.new(0, 180, 0, 20)
  354. BeeShop.TextColor3 = Color3.new(1, 1, 1)
  355. BeeShop.Font = Enum.Font.Fantasy
  356. BeeShop.Text = "Bees Shop"
  357. BeeShop.TextSize = 16
  358.  
  359. TPShop.Name = "TPShop"
  360. TPShop.Parent = WayPointsFrame
  361. TPShop.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  362. TPShop.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  363. TPShop.Position = UDim2.new(0, 190, 0, 55)
  364. TPShop.Size = UDim2.new(0, 180, 0, 20)
  365. TPShop.TextColor3 = Color3.new(1, 1, 1)
  366. TPShop.Font = Enum.Font.Fantasy
  367. TPShop.Text = "Basic Tools Shop"
  368. TPShop.TextSize = 16
  369.  
  370. TPShop2.Name = "TPShop2"
  371. TPShop2.Parent = WayPointsFrame
  372. TPShop2.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  373. TPShop2.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  374. TPShop2.Position = UDim2.new(0, 190, 0, 80)
  375. TPShop2.Size = UDim2.new(0, 180, 0, 20)
  376. TPShop2.TextColor3 = Color3.new(1, 1, 1)
  377. TPShop2.Font = Enum.Font.Fantasy
  378. TPShop2.Text = "Advanced Tools Shop"
  379. TPShop2.TextSize = 16
  380.  
  381. MountainTopShop.Name = "MountainTopShop"
  382. MountainTopShop.Parent = WayPointsFrame
  383. MountainTopShop.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  384. MountainTopShop.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  385. MountainTopShop.Position = UDim2.new(0, 190, 0, 105)
  386. MountainTopShop.Size = UDim2.new(0, 180, 0, 20)
  387. MountainTopShop.TextColor3 = Color3.new(1, 1, 1)
  388. MountainTopShop.Font = Enum.Font.Fantasy
  389. MountainTopShop.Text = "Mountain Top Shop"
  390. MountainTopShop.TextSize = 16
  391.  
  392. TentShop.Name = "TentShop"
  393. TentShop.Parent = WayPointsFrame
  394. TentShop.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  395. TentShop.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  396. TentShop.Position = UDim2.new(0, 190, 0, 130)
  397. TentShop.Size = UDim2.new(0, 180, 0, 20)
  398. TentShop.TextColor3 = Color3.new(1, 1, 1)
  399. TentShop.Font = Enum.Font.Fantasy
  400. TentShop.Text = "Ticket Tent Shop"
  401. TentShop.TextSize = 16
  402.  
  403. RedClubhouse.Name = "RedClubhouse"
  404. RedClubhouse.Parent = WayPointsFrame
  405. RedClubhouse.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  406. RedClubhouse.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  407. RedClubhouse.Position = UDim2.new(0, 190, 0, 155)
  408. RedClubhouse.Size = UDim2.new(0, 180, 0, 20)
  409. RedClubhouse.TextColor3 = Color3.new(1, 1, 1)
  410. RedClubhouse.Font = Enum.Font.Fantasy
  411. RedClubhouse.Text = "Red Clubhouse"
  412. RedClubhouse.TextSize = 16
  413.  
  414. BlueClubhouse.Name = "BlueClubhouse"
  415. BlueClubhouse.Parent = WayPointsFrame
  416. BlueClubhouse.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  417. BlueClubhouse.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  418. BlueClubhouse.Position = UDim2.new(0, 190, 0, 180)
  419. BlueClubhouse.Size = UDim2.new(0, 180, 0, 20)
  420. BlueClubhouse.TextColor3 = Color3.new(1, 1, 1)
  421. BlueClubhouse.Font = Enum.Font.Fantasy
  422. BlueClubhouse.Text = "Blue Clubhouse"
  423. BlueClubhouse.TextSize = 16
  424.  
  425. TicketShop.Name = "TicketShop"
  426. TicketShop.Parent = WayPointsFrame
  427. TicketShop.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  428. TicketShop.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  429. TicketShop.Position = UDim2.new(0, 190, 0, 205)
  430. TicketShop.Size = UDim2.new(0, 180, 0, 20)
  431. TicketShop.TextColor3 = Color3.new(1, 1, 1)
  432. TicketShop.Font = Enum.Font.Fantasy
  433. TicketShop.Text = "Ticket Shop"
  434. TicketShop.TextSize = 16
  435.  
  436. ClubHoney.Name = "ClubHoney"
  437. ClubHoney.Parent = WayPointsFrame
  438. ClubHoney.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  439. ClubHoney.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  440. ClubHoney.Position = UDim2.new(0, 190, 0, 230)
  441. ClubHoney.Size = UDim2.new(0, 180, 0, 20)
  442. ClubHoney.TextColor3 = Color3.new(1, 1, 1)
  443. ClubHoney.Font = Enum.Font.Fantasy
  444. ClubHoney.Text = "Club Honey Dispensor"
  445. ClubHoney.TextSize = 16
  446.  
  447. RoyalJellyShop.Name = "RoyalJellyShop"
  448. RoyalJellyShop.Parent = WayPointsFrame
  449. RoyalJellyShop.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  450. RoyalJellyShop.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  451. RoyalJellyShop.Position = UDim2.new(0, 190, 0, 255)
  452. RoyalJellyShop.Size = UDim2.new(0, 180, 0, 20)
  453. RoyalJellyShop.TextColor3 = Color3.new(1, 1, 1)
  454. RoyalJellyShop.Font = Enum.Font.Fantasy
  455. RoyalJellyShop.Text = "Royal Jelly Shop"
  456. RoyalJellyShop.TextSize = 16
  457.  
  458. TicketRoyalJelly.Name = "TicketRoyalJelly"
  459. TicketRoyalJelly.Parent = WayPointsFrame
  460. TicketRoyalJelly.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  461. TicketRoyalJelly.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  462. TicketRoyalJelly.Position = UDim2.new(0, 190, 0, 280)
  463. TicketRoyalJelly.Size = UDim2.new(0, 180, 0, 20)
  464. TicketRoyalJelly.TextColor3 = Color3.new(1, 1, 1)
  465. TicketRoyalJelly.Font = Enum.Font.Fantasy
  466. TicketRoyalJelly.Text = "Ticket Royal Jelly Shop"
  467. TicketRoyalJelly.TextSize = 16
  468.  
  469. Honeystorm.Name = "Honeystorm"
  470. Honeystorm.Parent = WayPointsFrame
  471. Honeystorm.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  472. Honeystorm.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  473. Honeystorm.Position = UDim2.new(0, 190, 0, 305)
  474. Honeystorm.Size = UDim2.new(0, 180, 0, 20)
  475. Honeystorm.TextColor3 = Color3.new(1, 1, 1)
  476. Honeystorm.Font = Enum.Font.Fantasy
  477. Honeystorm.Text = "Honeystorm"
  478. Honeystorm.TextSize = 16
  479.  
  480. HoneyConvertor.Name = "HoneyConvertor"
  481. HoneyConvertor.Parent = WayPointsFrame
  482. HoneyConvertor.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  483. HoneyConvertor.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  484. HoneyConvertor.Position = UDim2.new(0, 190, 0, 330)
  485. HoneyConvertor.Size = UDim2.new(0, 180, 0, 20)
  486. HoneyConvertor.TextColor3 = Color3.new(1, 1, 1)
  487. HoneyConvertor.Font = Enum.Font.Fantasy
  488. HoneyConvertor.Text = "Instant Honey Convertor"
  489. HoneyConvertor.TextSize = 16
  490.  
  491. KingbeetlesLair.Name = "KingbeetlesLair"
  492. KingbeetlesLair.Parent = WayPointsFrame
  493. KingbeetlesLair.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  494. KingbeetlesLair.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  495. KingbeetlesLair.Position = UDim2.new(0, 190, 0, 355)
  496. KingbeetlesLair.Size = UDim2.new(0, 180, 0, 20)
  497. KingbeetlesLair.TextColor3 = Color3.new(1, 1, 1)
  498. KingbeetlesLair.Font = Enum.Font.Fantasy
  499. KingbeetlesLair.Text = "King Beetles Lair"
  500. KingbeetlesLair.TextSize = 16
  501.  
  502. SunflowerField.Name = "SunflowerField"
  503. SunflowerField.Parent = WayPointsFrame
  504. SunflowerField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  505. SunflowerField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  506. SunflowerField.Position = UDim2.new(0, 375, 0, 30)
  507. SunflowerField.Size = UDim2.new(0, 180, 0, 20)
  508. SunflowerField.TextColor3 = Color3.new(1, 1, 1)
  509. SunflowerField.Font = Enum.Font.Fantasy
  510. SunflowerField.Text = "Sunflower Field"
  511. SunflowerField.TextSize = 16
  512.  
  513. MushRoomField.Name = "MushRoomField"
  514. MushRoomField.Parent = WayPointsFrame
  515. MushRoomField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  516. MushRoomField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  517. MushRoomField.Position = UDim2.new(0, 375, 0, 55)
  518. MushRoomField.Size = UDim2.new(0, 180, 0, 20)
  519. MushRoomField.TextColor3 = Color3.new(1, 1, 1)
  520. MushRoomField.Font = Enum.Font.Fantasy
  521. MushRoomField.Text = "MushRoom Field"
  522. MushRoomField.TextSize = 16
  523.  
  524. DandelionField.Name = "DandelionField"
  525. DandelionField.Parent = WayPointsFrame
  526. DandelionField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  527. DandelionField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  528. DandelionField.Position = UDim2.new(0, 375, 0, 80)
  529. DandelionField.Size = UDim2.new(0, 180, 0, 20)
  530. DandelionField.TextColor3 = Color3.new(1, 1, 1)
  531. DandelionField.Font = Enum.Font.Fantasy
  532. DandelionField.Text = "Dandelion Field"
  533. DandelionField.TextSize = 16
  534.  
  535. BlueField.Name = "BlueField"
  536. BlueField.Parent = WayPointsFrame
  537. BlueField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  538. BlueField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  539. BlueField.Position = UDim2.new(0, 375, 0, 105)
  540. BlueField.Size = UDim2.new(0, 180, 0, 20)
  541. BlueField.TextColor3 = Color3.new(1, 1, 1)
  542. BlueField.Font = Enum.Font.Fantasy
  543. BlueField.Text = "Blue Flower Field"
  544. BlueField.TextSize = 16
  545.  
  546. CloverField.Name = "CloverField"
  547. CloverField.Parent = WayPointsFrame
  548. CloverField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  549. CloverField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  550. CloverField.Position = UDim2.new(0, 375, 0, 130)
  551. CloverField.Size = UDim2.new(0, 180, 0, 20)
  552. CloverField.TextColor3 = Color3.new(1, 1, 1)
  553. CloverField.Font = Enum.Font.Fantasy
  554. CloverField.Text = "Clover Field"
  555. CloverField.TextSize = 16
  556.  
  557. StrawBerryField.Name = "StrawBerryField"
  558. StrawBerryField.Parent = WayPointsFrame
  559. StrawBerryField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  560. StrawBerryField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  561. StrawBerryField.Position = UDim2.new(0, 375, 0, 155)
  562. StrawBerryField.Size = UDim2.new(0, 180, 0, 20)
  563. StrawBerryField.TextColor3 = Color3.new(1, 1, 1)
  564. StrawBerryField.Font = Enum.Font.Fantasy
  565. StrawBerryField.Text = "StrawBerry Field"
  566. StrawBerryField.TextSize = 16
  567.  
  568. SpiderField.Name = "SpiderField"
  569. SpiderField.Parent = WayPointsFrame
  570. SpiderField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  571. SpiderField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  572. SpiderField.Position = UDim2.new(0, 375, 0, 180)
  573. SpiderField.Size = UDim2.new(0, 180, 0, 20)
  574. SpiderField.TextColor3 = Color3.new(1, 1, 1)
  575. SpiderField.Font = Enum.Font.Fantasy
  576. SpiderField.Text = "Spider Field"
  577. SpiderField.TextSize = 16
  578.  
  579. BamBooField.Name = "BamBooField"
  580. BamBooField.Parent = WayPointsFrame
  581. BamBooField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  582. BamBooField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  583. BamBooField.Position = UDim2.new(0, 375, 0, 205)
  584. BamBooField.Size = UDim2.new(0, 180, 0, 20)
  585. BamBooField.TextColor3 = Color3.new(1, 1, 1)
  586. BamBooField.Font = Enum.Font.Fantasy
  587. BamBooField.Text = "BamBoo Field"
  588. BamBooField.TextSize = 16
  589.  
  590. RoseField.Name = "RoseField"
  591. RoseField.Parent = WayPointsFrame
  592. RoseField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  593. RoseField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  594. RoseField.Position = UDim2.new(0, 375, 0, 230)
  595. RoseField.Size = UDim2.new(0, 180, 0, 20)
  596. RoseField.TextColor3 = Color3.new(1, 1, 1)
  597. RoseField.Font = Enum.Font.Fantasy
  598. RoseField.Text = "Rose Field"
  599. RoseField.TextSize = 16
  600.  
  601. PineTreeField.Name = "PineTreeField"
  602. PineTreeField.Parent = WayPointsFrame
  603. PineTreeField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  604. PineTreeField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  605. PineTreeField.Position = UDim2.new(0, 375, 0, 255)
  606. PineTreeField.Size = UDim2.new(0, 180, 0, 20)
  607. PineTreeField.TextColor3 = Color3.new(1, 1, 1)
  608. PineTreeField.Font = Enum.Font.Fantasy
  609. PineTreeField.Text = "Pine Tree Forest"
  610. PineTreeField.TextSize = 16
  611.  
  612. CactusField.Name = "CactusField"
  613. CactusField.Parent = WayPointsFrame
  614. CactusField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  615. CactusField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  616. CactusField.Position = UDim2.new(0, 375, 0, 280)
  617. CactusField.Size = UDim2.new(0, 180, 0, 20)
  618. CactusField.TextColor3 = Color3.new(1, 1, 1)
  619. CactusField.Font = Enum.Font.Fantasy
  620. CactusField.Text = "Cactus Field"
  621. CactusField.TextSize = 16
  622.  
  623. PumpkinField.Name = "PumpkinField"
  624. PumpkinField.Parent = WayPointsFrame
  625. PumpkinField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  626. PumpkinField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  627. PumpkinField.Position = UDim2.new(0, 375, 0, 305)
  628. PumpkinField.Size = UDim2.new(0, 180, 0, 20)
  629. PumpkinField.TextColor3 = Color3.new(1, 1, 1)
  630. PumpkinField.Font = Enum.Font.Fantasy
  631. PumpkinField.Text = "Pumpkin Patch"
  632. PumpkinField.TextSize = 16
  633.  
  634. PineappleField.Name = "PineappleField"
  635. PineappleField.Parent = WayPointsFrame
  636. PineappleField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  637. PineappleField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  638. PineappleField.Position = UDim2.new(0, 375, 0, 330)
  639. PineappleField.Size = UDim2.new(0, 180, 0, 20)
  640. PineappleField.TextColor3 = Color3.new(1, 1, 1)
  641. PineappleField.Font = Enum.Font.Fantasy
  642. PineappleField.Text = "Pineapple Patch"
  643. PineappleField.TextSize = 16
  644.  
  645. MountainTopField.Name = "MountainTopField"
  646. MountainTopField.Parent = WayPointsFrame
  647. MountainTopField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  648. MountainTopField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  649. MountainTopField.Position = UDim2.new(0, 375, 0, 355)
  650. MountainTopField.Size = UDim2.new(0, 180, 0, 20)
  651. MountainTopField.TextColor3 = Color3.new(1, 1, 1)
  652. MountainTopField.Font = Enum.Font.Fantasy
  653. MountainTopField.Text = "Mountain Top Field"
  654. MountainTopField.TextSize = 16
  655.  
  656. Field1AF.Name = "Field1AF"
  657. Field1AF.Parent = WayPointsFrame
  658. Field1AF.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  659. Field1AF.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  660. Field1AF.Position = UDim2.new(0, 555, 0, 30)
  661. Field1AF.Size = UDim2.new(0, 40, 0, 20)
  662. Field1AF.TextColor3 = Color3.new(1, 1, 1)
  663. Field1AF.Font = Enum.Font.Fantasy
  664. Field1AF.Text = "Farm"
  665. Field1AF.TextSize = 16
  666.  
  667. Field2AF.Name = "Field2AF"
  668. Field2AF.Parent = WayPointsFrame
  669. Field2AF.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  670. Field2AF.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  671. Field2AF.Position = UDim2.new(0, 555, 0, 55)
  672. Field2AF.Size = UDim2.new(0, 40, 0, 20)
  673. Field2AF.TextColor3 = Color3.new(1, 1, 1)
  674. Field2AF.Font = Enum.Font.Fantasy
  675. Field2AF.Text = "Farm"
  676. Field2AF.TextSize = 16
  677.  
  678. Field3AF.Name = "Field3AF"
  679. Field3AF.Parent = WayPointsFrame
  680. Field3AF.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  681. Field3AF.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  682. Field3AF.Position = UDim2.new(0, 555, 0, 80)
  683. Field3AF.Size = UDim2.new(0, 40, 0, 20)
  684. Field3AF.TextColor3 = Color3.new(1, 1, 1)
  685. Field3AF.Font = Enum.Font.Fantasy
  686. Field3AF.Text = "Farm"
  687. Field3AF.TextSize = 16
  688.  
  689. Field4AF.Name = "Field4AF"
  690. Field4AF.Parent = WayPointsFrame
  691. Field4AF.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  692. Field4AF.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  693. Field4AF.Position = UDim2.new(0, 555, 0, 105)
  694. Field4AF.Size = UDim2.new(0, 40, 0, 20)
  695. Field4AF.TextColor3 = Color3.new(1, 1, 1)
  696. Field4AF.Font = Enum.Font.Fantasy
  697. Field4AF.Text = "Farm"
  698. Field4AF.TextSize = 16
  699.  
  700. Field5AF.Name = "Field5AF"
  701. Field5AF.Parent = WayPointsFrame
  702. Field5AF.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  703. Field5AF.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  704. Field5AF.Position = UDim2.new(0, 555, 0, 130)
  705. Field5AF.Size = UDim2.new(0, 40, 0, 20)
  706. Field5AF.TextColor3 = Color3.new(1, 1, 1)
  707. Field5AF.Font = Enum.Font.Fantasy
  708. Field5AF.Text = "Farm"
  709. Field5AF.TextSize = 16
  710.  
  711. Field6AF.Name = "Field6AF"
  712. Field6AF.Parent = WayPointsFrame
  713. Field6AF.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  714. Field6AF.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  715. Field6AF.Position = UDim2.new(0, 555, 0, 155)
  716. Field6AF.Size = UDim2.new(0, 40, 0, 20)
  717. Field6AF.TextColor3 = Color3.new(1, 1, 1)
  718. Field6AF.Font = Enum.Font.Fantasy
  719. Field6AF.Text = "Farm"
  720. Field6AF.TextSize = 16
  721.  
  722. Field7AF.Name = "Field7AF"
  723. Field7AF.Parent = WayPointsFrame
  724. Field7AF.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  725. Field7AF.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  726. Field7AF.Position = UDim2.new(0, 555, 0, 180)
  727. Field7AF.Size = UDim2.new(0, 40, 0, 20)
  728. Field7AF.TextColor3 = Color3.new(1, 1, 1)
  729. Field7AF.Font = Enum.Font.Fantasy
  730. Field7AF.Text = "Farm"
  731. Field7AF.TextSize = 16
  732.  
  733. Field8AF.Name = "Field8AF"
  734. Field8AF.Parent = WayPointsFrame
  735. Field8AF.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  736. Field8AF.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  737. Field8AF.Position = UDim2.new(0, 555, 0, 205)
  738. Field8AF.Size = UDim2.new(0, 40, 0, 20)
  739. Field8AF.TextColor3 = Color3.new(1, 1, 1)
  740. Field8AF.Font = Enum.Font.Fantasy
  741. Field8AF.Text = "Farm"
  742. Field8AF.TextSize = 16
  743.  
  744. Field9AF.Name = "Field9AF"
  745. Field9AF.Parent = WayPointsFrame
  746. Field9AF.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  747. Field9AF.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  748. Field9AF.Position = UDim2.new(0, 555, 0, 230)
  749. Field9AF.Size = UDim2.new(0, 40, 0, 20)
  750. Field9AF.TextColor3 = Color3.new(1, 1, 1)
  751. Field9AF.Font = Enum.Font.Fantasy
  752. Field9AF.Text = "Farm"
  753. Field9AF.TextSize = 16
  754.  
  755. Field10AF.Name = "Field10AF"
  756. Field10AF.Parent = WayPointsFrame
  757. Field10AF.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  758. Field10AF.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  759. Field10AF.Position = UDim2.new(0, 555, 0, 255)
  760. Field10AF.Size = UDim2.new(0, 40, 0, 20)
  761. Field10AF.TextColor3 = Color3.new(1, 1, 1)
  762. Field10AF.Font = Enum.Font.Fantasy
  763. Field10AF.Text = "Farm"
  764. Field10AF.TextSize = 16
  765.  
  766. Field11AF.Name = "Field11AF"
  767. Field11AF.Parent = WayPointsFrame
  768. Field11AF.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  769. Field11AF.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  770. Field11AF.Position = UDim2.new(0, 555, 0, 280)
  771. Field11AF.Size = UDim2.new(0, 40, 0, 20)
  772. Field11AF.TextColor3 = Color3.new(1, 1, 1)
  773. Field11AF.Font = Enum.Font.Fantasy
  774. Field11AF.Text = "Farm"
  775. Field11AF.TextSize = 16
  776.  
  777. Field12AF.Name = "Field12AF"
  778. Field12AF.Parent = WayPointsFrame
  779. Field12AF.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  780. Field12AF.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  781. Field12AF.Position = UDim2.new(0, 555, 0, 305)
  782. Field12AF.Size = UDim2.new(0, 40, 0, 20)
  783. Field12AF.TextColor3 = Color3.new(1, 1, 1)
  784. Field12AF.Font = Enum.Font.Fantasy
  785. Field12AF.Text = "Farm"
  786. Field12AF.TextSize = 16
  787.  
  788. Field13AF.Name = "Field13AF"
  789. Field13AF.Parent = WayPointsFrame
  790. Field13AF.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  791. Field13AF.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  792. Field13AF.Position = UDim2.new(0, 555, 0, 330)
  793. Field13AF.Size = UDim2.new(0, 40, 0, 20)
  794. Field13AF.TextColor3 = Color3.new(1, 1, 1)
  795. Field13AF.Font = Enum.Font.Fantasy
  796. Field13AF.Text = "Farm"
  797. Field13AF.TextSize = 16
  798.  
  799. Field14AF.Name = "Field14AF"
  800. Field14AF.Parent = WayPointsFrame
  801. Field14AF.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  802. Field14AF.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  803. Field14AF.Position = UDim2.new(0, 555, 0, 355)
  804. Field14AF.Size = UDim2.new(0, 40, 0, 20)
  805. Field14AF.TextColor3 = Color3.new(1, 1, 1)
  806. Field14AF.Font = Enum.Font.Fantasy
  807. Field14AF.Text = "Farm"
  808. Field14AF.TextSize = 16
  809.  
  810. Players.Name = "Players"
  811. Players.Parent = MainFrame
  812. Players.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  813. Players.BorderColor3 = Color3.new(0, 1, 0)
  814. Players.Position = UDim2.new(0, 118, 0, 5)
  815. Players.Size = UDim2.new(0, 60, 0, 20)
  816. Players.BackgroundTransparency = 0
  817. Players.Font = Enum.Font.Fantasy
  818. Players.TextColor3 = Color3.new(1, 1, 1)
  819. Players.Text = "Players"
  820. Players.TextSize = 17
  821. Players.TextWrapped = true
  822.  
  823. PlayerFrame.Name = "PlayerFrame"
  824. PlayerFrame.Parent = MainFrame
  825. PlayerFrame.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  826. PlayerFrame.BackgroundTransparency = 0.5
  827. PlayerFrame.BorderColor3 = Color3.new(0, 0, 0)
  828. PlayerFrame.Position = UDim2.new(0, 63, 0, 34)
  829. PlayerFrame.Size = UDim2.new(0, 170, 0, 200)
  830. PlayerFrame.Visible = false
  831.  
  832. PlyrSel.Name = "PlyrSel"
  833. PlyrSel.Parent = PlayerFrame
  834. PlyrSel.BackgroundColor3 = Color3.new(1, 1, 1)
  835. PlyrSel.BackgroundTransparency = 0.15
  836. PlyrSel.BorderColor3 = Color3.new(0, 0, 0)
  837. PlyrSel.Position = UDim2.new(0, 5, 0, 5)
  838. PlyrSel.Size = UDim2.new(0, 160, 0, 20)
  839. PlyrSel.Font = Enum.Font.SourceSans
  840. PlyrSel.Text = "SELECT A PLAYER"
  841. PlyrSel.TextColor3 = Color3.new(0, 0, 0)
  842. PlyrSel.TextScaled = true
  843. PlyrSel.TextSize = 17
  844. PlyrSel.TextWrapped = true
  845.  
  846. Player1.Name = "Player1"
  847. Player1.Parent = PlayerFrame
  848. Player1.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  849. Player1.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  850. Player1.Position = UDim2.new(0, 5, 0, 35)
  851. Player1.Size = UDim2.new(0, 160, 0, 20)
  852. Player1.Font = Enum.Font.Fantasy
  853. Player1.Text = ""
  854. Player1.TextColor3 = Color3.new(1, 1, 1)
  855. Player1.TextSize = 15
  856. Player1.TextWrapped = true
  857.  
  858. Player2.Name = "Player2"
  859. Player2.Parent = PlayerFrame
  860. Player2.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  861. Player2.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  862. Player2.Position = UDim2.new(0, 5, 0, 60)
  863. Player2.Size = UDim2.new(0, 160, 0, 20)
  864. Player2.Font = Enum.Font.Fantasy
  865. Player2.Text = ""
  866. Player2.TextColor3 = Color3.new(1, 1, 1)
  867. Player2.TextSize = 15
  868. Player2.TextWrapped = true
  869.  
  870. Player3.Name = "Player3"
  871. Player3.Parent = PlayerFrame
  872. Player3.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  873. Player3.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  874. Player3.Position = UDim2.new(0, 5, 0, 85)
  875. Player3.Size = UDim2.new(0, 160, 0, 20)
  876. Player3.Font = Enum.Font.Fantasy
  877. Player3.Text = ""
  878. Player3.TextColor3 = Color3.new(1, 1, 1)
  879. Player3.TextSize = 15
  880. Player3.TextWrapped = true
  881.  
  882. Player4.Name = "Player4"
  883. Player4.Parent = PlayerFrame
  884. Player4.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  885. Player4.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  886. Player4.Position = UDim2.new(0, 5, 0, 110)
  887. Player4.Size = UDim2.new(0, 160, 0, 20)
  888. Player4.Font = Enum.Font.Fantasy
  889. Player4.Text = ""
  890. Player4.TextColor3 = Color3.new(1, 1, 1)
  891. Player4.TextSize = 15
  892. Player4.TextWrapped = true
  893.  
  894. Player5.Name = "Player5"
  895. Player5.Parent = PlayerFrame
  896. Player5.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  897. Player5.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  898. Player5.Position = UDim2.new(0, 5, 0, 135)
  899. Player5.Size = UDim2.new(0, 160, 0, 20)
  900. Player5.Font = Enum.Font.Fantasy
  901. Player5.Text = ""
  902. Player5.TextColor3 = Color3.new(1, 1, 1)
  903. Player5.TextSize = 15
  904. Player5.TextWrapped = true
  905.  
  906. TpPlayer.Name = "TpPlayer"
  907. TpPlayer.Parent = PlayerFrame
  908. TpPlayer.BackgroundColor3 = Color3.new(0.18, 0.18, 0.18)
  909. TpPlayer.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  910. TpPlayer.Position = UDim2.new(0, 5, 0, 165)
  911. TpPlayer.Size = UDim2.new(0, 160, 0, 30)
  912. TpPlayer.Font = Enum.Font.Fantasy
  913. TpPlayer.Text = "Teleport to Player"
  914. TpPlayer.TextColor3 = Color3.new(1, 1, 1)
  915. TpPlayer.TextWrapped = true
  916. TpPlayer.TextSize = 17
  917.  
  918. PollenFarm.Name = "PollenFarm"
  919. PollenFarm.Parent = MainFrame
  920. PollenFarm.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  921. PollenFarm.BorderColor3 = Color3.new(0, 1, 0)
  922. PollenFarm.Position = UDim2.new(0, 183, 0, 5)
  923. PollenFarm.Size = UDim2.new(0, 100, 0, 20)
  924. PollenFarm.Font = Enum.Font.Fantasy
  925. PollenFarm.TextColor3 = Color3.new(1, 1, 1)
  926. PollenFarm.Text = "Farm Pollen"
  927. PollenFarm.TextSize = 17
  928. PollenFarm.TextWrapped = true
  929.  
  930. AutoDig.Name = "AutoDig"
  931. AutoDig.Parent = MainFrame
  932. AutoDig.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  933. AutoDig.BorderColor3 = Color3.new(0, 1, 0)
  934. AutoDig.Position = UDim2.new(0, 288, 0, 5)
  935. AutoDig.Size = UDim2.new(0, 70, 0, 20)
  936. AutoDig.Font = Enum.Font.Fantasy
  937. AutoDig.TextColor3 = Color3.new(1, 1, 1)
  938. AutoDig.Text = "Auto Dig"
  939. AutoDig.TextSize = 17
  940. AutoDig.TextWrapped = true
  941.  
  942. FindTreasures.Name = "FindTreasures"
  943. FindTreasures.Parent = MainFrame
  944. FindTreasures.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  945. FindTreasures.BorderColor3 = Color3.new(0, 1, 0)
  946. FindTreasures.Position = UDim2.new(0, 363, 0, 5)
  947. FindTreasures.Size = UDim2.new(0, 130, 0, 20)
  948. FindTreasures.BackgroundTransparency = 0
  949. FindTreasures.Font = Enum.Font.Fantasy
  950. FindTreasures.TextColor3 = Color3.new(1, 1, 1)
  951. FindTreasures.Text = "Collect Treasures"
  952. FindTreasures.TextSize = 17
  953. FindTreasures.TextWrapped = true
  954.  
  955. FindTreasuresText1.Name = "FindTreasuresText1"
  956. FindTreasuresText1.Parent = MainFrame
  957. FindTreasuresText1.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  958. FindTreasuresText1.BorderColor3 = Color3.new(0, 0, 0)
  959. FindTreasuresText1.BackgroundTransparency = 0.1
  960. FindTreasuresText1.Position = UDim2.new(0, 333, 0, 34)
  961. FindTreasuresText1.Size = UDim2.new(0, 190, 0, 85)
  962. FindTreasuresText1.TextColor3 = Color3.new(1, 1, 1)
  963. FindTreasuresText1.Font = Enum.Font.Fantasy
  964. FindTreasuresText1.Text = "This will Teleport you to all the hidden treasures on the map. It will only work once\nas the treasures do not respawn."
  965. FindTreasuresText1.TextSize = 16
  966. FindTreasuresText1.TextWrapped = true
  967. FindTreasuresText1.ZIndex = 6
  968. FindTreasuresText1.Visible = false
  969. FindTreasuresText1.TextYAlignment = Enum.TextYAlignment.Top
  970.  
  971. ExtrasScreen.Name = "ExtrasScreen"
  972. ExtrasScreen.Parent = MainFrame
  973. ExtrasScreen.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  974. ExtrasScreen.BorderColor3 = Color3.new(0, 1, 0)
  975. ExtrasScreen.Position = UDim2.new(0, 498, 0, 5)
  976. ExtrasScreen.Size = UDim2.new(0, 50, 0, 20)
  977. ExtrasScreen.BackgroundTransparency = 0
  978. ExtrasScreen.Font = Enum.Font.Fantasy
  979. ExtrasScreen.TextColor3 = Color3.new(1, 1, 1)
  980. ExtrasScreen.Text = "Extras"
  981. ExtrasScreen.TextSize = 17
  982. ExtrasScreen.TextWrapped = true
  983.  
  984. ExtrasFrame.Name = "ExtrasFrame"
  985. ExtrasFrame.Parent = MainFrame
  986. ExtrasFrame.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  987. ExtrasFrame.BorderColor3 = Color3.new(0, 0, 0)
  988. ExtrasFrame.BackgroundTransparency = 0.5
  989. ExtrasFrame.Position = UDim2.new(0, 428, 0, 34)
  990. ExtrasFrame.Size = UDim2.new(0, 170, 0, 105)
  991. ExtrasFrame.Visible = false
  992.  
  993. NoClip.Name = "NoClip"
  994. NoClip.Parent = ExtrasFrame
  995. NoClip.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  996. NoClip.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  997. NoClip.Position = UDim2.new(0, 5, 0, 5)
  998. NoClip.Size = UDim2.new(0, 160, 0, 20)
  999. NoClip.Font = Enum.Font.Fantasy
  1000. NoClip.TextColor3 = Color3.new(1, 1, 1)
  1001. NoClip.Text = "Enable NoClip"
  1002. NoClip.TextSize = 17
  1003. NoClip.TextWrapped = true
  1004.  
  1005. TPTool.Name = "TPTool"
  1006. TPTool.Parent = ExtrasFrame
  1007. TPTool.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1008. TPTool.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  1009. TPTool.Position = UDim2.new(0, 5, 0, 30)
  1010. TPTool.Size = UDim2.new(0, 160, 0, 20)
  1011. TPTool.TextColor3 = Color3.new(1, 1, 1)
  1012. TPTool.Font = Enum.Font.Fantasy
  1013. TPTool.Text = "Add TPTool"
  1014. TPTool.TextSize = 16
  1015.  
  1016. BTool.Name = "BTool"
  1017. BTool.Parent = ExtrasFrame
  1018. BTool.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1019. BTool.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  1020. BTool.Position = UDim2.new(0, 5, 0, 55)
  1021. BTool.Size = UDim2.new(0, 160, 0, 20)
  1022. BTool.TextColor3 = Color3.new(1, 1, 1)
  1023. BTool.Font = Enum.Font.Fantasy
  1024. BTool.Text = "Add BTools"
  1025. BTool.TextSize = 16
  1026.  
  1027. ReJoinServer.Name = "ReJoinServer"
  1028. ReJoinServer.Parent = ExtrasFrame
  1029. ReJoinServer.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1030. ReJoinServer.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  1031. ReJoinServer.Position = UDim2.new(0, 5, 0, 80)
  1032. ReJoinServer.Size = UDim2.new(0, 160, 0, 20)
  1033. ReJoinServer.TextColor3 = Color3.new(1, 1, 1)
  1034. ReJoinServer.Font = Enum.Font.Fantasy
  1035. ReJoinServer.Text = "ReJoin a Server"
  1036. ReJoinServer.TextSize = 16
  1037. ReJoinServer.TextWrapped = true
  1038.  
  1039. InfoScreen.Name = "InfoScreen"
  1040. InfoScreen.Parent = MainFrame
  1041. InfoScreen.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1042. InfoScreen.BorderColor3 = Color3.new(0, 1, 0)
  1043. InfoScreen.Position = UDim2.new(0, 553, 0, 5)
  1044. InfoScreen.Size = UDim2.new(0, 40, 0, 20)
  1045. InfoScreen.BackgroundTransparency = 0
  1046. InfoScreen.Font = Enum.Font.Fantasy
  1047. InfoScreen.TextColor3 = Color3.new(1, 1, 1)
  1048. InfoScreen.Text = "Info"
  1049. InfoScreen.TextSize = 17
  1050. InfoScreen.TextWrapped = true
  1051.  
  1052. InfoFrame.Name = "InfoFrame"
  1053. InfoFrame.Parent = MainFrame
  1054. InfoFrame.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1055. InfoFrame.BorderColor3 = Color3.new(0, 0, 0)
  1056. InfoFrame.BackgroundTransparency = 0.1
  1057. InfoFrame.Position = UDim2.new(0, 398, 0, 34)
  1058. InfoFrame.Size = UDim2.new(0, 200, 0, 160)
  1059. InfoFrame.Visible = false
  1060.  
  1061. InfoText1.Name = "InfoText1"
  1062. InfoText1.Parent = InfoFrame
  1063. InfoText1.BackgroundColor3 = Color3.new(0, 0, 0)
  1064. InfoText1.BorderColor3 = Color3.new(0, 0, 0)
  1065. InfoText1.BackgroundTransparency = 1
  1066. InfoText1.Position = UDim2.new(0, 5, 0, 5)
  1067. InfoText1.Size = UDim2.new(0, 190, 0, 210)
  1068. InfoText1.TextColor3 = Color3.new(1, 1, 1)
  1069. InfoText1.Font = Enum.Font.Fantasy
  1070. InfoText1.Text = "This Gui was created by LuckyMMB@V3rmillion.net\nDiscord https://discord.gg/GKzJnUC\n\nCredits:\nsirelKilla @ v3rmillion for the pollen farming script\nTechnoDaft for adding Btools and Waypoints\nnewdarkt for adding the King Beetles Lair location"
  1071. InfoText1.TextSize = 15
  1072. InfoText1.TextWrapped = true
  1073. InfoText1.TextYAlignment = Enum.TextYAlignment.Top
  1074.  
  1075. function notify(msg)
  1076. game.StarterGui:SetCore('SendNotification', {
  1077. Title = 'Bee Swarm LuckyGUI';
  1078. Text = msg;
  1079. Duration = 5;
  1080. })
  1081. end
  1082.  
  1083. --- Close ---
  1084.  
  1085. Close.MouseButton1Down:connect(function()
  1086. MainGUI:Destroy()
  1087. end)
  1088.  
  1089. --- Menus ---
  1090.  
  1091. local Menus = {
  1092. [WayPoints] = WayPointsFrame;
  1093. [ExtrasScreen] = ExtrasFrame;
  1094. [InfoScreen] = InfoFrame;
  1095. [Players] = PlayerFrame;
  1096. }
  1097. for button,frame in pairs(Menus) do
  1098. button.MouseButton1Click:connect(function()
  1099. if frame.Visible then
  1100. frame.Visible = false
  1101. return
  1102. end
  1103. for k,v in pairs(Menus) do
  1104. v.Visible = v == frame
  1105. end
  1106. end)
  1107. end
  1108.  
  1109. --- Snow Menus Show Hide ---
  1110.  
  1111. FindTreasures.MouseEnter:connect(function()
  1112. FindTreasuresText1.Visible = true
  1113. end)
  1114.  
  1115. FindTreasures.MouseLeave:connect(function()
  1116. FindTreasuresText1.Visible = false
  1117. end)
  1118.  
  1119. -- Pollen Farming --
  1120.  
  1121. spawn (function()
  1122. while true do
  1123. wait(0.2)
  1124. if PollenFarmActive == true then
  1125. local player = game:GetService("Players").LocalPlayer
  1126. local currp
  1127. workspace.Collectibles.ChildAdded:Connect(function(part)
  1128. wait(0.5)
  1129. if currp and (part.Position-currp).magnitude < 50 then
  1130. player.Character:MoveTo(part.Position)
  1131. wait(0.3)
  1132. player.Character:MoveTo(currp)
  1133. end
  1134. end)
  1135. local pollenLbl = player.Character:FindFirstChild("ProgressLabel",true)
  1136. if not pollenLbl then
  1137. error("Backpack not found")
  1138. end
  1139. local maxpollen = tonumber(pollenLbl.Text:match("%d+$"))
  1140. local pollenTool = player.Character:FindFirstChildOfClass("Tool") or player.Backpack:FindFirstChildOfClass("Tool")
  1141. if pollenTool==nil or pollenTool:FindFirstChild("ClickEvent")==nil then
  1142. error("Tool not found")
  1143. end
  1144. print("Backpack size: " .. maxpollen)
  1145. if Field1AFActive == true then
  1146. fieldpos = {Vector3.new(-207.426,3,132.8),Vector3.new(-207.426,3,162.8),Vector3.new(-207.426,3,192.8)}
  1147. print("Farming Sunflower Zone")
  1148. elseif Field2AFActive == true then
  1149. fieldpos = {Vector3.new(-109.1, 3.3, 134.4),Vector3.new(-61.9, 3.3, 135.7)}
  1150. print("Farming Mushroom Zone")
  1151. elseif Field3AFActive == true then
  1152. fieldpos = {Vector3.new(-70.35,4,221.5),Vector3.new(-30.35,4,221.5),Vector3.new(10.35,4,221.5)}
  1153. print("Farming Dandelion Zone")
  1154. elseif Field4AFActive == true then
  1155. fieldpos = {Vector3.new(106.8,4,100.5),Vector3.new(146.8,4,100.5),Vector3.new(186.8,4,100.5)}
  1156. print("Farming Blue Flower Zone")
  1157. elseif Field5AFActive == true then
  1158. fieldpos = {Vector3.new(140.17,33,196.3),Vector3.new(180.17,33,196.3),Vector3.new(220.17,33,196.3)}
  1159. print("Farming Clover Zone")
  1160. elseif Field6AFActive == true then
  1161. fieldpos = {Vector3.new(-178.178,20,29.8),Vector3.new(-178.178,20,-9.8),Vector3.new(-178.178,20,-39.8)}
  1162. print("Farming StrawBerry Zone")
  1163. elseif Field7AFActive == true then
  1164. fieldpos = {Vector3.new(-81.4,20,-3.5),Vector3.new(-41.4,20,-3.5),Vector3.new(-1.4,20,-3.5)}
  1165. print("Farming Spider Zone")
  1166. elseif Field8AFActive == true then
  1167. fieldpos = {Vector3.new(92.9,20,-25.6),Vector3.new(132.9,20,-25.6),Vector3.new(172.9,20,-25.6)}
  1168. print("Farming BamBoo Zone")
  1169. elseif Field9AFActive == true then
  1170. fieldpos = {Vector3.new(-282.835,20,129),Vector3.new(-322.835,20,129),Vector3.new(-362.835,20,129)}
  1171. print("Farming Rose Zone")
  1172. elseif Field10AFActive == true then
  1173. 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)}
  1174. print("Farming Pine Tree Zone")
  1175. elseif Field11AFActive == true then
  1176. fieldpos = {Vector3.new(-159.5,68,-101.5),Vector3.new(-194.5,68,-112.5),Vector3.new(-229.5,68,-101.5)}
  1177. print("Farming Cactus Zone")
  1178. elseif Field12AFActive == true then
  1179. fieldpos = {Vector3.new(-156.5,67,-183.8),Vector3.new(-191.5,67,-183.8),Vector3.new(-226.5,67,-183.8)}
  1180. print("Farming Pumpkin Zone")
  1181. elseif Field13AFActive == true then
  1182. fieldpos = {Vector3.new(295.3,70.2,-198.1),Vector3.new(260.3,70.2,-198.1),Vector3.new(225.3,70.2,-198.1)}
  1183. print("Farming Pineapple Zone")
  1184. elseif Field14AFActive == true then
  1185. fieldpos = {Vector3.new(55, 176, -145),Vector3.new(55, 176, -185),Vector3.new(55, 176, -225),Vector3.new(95, 176, -225),Vector3.new(95, 176, -185),Vector3.new(95, 176, -145)}
  1186. print("Farming Mountain Top Zone")
  1187. else
  1188. if maxpollen < 9999 then
  1189. 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)}
  1190. print("Auto Farming Zone 1 selected")
  1191. else
  1192. fieldpos = {Vector3.new(55, 176, -145),Vector3.new(55, 176, -185),Vector3.new(55, 176, -225),Vector3.new(95, 176, -225),Vector3.new(95, 176, -185),Vector3.new(95, 176, -145)}
  1193. print("Auto Farming Zone 2 selected")
  1194. end
  1195. end
  1196. local posIndex = 0
  1197. while PollenFarmActive do
  1198. --collect pollen
  1199. pollenTool.Parent = player.Character
  1200. wait(0.1)
  1201. while PollenFarmActive and player.leaderstats.Pollen.Value<maxpollen do
  1202. posIndex=posIndex+1
  1203. if posIndex>#fieldpos then posIndex=1 end
  1204. for rot=1,4 do
  1205. if not PollenFarmActive then break end
  1206. local angle = CFrame.Angles(0,math.pi*.5*rot,0)
  1207. currp = fieldpos[posIndex]+angle.lookVector*10
  1208. player.Character.HumanoidRootPart.CFrame=CFrame.new(currp)*angle
  1209. for i=1,25 do
  1210. if not PollenFarmActive then break end
  1211. wait(0.2)
  1212. pollenTool.ClickEvent:FireServer(currp)
  1213. end
  1214. if player.leaderstats.Pollen.Value+1>maxpollen then break end
  1215. end
  1216. end
  1217. --turn to honey
  1218. currp=nil
  1219. player.Character:MoveTo(player.SpawnPos.Value.p)
  1220. wait(1)
  1221. game:GetService("ReplicatedStorage").Events.PlayerHiveCommand:FireServer("ToggleHoneyMaking")
  1222. if PollenFarmActive then
  1223. repeat wait(0.5) until player.leaderstats.Pollen.Value < 1
  1224. wait(10)
  1225. end
  1226. end
  1227. end
  1228. end
  1229. end)
  1230.  
  1231. --- WayPoints ---
  1232.  
  1233. local WayPoints = {
  1234. ["Black Bear"] = CFrame.new(-258.1, 5, 299.7),
  1235. ["Brown Bear"] = CFrame.new(282, 46, 236),
  1236. ["Panda Bear"] = CFrame.new(106.3, 35, 50.1),
  1237. ["Polar Bear"] = CFrame.new(-106, 119, -77),
  1238. ["Science Bear"] = CFrame.new(267, 103, 20),
  1239. ["Traveling Bear"] = CFrame.new(34, 14, 371),
  1240. ["Redfield Boost"] = CFrame.new(-332, 20, 244),
  1241. ["Bluefield Boost"] = CFrame.new(319, 58, 103),
  1242. ["MountainTop Boost"] = CFrame.new(-40, 176, -191.7),
  1243. ["Red Cannon (22)"] = CFrame.new(-240, 17, 345),
  1244. ["Blue Cannon (16)"] = CFrame.new(-287, 73, 22),
  1245. ["Yellow Cannon (12)"] = CFrame.new(266, 109, -25),
  1246. ["Slingshot (8)"] = CFrame.new(78, 23, 149),
  1247. ["Bee Shop"] = CFrame.new(-136.8, 4.6, 243.4),
  1248. ["Tool Shop"] = CFrame.new(86, 4.6, 294),
  1249. ["Tool Shop 2"] = CFrame.new(165, 69, -161),
  1250. ["MountainTop Shop"] = CFrame.new(-18, 176, -137),
  1251. ["Ticket Tent"] = CFrame.new(-234, 17, 398),
  1252. ["Red Clubhouse"] = CFrame.new(-334, 21, 216),
  1253. ["Blue Clubhouse"] = CFrame.new(292, 4, 98),
  1254. ["Ticket Shop"] = CFrame.new(-14, 184, -232),
  1255. ["Club Honey"] = CFrame.new(47, 5, 323),
  1256. ["RoyalJelly Shop"] = CFrame.new(-297, 53, 68),
  1257. ["Ticket RoyalJelly Shop"] = CFrame.new(81, 18, 240),
  1258. ["Honeystorm Dispensor"] = CFrame.new(301, 48, 191),
  1259. ["Instant Honey Convertor"] = CFrame.new(282, 68, -62),
  1260. ["King Beetles Lair"] = CFrame.new(218, 3, 140),
  1261. ["Clover Field"] = CFrame.new(174, 34, 189),
  1262. ["Mushroom Field"] = CFrame.new(-258.1, 5, 299.7),
  1263. ["Spider Field"] = CFrame.new(-57.2, 20, -5.3),
  1264. ["Blue Field"] = CFrame.new(113.7, 4, 101.5),
  1265. ["Sunflower Field"] = CFrame.new(-208, 4, 185),
  1266. ["StrawBerry Field"] = CFrame.new(-169.3, 20, -3.2),
  1267. ["Red Field"] = CFrame.new(-258.1, 5, 299.7),
  1268. ["Dandelion Field"] = CFrame.new(-30, 4, 225),
  1269. ["BamBoo Field"] = CFrame.new(93, 20, -25),
  1270. ["Rose Field"] = CFrame.new(-322, 20, 124),
  1271. ["Mushroom Field"] = CFrame.new(-94, 5, 116),
  1272. ["Cactus Field"] = CFrame.new(-194, 68, -107),
  1273. ["Pumpkin Field"] = CFrame.new(-194, 68, -182),
  1274. ["MountainTop Field"] = CFrame.new(76, 176, -181),
  1275. ["PineTree Field"] = CFrame.new(-318, 68, -150),
  1276. ["Pineapple Field"] = CFrame.new(262, 68, -201)
  1277. }
  1278.  
  1279. ReturnToHive.MouseButton1Down:connect(function()
  1280. local player = game:GetService("Players").LocalPlayer
  1281. player.Character:MoveTo(player.SpawnPos.Value.p)
  1282. WayPointsFrame.Visible = false
  1283. notify'Teleported to Hive'
  1284. end)
  1285.  
  1286. BlackBear.MouseButton1Down:connect(function()
  1287. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1288. uTorso.CFrame = WayPoints["Black Bear"]
  1289. WayPointsFrame.Visible = false
  1290. notify'Teleported to Black Bear'
  1291. end)
  1292.  
  1293. BrownBear.MouseButton1Down:connect(function()
  1294. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1295. uTorso.CFrame = WayPoints["Brown Bear"]
  1296. WayPointsFrame.Visible = false
  1297. notify'Teleported to Brown Bear'
  1298. end)
  1299.  
  1300. PandaBear.MouseButton1Down:connect(function()
  1301. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1302. uTorso.CFrame = WayPoints["Panda Bear"]
  1303. WayPointsFrame.Visible = false
  1304. notify'Teleported to Panda Bear'
  1305. end)
  1306.  
  1307. PolarBear.MouseButton1Down:connect(function()
  1308. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1309. uTorso.CFrame = WayPoints["Polar Bear"]
  1310. WayPointsFrame.Visible = false
  1311. notify'Teleported to Polar Bear'
  1312. end)
  1313.  
  1314. ScienceBear.MouseButton1Down:connect(function()
  1315. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1316. uTorso.CFrame = WayPoints["Science Bear"]
  1317. WayPointsFrame.Visible = false
  1318. notify'Teleported to Science Bear'
  1319. end)
  1320.  
  1321. TravelingBear.MouseButton1Down:connect(function()
  1322. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1323. uTorso.CFrame = WayPoints["Traveling Bear"]
  1324. WayPointsFrame.Visible = false
  1325. notify'Teleported to Traveling Bear'
  1326. end)
  1327.  
  1328. RedBoost.MouseButton1Down:connect(function()
  1329. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1330. uTorso.CFrame = WayPoints["Redfield Boost"]
  1331. WayPointsFrame.Visible = false
  1332. notify'Teleported to Redfield Boost'
  1333. end)
  1334.  
  1335. BlueBoost.MouseButton1Down:connect(function()
  1336. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1337. uTorso.CFrame = WayPoints["Bluefield Boost"]
  1338. WayPointsFrame.Visible = false
  1339. notify'Teleported to Bluefield Boost'
  1340. end)
  1341.  
  1342. MountainBoost.MouseButton1Down:connect(function()
  1343. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1344. uTorso.CFrame = WayPoints["MountainTop Boost"]
  1345. WayPointsFrame.Visible = false
  1346. notify'Teleported to MountainTop Boost'
  1347. end)
  1348.  
  1349. RedCannon.MouseButton1Down:connect(function()
  1350. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1351. uTorso.CFrame = WayPoints["Red Cannon (22)"]
  1352. WayPointsFrame.Visible = false
  1353. notify'Teleported to Red Cannon (22)'
  1354. end)
  1355.  
  1356. BlueCannon.MouseButton1Down:connect(function()
  1357. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1358. uTorso.CFrame = WayPoints["Blue Cannon (16)"]
  1359. WayPointsFrame.Visible = false
  1360. notify'Teleported to Blue Cannon (16)'
  1361. end)
  1362.  
  1363. YellowCannon.MouseButton1Down:connect(function()
  1364. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1365. uTorso.CFrame = WayPoints["Yellow Cannon (12)"]
  1366. WayPointsFrame.Visible = false
  1367. notify'Teleported to Yellow Cannon (12)'
  1368. end)
  1369.  
  1370. Slingshot.MouseButton1Down:connect(function()
  1371. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1372. uTorso.CFrame = WayPoints["Slingshot (8)"]
  1373. WayPointsFrame.Visible = false
  1374. notify'Teleported to Slingshot (8)'
  1375. end)
  1376.  
  1377. BeeShop.MouseButton1Down:connect(function()
  1378. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1379. uTorso.CFrame = WayPoints["Bee Shop"]
  1380. WayPointsFrame.Visible = false
  1381. notify'Teleported to Bee Shop'
  1382. end)
  1383.  
  1384. TPShop.MouseButton1Down:connect(function()
  1385. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1386. uTorso.CFrame = WayPoints["Tool Shop"]
  1387. WayPointsFrame.Visible = false
  1388. notify'Teleported to Basic Tool Shop'
  1389. end)
  1390.  
  1391. TPShop2.MouseButton1Down:connect(function()
  1392. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1393. uTorso.CFrame = WayPoints["Tool Shop 2"]
  1394. WayPointsFrame.Visible = false
  1395. notify'Teleported to Advanced Tool Shop'
  1396. end)
  1397.  
  1398. MountainTopShop.MouseButton1Down:connect(function()
  1399. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1400. uTorso.CFrame = WayPoints["MountainTop Shop"]
  1401. WayPointsFrame.Visible = false
  1402. notify'Teleported to MountainTop Shop'
  1403. end)
  1404.  
  1405. TentShop.MouseButton1Down:connect(function()
  1406. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1407. uTorso.CFrame = WayPoints["Ticket Tent"]
  1408. WayPointsFrame.Visible = false
  1409. notify'Teleported to Ticket Tent Shop'
  1410. end)
  1411.  
  1412. RedClubhouse.MouseButton1Down:connect(function()
  1413. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1414. uTorso.CFrame = WayPoints["Red Clubhouse"]
  1415. WayPointsFrame.Visible = false
  1416. notify'Teleported to Red ClubHouse'
  1417. end)
  1418.  
  1419. BlueClubhouse.MouseButton1Down:connect(function()
  1420. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1421. uTorso.CFrame = WayPoints["Blue Clubhouse"]
  1422. WayPointsFrame.Visible = false
  1423. notify'Teleported to Blue ClubHouse'
  1424. end)
  1425.  
  1426. TicketShop.MouseButton1Down:connect(function()
  1427. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1428. uTorso.CFrame = WayPoints["Ticket Shop"]
  1429. WayPointsFrame.Visible = false
  1430. notify'Teleported to Ticket Shop'
  1431. end)
  1432.  
  1433. ClubHoney.MouseButton1Down:connect(function()
  1434. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1435. uTorso.CFrame = WayPoints["Club Honey"]
  1436. WayPointsFrame.Visible = false
  1437. notify'Teleported to Club Honey Dispensor'
  1438. end)
  1439.  
  1440. RoyalJellyShop.MouseButton1Down:connect(function()
  1441. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1442. uTorso.CFrame = WayPoints["RoyalJelly Shop"]
  1443. WayPointsFrame.Visible = false
  1444. notify'Teleported to RoyalJelly Shop'
  1445. end)
  1446.  
  1447. TicketRoyalJelly.MouseButton1Down:connect(function()
  1448. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1449. uTorso.CFrame = WayPoints["Ticket RoyalJelly Shop"]
  1450. WayPointsFrame.Visible = false
  1451. notify'Teleported to Ticket Royal Jelly Shop'
  1452. end)
  1453.  
  1454. Honeystorm.MouseButton1Down:connect(function()
  1455. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1456. uTorso.CFrame = WayPoints["Honeystorm Dispensor"]
  1457. WayPointsFrame.Visible = false
  1458. notify'Teleported to Honeystorm'
  1459. end)
  1460.  
  1461. HoneyConvertor.MouseButton1Down:connect(function()
  1462. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1463. uTorso.CFrame = WayPoints["Instant Honey Convertor"]
  1464. WayPointsFrame.Visible = false
  1465. notify'Teleported to Instant Honey Convertor'
  1466. end)
  1467.  
  1468. KingbeetlesLair.MouseButton1Down:connect(function()
  1469. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1470. uTorso.CFrame = WayPoints["King Beetles Lair"]
  1471. WayPointsFrame.Visible = false
  1472. notify'Teleported to King Beetles Lair'
  1473. end)
  1474.  
  1475.  
  1476. MushRoomField.MouseButton1Down:connect(function()
  1477. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1478. uTorso.CFrame = WayPoints["Mushroom Field"]
  1479. WayPointsFrame.Visible = false
  1480. notify'Teleported to Mushroom Field'
  1481. end)
  1482.  
  1483. StrawBerryField.MouseButton1Down:connect(function()
  1484. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1485. uTorso.CFrame = WayPoints["StrawBerry Field"]
  1486. WayPointsFrame.Visible = false
  1487. notify'Teleported to StrawBerry Field'
  1488. end)
  1489.  
  1490. CloverField.MouseButton1Down:connect(function()
  1491. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1492. uTorso.CFrame = WayPoints["Clover Field"]
  1493. WayPointsFrame.Visible = false
  1494. notify'Teleported to Clover Field'
  1495. end)
  1496.  
  1497. SpiderField.MouseButton1Down:connect(function()
  1498. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1499. uTorso.CFrame = WayPoints["Spider Field"]
  1500. WayPointsFrame.Visible = false
  1501. notify'Teleported to Spider Field'
  1502. end)
  1503.  
  1504. BlueField.MouseButton1Down:connect(function()
  1505. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1506. uTorso.CFrame = WayPoints["Blue Field"]
  1507. WayPointsFrame.Visible = false
  1508. notify'Teleported to Blue Field'
  1509. end)
  1510.  
  1511. SunflowerField.MouseButton1Down:connect(function()
  1512. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1513. uTorso.CFrame = WayPoints["Sunflower Field"]
  1514. WayPointsFrame.Visible = false
  1515. notify'Teleported to Sunflower Field'
  1516. end)
  1517.  
  1518. DandelionField.MouseButton1Down:connect(function()
  1519. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1520. uTorso.CFrame = WayPoints["Dandelion Field"]
  1521. WayPointsFrame.Visible = false
  1522. notify'Teleported to Dandelion Field'
  1523. end)
  1524.  
  1525. BamBooField.MouseButton1Down:connect(function()
  1526. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1527. uTorso.CFrame = WayPoints["BamBoo Field"]
  1528. WayPointsFrame.Visible = false
  1529. notify'Teleported to BamBoo Field'
  1530. end)
  1531.  
  1532. RoseField.MouseButton1Down:connect(function()
  1533. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1534. uTorso.CFrame = WayPoints["Rose Field"]
  1535. WayPointsFrame.Visible = false
  1536. notify'Teleported to Rose Field'
  1537. end)
  1538.  
  1539. CactusField.MouseButton1Down:connect(function()
  1540. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1541. uTorso.CFrame = WayPoints["Cactus Field"]
  1542. WayPointsFrame.Visible = false
  1543. notify'Teleported to BamBoo Field'
  1544. end)
  1545.  
  1546. PumpkinField.MouseButton1Down:connect(function()
  1547. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1548. uTorso.CFrame = WayPoints["Pumpkin Field"]
  1549. WayPointsFrame.Visible = false
  1550. notify'Teleported to BamBoo Field'
  1551. end)
  1552.  
  1553. PineTreeField.MouseButton1Down:connect(function()
  1554. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1555. uTorso.CFrame = WayPoints["PineTree Field"]
  1556. WayPointsFrame.Visible = false
  1557. notify'Teleported to BamBoo Field'
  1558. end)
  1559.  
  1560. MountainTopField.MouseButton1Down:connect(function()
  1561. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1562. uTorso.CFrame = WayPoints["MountainTop Field"]
  1563. WayPointsFrame.Visible = false
  1564. notify'Teleported to Mountain Top Field'
  1565. end)
  1566.  
  1567. PineappleField.MouseButton1Down:connect(function()
  1568. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1569. uTorso.CFrame = WayPoints["Pineapple Field"]
  1570. WayPointsFrame.Visible = false
  1571. notify'Teleported to Pineapple Field'
  1572. end)
  1573.  
  1574. -- Show Location --
  1575.  
  1576. spawn (function()
  1577. while true do
  1578. function round(num, numDecimalPlaces)
  1579. local mult = 10^(numDecimalPlaces or 0)
  1580. return math.floor(num * mult + 0.5) / mult
  1581. end
  1582. LocationX = round(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.x, 1)
  1583. LocationY = round(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.y, 1)
  1584. LocationZ = round(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.z, 1)
  1585. ShowLocation.Text = "Coords: "..LocationX..", "..LocationY..", "..LocationZ
  1586. wait(0.5)
  1587. end
  1588. end)
  1589.  
  1590. SetLocation.MouseButton1Down:connect(function()
  1591. function round(num, numDecimalPlaces)
  1592. local mult = 10^(numDecimalPlaces or 0)
  1593. return math.floor(num * mult + 0.5) / mult
  1594. end
  1595. setlocationx = round(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.x, 0)
  1596. setlocationy = round(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.y, 0)
  1597. setlocationz = round(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.z, 0)
  1598. print("Set Custom Location: "..setlocationx..", "..setlocationy..", "..setlocationz)
  1599. SetLocation.Text = "Set: " ..setlocationx..","..setlocationy..","..setlocationz
  1600. CustomLocationSet = true
  1601. end)
  1602.  
  1603. --- TP to custom location ---
  1604.  
  1605. TPLocation.MouseButton1Down:connect(function()
  1606. if CustomLocationSet == true then
  1607. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1608. uTorso.CFrame = CFrame.new(setlocationx, setlocationy, setlocationz)
  1609. end
  1610. end)
  1611.  
  1612. --- Player Teleport ---
  1613.  
  1614. local buttons = {
  1615. Player1,
  1616. Player2,
  1617. Player3,
  1618. Player4,
  1619. Player5
  1620. }
  1621. for i, v in pairs(game.Players:GetChildren()) do
  1622. buttons[i].Text = v.Name
  1623. buttons[i].Visible = true
  1624. end
  1625. game.Players.PlayerRemoving:connect(function()
  1626. for i, v in pairs(game.Players:GetChildren()) do
  1627. buttons[i].Text = v.Name
  1628. buttons[i].Visible = true
  1629. end
  1630. end)
  1631. game.Players.PlayerAdded:connect(function()
  1632. for i, v in pairs(game.Players:GetChildren()) do
  1633. buttons[i].Text = v.Name
  1634. buttons[i].Visible = true
  1635. end
  1636. end)
  1637.  
  1638. Player1.MouseButton1Down:connect(function()
  1639. PlyrSel.Text = Player1.Text
  1640. end)
  1641. Player2.MouseButton1Down:connect(function()
  1642. PlyrSel.Text = Player2.Text
  1643. end)
  1644. Player3.MouseButton1Down:connect(function()
  1645. PlyrSel.Text = Player3.Text
  1646. end)
  1647. Player4.MouseButton1Down:connect(function()
  1648. PlyrSel.Text = Player4.Text
  1649. end)
  1650. Player5.MouseButton1Down:connect(function()
  1651. PlyrSel.Text = Player5.Text
  1652. end)
  1653.  
  1654. TpPlayer.MouseButton1Down:connect(function()
  1655. if PlyrSel.Text == "SELECT A PLAYER" then
  1656. warn("No Player Selected")
  1657. else
  1658. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace[PlyrSel.Text].HumanoidRootPart.CFrame
  1659. end
  1660. end)
  1661.  
  1662. -- Find Hidden Treasures --
  1663.  
  1664. FindTreasures.MouseButton1Down:connect(function()
  1665. local player = game:GetService("Players").LocalPlayer
  1666. local function collecttreasure(treasure)
  1667. for i,v in ipairs(treasure:GetChildren()) do
  1668. if v.Parent then
  1669. player.Character:MoveTo(v.Position)
  1670. end
  1671. wait(1)
  1672. end
  1673. end
  1674. collecttreasure(workspace.TreasureCollectibles)
  1675. wait(1)
  1676. player.Character:MoveTo(player.SpawnPos.Value.p)
  1677. end)
  1678.  
  1679. --- NoClip ---
  1680.  
  1681. noclip = false
  1682. game:GetService('RunService').Stepped:connect(function()
  1683. if noclip then
  1684. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  1685. end
  1686. end)
  1687. NoClip.MouseButton1Down:connect(function()
  1688. noclip = not noclip
  1689. if NoClip.Text == "Enable NoClip" then
  1690. NoClip.Text = "Disable NoClip"
  1691. NoClip.BackgroundColor3 = Color3.new(0.5, 0, 0)
  1692. else
  1693. NoClip.Text = "Enable NoClip"
  1694. NoClip.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1695. end
  1696. end)
  1697.  
  1698. --- TP Tool ---
  1699.  
  1700. TPTool.MouseButton1Down:connect(function()
  1701. local Tele = Instance.new("Tool", game.Players.LocalPlayer.Backpack)
  1702. Tele.RequiresHandle = false
  1703. Tele.RobloxLocked = true
  1704. Tele.Name = "TPTool"
  1705. Tele.ToolTip = "Teleport Tool"
  1706. Tele.Equipped:connect(function(Mouse)
  1707. Mouse.Button1Down:connect(function()
  1708. if Mouse.Target then
  1709. game.Workspace:FindFirstChild(game.Players.LocalPlayer.Name).HumanoidRootPart.CFrame = (CFrame.new(Mouse.Hit.x, Mouse.Hit.y + 5, Mouse.Hit.z))
  1710. end
  1711. end)
  1712. end)
  1713. notify'TP Tool added to your Backpack'
  1714.  
  1715. end)
  1716.  
  1717. --- Builder Tool ---
  1718.  
  1719. BTool.MouseButton1Down:connect(function()
  1720. local tool1 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  1721. local tool2 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  1722. local tool3 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  1723. local tool4 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  1724. local tool5 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  1725. tool1.BinType = "Clone"
  1726. tool2.BinType = "GameTool"
  1727. tool3.BinType = "Hammer"
  1728. tool4.BinType = "Script"
  1729. tool5.BinType = "Grab"
  1730. notify'BTools added to your Backpack'
  1731. end)
  1732.  
  1733. --- Pollen Farm ---
  1734.  
  1735. PollenFarm.MouseButton1Click:connect(function()
  1736. if PollenFarmActive ~= true then
  1737. PollenFarmActive = true
  1738. Field1AFActive = false
  1739. Field2AFActive = false
  1740. Field3AFActive = false
  1741. Field4AFActive = false
  1742. Field5AFActive = false
  1743. Field6AFActive = false
  1744. Field7AFActive = false
  1745. Field8AFActive = false
  1746. Field9AFActive = false
  1747. Field10AFActive = false
  1748. Field11AFActive = false
  1749. Field12AFActive = false
  1750. Field13AFActive = false
  1751. Field14AFActive = false
  1752. PollenFarm.Text = "Stop Farming"
  1753. PollenFarm.BackgroundColor3 = Color3.new(0.5, 0, 0)
  1754. notify'Pollen Farming Started'
  1755. else
  1756. PollenFarmActive = false
  1757. Field1AFActive = false
  1758. Field2AFActive = false
  1759. Field3AFActive = false
  1760. Field4AFActive = false
  1761. Field5AFActive = false
  1762. Field6AFActive = false
  1763. Field7AFActive = false
  1764. Field8AFActive = false
  1765. Field9AFActive = false
  1766. Field10AFActive = false
  1767. Field11AFActive = false
  1768. Field12AFActive = false
  1769. Field13AFActive = false
  1770. Field14AFActive = false
  1771. notify'Pollen Farming Ended'
  1772. PollenFarm.Text = "Farm Pollen"
  1773. PollenFarm.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1774. local player = game:GetService("Players").LocalPlayer
  1775. currp=nil
  1776. player.Character:MoveTo(player.SpawnPos.Value.p)
  1777. end
  1778. end)
  1779.  
  1780. Field1AF.MouseButton1Down:connect(function()
  1781. PollenFarmActive = true
  1782. Field1AFActive = true
  1783. Field2AFActive = false
  1784. Field3AFActive = false
  1785. Field4AFActive = false
  1786. Field5AFActive = false
  1787. Field6AFActive = false
  1788. Field7AFActive = false
  1789. Field8AFActive = false
  1790. Field9AFActive = false
  1791. Field10AFActive = false
  1792. Field11AFActive = false
  1793. Field12AFActive = false
  1794. Field13AFActive = false
  1795. Field14AFActive = false
  1796. PollenFarm.Text = "Stop Farming"
  1797. PollenFarm.BackgroundColor3 = Color3.new(0.5, 0, 0)
  1798. notify'Pollen Farming Zone 1 Started'
  1799. WayPointsFrame.Visible = false
  1800. end)
  1801.  
  1802. Field2AF.MouseButton1Down:connect(function()
  1803. PollenFarmActive = true
  1804. Field2AFActive = true
  1805. Field1AFActive = false
  1806. Field3AFActive = false
  1807. Field4AFActive = false
  1808. Field5AFActive = false
  1809. Field6AFActive = false
  1810. Field7AFActive = false
  1811. Field8AFActive = false
  1812. Field9AFActive = false
  1813. Field10AFActive = false
  1814. Field11AFActive = false
  1815. Field12AFActive = false
  1816. Field13AFActive = false
  1817. Field14AFActive = false
  1818. PollenFarm.Text = "Stop Farming"
  1819. PollenFarm.BackgroundColor3 = Color3.new(0.5, 0, 0)
  1820. notify'Pollen Farming Zone 2 Started'
  1821. WayPointsFrame.Visible = false
  1822. end)
  1823.  
  1824. Field3AF.MouseButton1Down:connect(function()
  1825. PollenFarmActive = true
  1826. Field3AFActive = true
  1827. Field1AFActive = false
  1828. Field2AFActive = false
  1829. Field4AFActive = false
  1830. Field5AFActive = false
  1831. Field6AFActive = false
  1832. Field7AFActive = false
  1833. Field8AFActive = false
  1834. Field9AFActive = false
  1835. Field10AFActive = false
  1836. Field11AFActive = false
  1837. Field12AFActive = false
  1838. Field13AFActive = false
  1839. Field14AFActive = false
  1840. PollenFarm.Text = "Stop Farming"
  1841. PollenFarm.BackgroundColor3 = Color3.new(0.5, 0, 0)
  1842. notify'Pollen Farming Zone 3 Started'
  1843. WayPointsFrame.Visible = false
  1844. end)
  1845.  
  1846. Field4AF.MouseButton1Down:connect(function()
  1847. PollenFarmActive = true
  1848. Field4AFActive = true
  1849. Field1AFActive = false
  1850. Field2AFActive = false
  1851. Field3AFActive = false
  1852. Field5AFActive = false
  1853. Field6AFActive = false
  1854. Field7AFActive = false
  1855. Field8AFActive = false
  1856. Field9AFActive = false
  1857. Field10AFActive = false
  1858. Field11AFActive = false
  1859. Field12AFActive = false
  1860. Field13AFActive = false
  1861. Field14AFActive = false
  1862. PollenFarm.Text = "Stop Farming"
  1863. PollenFarm.BackgroundColor3 = Color3.new(0.5, 0, 0)
  1864. notify'Pollen Farming Zone 4 Started'
  1865. WayPointsFrame.Visible = false
  1866. end)
  1867.  
  1868. Field5AF.MouseButton1Down:connect(function()
  1869. PollenFarmActive = true
  1870. Field5AFActive = true
  1871. Field1AFActive = false
  1872. Field2AFActive = false
  1873. Field3AFActive = false
  1874. Field4AFActive = false
  1875. Field6AFActive = false
  1876. Field7AFActive = false
  1877. Field8AFActive = false
  1878. Field9AFActive = false
  1879. Field10AFActive = false
  1880. Field11AFActive = false
  1881. Field12AFActive = false
  1882. Field13AFActive = false
  1883. Field14AFActive = false
  1884. PollenFarm.Text = "Stop Farming"
  1885. PollenFarm.BackgroundColor3 = Color3.new(0.5, 0, 0)
  1886. notify'Pollen Farming Zone 5 Started'
  1887. WayPointsFrame.Visible = false
  1888. end)
  1889.  
  1890. Field6AF.MouseButton1Down:connect(function()
  1891. PollenFarmActive = true
  1892. Field6AFActive = true
  1893. Field1AFActive = false
  1894. Field2AFActive = false
  1895. Field3AFActive = false
  1896. Field4AFActive = false
  1897. Field5AFActive = false
  1898. Field7AFActive = false
  1899. Field8AFActive = false
  1900. Field9AFActive = false
  1901. Field10AFActive = false
  1902. Field11AFActive = false
  1903. Field12AFActive = false
  1904. Field13AFActive = false
  1905. Field14AFActive = false
  1906. PollenFarm.Text = "Stop Farming"
  1907. PollenFarm.BackgroundColor3 = Color3.new(0.5, 0, 0)
  1908. notify'Pollen Farming Zone 6 Started'
  1909. WayPointsFrame.Visible = false
  1910. end)
  1911.  
  1912. Field7AF.MouseButton1Down:connect(function()
  1913. PollenFarmActive = true
  1914. Field7AFActive = true
  1915. Field1AFActive = false
  1916. Field2AFActive = false
  1917. Field3AFActive = false
  1918. Field4AFActive = false
  1919. Field5AFActive = false
  1920. Field6AFActive = false
  1921. Field8AFActive = false
  1922. Field9AFActive = false
  1923. Field10AFActive = false
  1924. Field11AFActive = false
  1925. Field12AFActive = false
  1926. Field13AFActive = false
  1927. Field14AFActive = false
  1928. PollenFarm.Text = "Stop Farming"
  1929. PollenFarm.BackgroundColor3 = Color3.new(0.5, 0, 0)
  1930. notify'Pollen Farming Zone 7 Started'
  1931. WayPointsFrame.Visible = false
  1932. end)
  1933.  
  1934. Field8AF.MouseButton1Down:connect(function()
  1935. PollenFarmActive = true
  1936. Field8AFActive = true
  1937. Field1AFActive = false
  1938. Field2AFActive = false
  1939. Field3AFActive = false
  1940. Field4AFActive = false
  1941. Field5AFActive = false
  1942. Field6AFActive = false
  1943. Field7AFActive = false
  1944. Field9AFActive = false
  1945. Field10AFActive = false
  1946. Field11AFActive = false
  1947. Field12AFActive = false
  1948. Field13AFActive = false
  1949. Field14AFActive = false
  1950. PollenFarm.Text = "Stop Farming"
  1951. PollenFarm.BackgroundColor3 = Color3.new(0.5, 0, 0)
  1952. notify'Pollen Farming Zone 8 Started'
  1953. WayPointsFrame.Visible = false
  1954. end)
  1955.  
  1956. Field9AF.MouseButton1Down:connect(function()
  1957. PollenFarmActive = true
  1958. Field9AFActive = true
  1959. Field1AFActive = false
  1960. Field2AFActive = false
  1961. Field3AFActive = false
  1962. Field4AFActive = false
  1963. Field5AFActive = false
  1964. Field6AFActive = false
  1965. Field7AFActive = false
  1966. Field8AFActive = false
  1967. Field10AFActive = false
  1968. Field11AFActive = false
  1969. Field12AFActive = false
  1970. Field13AFActive = false
  1971. Field14AFActive = false
  1972. PollenFarm.Text = "Stop Farming"
  1973. PollenFarm.BackgroundColor3 = Color3.new(0.5, 0, 0)
  1974. notify'Pollen Farming Zone 9 Started'
  1975. WayPointsFrame.Visible = false
  1976. end)
  1977.  
  1978. Field10AF.MouseButton1Down:connect(function()
  1979. PollenFarmActive = true
  1980. Field10AFActive = true
  1981. Field1AFActive = false
  1982. Field2AFActive = false
  1983. Field3AFActive = false
  1984. Field4AFActive = false
  1985. Field5AFActive = false
  1986. Field6AFActive = false
  1987. Field7AFActive = false
  1988. Field8AFActive = false
  1989. Field9AFActive = false
  1990. Field11AFActive = false
  1991. Field12AFActive = false
  1992. Field13AFActive = false
  1993. Field14AFActive = false
  1994. PollenFarm.Text = "Stop Farming"
  1995. PollenFarm.BackgroundColor3 = Color3.new(0.5, 0, 0)
  1996. notify'Pollen Farming Zone 10 Started'
  1997. WayPointsFrame.Visible = false
  1998. end)
  1999.  
  2000. Field11AF.MouseButton1Down:connect(function()
  2001. PollenFarmActive = true
  2002. Field11AFActive = true
  2003. Field1AFActive = false
  2004. Field2AFActive = false
  2005. Field3AFActive = false
  2006. Field4AFActive = false
  2007. Field5AFActive = false
  2008. Field6AFActive = false
  2009. Field7AFActive = false
  2010. Field8AFActive = false
  2011. Field9AFActive = false
  2012. Field10AFActive = false
  2013. Field12AFActive = false
  2014. Field13AFActive = false
  2015. Field14AFActive = false
  2016. PollenFarm.Text = "Stop Farming"
  2017. PollenFarm.BackgroundColor3 = Color3.new(0.5, 0, 0)
  2018. notify'Pollen Farming Zone 11 Started'
  2019. WayPointsFrame.Visible = false
  2020. end)
  2021.  
  2022. Field12AF.MouseButton1Down:connect(function()
  2023. PollenFarmActive = true
  2024. Field12AFActive = true
  2025. Field1AFActive = false
  2026. Field2AFActive = false
  2027. Field3AFActive = false
  2028. Field4AFActive = false
  2029. Field5AFActive = false
  2030. Field6AFActive = false
  2031. Field7AFActive = false
  2032. Field8AFActive = false
  2033. Field9AFActive = false
  2034. Field10AFActive = false
  2035. Field11AFActive = false
  2036. Field13AFActive = false
  2037. Field14AFActive = false
  2038. PollenFarm.Text = "Stop Farming"
  2039. PollenFarm.BackgroundColor3 = Color3.new(0.5, 0, 0)
  2040. notify'Pollen Farming Zone 12 Started'
  2041. WayPointsFrame.Visible = false
  2042. end)
  2043.  
  2044. Field13AF.MouseButton1Down:connect(function()
  2045. PollenFarmActive = true
  2046. Field13AFActive = true
  2047. Field1AFActive = false
  2048. Field2AFActive = false
  2049. Field3AFActive = false
  2050. Field4AFActive = false
  2051. Field5AFActive = false
  2052. Field6AFActive = false
  2053. Field7AFActive = false
  2054. Field8AFActive = false
  2055. Field9AFActive = false
  2056. Field10AFActive = false
  2057. Field11AFActive = false
  2058. Field12AFActive = false
  2059. Field14AFActive = false
  2060. PollenFarm.Text = "Stop Farming"
  2061. PollenFarm.BackgroundColor3 = Color3.new(0.5, 0, 0)
  2062. notify'Pollen Farming Zone 13 Started'
  2063. WayPointsFrame.Visible = false
  2064. end)
  2065.  
  2066. Field14AF.MouseButton1Down:connect(function()
  2067. PollenFarmActive = true
  2068. Field14AFActive = true
  2069. Field1AFActive = false
  2070. Field2AFActive = false
  2071. Field3AFActive = false
  2072. Field4AFActive = false
  2073. Field5AFActive = false
  2074. Field6AFActive = false
  2075. Field7AFActive = false
  2076. Field8AFActive = false
  2077. Field9AFActive = false
  2078. Field10AFActive = false
  2079. Field11AFActive = false
  2080. Field12AFActive = false
  2081. Field13AFActive = false
  2082. PollenFarm.Text = "Stop Farming"
  2083. PollenFarm.BackgroundColor3 = Color3.new(0.5, 0, 0)
  2084. notify'Pollen Farming Zone 14 Started'
  2085. WayPointsFrame.Visible = false
  2086. end)
  2087.  
  2088. -- Auto Dig --
  2089.  
  2090. AutoDig.MouseButton1Click:connect(function()
  2091. if AutoDigActive ~= true then
  2092. AutoDigActive = true
  2093. AutoDig.BackgroundColor3 = Color3.new(0.5, 0, 0)
  2094. if AutoDigActive then
  2095. local player = game:GetService("Players").LocalPlayer
  2096. local pollenTool = player.Character:FindFirstChildOfClass("Tool") or player.Backpack:FindFirstChildOfClass("Tool")
  2097. if pollenTool==nil or pollenTool:FindFirstChild("ClickEvent")==nil then
  2098. AutoDigActive = false
  2099. AutoDig.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  2100. error("Tool not found")
  2101. end
  2102. pollenTool.Parent = player.Character
  2103. while AutoDigActive do
  2104. wait(0.1)
  2105. pollenTool.ClickEvent:FireServer(CFrame.new())
  2106. end
  2107. end
  2108. else
  2109. AutoDigActive = false
  2110. notify'Auto Dig Stopped'
  2111. AutoDig.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  2112. end
  2113. end)
  2114.  
  2115. --- ReJoin Server ---
  2116.  
  2117. ReJoinServer.MouseButton1Down:connect(function()
  2118. local placeId = 1537690962
  2119. game:GetService("TeleportService"):Teleport(placeId)
  2120. end)
  2121.  
  2122. --- End ---
Add Comment
Please, Sign In to add comment