YaBoyGalaxy

GALAXY HUB V3!

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