YaBoyGalaxy

Galaxy Hub V2!

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