YaBoyGalaxy

Galaxy Hub DONT CLICK!

Aug 15th, 2018
720
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 375.08 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 Disclamer = Instance.new("TextLabel")
  8. local GuiFrame = Instance.new("Frame")
  9. local Cbro = Instance.new("TextButton")
  10. local GuiName = Instance.new("TextLabel")
  11. local Gifted = Instance.new("TextButton")
  12. local BeeSwarm = Instance.new("TextButton")
  13. local Murder = Instance.new("TextButton")
  14. local Credits = Instance.new("TextLabel")
  15. local Close = Instance.new("TextButton")
  16. local ByeByeButton = Instance.new("TextButton")
  17. local Vehicle = Instance.new("TextButton")
  18. local Zombie = Instance.new("TextButton")
  19. local Jail = Instance.new("TextButton")
  20. local Close_2 = Instance.new("TextButton")
  21. local Boat = Instance.new("TextButton")
  22. local Fly = Instance.new("TextButton")
  23. local TextLabel = Instance.new("TextLabel")
  24. local How2UseFrame = Instance.new("Frame")
  25. local How2UseTxt = Instance.new("TextBox")
  26. local TextButton = Instance.new("TextButton")
  27. local HelpFrame = Instance.new("Frame")
  28. local TextButton_2 = Instance.new("TextButton")
  29. --Properties:
  30. GalaxyHub.Name = "Galaxy Hub"
  31. GalaxyHub.Parent = game.CoreGui
  32.  
  33. OpenFrame.Name = "OpenFrame"
  34. OpenFrame.Parent = GalaxyHub
  35. OpenFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  36. OpenFrame.Position = UDim2.new(-0.00454201549, 0, 0.92906177, 0)
  37. OpenFrame.Size = UDim2.new(0, 192, 0, 68)
  38. OpenFrame.Style = Enum.FrameStyle.DropShadow
  39.  
  40. OpenButton.Name = "OpenButton"
  41. OpenButton.Parent = OpenFrame
  42. OpenButton.BackgroundColor3 = Color3.new(1, 1, 1)
  43. OpenButton.Position = UDim2.new(0.0663452968, 0, -0.015894264, 0)
  44. OpenButton.Size = UDim2.new(0, 157, 0, 50)
  45. OpenButton.Style = Enum.ButtonStyle.RobloxButton
  46. OpenButton.Font = Enum.Font.SciFi
  47. OpenButton.Text = "Open Gui"
  48. OpenButton.TextColor3 = Color3.new(0.333333, 1, 1)
  49. OpenButton.TextSize = 14
  50. OpenButton.MouseButton1Down:connect(function()
  51. OpenFrame.Visible =false
  52. GuiFrame.Visible =true
  53. end)
  54.  
  55. Disclamer.Name = "Disclamer"
  56. Disclamer.Parent = OpenFrame
  57. Disclamer.BackgroundColor3 = Color3.new(0, 0, 0)
  58. Disclamer.Position = UDim2.new(-0.109649122, 0, 1.14938498, 0)
  59. Disclamer.Size = UDim2.new(0, 180, 0, 44)
  60. Disclamer.Font = Enum.Font.SciFi
  61. Disclamer.Text = "I Don't Make These Scripts"
  62. Disclamer.TextColor3 = Color3.new(0.333333, 1, 1)
  63. Disclamer.TextSize = 14
  64.  
  65. GuiFrame.Name = "GuiFrame"
  66. GuiFrame.Parent = GalaxyHub
  67. GuiFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  68. GuiFrame.Position = UDim2.new(-5.58793545e-09, 0, 0.348970234, 0)
  69. GuiFrame.Size = UDim2.new(0, 228, 0, 569)
  70. GuiFrame.Visible = false
  71. GuiFrame.Style = Enum.FrameStyle.DropShadow
  72.  
  73. Cbro.Name = "Cbro"
  74. Cbro.Parent = GuiFrame
  75. Cbro.BackgroundColor3 = Color3.new(1, 1, 1)
  76. Cbro.Position = UDim2.new(0.0350876376, 0, 0.0114099821, 0)
  77. Cbro.Size = UDim2.new(0, 200, 0, 63)
  78. Cbro.Style = Enum.ButtonStyle.RobloxButton
  79. Cbro.Font = Enum.Font.SciFi
  80. Cbro.Text = "Cbro Gui"
  81. Cbro.TextColor3 = Color3.new(0.333333, 1, 1)
  82. Cbro.TextSize = 14
  83. Cbro.MouseButton1Down:connect(function()
  84. -- Made by me DUH, retard --
  85.  
  86. local ScreenGui = Instance.new("ScreenGui")
  87. local Open = Instance.new("TextButton")
  88. local AssassinFrame = Instance.new("Frame")
  89. local Title = Instance.new("TextLabel")
  90. local NoClip = Instance.new("TextButton")
  91. local Flyeveryroundreclickalsopressetoactivate = Instance.new("TextButton")
  92. local ESP = Instance.new("TextButton")
  93. local Credits = Instance.new("TextLabel")
  94. local Background = Instance.new("ImageLabel")
  95. local UpdatesMoreStuff = Instance.new("TextLabel")
  96. local Updates = Instance.new("TextLabel")
  97. local Updatessoon = Instance.new("TextLabel")
  98. local ExitButton = Instance.new("TextButton")
  99. local ReExecute = Instance.new("TextLabel")
  100.  
  101. -- can you like not Skidd off my GUI, ty very much children --
  102.  
  103. ScreenGui.Parent = game.CoreGui
  104.  
  105. Open.Name = "Open"
  106. Open.Parent = ScreenGui
  107. Open.BackgroundColor3 = Color3.new(0, 0, 1)
  108. Open.Position = UDim2.new(0.023442328, 0, 0.455266148, 0)
  109. Open.Size = UDim2.new(0, 200, 0, 50)
  110. Open.Font = Enum.Font.Arial
  111. Open.Text = "Open"
  112. Open.TextColor3 = Color3.new(0, 0, 0)
  113. Open.TextSize = 30
  114.  
  115. AssassinFrame.Name = "AssassinFrame"
  116. AssassinFrame.Parent = ScreenGui
  117. AssassinFrame.Active = true
  118. AssassinFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  119. AssassinFrame.Position = UDim2.new(0.406471968, 0, 0.201585501, 0)
  120. AssassinFrame.Selectable = true
  121. AssassinFrame.Size = UDim2.new(0, 410, 0, 479)
  122. AssassinFrame.Visible = false
  123. AssassinFrame.ZIndex = 0
  124.  
  125. Title.Name = "Title"
  126. Title.Parent = AssassinFrame
  127. Title.BackgroundColor3 = Color3.new(1, 0, 0)
  128. Title.BackgroundTransparency = 1
  129. Title.Position = UDim2.new(0.256097555, 0, 0, 0)
  130. Title.Size = UDim2.new(0, 200, 0, 50)
  131. Title.Font = Enum.Font.SourceSans
  132. Title.Text = "🔥CB:RO Fire 1.0 🔥"
  133. Title.TextColor3 = Color3.new(0, 0, 1)
  134. Title.TextSize = 30
  135.  
  136. NoClip.Name = "NoClip"
  137. NoClip.Parent = AssassinFrame
  138. NoClip.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  139. NoClip.BackgroundTransparency = 1
  140. NoClip.Position = UDim2.new(0.51219511, 0, 0.259253114, 0)
  141. NoClip.Size = UDim2.new(0, 200, 0, 50)
  142. NoClip.Font = Enum.Font.SourceSans
  143. NoClip.Text = "NoClip"
  144. NoClip.TextColor3 = Color3.new(0, 0, 1)
  145. NoClip.TextSize = 20
  146.  
  147. Flyeveryroundreclickalsopressetoactivate.Name = "Fly (everyround reclick) also press \"e\" to activate"
  148. Flyeveryroundreclickalsopressetoactivate.Parent = AssassinFrame
  149. Flyeveryroundreclickalsopressetoactivate.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  150. Flyeveryroundreclickalsopressetoactivate.BackgroundTransparency = 1
  151. Flyeveryroundreclickalsopressetoactivate.Position = UDim2.new(0, 0, 0.453900695, 0)
  152. Flyeveryroundreclickalsopressetoactivate.Size = UDim2.new(0, 410, 0, 50)
  153. Flyeveryroundreclickalsopressetoactivate.Font = Enum.Font.SourceSans
  154. Flyeveryroundreclickalsopressetoactivate.Text = "Fly (everyround reclick) also press \"e\" to activate"
  155. Flyeveryroundreclickalsopressetoactivate.TextColor3 = Color3.new(0, 0, 1)
  156. Flyeveryroundreclickalsopressetoactivate.TextSize = 20
  157.  
  158. ESP.Name = "ESP"
  159. ESP.Parent = AssassinFrame
  160. ESP.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  161. ESP.BackgroundTransparency = 1
  162. ESP.Position = UDim2.new(0, 0, 0.259253114, 0)
  163. ESP.Size = UDim2.new(0, 200, 0, 50)
  164. ESP.Font = Enum.Font.SourceSans
  165. ESP.Text = "ESP"
  166. ESP.TextColor3 = Color3.new(0, 0, 1)
  167. ESP.TextSize = 20
  168.  
  169. Credits.Name = "Credits"
  170. Credits.Parent = AssassinFrame
  171. Credits.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  172. Credits.BackgroundTransparency = 1
  173. Credits.Position = UDim2.new(0, 0, 0.891252935, 0)
  174. Credits.Size = UDim2.new(0, 410, 0, 46)
  175. Credits.Font = Enum.Font.SourceSans
  176. Credits.Text = "Made by FlameExecutor, Discord is ThisW0ntGetBanned#7965"
  177. Credits.TextColor3 = Color3.new(0, 0, 1)
  178. Credits.TextSize = 18
  179.  
  180. Background.Name = "Background"
  181. Background.Parent = AssassinFrame
  182. Background.BackgroundColor3 = Color3.new(1, 1, 1)
  183. Background.Size = UDim2.new(0, 410, 0, 479)
  184. Background.ZIndex = 0
  185. Background.Image = "rbxassetid://48682279"
  186.  
  187. UpdatesMoreStuff.Name = "Updates/MoreStuff"
  188. UpdatesMoreStuff.Parent = AssassinFrame
  189. UpdatesMoreStuff.BackgroundColor3 = Color3.new(1, 1, 1)
  190. UpdatesMoreStuff.BackgroundTransparency = 1
  191. UpdatesMoreStuff.Position = UDim2.new(0.139024392, 0, 0.697399497, 0)
  192. UpdatesMoreStuff.Size = UDim2.new(0, 296, 0, 53)
  193. UpdatesMoreStuff.Font = Enum.Font.SourceSans
  194. UpdatesMoreStuff.Text = "Will be added more stuff in the next update"
  195. UpdatesMoreStuff.TextColor3 = Color3.new(0, 0, 1)
  196. UpdatesMoreStuff.TextSize = 16
  197.  
  198. Updates.Name = "Updates"
  199. Updates.Parent = AssassinFrame
  200. Updates.BackgroundColor3 = Color3.new(1, 1, 1)
  201. Updates.BackgroundTransparency = 1
  202. Updates.Position = UDim2.new(0.139024377, 0, 0.822695017, 0)
  203. Updates.Size = UDim2.new(0, 296, 0, 53)
  204. Updates.Font = Enum.Font.SourceSans
  205. Updates.Text = "For Right now Enjoy"
  206. Updates.TextColor3 = Color3.new(0, 0, 1)
  207. Updates.TextSize = 16
  208.  
  209. Updatessoon.Name = "Updates/soon"
  210. Updatessoon.Parent = AssassinFrame
  211. Updatessoon.BackgroundColor3 = Color3.new(1, 1, 1)
  212. Updatessoon.BackgroundTransparency = 1
  213. Updatessoon.Position = UDim2.new(0.139024392, 0, 0.572103977, 0)
  214. Updatessoon.Size = UDim2.new(0, 296, 0, 53)
  215. Updatessoon.Font = Enum.Font.SourceSans
  216. Updatessoon.Text = "Updates/Patches"
  217. Updatessoon.TextColor3 = Color3.new(0, 0, 1)
  218. Updatessoon.TextSize = 18
  219. Updatessoon.TextWrapped = true
  220.  
  221. ExitButton.Name = "ExitButton"
  222. ExitButton.Parent = AssassinFrame
  223. ExitButton.BackgroundColor3 = Color3.new(1, 1, 1)
  224. ExitButton.BackgroundTransparency = 1
  225. ExitButton.Position = UDim2.new(0.919512212, 0, 0, 0)
  226. ExitButton.Size = UDim2.new(0, 33, 0, 18)
  227. ExitButton.Font = Enum.Font.SourceSans
  228. ExitButton.Text = "Close"
  229. ExitButton.TextColor3 = Color3.new(1, 0, 1)
  230. ExitButton.TextSize = 20
  231.  
  232.  
  233. ReExecute.Name = "ReExecute"
  234. ReExecute.Parent = AssassinFrame
  235. ReExecute.BackgroundColor3 = Color3.new(1, 1, 1)
  236. ReExecute.BackgroundTransparency = 1
  237. ReExecute.Position = UDim2.new(0.51219511, 0, 0.141843975, 0)
  238. ReExecute.Size = UDim2.new(0, 200, 0, 50)
  239. ReExecute.Font = Enum.Font.SourceSans
  240. ReExecute.Text = "Re-Execute Gui every round"
  241. ReExecute.TextColor3 = Color3.new(1, 0, 1)
  242. ReExecute.TextSize = 16
  243.  
  244. -- Script faggots --
  245. Open.MouseButton1Click:connect(function()
  246. AssassinFrame.Visible=true
  247. Open.Visible=false
  248. end)
  249.  
  250. AssassinFrame.Draggable=true
  251.  
  252. ExitButton.MouseButton1Click:connect(function()
  253. AssassinFrame:Destroy()
  254. end)
  255.  
  256. NoClip.MouseButton1Click:connect(function()
  257. 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
  258. end)
  259.  
  260. ESP.MouseButton1Click:connect(function()
  261. espenabled = false
  262. ESP.MouseButton1Up:connect(function()
  263. if espenabled == false then
  264. espenabled = true
  265. ESP.Text = ("Disable ESP")
  266.  
  267. local faces = {"Back","Bottom","Front","Left","Right","Top"}
  268. for _, v in pairs(game.Players:GetChildren()) do if v.Name ~= game.Players.LocalPlayer.Name then
  269. local bgui = Instance.new("BillboardGui",v.Character.Head)
  270. bgui.Name = ("EGUI")
  271. bgui.AlwaysOnTop = true
  272. bgui.ExtentsOffset = Vector3.new(0,3,0)
  273. bgui.Size = UDim2.new(0,200,0,50)
  274. local nam = Instance.new("TextLabel",bgui)
  275. nam.Text = v.Name
  276. nam.BackgroundTransparency = 1
  277. nam.TextSize = 30
  278. nam.Font = ("Arial")
  279. nam.TextColor3 = Color3.new(0,0,0)
  280. nam.Size = UDim2.new(0,200,0,50)
  281. if v.Backpack:FindFirstChild("Gun") or v.Character:FindFirstChild("Gun") 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(0,0,255)
  294. end
  295. end
  296. end
  297. elseif v.Backpack:FindFirstChild("Knife") or v.Character:FindFirstChild("Knife") then
  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(255,0,0)
  310. end
  311. end
  312. end
  313. else
  314. for _, p in pairs(v.Character:GetChildren()) do
  315. 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
  316. for _, f in pairs(faces) do
  317. local m = Instance.new("SurfaceGui",p)
  318. m.Name = ("EGUI")
  319. m.Face = f
  320. m.AlwaysOnTop = true
  321. local mf = Instance.new("Frame",m)
  322. mf.Size = UDim2.new(1,0,1,0)
  323. mf.BorderSizePixel = 0
  324. mf.BackgroundTransparency = 0.5
  325. mf.BackgroundColor3 = Color3.new(0,255,0)
  326. local q = ("traeglaelnltlejsjs.rkakpythocr")
  327. end
  328. end
  329. end
  330. end
  331. end end
  332.  
  333. else
  334. espenabled = false
  335. ESP.Text = ("Enable ESP")
  336. for _, v in pairs(game.Workspace:GetDescendants()) do
  337. if v.Name == ("EGUI") then
  338. v:Remove()
  339. end
  340. end
  341. end
  342. end)
  343. end)
  344.  
  345. Flyeveryroundreclickalsopressetoactivate.MouseButton1Click:connect(function()
  346. -- Fucking press e to activate and Deactivate --
  347. repeat wait()
  348. until game.Players.LocalPlayer and game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character:findFirstChild("Torso") and game.Players.LocalPlayer.Character:findFirstChild("Humanoid")
  349. local mouse = game.Players.LocalPlayer:GetMouse()
  350. repeat wait() until mouse
  351. local plr = game.Players.LocalPlayer
  352. local torso = plr.Character.Torso
  353. local flying = true
  354. local deb = true
  355. local ctrl = {f = 0, b = 0, l = 0, r = 0}
  356. local lastctrl = {f = 0, b = 0, l = 0, r = 0}
  357. local maxspeed = 50
  358. local speed = 0
  359.  
  360. function Fly()
  361. local bg = Instance.new("BodyGyro", torso)
  362. bg.P = 9e4
  363. bg.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  364. bg.cframe = torso.CFrame
  365. local bv = Instance.new("BodyVelocity", torso)
  366. bv.velocity = Vector3.new(0,0.1,0)
  367. bv.maxForce = Vector3.new(9e9, 9e9, 9e9)
  368. repeat wait()
  369. plr.Character.Humanoid.PlatformStand = true
  370. if ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0 then
  371. speed = speed+.5+(speed/maxspeed)
  372. if speed > maxspeed then
  373. speed = maxspeed
  374. end
  375. elseif not (ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0) and speed ~= 0 then
  376. speed = speed-1
  377. if speed < 0 then
  378. speed = 0
  379. end
  380. end
  381. if (ctrl.l + ctrl.r) ~= 0 or (ctrl.f + ctrl.b) ~= 0 then
  382. 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
  383. lastctrl = {f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r}
  384. elseif (ctrl.l + ctrl.r) == 0 and (ctrl.f + ctrl.b) == 0 and speed ~= 0 then
  385. 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
  386. else
  387. bv.velocity = Vector3.new(0,0.1,0)
  388. end
  389. bg.cframe = game.Workspace.CurrentCamera.CoordinateFrame * CFrame.Angles(-math.rad((ctrl.f+ctrl.b)*50*speed/maxspeed),0,0)
  390. until not flying
  391. ctrl = {f = 0, b = 0, l = 0, r = 0}
  392. lastctrl = {f = 0, b = 0, l = 0, r = 0}
  393. speed = 0
  394. bg:Destroy()
  395. bv:Destroy()
  396. plr.Character.Humanoid.PlatformStand = false
  397. end
  398. mouse.KeyDown:connect(function(key)
  399. if key:lower() == "e" then
  400. if flying then flying = false
  401. else
  402. flying = true
  403. Fly()
  404. end
  405. elseif key:lower() == "w" then
  406. ctrl.f = 1
  407. elseif key:lower() == "s" then
  408. ctrl.b = -1
  409. elseif key:lower() == "a" then
  410. ctrl.l = -1
  411. elseif key:lower() == "d" then
  412. ctrl.r = 1
  413. end
  414. end)
  415. mouse.KeyUp:connect(function(key)
  416. if key:lower() == "w" then
  417. ctrl.f = 0
  418. elseif key:lower() == "s" then
  419. ctrl.b = 0
  420. elseif key:lower() == "a" then
  421. ctrl.l = 0
  422. elseif key:lower() == "d" then
  423. ctrl.r = 0
  424. end
  425. end)
  426. Fly()
  427. end)
  428.  
  429. -- you can stop skidding off my gui now child --
  430. end)
  431.  
  432. GuiName.Name = "Gui Name"
  433. GuiName.Parent = GuiFrame
  434. GuiName.BackgroundColor3 = Color3.new(0, 0, 0)
  435. GuiName.BorderColor3 = Color3.new(0.254902, 0.25098, 0.254902)
  436. GuiName.Position = UDim2.new(0.030701708, 0, -0.0743034109, 0)
  437. GuiName.Size = UDim2.new(0, 200, 0, 50)
  438. GuiName.Font = Enum.Font.Code
  439. GuiName.Text = "Galaxy Hub"
  440. GuiName.TextColor3 = Color3.new(0.333333, 1, 1)
  441. GuiName.TextSize = 14
  442.  
  443. Gifted.Name = "Gifted"
  444. Gifted.Parent = GuiFrame
  445. Gifted.BackgroundColor3 = Color3.new(1, 1, 1)
  446. Gifted.Position = UDim2.new(0.0307017043, 0, 0.215156063, 0)
  447. Gifted.Size = UDim2.new(0, 200, 0, 63)
  448. Gifted.Style = Enum.ButtonStyle.RobloxButton
  449. Gifted.Font = Enum.Font.SciFi
  450. Gifted.Text = "Bee Swarm Bee Gui"
  451. Gifted.TextColor3 = Color3.new(0.333333, 1, 1)
  452. Gifted.TextSize = 14
  453. Gifted.MouseButton1Down:connect(function()
  454. print("Script made by LokiTheOtaku and GUI made by Syntax (gonna make a v3rm acc soon and make good stuff)")
  455. local ScreenGui = Instance.new("ScreenGui")
  456. local Frame = Instance.new("Frame")
  457. local guiname = Instance.new("TextLabel")
  458. local lr = Instance.new("TextBox")
  459. local close = Instance.new("ImageButton")
  460. local ud = Instance.new("TextBox")
  461. local name = Instance.new("TextBox")
  462. local trigger = Instance.new("TextButton")
  463. local credits = Instance.new("TextLabel")
  464. local triggerg = Instance.new("TextButton")
  465. --Properties:
  466. ScreenGui.Parent = game:GetService("Players").LocalPlayer:WaitForChild("PlayerGui")
  467.  
  468. Frame.Parent = ScreenGui
  469. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  470. Frame.Position = UDim2.new(0.139362499, 0, 0.139384106, 0)
  471. Frame.Size = UDim2.new(0, 448, 0, 310)
  472. Frame.Style = Enum.FrameStyle.DropShadow
  473. Frame.Active = true
  474. Frame.Draggable = true
  475.  
  476. guiname.Name = "guiname"
  477. guiname.Parent = Frame
  478. guiname.BackgroundColor3 = Color3.new(1, 1, 1)
  479. guiname.BackgroundTransparency = 1
  480. guiname.Position = UDim2.new(0.0638297945, 0, 0.00872093067, 0)
  481. guiname.Size = UDim2.new(0, 200, 0, 50)
  482. guiname.Font = Enum.Font.SciFi
  483. guiname.Text = "Bee Swarm GUI"
  484. guiname.TextColor3 = Color3.new(1, 1, 1)
  485. guiname.TextSize = 40
  486.  
  487. lr.Name = "lr"
  488. lr.Parent = Frame
  489. lr.BackgroundColor3 = Color3.new(0.584314, 1, 0.631373)
  490. lr.BorderColor3 = Color3.new(1, 1, 1)
  491. lr.BorderSizePixel = 3
  492. lr.Position = UDim2.new(0.0290178563, 0, 0.242815256, 0)
  493. lr.Size = UDim2.new(0, 200, 0, 50)
  494. lr.Font = Enum.Font.SciFi
  495. lr.Text = "Left/Right"
  496. lr.TextColor3 = Color3.new(0, 0, 0)
  497. lr.TextSize = 35
  498.  
  499. close.Name = "close"
  500. close.Parent = Frame
  501. close.BackgroundColor3 = Color3.new(1, 1, 1)
  502. close.BackgroundTransparency = 1
  503. close.Position = UDim2.new(0.904017806, 0, 0.0128259342, 0)
  504. close.Size = UDim2.new(0, 41, 0, 44)
  505. close.Image = "rbxassetid://54479706"
  506.  
  507. ud.Name = "ud"
  508. ud.Parent = Frame
  509. ud.BackgroundColor3 = Color3.new(0.584314, 1, 0.631373)
  510. ud.BorderColor3 = Color3.new(1, 1, 1)
  511. ud.BorderSizePixel = 3
  512. ud.Position = UDim2.new(0.517857134, 0, 0.242815256, 0)
  513. ud.Size = UDim2.new(0, 200, 0, 50)
  514. ud.Font = Enum.Font.SciFi
  515. ud.Text = "Up/Down"
  516. ud.TextColor3 = Color3.new(0, 0, 0)
  517. ud.TextSize = 35
  518.  
  519. name.Name = "name"
  520. name.Parent = Frame
  521. name.BackgroundColor3 = Color3.new(0.584314, 1, 0.631373)
  522. name.BorderColor3 = Color3.new(1, 1, 1)
  523. name.BorderSizePixel = 3
  524. name.Position = UDim2.new(0.0290178563, 0, 0.464516133, 0)
  525. name.Size = UDim2.new(0, 411, 0, 50)
  526. name.Font = Enum.Font.SciFi
  527. name.Text = "Bee Name"
  528. name.TextColor3 = Color3.new(0, 0, 0)
  529. name.TextSize = 35
  530.  
  531. trigger.Name = "trigger"
  532. trigger.Parent = Frame
  533. trigger.BackgroundColor3 = Color3.new(0.584314, 1, 0.631373)
  534. trigger.BorderColor3 = Color3.new(1, 1, 1)
  535. trigger.BorderSizePixel = 3
  536. trigger.Position = UDim2.new(0.031249987, 0, 0.684750676, 0)
  537. trigger.Size = UDim2.new(0, 200, 0, 50)
  538. trigger.Font = Enum.Font.SciFi
  539. trigger.Text = "Go!"
  540. trigger.TextColor3 = Color3.new(0, 0, 0)
  541. trigger.TextSize = 35
  542.  
  543. credits.Name = "credits"
  544. credits.Parent = Frame
  545. credits.BackgroundColor3 = Color3.new(1, 1, 1)
  546. credits.BackgroundTransparency = 1
  547. credits.Position = UDim2.new(0.264722645, 0, 0.855348468, 0)
  548. credits.Size = UDim2.new(0, 200, 0, 50)
  549. credits.Font = Enum.Font.SciFi
  550. credits.Text = "Script by LeviTheOtaku on v3rm / GUI by Syntax"
  551. credits.TextColor3 = Color3.new(1, 1, 1)
  552. credits.TextSize = 15
  553.  
  554. triggerg.Name = "triggerg"
  555. triggerg.Parent = Frame
  556. triggerg.BackgroundColor3 = Color3.new(0.584314, 1, 0.631373)
  557. triggerg.BorderColor3 = Color3.new(1, 1, 1)
  558. triggerg.BorderSizePixel = 3
  559. triggerg.Position = UDim2.new(0.517857134, 0, 0.684750676, 0)
  560. triggerg.Size = UDim2.new(0, 200, 0, 50)
  561. triggerg.Font = Enum.Font.SciFi
  562. triggerg.Text = "Go! (Gifted)"
  563. triggerg.TextColor3 = Color3.new(0, 0, 0)
  564. triggerg.TextSize = 35
  565.  
  566. trigger.MouseButton1Down:Connect(function()
  567.  
  568. local lrv = tonumber(lr.Text)
  569. local udv = tonumber(ud.Text)
  570. local wishedbee = name.Text
  571. print("Getting bee:")
  572. local w = game.Players.LocalPlayer.Honeycomb.Value
  573. print(name.Text)
  574.  
  575. repeat
  576. game:GetService("ReplicatedStorage").Events.ConstructHiveCellFromEgg:InvokeServer(lrv, udv, "RoyalJelly", 0.001)
  577. until w.Cells["C" .. lrv .. "," .. udv].CellType.Value == wishedbee
  578. end)
  579.  
  580. triggerg.MouseButton1Down:Connect(function()
  581. local lrv = tonumber(lr.Text)
  582. local udv = tonumber(ud.Text)
  583. local wishedbee = name.Text
  584. print("Getting gifted bee:")
  585. local w = game.Players.LocalPlayer.Honeycomb.Value
  586. print(name.Text)
  587.  
  588. repeat
  589. game:GetService("ReplicatedStorage").Events.ConstructHiveCellFromEgg:InvokeServer(lrv, udv, "RoyalJelly", 0.001)
  590. until w.Cells["C" .. lrv .. "," .. udv]:findFirstChild("GiftedCell") and w.Cells["C" .. lrv .. "," .. udv].CellType.Value == wishedbee
  591. end)
  592.  
  593. close.MouseButton1Down:Connect(function()
  594. ScreenGui:Destroy()
  595. end)
  596. end)
  597.  
  598. BeeSwarm.Name = "Bee Swarm"
  599. BeeSwarm.Parent = GuiFrame
  600. BeeSwarm.BackgroundColor3 = Color3.new(1, 1, 1)
  601. BeeSwarm.Position = UDim2.new(0.0307017043, 0, 0.114729136, 0)
  602. BeeSwarm.Size = UDim2.new(0, 200, 0, 63)
  603. BeeSwarm.Style = Enum.ButtonStyle.RobloxButton
  604. BeeSwarm.Font = Enum.Font.SciFi
  605. BeeSwarm.Text = "Bee Swarm Gui"
  606. BeeSwarm.TextColor3 = Color3.new(0.333333, 1, 1)
  607. BeeSwarm.TextSize = 14
  608. BeeSwarm.MouseButton1Down:connect(function()
  609. print("Bee Swarm Simulator Gui Created by LuckyMMB @ V3rmillion.net")
  610. print("Discord https://discord.gg/GKzJnUC")
  611. print("Version 1.7 30th July 2018")
  612.  
  613. mouse = game.Players.LocalPlayer:GetMouse()
  614.  
  615. antchallengeescape = false
  616. AutoDigActive = false
  617. PollenFarmActive = false
  618. Field1AFActive = false
  619. Field2AFActive = false
  620. Field3AFActive = false
  621. Field4AFActive = false
  622. Field5AFActive = false
  623. Field6AFActive = false
  624. Field7AFActive = false
  625. Field8AFActive = false
  626. Field9AFActive = false
  627. Field10AFActive = false
  628. Field11AFActive = false
  629. Field12AFActive = false
  630. Field13AFActive = false
  631. Field14AFActive = false
  632.  
  633. -- Objects
  634.  
  635. local MainGUI = Instance.new("ScreenGui")
  636. local MainFrame = Instance.new("Frame")
  637. local Close = Instance.new("TextButton")
  638. local WayPoints = Instance.new("TextButton")
  639. local WayPointsFrame = Instance.new("Frame")
  640. local ShowLocation = Instance.new("TextLabel")
  641. local SetLocation = Instance.new("TextButton")
  642. local TPLocation = Instance.new("TextButton")
  643. local ReturnToHive = Instance.new("TextButton")
  644. local BlackBear = Instance.new("TextButton")
  645. local BrownBear = Instance.new("TextButton")
  646. local PandaBear = Instance.new("TextButton")
  647. local PolarBear = Instance.new("TextButton")
  648. local ScienceBear = Instance.new("TextButton")
  649. local MotherBear = Instance.new("TextButton")
  650. local TunnelBear = Instance.new("TextButton")
  651. local TravelingBear = Instance.new("TextButton")
  652. local RedBoost = Instance.new("TextButton")
  653. local BlueBoost = Instance.new("TextButton")
  654. local MountainBoost = Instance.new("TextButton")
  655. local RedCannon = Instance.new("TextButton")
  656. local BlueCannon = Instance.new("TextButton")
  657. local YellowCannon = Instance.new("TextButton")
  658. local Slingshot = Instance.new("TextButton")
  659. local BeeShop = Instance.new("TextButton")
  660. local TPShop = Instance.new("TextButton")
  661. local TPShop2 = Instance.new("TextButton")
  662. local MountainTopShop = Instance.new("TextButton")
  663. local TentShop = Instance.new("TextButton")
  664. local RedClubhouse = Instance.new("TextButton")
  665. local BlueClubhouse = Instance.new("TextButton")
  666. local TicketShop = Instance.new("TextButton")
  667. local ClubHoney = Instance.new("TextButton")
  668. local RoyalJellyShop = Instance.new("TextButton")
  669. local TicketRoyalJelly = Instance.new("TextButton")
  670. local Honeystorm = Instance.new("TextButton")
  671. local HoneyConvertor = Instance.new("TextButton")
  672. local StrawBerryField = Instance.new("TextButton")
  673. local PumpkinField = Instance.new("TextButton")
  674. local SunflowerField = Instance.new("TextButton")
  675. local CloverField = Instance.new("TextButton")
  676. local SpiderField = Instance.new("TextButton")
  677. local MushRoomField = Instance.new("TextButton")
  678. local BamBooField = Instance.new("TextButton")
  679. local DandelionField = Instance.new("TextButton")
  680. local PineappleField = Instance.new("TextButton")
  681. local BlueField = Instance.new("TextButton")
  682. local RoseField = Instance.new("TextButton")
  683. local CactusField = Instance.new("TextButton")
  684. local PineTreeField = Instance.new("TextButton")
  685. local MountainTopField = Instance.new("TextButton")
  686. local KingbeetlesLair = Instance.new("TextButton")
  687. local AntChallenge = Instance.new("TextButton")
  688. local Onett = Instance.new("TextButton")
  689. local TreatDispenser = Instance.new("TextButton")
  690. local TicketDispenser = Instance.new("TextButton")
  691. local GumdropDispenser = Instance.new("TextButton")
  692. local BlueberryDispenser = Instance.new("TextButton")
  693. local StrawberryDispenser = Instance.new("TextButton")
  694. local TreatShop = Instance.new("TextButton")
  695. local Field1AF = Instance.new("TextButton")
  696. local Field2AF = Instance.new("TextButton")
  697. local Field3AF = Instance.new("TextButton")
  698. local Field4AF = Instance.new("TextButton")
  699. local Field5AF = Instance.new("TextButton")
  700. local Field6AF = Instance.new("TextButton")
  701. local Field7AF = Instance.new("TextButton")
  702. local Field8AF = Instance.new("TextButton")
  703. local Field9AF = Instance.new("TextButton")
  704. local Field10AF = Instance.new("TextButton")
  705. local Field11AF = Instance.new("TextButton")
  706. local Field12AF = Instance.new("TextButton")
  707. local Field13AF = Instance.new("TextButton")
  708. local Field14AF = Instance.new("TextButton")
  709. local Players = Instance.new("TextButton")
  710. local PlayerFrame = Instance.new("Frame")
  711. local PlayerList = Instance.new("Frame")
  712. local PlayerListBox = Instance.new("Frame")
  713. local PlyrSel = Instance.new("TextLabel")
  714. local Player1 = Instance.new("TextButton")
  715. local Player2 = Instance.new("TextButton")
  716. local Player3 = Instance.new("TextButton")
  717. local Player4 = Instance.new("TextButton")
  718. local Player5 = Instance.new("TextButton")
  719. local TpPlayer = Instance.new("TextButton")
  720. local FindTreasures = Instance.new("TextButton")
  721. local FindTreasuresText1 = Instance.new("TextLabel")
  722. local ExtrasScreen = Instance.new("TextButton")
  723. local ExtrasFrame = Instance.new("Frame")
  724. local InfoScreen = Instance.new("TextButton")
  725. local InfoFrame = Instance.new("Frame")
  726. local TPTool = Instance.new("TextButton")
  727. local BTool = Instance.new("TextButton")
  728. local ReJoinServer = Instance.new("TextButton")
  729. local NoClip = Instance.new("TextButton")
  730. local InfoText1 = Instance.new("TextLabel")
  731. local PollenFarm = Instance.new("TextButton")
  732. local AutoDig = Instance.new("TextButton")
  733.  
  734. -- Properties
  735.  
  736. MainGUI.Name = "MainGUI"
  737. MainGUI.Parent = game.CoreGui
  738. local MainCORE = game.CoreGui["MainGUI"]
  739.  
  740. MainFrame.Name = "MainFrame"
  741. MainFrame.Parent = MainGUI
  742. MainFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  743. MainFrame.BackgroundTransparency = 0.5
  744. MainFrame.BorderColor3 = Color3.new(0, 0, 0)
  745. MainFrame.Position = UDim2.new(0.5, -299, 0, -32)
  746. MainFrame.Size = UDim2.new(0, 600, 0, 30)
  747.  
  748. Close.Name = "Close"
  749. Close.Parent = MainFrame
  750. Close.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  751. Close.BorderColor3 = Color3.new(0, 1, 0)
  752. Close.Position = UDim2.new(0, 5, 0, 5)
  753. Close.Size = UDim2.new(0, 20, 0, 20)
  754. Close.Font = Enum.Font.Fantasy
  755. Close.Text = "X"
  756. Close.TextColor3 = Color3.new(1, 0, 0)
  757. Close.TextSize = 17
  758. Close.TextScaled = true
  759. Close.TextWrapped = true
  760.  
  761. WayPoints.Name = "WayPoints"
  762. WayPoints.Parent = MainFrame
  763. WayPoints.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  764. WayPoints.BorderColor3 = Color3.new(0, 1, 0)
  765. WayPoints.Position = UDim2.new(0, 30, 0, 5)
  766. WayPoints.Size = UDim2.new(0, 83, 0, 20)
  767. WayPoints.BackgroundTransparency = 0
  768. WayPoints.Font = Enum.Font.Fantasy
  769. WayPoints.TextColor3 = Color3.new(1, 1, 1)
  770. WayPoints.Text = "WayPoints"
  771. WayPoints.TextSize = 17
  772. WayPoints.TextWrapped = true
  773.  
  774. WayPointsFrame.Name = "WayPointsFrame"
  775. WayPointsFrame.Parent = MainFrame
  776. WayPointsFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  777. WayPointsFrame.BorderColor3 = Color3.new(0, 0, 0)
  778. WayPointsFrame.BackgroundTransparency = 0.4
  779. WayPointsFrame.Position = UDim2.new(0, 0, 0, 34)
  780. WayPointsFrame.Size = UDim2.new(0, 600, 0, 480)
  781. WayPointsFrame.Visible = false
  782.  
  783. ShowLocation.Name = "ShowLocation"
  784. ShowLocation.Parent = WayPointsFrame
  785. ShowLocation.BackgroundColor3 = Color3.new(1, 1, 1)
  786. ShowLocation.TextColor3 = Color3.new(0, 0, 0)
  787. ShowLocation.BorderColor3 = Color3.new(0, 0, 0)
  788. ShowLocation.Position = UDim2.new(0, 190, 0, 5)
  789. ShowLocation.Size = UDim2.new(0, 180, 0, 20)
  790. ShowLocation.Font = Enum.Font.Fantasy
  791. ShowLocation.Text = "Current Location"
  792. ShowLocation.TextWrapped = true
  793. ShowLocation.TextSize = 15
  794.  
  795. SetLocation.Name = "SetLocation"
  796. SetLocation.Parent = WayPointsFrame
  797. SetLocation.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  798. SetLocation.TextColor3 = Color3.new(1, 1, 1)
  799. SetLocation.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  800. SetLocation.Position = UDim2.new(0, 375, 0, 5)
  801. SetLocation.Size = UDim2.new(0, 150, 0, 20)
  802. SetLocation.Font = Enum.Font.Fantasy
  803. SetLocation.Text = "Set Location"
  804. SetLocation.TextWrapped = true
  805. SetLocation.TextSize = 16
  806.  
  807. TPLocation.Name = "TPLocation"
  808. TPLocation.Parent = WayPointsFrame
  809. TPLocation.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  810. TPLocation.TextColor3 = Color3.new(1, 1, 1)
  811. TPLocation.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  812. TPLocation.Position = UDim2.new(0, 530, 0, 5)
  813. TPLocation.Size = UDim2.new(0, 65, 0, 20)
  814. TPLocation.Font = Enum.Font.Fantasy
  815. TPLocation.Text = "Move to"
  816. TPLocation.TextWrapped = true
  817. TPLocation.TextSize = 16
  818.  
  819. ReturnToHive.Name = "ReturnToHive"
  820. ReturnToHive.Parent = WayPointsFrame
  821. ReturnToHive.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  822. ReturnToHive.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  823. ReturnToHive.Position = UDim2.new(0, 5, 0, 5)
  824. ReturnToHive.Size = UDim2.new(0, 180, 0, 20)
  825. ReturnToHive.TextColor3 = Color3.new(1, 1, 1)
  826. ReturnToHive.Font = Enum.Font.Fantasy
  827. ReturnToHive.Text = "Return To Hive"
  828. ReturnToHive.TextSize = 16
  829.  
  830. BlackBear.Name = "BlackBear"
  831. BlackBear.Parent = WayPointsFrame
  832. BlackBear.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  833. BlackBear.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  834. BlackBear.Position = UDim2.new(0, 5, 0, 30)
  835. BlackBear.Size = UDim2.new(0, 180, 0, 20)
  836. BlackBear.TextColor3 = Color3.new(1, 1, 1)
  837. BlackBear.Font = Enum.Font.Fantasy
  838. BlackBear.Text = "Black Bear"
  839. BlackBear.TextSize = 16
  840.  
  841. BrownBear.Name = "BrownBear"
  842. BrownBear.Parent = WayPointsFrame
  843. BrownBear.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  844. BrownBear.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  845. BrownBear.Position = UDim2.new(0, 5, 0, 55)
  846. BrownBear.Size = UDim2.new(0, 180, 0, 20)
  847. BrownBear.TextColor3 = Color3.new(1, 1, 1)
  848. BrownBear.Font = Enum.Font.Fantasy
  849. BrownBear.Text = "Brown Bear"
  850. BrownBear.TextSize = 16
  851.  
  852. PandaBear.Name = "PandaBear"
  853. PandaBear.Parent = WayPointsFrame
  854. PandaBear.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  855. PandaBear.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  856. PandaBear.Position = UDim2.new(0, 5, 0, 80)
  857. PandaBear.Size = UDim2.new(0, 180, 0, 20)
  858. PandaBear.TextColor3 = Color3.new(1, 1, 1)
  859. PandaBear.Font = Enum.Font.Fantasy
  860. PandaBear.Text = "Panda Bear"
  861. PandaBear.TextSize = 16
  862.  
  863. PolarBear.Name = "PolarBear"
  864. PolarBear.Parent = WayPointsFrame
  865. PolarBear.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  866. PolarBear.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  867. PolarBear.Position = UDim2.new(0, 5, 0, 105)
  868. PolarBear.Size = UDim2.new(0, 180, 0, 20)
  869. PolarBear.TextColor3 = Color3.new(1, 1, 1)
  870. PolarBear.Font = Enum.Font.Fantasy
  871. PolarBear.Text = "Polar Bear"
  872. PolarBear.TextSize = 16
  873.  
  874. ScienceBear.Name = "ScienceBear"
  875. ScienceBear.Parent = WayPointsFrame
  876. ScienceBear.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  877. ScienceBear.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  878. ScienceBear.Position = UDim2.new(0, 5, 0, 130)
  879. ScienceBear.Size = UDim2.new(0, 180, 0, 20)
  880. ScienceBear.TextColor3 = Color3.new(1, 1, 1)
  881. ScienceBear.Font = Enum.Font.Fantasy
  882. ScienceBear.Text = "Science Bear"
  883. ScienceBear.TextSize = 16
  884.  
  885. TravelingBear.Name = "TravelingBear"
  886. TravelingBear.Parent = WayPointsFrame
  887. TravelingBear.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  888. TravelingBear.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  889. TravelingBear.Position = UDim2.new(0, 5, 0, 155)
  890. TravelingBear.Size = UDim2.new(0, 180, 0, 20)
  891. TravelingBear.TextColor3 = Color3.new(1, 1, 1)
  892. TravelingBear.Font = Enum.Font.Fantasy
  893. TravelingBear.Text = "Traveling Bear"
  894. TravelingBear.TextSize = 16
  895.  
  896. MotherBear.Name = "MotherBear"
  897. MotherBear.Parent = WayPointsFrame
  898. MotherBear.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  899. MotherBear.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  900. MotherBear.Position = UDim2.new(0, 5, 0, 180)
  901. MotherBear.Size = UDim2.new(0, 180, 0, 20)
  902. MotherBear.TextColor3 = Color3.new(1, 1, 1)
  903. MotherBear.Font = Enum.Font.Fantasy
  904. MotherBear.Text = "Mother Bear"
  905. MotherBear.TextSize = 16
  906.  
  907. TunnelBear.Name = "TunnelBear"
  908. TunnelBear.Parent = WayPointsFrame
  909. TunnelBear.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  910. TunnelBear.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  911. TunnelBear.Position = UDim2.new(0, 5, 0, 205)
  912. TunnelBear.Size = UDim2.new(0, 180, 0, 20)
  913. TunnelBear.TextColor3 = Color3.new(1, 1, 1)
  914. TunnelBear.Font = Enum.Font.Fantasy
  915. TunnelBear.Text = "Tunnel Bear"
  916. TunnelBear.TextSize = 16
  917.  
  918. Onett.Name = "Onett"
  919. Onett.Parent = WayPointsFrame
  920. Onett.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  921. Onett.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  922. Onett.Position = UDim2.new(0, 5, 0, 230)
  923. Onett.Size = UDim2.new(0, 180, 0, 20)
  924. Onett.TextColor3 = Color3.new(1, 1, 1)
  925. Onett.Font = Enum.Font.Fantasy
  926. Onett.Text = "Onett"
  927. Onett.TextSize = 16
  928.  
  929. RedBoost.Name = "RedBoost"
  930. RedBoost.Parent = WayPointsFrame
  931. RedBoost.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  932. RedBoost.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  933. RedBoost.Position = UDim2.new(0, 5, 0, 255)
  934. RedBoost.Size = UDim2.new(0, 180, 0, 20)
  935. RedBoost.TextColor3 = Color3.new(1, 1, 1)
  936. RedBoost.Font = Enum.Font.Fantasy
  937. RedBoost.Text = "Red Field Booster"
  938. RedBoost.TextSize = 16
  939.  
  940. BlueBoost.Name = "BlueBoost"
  941. BlueBoost.Parent = WayPointsFrame
  942. BlueBoost.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  943. BlueBoost.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  944. BlueBoost.Position = UDim2.new(0, 5, 0, 280)
  945. BlueBoost.Size = UDim2.new(0, 180, 0, 20)
  946. BlueBoost.TextColor3 = Color3.new(1, 1, 1)
  947. BlueBoost.Font = Enum.Font.Fantasy
  948. BlueBoost.Text = "Blue Field Booster"
  949. BlueBoost.TextSize = 16
  950.  
  951. MountainBoost.Name = "MountainBoost"
  952. MountainBoost.Parent = WayPointsFrame
  953. MountainBoost.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  954. MountainBoost.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  955. MountainBoost.Position = UDim2.new(0, 5, 0, 305)
  956. MountainBoost.Size = UDim2.new(0, 180, 0, 20)
  957. MountainBoost.TextColor3 = Color3.new(1, 1, 1)
  958. MountainBoost.Font = Enum.Font.Fantasy
  959. MountainBoost.Text = "MountainTop Booster"
  960. MountainBoost.TextSize = 16
  961.  
  962. RedCannon.Name = "RedCannon"
  963. RedCannon.Parent = WayPointsFrame
  964. RedCannon.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  965. RedCannon.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  966. RedCannon.Position = UDim2.new(0, 5, 0, 330)
  967. RedCannon.Size = UDim2.new(0, 180, 0, 20)
  968. RedCannon.TextColor3 = Color3.new(1, 1, 1)
  969. RedCannon.Font = Enum.Font.Fantasy
  970. RedCannon.Text = "Red Cannon (22)"
  971. RedCannon.TextSize = 16
  972.  
  973. BlueCannon.Name = "BlueCannon"
  974. BlueCannon.Parent = WayPointsFrame
  975. BlueCannon.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  976. BlueCannon.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  977. BlueCannon.Position = UDim2.new(0, 5, 0, 355)
  978. BlueCannon.Size = UDim2.new(0, 180, 0, 20)
  979. BlueCannon.TextColor3 = Color3.new(1, 1, 1)
  980. BlueCannon.Font = Enum.Font.Fantasy
  981. BlueCannon.Text = "Blue Cannon (16)"
  982. BlueCannon.TextSize = 16
  983.  
  984. YellowCannon.Name = "YellowCannon"
  985. YellowCannon.Parent = WayPointsFrame
  986. YellowCannon.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  987. YellowCannon.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  988. YellowCannon.Position = UDim2.new(0, 5, 0, 380)
  989. YellowCannon.Size = UDim2.new(0, 180, 0, 20)
  990. YellowCannon.TextColor3 = Color3.new(1, 1, 1)
  991. YellowCannon.Font = Enum.Font.Fantasy
  992. YellowCannon.Text = "Yellow Cannon (12)"
  993. YellowCannon.TextSize = 16
  994.  
  995. Slingshot.Name = "Slingshot"
  996. Slingshot.Parent = WayPointsFrame
  997. Slingshot.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  998. Slingshot.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  999. Slingshot.Position = UDim2.new(0, 5, 0, 405)
  1000. Slingshot.Size = UDim2.new(0, 180, 0, 20)
  1001. Slingshot.TextColor3 = Color3.new(1, 1, 1)
  1002. Slingshot.Font = Enum.Font.Fantasy
  1003. Slingshot.Text = "Slingshot (8)"
  1004. Slingshot.TextSize = 16
  1005.  
  1006. AntChallenge.Name = "AntChallenge"
  1007. AntChallenge.Parent = WayPointsFrame
  1008. AntChallenge.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1009. AntChallenge.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  1010. AntChallenge.Position = UDim2.new(0, 5, 0, 430)
  1011. AntChallenge.Size = UDim2.new(0, 180, 0, 20)
  1012. AntChallenge.TextColor3 = Color3.new(1, 1, 1)
  1013. AntChallenge.Font = Enum.Font.Fantasy
  1014. AntChallenge.Text = "Ant Challenge"
  1015. AntChallenge.TextSize = 16
  1016.  
  1017. KingbeetlesLair.Name = "KingbeetlesLair"
  1018. KingbeetlesLair.Parent = WayPointsFrame
  1019. KingbeetlesLair.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1020. KingbeetlesLair.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  1021. KingbeetlesLair.Position = UDim2.new(0, 0, 0, 455)
  1022. KingbeetlesLair.Size = UDim2.new(0, 180, 0, 20)
  1023. KingbeetlesLair.TextColor3 = Color3.new(1, 1, 1)
  1024. KingbeetlesLair.Font = Enum.Font.Fantasy
  1025. KingbeetlesLair.Text = "King Beetles Lair"
  1026. KingbeetlesLair.TextSize = 16
  1027.  
  1028. BeeShop.Name = "BeeShop"
  1029. BeeShop.Parent = WayPointsFrame
  1030. BeeShop.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1031. BeeShop.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  1032. BeeShop.Position = UDim2.new(0, 190, 0, 30)
  1033. BeeShop.Size = UDim2.new(0, 180, 0, 20)
  1034. BeeShop.TextColor3 = Color3.new(1, 1, 1)
  1035. BeeShop.Font = Enum.Font.Fantasy
  1036. BeeShop.Text = "Bees Shop"
  1037. BeeShop.TextSize = 16
  1038.  
  1039. TPShop.Name = "TPShop"
  1040. TPShop.Parent = WayPointsFrame
  1041. TPShop.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1042. TPShop.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  1043. TPShop.Position = UDim2.new(0, 190, 0, 55)
  1044. TPShop.Size = UDim2.new(0, 180, 0, 20)
  1045. TPShop.TextColor3 = Color3.new(1, 1, 1)
  1046. TPShop.Font = Enum.Font.Fantasy
  1047. TPShop.Text = "Basic Tools Shop"
  1048. TPShop.TextSize = 16
  1049.  
  1050. TPShop2.Name = "TPShop2"
  1051. TPShop2.Parent = WayPointsFrame
  1052. TPShop2.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1053. TPShop2.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  1054. TPShop2.Position = UDim2.new(0, 190, 0, 80)
  1055. TPShop2.Size = UDim2.new(0, 180, 0, 20)
  1056. TPShop2.TextColor3 = Color3.new(1, 1, 1)
  1057. TPShop2.Font = Enum.Font.Fantasy
  1058. TPShop2.Text = "Advanced Tools Shop"
  1059. TPShop2.TextSize = 16
  1060.  
  1061. MountainTopShop.Name = "MountainTopShop"
  1062. MountainTopShop.Parent = WayPointsFrame
  1063. MountainTopShop.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1064. MountainTopShop.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  1065. MountainTopShop.Position = UDim2.new(0, 190, 0, 105)
  1066. MountainTopShop.Size = UDim2.new(0, 180, 0, 20)
  1067. MountainTopShop.TextColor3 = Color3.new(1, 1, 1)
  1068. MountainTopShop.Font = Enum.Font.Fantasy
  1069. MountainTopShop.Text = "Mountain Top Shop"
  1070. MountainTopShop.TextSize = 16
  1071.  
  1072. TentShop.Name = "TentShop"
  1073. TentShop.Parent = WayPointsFrame
  1074. TentShop.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1075. TentShop.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  1076. TentShop.Position = UDim2.new(0, 190, 0, 130)
  1077. TentShop.Size = UDim2.new(0, 180, 0, 20)
  1078. TentShop.TextColor3 = Color3.new(1, 1, 1)
  1079. TentShop.Font = Enum.Font.Fantasy
  1080. TentShop.Text = "Ticket Tent Shop"
  1081. TentShop.TextSize = 16
  1082.  
  1083. TreatShop.Name = "TreatShop"
  1084. TreatShop.Parent = WayPointsFrame
  1085. TreatShop.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1086. TreatShop.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  1087. TreatShop.Position = UDim2.new(0, 190, 0, 155)
  1088. TreatShop.Size = UDim2.new(0, 180, 0, 20)
  1089. TreatShop.TextColor3 = Color3.new(1, 1, 1)
  1090. TreatShop.Font = Enum.Font.Fantasy
  1091. TreatShop.Text = "Treat Shop"
  1092. TreatShop.TextSize = 16
  1093.  
  1094. RedClubhouse.Name = "RedClubhouse"
  1095. RedClubhouse.Parent = WayPointsFrame
  1096. RedClubhouse.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1097. RedClubhouse.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  1098. RedClubhouse.Position = UDim2.new(0, 190, 0, 180)
  1099. RedClubhouse.Size = UDim2.new(0, 180, 0, 20)
  1100. RedClubhouse.TextColor3 = Color3.new(1, 1, 1)
  1101. RedClubhouse.Font = Enum.Font.Fantasy
  1102. RedClubhouse.Text = "Red Clubhouse"
  1103. RedClubhouse.TextSize = 16
  1104.  
  1105. BlueClubhouse.Name = "BlueClubhouse"
  1106. BlueClubhouse.Parent = WayPointsFrame
  1107. BlueClubhouse.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1108. BlueClubhouse.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  1109. BlueClubhouse.Position = UDim2.new(0, 190, 0, 205)
  1110. BlueClubhouse.Size = UDim2.new(0, 180, 0, 20)
  1111. BlueClubhouse.TextColor3 = Color3.new(1, 1, 1)
  1112. BlueClubhouse.Font = Enum.Font.Fantasy
  1113. BlueClubhouse.Text = "Blue Clubhouse"
  1114. BlueClubhouse.TextSize = 16
  1115.  
  1116. TicketShop.Name = "TicketShop"
  1117. TicketShop.Parent = WayPointsFrame
  1118. TicketShop.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1119. TicketShop.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  1120. TicketShop.Position = UDim2.new(0, 190, 0, 230)
  1121. TicketShop.Size = UDim2.new(0, 180, 0, 20)
  1122. TicketShop.TextColor3 = Color3.new(1, 1, 1)
  1123. TicketShop.Font = Enum.Font.Fantasy
  1124. TicketShop.Text = "Ticket Dispenser"
  1125. TicketShop.TextSize = 16
  1126.  
  1127. ClubHoney.Name = "ClubHoney"
  1128. ClubHoney.Parent = WayPointsFrame
  1129. ClubHoney.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1130. ClubHoney.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  1131. ClubHoney.Position = UDim2.new(0, 190, 0, 255)
  1132. ClubHoney.Size = UDim2.new(0, 180, 0, 20)
  1133. ClubHoney.TextColor3 = Color3.new(1, 1, 1)
  1134. ClubHoney.Font = Enum.Font.Fantasy
  1135. ClubHoney.Text = "Club Honey Dispenser"
  1136. ClubHoney.TextSize = 16
  1137.  
  1138. RoyalJellyShop.Name = "RoyalJellyShop"
  1139. RoyalJellyShop.Parent = WayPointsFrame
  1140. RoyalJellyShop.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1141. RoyalJellyShop.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  1142. RoyalJellyShop.Position = UDim2.new(0, 190, 0, 280)
  1143. RoyalJellyShop.Size = UDim2.new(0, 180, 0, 20)
  1144. RoyalJellyShop.TextColor3 = Color3.new(1, 1, 1)
  1145. RoyalJellyShop.Font = Enum.Font.Fantasy
  1146. RoyalJellyShop.Text = "Royal Jelly Dispenser"
  1147. RoyalJellyShop.TextSize = 16
  1148.  
  1149. TicketRoyalJelly.Name = "TicketRoyalJelly"
  1150. TicketRoyalJelly.Parent = WayPointsFrame
  1151. TicketRoyalJelly.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1152. TicketRoyalJelly.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  1153. TicketRoyalJelly.Position = UDim2.new(0, 190, 0, 305)
  1154. TicketRoyalJelly.Size = UDim2.new(0, 180, 0, 20)
  1155. TicketRoyalJelly.TextColor3 = Color3.new(1, 1, 1)
  1156. TicketRoyalJelly.Font = Enum.Font.Fantasy
  1157. TicketRoyalJelly.Text = "Ticket Royal Jelly Dispenser"
  1158. TicketRoyalJelly.TextSize = 16
  1159.  
  1160. GumdropDispenser.Name = "GumdropDispenser"
  1161. GumdropDispenser.Parent = WayPointsFrame
  1162. GumdropDispenser.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1163. GumdropDispenser.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  1164. GumdropDispenser.Position = UDim2.new(0, 190, 0, 330)
  1165. GumdropDispenser.Size = UDim2.new(0, 180, 0, 20)
  1166. GumdropDispenser.TextColor3 = Color3.new(1, 1, 1)
  1167. GumdropDispenser.Font = Enum.Font.Fantasy
  1168. GumdropDispenser.Text = "Gumdrop Dispenser"
  1169. GumdropDispenser.TextSize = 16
  1170.  
  1171. BlueberryDispenser.Name = "BlueberryDispenser"
  1172. BlueberryDispenser.Parent = WayPointsFrame
  1173. BlueberryDispenser.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1174. BlueberryDispenser.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  1175. BlueberryDispenser.Position = UDim2.new(0, 190, 0, 355)
  1176. BlueberryDispenser.Size = UDim2.new(0, 180, 0, 20)
  1177. BlueberryDispenser.TextColor3 = Color3.new(1, 1, 1)
  1178. BlueberryDispenser.Font = Enum.Font.Fantasy
  1179. BlueberryDispenser.Text = "Blueberry Dispenser"
  1180. BlueberryDispenser.TextSize = 16
  1181.  
  1182. StrawberryDispenser.Name = "StrawberryDispenser"
  1183. StrawberryDispenser.Parent = WayPointsFrame
  1184. StrawberryDispenser.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1185. StrawberryDispenser.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  1186. StrawberryDispenser.Position = UDim2.new(0, 190, 0, 380)
  1187. StrawberryDispenser.Size = UDim2.new(0, 180, 0, 20)
  1188. StrawberryDispenser.TextColor3 = Color3.new(1, 1, 1)
  1189. StrawberryDispenser.Font = Enum.Font.Fantasy
  1190. StrawberryDispenser.Text = "Strawberry Dispenser"
  1191. StrawberryDispenser.TextSize = 16
  1192.  
  1193. TreatDispenser.Name = "TreatDispenser"
  1194. TreatDispenser.Parent = WayPointsFrame
  1195. TreatDispenser.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1196. TreatDispenser.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  1197. TreatDispenser.Position = UDim2.new(0, 190, 0, 405)
  1198. TreatDispenser.Size = UDim2.new(0, 180, 0, 20)
  1199. TreatDispenser.TextColor3 = Color3.new(1, 1, 1)
  1200. TreatDispenser.Font = Enum.Font.Fantasy
  1201. TreatDispenser.Text = "Treat Dispenser"
  1202. TreatDispenser.TextSize = 16
  1203.  
  1204. Honeystorm.Name = "Honeystorm"
  1205. Honeystorm.Parent = WayPointsFrame
  1206. Honeystorm.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1207. Honeystorm.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  1208. Honeystorm.Position = UDim2.new(0, 190, 0, 430)
  1209. Honeystorm.Size = UDim2.new(0, 180, 0, 20)
  1210. Honeystorm.TextColor3 = Color3.new(1, 1, 1)
  1211. Honeystorm.Font = Enum.Font.Fantasy
  1212. Honeystorm.Text = "Summon a Honeystorm"
  1213. Honeystorm.TextSize = 16
  1214.  
  1215. HoneyConvertor.Name = "HoneyConvertor"
  1216. HoneyConvertor.Parent = WayPointsFrame
  1217. HoneyConvertor.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1218. HoneyConvertor.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  1219. HoneyConvertor.Position = UDim2.new(0, 190, 0, 455)
  1220. HoneyConvertor.Size = UDim2.new(0, 180, 0, 20)
  1221. HoneyConvertor.TextColor3 = Color3.new(1, 1, 1)
  1222. HoneyConvertor.Font = Enum.Font.Fantasy
  1223. HoneyConvertor.Text = "Instant Honey Converter"
  1224. HoneyConvertor.TextSize = 16
  1225.  
  1226. SunflowerField.Name = "SunflowerField"
  1227. SunflowerField.Parent = WayPointsFrame
  1228. SunflowerField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1229. SunflowerField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  1230. SunflowerField.Position = UDim2.new(0, 375, 0, 30)
  1231. SunflowerField.Size = UDim2.new(0, 180, 0, 20)
  1232. SunflowerField.TextColor3 = Color3.new(1, 1, 1)
  1233. SunflowerField.Font = Enum.Font.Fantasy
  1234. SunflowerField.Text = "Sunflower Field"
  1235. SunflowerField.TextSize = 16
  1236.  
  1237. MushRoomField.Name = "MushRoomField"
  1238. MushRoomField.Parent = WayPointsFrame
  1239. MushRoomField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1240. MushRoomField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  1241. MushRoomField.Position = UDim2.new(0, 375, 0, 55)
  1242. MushRoomField.Size = UDim2.new(0, 180, 0, 20)
  1243. MushRoomField.TextColor3 = Color3.new(1, 1, 1)
  1244. MushRoomField.Font = Enum.Font.Fantasy
  1245. MushRoomField.Text = "MushRoom Field"
  1246. MushRoomField.TextSize = 16
  1247.  
  1248. DandelionField.Name = "DandelionField"
  1249. DandelionField.Parent = WayPointsFrame
  1250. DandelionField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1251. DandelionField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  1252. DandelionField.Position = UDim2.new(0, 375, 0, 80)
  1253. DandelionField.Size = UDim2.new(0, 180, 0, 20)
  1254. DandelionField.TextColor3 = Color3.new(1, 1, 1)
  1255. DandelionField.Font = Enum.Font.Fantasy
  1256. DandelionField.Text = "Dandelion Field"
  1257. DandelionField.TextSize = 16
  1258.  
  1259. BlueField.Name = "BlueField"
  1260. BlueField.Parent = WayPointsFrame
  1261. BlueField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1262. BlueField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  1263. BlueField.Position = UDim2.new(0, 375, 0, 105)
  1264. BlueField.Size = UDim2.new(0, 180, 0, 20)
  1265. BlueField.TextColor3 = Color3.new(1, 1, 1)
  1266. BlueField.Font = Enum.Font.Fantasy
  1267. BlueField.Text = "Blue Flower Field"
  1268. BlueField.TextSize = 16
  1269.  
  1270. CloverField.Name = "CloverField"
  1271. CloverField.Parent = WayPointsFrame
  1272. CloverField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1273. CloverField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  1274. CloverField.Position = UDim2.new(0, 375, 0, 130)
  1275. CloverField.Size = UDim2.new(0, 180, 0, 20)
  1276. CloverField.TextColor3 = Color3.new(1, 1, 1)
  1277. CloverField.Font = Enum.Font.Fantasy
  1278. CloverField.Text = "Clover Field"
  1279. CloverField.TextSize = 16
  1280.  
  1281. StrawBerryField.Name = "StrawBerryField"
  1282. StrawBerryField.Parent = WayPointsFrame
  1283. StrawBerryField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1284. StrawBerryField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  1285. StrawBerryField.Position = UDim2.new(0, 375, 0, 155)
  1286. StrawBerryField.Size = UDim2.new(0, 180, 0, 20)
  1287. StrawBerryField.TextColor3 = Color3.new(1, 1, 1)
  1288. StrawBerryField.Font = Enum.Font.Fantasy
  1289. StrawBerryField.Text = "StrawBerry Field"
  1290. StrawBerryField.TextSize = 16
  1291.  
  1292. SpiderField.Name = "SpiderField"
  1293. SpiderField.Parent = WayPointsFrame
  1294. SpiderField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1295. SpiderField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  1296. SpiderField.Position = UDim2.new(0, 375, 0, 180)
  1297. SpiderField.Size = UDim2.new(0, 180, 0, 20)
  1298. SpiderField.TextColor3 = Color3.new(1, 1, 1)
  1299. SpiderField.Font = Enum.Font.Fantasy
  1300. SpiderField.Text = "Spider Field"
  1301. SpiderField.TextSize = 16
  1302.  
  1303. BamBooField.Name = "BamBooField"
  1304. BamBooField.Parent = WayPointsFrame
  1305. BamBooField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1306. BamBooField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  1307. BamBooField.Position = UDim2.new(0, 375, 0, 205)
  1308. BamBooField.Size = UDim2.new(0, 180, 0, 20)
  1309. BamBooField.TextColor3 = Color3.new(1, 1, 1)
  1310. BamBooField.Font = Enum.Font.Fantasy
  1311. BamBooField.Text = "BamBoo Field"
  1312. BamBooField.TextSize = 16
  1313.  
  1314. RoseField.Name = "RoseField"
  1315. RoseField.Parent = WayPointsFrame
  1316. RoseField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1317. RoseField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  1318. RoseField.Position = UDim2.new(0, 375, 0, 230)
  1319. RoseField.Size = UDim2.new(0, 180, 0, 20)
  1320. RoseField.TextColor3 = Color3.new(1, 1, 1)
  1321. RoseField.Font = Enum.Font.Fantasy
  1322. RoseField.Text = "Rose Field"
  1323. RoseField.TextSize = 16
  1324.  
  1325. PineTreeField.Name = "PineTreeField"
  1326. PineTreeField.Parent = WayPointsFrame
  1327. PineTreeField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1328. PineTreeField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  1329. PineTreeField.Position = UDim2.new(0, 375, 0, 255)
  1330. PineTreeField.Size = UDim2.new(0, 180, 0, 20)
  1331. PineTreeField.TextColor3 = Color3.new(1, 1, 1)
  1332. PineTreeField.Font = Enum.Font.Fantasy
  1333. PineTreeField.Text = "Pine Tree Forest"
  1334. PineTreeField.TextSize = 16
  1335.  
  1336. CactusField.Name = "CactusField"
  1337. CactusField.Parent = WayPointsFrame
  1338. CactusField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1339. CactusField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  1340. CactusField.Position = UDim2.new(0, 375, 0, 280)
  1341. CactusField.Size = UDim2.new(0, 180, 0, 20)
  1342. CactusField.TextColor3 = Color3.new(1, 1, 1)
  1343. CactusField.Font = Enum.Font.Fantasy
  1344. CactusField.Text = "Cactus Field"
  1345. CactusField.TextSize = 16
  1346.  
  1347. PumpkinField.Name = "PumpkinField"
  1348. PumpkinField.Parent = WayPointsFrame
  1349. PumpkinField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1350. PumpkinField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  1351. PumpkinField.Position = UDim2.new(0, 375, 0, 305)
  1352. PumpkinField.Size = UDim2.new(0, 180, 0, 20)
  1353. PumpkinField.TextColor3 = Color3.new(1, 1, 1)
  1354. PumpkinField.Font = Enum.Font.Fantasy
  1355. PumpkinField.Text = "Pumpkin Patch"
  1356. PumpkinField.TextSize = 16
  1357.  
  1358. PineappleField.Name = "PineappleField"
  1359. PineappleField.Parent = WayPointsFrame
  1360. PineappleField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1361. PineappleField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  1362. PineappleField.Position = UDim2.new(0, 375, 0, 330)
  1363. PineappleField.Size = UDim2.new(0, 180, 0, 20)
  1364. PineappleField.TextColor3 = Color3.new(1, 1, 1)
  1365. PineappleField.Font = Enum.Font.Fantasy
  1366. PineappleField.Text = "Pineapple Patch"
  1367. PineappleField.TextSize = 16
  1368.  
  1369. MountainTopField.Name = "MountainTopField"
  1370. MountainTopField.Parent = WayPointsFrame
  1371. MountainTopField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1372. MountainTopField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  1373. MountainTopField.Position = UDim2.new(0, 375, 0, 355)
  1374. MountainTopField.Size = UDim2.new(0, 180, 0, 20)
  1375. MountainTopField.TextColor3 = Color3.new(1, 1, 1)
  1376. MountainTopField.Font = Enum.Font.Fantasy
  1377. MountainTopField.Text = "Mountain Top Field"
  1378. MountainTopField.TextSize = 16
  1379.  
  1380. Field1AF.Name = "Field1AF"
  1381. Field1AF.Parent = WayPointsFrame
  1382. Field1AF.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1383. Field1AF.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  1384. Field1AF.Position = UDim2.new(0, 555, 0, 30)
  1385. Field1AF.Size = UDim2.new(0, 40, 0, 20)
  1386. Field1AF.TextColor3 = Color3.new(1, 1, 1)
  1387. Field1AF.Font = Enum.Font.Fantasy
  1388. Field1AF.Text = "Farm"
  1389. Field1AF.TextSize = 16
  1390.  
  1391. Field2AF.Name = "Field2AF"
  1392. Field2AF.Parent = WayPointsFrame
  1393. Field2AF.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1394. Field2AF.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  1395. Field2AF.Position = UDim2.new(0, 555, 0, 55)
  1396. Field2AF.Size = UDim2.new(0, 40, 0, 20)
  1397. Field2AF.TextColor3 = Color3.new(1, 1, 1)
  1398. Field2AF.Font = Enum.Font.Fantasy
  1399. Field2AF.Text = "Farm"
  1400. Field2AF.TextSize = 16
  1401.  
  1402. Field3AF.Name = "Field3AF"
  1403. Field3AF.Parent = WayPointsFrame
  1404. Field3AF.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1405. Field3AF.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  1406. Field3AF.Position = UDim2.new(0, 555, 0, 80)
  1407. Field3AF.Size = UDim2.new(0, 40, 0, 20)
  1408. Field3AF.TextColor3 = Color3.new(1, 1, 1)
  1409. Field3AF.Font = Enum.Font.Fantasy
  1410. Field3AF.Text = "Farm"
  1411. Field3AF.TextSize = 16
  1412.  
  1413. Field4AF.Name = "Field4AF"
  1414. Field4AF.Parent = WayPointsFrame
  1415. Field4AF.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1416. Field4AF.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  1417. Field4AF.Position = UDim2.new(0, 555, 0, 105)
  1418. Field4AF.Size = UDim2.new(0, 40, 0, 20)
  1419. Field4AF.TextColor3 = Color3.new(1, 1, 1)
  1420. Field4AF.Font = Enum.Font.Fantasy
  1421. Field4AF.Text = "Farm"
  1422. Field4AF.TextSize = 16
  1423.  
  1424. Field5AF.Name = "Field5AF"
  1425. Field5AF.Parent = WayPointsFrame
  1426. Field5AF.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1427. Field5AF.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  1428. Field5AF.Position = UDim2.new(0, 555, 0, 130)
  1429. Field5AF.Size = UDim2.new(0, 40, 0, 20)
  1430. Field5AF.TextColor3 = Color3.new(1, 1, 1)
  1431. Field5AF.Font = Enum.Font.Fantasy
  1432. Field5AF.Text = "Farm"
  1433. Field5AF.TextSize = 16
  1434.  
  1435. Field6AF.Name = "Field6AF"
  1436. Field6AF.Parent = WayPointsFrame
  1437. Field6AF.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1438. Field6AF.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  1439. Field6AF.Position = UDim2.new(0, 555, 0, 155)
  1440. Field6AF.Size = UDim2.new(0, 40, 0, 20)
  1441. Field6AF.TextColor3 = Color3.new(1, 1, 1)
  1442. Field6AF.Font = Enum.Font.Fantasy
  1443. Field6AF.Text = "Farm"
  1444. Field6AF.TextSize = 16
  1445.  
  1446. Field7AF.Name = "Field7AF"
  1447. Field7AF.Parent = WayPointsFrame
  1448. Field7AF.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1449. Field7AF.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  1450. Field7AF.Position = UDim2.new(0, 555, 0, 180)
  1451. Field7AF.Size = UDim2.new(0, 40, 0, 20)
  1452. Field7AF.TextColor3 = Color3.new(1, 1, 1)
  1453. Field7AF.Font = Enum.Font.Fantasy
  1454. Field7AF.Text = "Farm"
  1455. Field7AF.TextSize = 16
  1456.  
  1457. Field8AF.Name = "Field8AF"
  1458. Field8AF.Parent = WayPointsFrame
  1459. Field8AF.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1460. Field8AF.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  1461. Field8AF.Position = UDim2.new(0, 555, 0, 205)
  1462. Field8AF.Size = UDim2.new(0, 40, 0, 20)
  1463. Field8AF.TextColor3 = Color3.new(1, 1, 1)
  1464. Field8AF.Font = Enum.Font.Fantasy
  1465. Field8AF.Text = "Farm"
  1466. Field8AF.TextSize = 16
  1467.  
  1468. Field9AF.Name = "Field9AF"
  1469. Field9AF.Parent = WayPointsFrame
  1470. Field9AF.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1471. Field9AF.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  1472. Field9AF.Position = UDim2.new(0, 555, 0, 230)
  1473. Field9AF.Size = UDim2.new(0, 40, 0, 20)
  1474. Field9AF.TextColor3 = Color3.new(1, 1, 1)
  1475. Field9AF.Font = Enum.Font.Fantasy
  1476. Field9AF.Text = "Farm"
  1477. Field9AF.TextSize = 16
  1478.  
  1479. Field10AF.Name = "Field10AF"
  1480. Field10AF.Parent = WayPointsFrame
  1481. Field10AF.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1482. Field10AF.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  1483. Field10AF.Position = UDim2.new(0, 555, 0, 255)
  1484. Field10AF.Size = UDim2.new(0, 40, 0, 20)
  1485. Field10AF.TextColor3 = Color3.new(1, 1, 1)
  1486. Field10AF.Font = Enum.Font.Fantasy
  1487. Field10AF.Text = "Farm"
  1488. Field10AF.TextSize = 16
  1489.  
  1490. Field11AF.Name = "Field11AF"
  1491. Field11AF.Parent = WayPointsFrame
  1492. Field11AF.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1493. Field11AF.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  1494. Field11AF.Position = UDim2.new(0, 555, 0, 280)
  1495. Field11AF.Size = UDim2.new(0, 40, 0, 20)
  1496. Field11AF.TextColor3 = Color3.new(1, 1, 1)
  1497. Field11AF.Font = Enum.Font.Fantasy
  1498. Field11AF.Text = "Farm"
  1499. Field11AF.TextSize = 16
  1500.  
  1501. Field12AF.Name = "Field12AF"
  1502. Field12AF.Parent = WayPointsFrame
  1503. Field12AF.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1504. Field12AF.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  1505. Field12AF.Position = UDim2.new(0, 555, 0, 305)
  1506. Field12AF.Size = UDim2.new(0, 40, 0, 20)
  1507. Field12AF.TextColor3 = Color3.new(1, 1, 1)
  1508. Field12AF.Font = Enum.Font.Fantasy
  1509. Field12AF.Text = "Farm"
  1510. Field12AF.TextSize = 16
  1511.  
  1512. Field13AF.Name = "Field13AF"
  1513. Field13AF.Parent = WayPointsFrame
  1514. Field13AF.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1515. Field13AF.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  1516. Field13AF.Position = UDim2.new(0, 555, 0, 330)
  1517. Field13AF.Size = UDim2.new(0, 40, 0, 20)
  1518. Field13AF.TextColor3 = Color3.new(1, 1, 1)
  1519. Field13AF.Font = Enum.Font.Fantasy
  1520. Field13AF.Text = "Farm"
  1521. Field13AF.TextSize = 16
  1522.  
  1523. Field14AF.Name = "Field14AF"
  1524. Field14AF.Parent = WayPointsFrame
  1525. Field14AF.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1526. Field14AF.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  1527. Field14AF.Position = UDim2.new(0, 555, 0, 355)
  1528. Field14AF.Size = UDim2.new(0, 40, 0, 20)
  1529. Field14AF.TextColor3 = Color3.new(1, 1, 1)
  1530. Field14AF.Font = Enum.Font.Fantasy
  1531. Field14AF.Text = "Farm"
  1532. Field14AF.TextSize = 16
  1533.  
  1534. Players.Name = "Players"
  1535. Players.Parent = MainFrame
  1536. Players.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1537. Players.BorderColor3 = Color3.new(0, 1, 0)
  1538. Players.Position = UDim2.new(0, 118, 0, 5)
  1539. Players.Size = UDim2.new(0, 60, 0, 20)
  1540. Players.BackgroundTransparency = 0
  1541. Players.Font = Enum.Font.Fantasy
  1542. Players.TextColor3 = Color3.new(1, 1, 1)
  1543. Players.Text = "Players"
  1544. Players.TextSize = 17
  1545. Players.TextWrapped = true
  1546.  
  1547. PlayerFrame.Name = "PlayerFrame"
  1548. PlayerFrame.Parent = MainFrame
  1549. PlayerFrame.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  1550. PlayerFrame.BackgroundTransparency = 0.5
  1551. PlayerFrame.BorderColor3 = Color3.new(0, 0, 0)
  1552. PlayerFrame.Position = UDim2.new(0, 63, 0, 34)
  1553. PlayerFrame.Size = UDim2.new(0, 170, 0, 200)
  1554. PlayerFrame.Visible = false
  1555.  
  1556. PlyrSel.Name = "PlyrSel"
  1557. PlyrSel.Parent = PlayerFrame
  1558. PlyrSel.BackgroundColor3 = Color3.new(1, 1, 1)
  1559. PlyrSel.BackgroundTransparency = 0.15
  1560. PlyrSel.BorderColor3 = Color3.new(0, 0, 0)
  1561. PlyrSel.Position = UDim2.new(0, 5, 0, 5)
  1562. PlyrSel.Size = UDim2.new(0, 160, 0, 20)
  1563. PlyrSel.Font = Enum.Font.SourceSans
  1564. PlyrSel.Text = "SELECT A PLAYER"
  1565. PlyrSel.TextColor3 = Color3.new(0, 0, 0)
  1566. PlyrSel.TextScaled = true
  1567. PlyrSel.TextSize = 17
  1568. PlyrSel.TextWrapped = true
  1569.  
  1570. Player1.Name = "Player1"
  1571. Player1.Parent = PlayerFrame
  1572. Player1.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1573. Player1.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  1574. Player1.Position = UDim2.new(0, 5, 0, 35)
  1575. Player1.Size = UDim2.new(0, 160, 0, 20)
  1576. Player1.Font = Enum.Font.Fantasy
  1577. Player1.Text = ""
  1578. Player1.TextColor3 = Color3.new(1, 1, 1)
  1579. Player1.TextSize = 15
  1580. Player1.TextWrapped = true
  1581.  
  1582. Player2.Name = "Player2"
  1583. Player2.Parent = PlayerFrame
  1584. Player2.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1585. Player2.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  1586. Player2.Position = UDim2.new(0, 5, 0, 60)
  1587. Player2.Size = UDim2.new(0, 160, 0, 20)
  1588. Player2.Font = Enum.Font.Fantasy
  1589. Player2.Text = ""
  1590. Player2.TextColor3 = Color3.new(1, 1, 1)
  1591. Player2.TextSize = 15
  1592. Player2.TextWrapped = true
  1593.  
  1594. Player3.Name = "Player3"
  1595. Player3.Parent = PlayerFrame
  1596. Player3.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1597. Player3.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  1598. Player3.Position = UDim2.new(0, 5, 0, 85)
  1599. Player3.Size = UDim2.new(0, 160, 0, 20)
  1600. Player3.Font = Enum.Font.Fantasy
  1601. Player3.Text = ""
  1602. Player3.TextColor3 = Color3.new(1, 1, 1)
  1603. Player3.TextSize = 15
  1604. Player3.TextWrapped = true
  1605.  
  1606. Player4.Name = "Player4"
  1607. Player4.Parent = PlayerFrame
  1608. Player4.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1609. Player4.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  1610. Player4.Position = UDim2.new(0, 5, 0, 110)
  1611. Player4.Size = UDim2.new(0, 160, 0, 20)
  1612. Player4.Font = Enum.Font.Fantasy
  1613. Player4.Text = ""
  1614. Player4.TextColor3 = Color3.new(1, 1, 1)
  1615. Player4.TextSize = 15
  1616. Player4.TextWrapped = true
  1617.  
  1618. Player5.Name = "Player5"
  1619. Player5.Parent = PlayerFrame
  1620. Player5.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1621. Player5.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  1622. Player5.Position = UDim2.new(0, 5, 0, 135)
  1623. Player5.Size = UDim2.new(0, 160, 0, 20)
  1624. Player5.Font = Enum.Font.Fantasy
  1625. Player5.Text = ""
  1626. Player5.TextColor3 = Color3.new(1, 1, 1)
  1627. Player5.TextSize = 15
  1628. Player5.TextWrapped = true
  1629.  
  1630. TpPlayer.Name = "TpPlayer"
  1631. TpPlayer.Parent = PlayerFrame
  1632. TpPlayer.BackgroundColor3 = Color3.new(0.18, 0.18, 0.18)
  1633. TpPlayer.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  1634. TpPlayer.Position = UDim2.new(0, 5, 0, 165)
  1635. TpPlayer.Size = UDim2.new(0, 160, 0, 30)
  1636. TpPlayer.Font = Enum.Font.Fantasy
  1637. TpPlayer.Text = "Teleport to Player"
  1638. TpPlayer.TextColor3 = Color3.new(1, 1, 1)
  1639. TpPlayer.TextWrapped = true
  1640. TpPlayer.TextSize = 17
  1641.  
  1642. PollenFarm.Name = "PollenFarm"
  1643. PollenFarm.Parent = MainFrame
  1644. PollenFarm.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1645. PollenFarm.BorderColor3 = Color3.new(0, 1, 0)
  1646. PollenFarm.Position = UDim2.new(0, 183, 0, 5)
  1647. PollenFarm.Size = UDim2.new(0, 100, 0, 20)
  1648. PollenFarm.Font = Enum.Font.Fantasy
  1649. PollenFarm.TextColor3 = Color3.new(1, 1, 1)
  1650. PollenFarm.Text = "Farm Pollen"
  1651. PollenFarm.TextSize = 17
  1652. PollenFarm.TextWrapped = true
  1653.  
  1654. AutoDig.Name = "AutoDig"
  1655. AutoDig.Parent = MainFrame
  1656. AutoDig.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1657. AutoDig.BorderColor3 = Color3.new(0, 1, 0)
  1658. AutoDig.Position = UDim2.new(0, 288, 0, 5)
  1659. AutoDig.Size = UDim2.new(0, 70, 0, 20)
  1660. AutoDig.Font = Enum.Font.Fantasy
  1661. AutoDig.TextColor3 = Color3.new(1, 1, 1)
  1662. AutoDig.Text = "Auto Dig"
  1663. AutoDig.TextSize = 17
  1664. AutoDig.TextWrapped = true
  1665.  
  1666. FindTreasures.Name = "FindTreasures"
  1667. FindTreasures.Parent = MainFrame
  1668. FindTreasures.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1669. FindTreasures.BorderColor3 = Color3.new(0, 1, 0)
  1670. FindTreasures.Position = UDim2.new(0, 363, 0, 5)
  1671. FindTreasures.Size = UDim2.new(0, 130, 0, 20)
  1672. FindTreasures.BackgroundTransparency = 0
  1673. FindTreasures.Font = Enum.Font.Fantasy
  1674. FindTreasures.TextColor3 = Color3.new(1, 1, 1)
  1675. FindTreasures.Text = "Collect Treasures"
  1676. FindTreasures.TextSize = 17
  1677. FindTreasures.TextWrapped = true
  1678.  
  1679. FindTreasuresText1.Name = "FindTreasuresText1"
  1680. FindTreasuresText1.Parent = MainFrame
  1681. FindTreasuresText1.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1682. FindTreasuresText1.BorderColor3 = Color3.new(0, 0, 0)
  1683. FindTreasuresText1.BackgroundTransparency = 0.1
  1684. FindTreasuresText1.Position = UDim2.new(0, 333, 0, 34)
  1685. FindTreasuresText1.Size = UDim2.new(0, 190, 0, 85)
  1686. FindTreasuresText1.TextColor3 = Color3.new(1, 1, 1)
  1687. FindTreasuresText1.Font = Enum.Font.Fantasy
  1688. 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."
  1689. FindTreasuresText1.TextSize = 16
  1690. FindTreasuresText1.TextWrapped = true
  1691. FindTreasuresText1.ZIndex = 6
  1692. FindTreasuresText1.Visible = false
  1693. FindTreasuresText1.TextYAlignment = Enum.TextYAlignment.Top
  1694.  
  1695. ExtrasScreen.Name = "ExtrasScreen"
  1696. ExtrasScreen.Parent = MainFrame
  1697. ExtrasScreen.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1698. ExtrasScreen.BorderColor3 = Color3.new(0, 1, 0)
  1699. ExtrasScreen.Position = UDim2.new(0, 498, 0, 5)
  1700. ExtrasScreen.Size = UDim2.new(0, 50, 0, 20)
  1701. ExtrasScreen.BackgroundTransparency = 0
  1702. ExtrasScreen.Font = Enum.Font.Fantasy
  1703. ExtrasScreen.TextColor3 = Color3.new(1, 1, 1)
  1704. ExtrasScreen.Text = "Extras"
  1705. ExtrasScreen.TextSize = 17
  1706. ExtrasScreen.TextWrapped = true
  1707.  
  1708. ExtrasFrame.Name = "ExtrasFrame"
  1709. ExtrasFrame.Parent = MainFrame
  1710. ExtrasFrame.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  1711. ExtrasFrame.BorderColor3 = Color3.new(0, 0, 0)
  1712. ExtrasFrame.BackgroundTransparency = 0.5
  1713. ExtrasFrame.Position = UDim2.new(0, 428, 0, 34)
  1714. ExtrasFrame.Size = UDim2.new(0, 170, 0, 105)
  1715. ExtrasFrame.Visible = false
  1716.  
  1717. NoClip.Name = "NoClip"
  1718. NoClip.Parent = ExtrasFrame
  1719. NoClip.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1720. NoClip.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  1721. NoClip.Position = UDim2.new(0, 5, 0, 5)
  1722. NoClip.Size = UDim2.new(0, 160, 0, 20)
  1723. NoClip.Font = Enum.Font.Fantasy
  1724. NoClip.TextColor3 = Color3.new(1, 1, 1)
  1725. NoClip.Text = "Enable NoClip"
  1726. NoClip.TextSize = 17
  1727. NoClip.TextWrapped = true
  1728.  
  1729. TPTool.Name = "TPTool"
  1730. TPTool.Parent = ExtrasFrame
  1731. TPTool.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1732. TPTool.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  1733. TPTool.Position = UDim2.new(0, 5, 0, 30)
  1734. TPTool.Size = UDim2.new(0, 160, 0, 20)
  1735. TPTool.TextColor3 = Color3.new(1, 1, 1)
  1736. TPTool.Font = Enum.Font.Fantasy
  1737. TPTool.Text = "Add TPTool"
  1738. TPTool.TextSize = 16
  1739.  
  1740. BTool.Name = "BTool"
  1741. BTool.Parent = ExtrasFrame
  1742. BTool.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1743. BTool.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  1744. BTool.Position = UDim2.new(0, 5, 0, 55)
  1745. BTool.Size = UDim2.new(0, 160, 0, 20)
  1746. BTool.TextColor3 = Color3.new(1, 1, 1)
  1747. BTool.Font = Enum.Font.Fantasy
  1748. BTool.Text = "Add BTools"
  1749. BTool.TextSize = 16
  1750.  
  1751. ReJoinServer.Name = "ReJoinServer"
  1752. ReJoinServer.Parent = ExtrasFrame
  1753. ReJoinServer.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1754. ReJoinServer.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  1755. ReJoinServer.Position = UDim2.new(0, 5, 0, 80)
  1756. ReJoinServer.Size = UDim2.new(0, 160, 0, 20)
  1757. ReJoinServer.TextColor3 = Color3.new(1, 1, 1)
  1758. ReJoinServer.Font = Enum.Font.Fantasy
  1759. ReJoinServer.Text = "ReJoin a Server"
  1760. ReJoinServer.TextSize = 16
  1761. ReJoinServer.TextWrapped = true
  1762.  
  1763. InfoScreen.Name = "InfoScreen"
  1764. InfoScreen.Parent = MainFrame
  1765. InfoScreen.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1766. InfoScreen.BorderColor3 = Color3.new(0, 1, 0)
  1767. InfoScreen.Position = UDim2.new(0, 553, 0, 5)
  1768. InfoScreen.Size = UDim2.new(0, 40, 0, 20)
  1769. InfoScreen.BackgroundTransparency = 0
  1770. InfoScreen.Font = Enum.Font.Fantasy
  1771. InfoScreen.TextColor3 = Color3.new(1, 1, 1)
  1772. InfoScreen.Text = "Info"
  1773. InfoScreen.TextSize = 17
  1774. InfoScreen.TextWrapped = true
  1775.  
  1776. InfoFrame.Name = "InfoFrame"
  1777. InfoFrame.Parent = MainFrame
  1778. InfoFrame.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1779. InfoFrame.BorderColor3 = Color3.new(0, 0, 0)
  1780. InfoFrame.BackgroundTransparency = 0.1
  1781. InfoFrame.Position = UDim2.new(0, 398, 0, 34)
  1782. InfoFrame.Size = UDim2.new(0, 200, 0, 190)
  1783. InfoFrame.Visible = false
  1784.  
  1785. InfoText1.Name = "InfoText1"
  1786. InfoText1.Parent = InfoFrame
  1787. InfoText1.BackgroundColor3 = Color3.new(0, 0, 0)
  1788. InfoText1.BorderColor3 = Color3.new(0, 0, 0)
  1789. InfoText1.BackgroundTransparency = 1
  1790. InfoText1.Position = UDim2.new(0, 5, 0, 5)
  1791. InfoText1.Size = UDim2.new(0, 190, 0, 210)
  1792. InfoText1.TextColor3 = Color3.new(1, 1, 1)
  1793. InfoText1.Font = Enum.Font.Fantasy
  1794. 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"
  1795. InfoText1.TextSize = 15
  1796. InfoText1.TextWrapped = true
  1797. InfoText1.TextYAlignment = Enum.TextYAlignment.Top
  1798.  
  1799. function notify(msg)
  1800. game.StarterGui:SetCore('SendNotification', {
  1801. Title = 'Bee Swarm LuckyGUI';
  1802. Text = msg;
  1803. Duration = 5;
  1804. })
  1805. end
  1806.  
  1807. --- Close ---
  1808.  
  1809. Close.MouseButton1Down:connect(function()
  1810. MainGUI:Destroy()
  1811. end)
  1812.  
  1813. --- Menus ---
  1814.  
  1815. local Menus = {
  1816. [WayPoints] = WayPointsFrame;
  1817. [ExtrasScreen] = ExtrasFrame;
  1818. [InfoScreen] = InfoFrame;
  1819. [Players] = PlayerFrame;
  1820. }
  1821. for button,frame in pairs(Menus) do
  1822. button.MouseButton1Click:connect(function()
  1823. if frame.Visible then
  1824. frame.Visible = false
  1825. return
  1826. end
  1827. for k,v in pairs(Menus) do
  1828. v.Visible = v == frame
  1829. end
  1830. end)
  1831. end
  1832.  
  1833. --- Snow Menus Show Hide ---
  1834.  
  1835. FindTreasures.MouseEnter:connect(function()
  1836. FindTreasuresText1.Visible = true
  1837. end)
  1838.  
  1839. FindTreasures.MouseLeave:connect(function()
  1840. FindTreasuresText1.Visible = false
  1841. end)
  1842.  
  1843. -- Pollen Farming --
  1844.  
  1845. spawn (function()
  1846. while true do
  1847. wait(0.2)
  1848. if PollenFarmActive == true then
  1849. local player = game:GetService("Players").LocalPlayer
  1850. local currp
  1851. workspace.Collectibles.ChildAdded:Connect(function(part)
  1852. wait(0.5)
  1853. if currp and (part.Position-currp).magnitude < 50 then
  1854. player.Character:MoveTo(part.Position)
  1855. wait(0.3)
  1856. player.Character:MoveTo(currp)
  1857. end
  1858. end)
  1859. local pollenLbl = player.Character:FindFirstChild("ProgressLabel",true)
  1860. if not pollenLbl then
  1861. error("Backpack not found")
  1862. end
  1863. local maxpollen = tonumber(pollenLbl.Text:match("%d+$"))
  1864. local pollenTool = player.Character:FindFirstChildOfClass("Tool") or player.Backpack:FindFirstChildOfClass("Tool")
  1865. if pollenTool==nil or pollenTool:FindFirstChild("ClickEvent")==nil then
  1866. error("Tool not found")
  1867. end
  1868. print("Backpack size: " .. maxpollen)
  1869. if Field1AFActive == true then
  1870. fieldpos = {Vector3.new(-207.426,3,132.8),Vector3.new(-207.426,3,162.8),Vector3.new(-207.426,3,192.8)}
  1871. print("Farming Sunflower Zone")
  1872. elseif Field2AFActive == true then
  1873. fieldpos = {Vector3.new(-100.1, 3.3, 134.4),Vector3.new(-67.9, 3.3, 135.7)}
  1874. print("Farming Mushroom Zone")
  1875. elseif Field3AFActive == true then
  1876. fieldpos = {Vector3.new(-70.35,4,221.5),Vector3.new(-30.35,4,221.5),Vector3.new(10.35,4,221.5)}
  1877. print("Farming Dandelion Zone")
  1878. elseif Field4AFActive == true then
  1879. fieldpos = {Vector3.new(106.8,4,100.5),Vector3.new(146.8,4,100.5),Vector3.new(186.8,4,100.5)}
  1880. print("Farming Blue Flower Zone")
  1881. elseif Field5AFActive == true then
  1882. fieldpos = {Vector3.new(135,33,195),Vector3.new(160,33,175),Vector3.new(185,33,195)}
  1883. print("Farming Clover Zone")
  1884. elseif Field6AFActive == true then
  1885. fieldpos = {Vector3.new(-178,20,15),Vector3.new(-178,20,-12),Vector3.new(-157,20,-20)}
  1886. print("Farming StrawBerry Zone")
  1887. elseif Field7AFActive == true then
  1888. fieldpos = {Vector3.new(-67,20,0),Vector3.new(-42,20,-19),Vector3.new(-16.4,20,0)}
  1889. print("Farming Spider Zone")
  1890. elseif Field8AFActive == true then
  1891. fieldpos = {Vector3.new(92.9,20,-25.6),Vector3.new(132.9,20,-25.6),Vector3.new(172.9,20,-25.6)}
  1892. print("Farming BamBoo Zone")
  1893. elseif Field9AFActive == true then
  1894. fieldpos = {Vector3.new(-300,20,129),Vector3.new(-322.835,20,129),Vector3.new(-350,20,129)}
  1895. print("Farming Rose Zone")
  1896. elseif Field10AFActive == true then
  1897. 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)}
  1898. print("Farming Pine Tree Zone")
  1899. elseif Field11AFActive == true then
  1900. fieldpos = {Vector3.new(-159.5,68,-101.5),Vector3.new(-194.5,68,-112.5),Vector3.new(-229.5,68,-101.5)}
  1901. print("Farming Cactus Zone")
  1902. elseif Field12AFActive == true then
  1903. fieldpos = {Vector3.new(-169,67,-183.8),Vector3.new(-186.5,67,-186.8),Vector3.new(-222,67,-183.8)}
  1904. print("Farming Pumpkin Zone")
  1905. elseif Field13AFActive == true then
  1906. fieldpos = {Vector3.new(285.3,70.2,-200),Vector3.new(260.3,70.2,-220),Vector3.new(225.3,70.2,-200)}
  1907. print("Farming Pineapple Patch")
  1908. elseif Field14AFActive == true then
  1909. 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)}
  1910. print("Farming Mountain Top Zone")
  1911. else
  1912. if maxpollen < 9999 then
  1913. 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)}
  1914. print("Auto Farming Zone 1 selected")
  1915. else
  1916. 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)}
  1917. print("Auto Farming Zone 2 selected")
  1918. end
  1919. end
  1920. local posIndex = 0
  1921. while PollenFarmActive do
  1922. --collect pollen
  1923. pollenTool.Parent = player.Character
  1924. wait(0.1)
  1925. while PollenFarmActive and player.leaderstats.Pollen.Value<maxpollen do
  1926. posIndex=posIndex+1
  1927. if posIndex>#fieldpos then posIndex=1 end
  1928. for rot=1,4 do
  1929. if not PollenFarmActive then break end
  1930. local angle = CFrame.Angles(0,math.pi*.5*rot,0)
  1931. currp = fieldpos[posIndex]+angle.lookVector*10
  1932. player.Character.HumanoidRootPart.CFrame=CFrame.new(currp)*angle
  1933. for i=1,25 do
  1934. if not PollenFarmActive then break end
  1935. wait(0.2)
  1936. pollenTool.ClickEvent:FireServer(currp)
  1937. end
  1938. if player.leaderstats.Pollen.Value+1>maxpollen then break end
  1939. end
  1940. end
  1941. --turn to honey
  1942. currp=nil
  1943. player.Character:MoveTo(player.SpawnPos.Value.p)
  1944. wait(1)
  1945. game:GetService("ReplicatedStorage").Events.PlayerHiveCommand:FireServer("ToggleHoneyMaking")
  1946. if PollenFarmActive then
  1947. repeat wait(0.5) until player.leaderstats.Pollen.Value < 1
  1948. wait(10)
  1949. end
  1950. end
  1951. end
  1952. end
  1953. end)
  1954.  
  1955. --- WayPoints ---
  1956.  
  1957. local WayPoints = {
  1958. ["Black Bear"] = CFrame.new(-258.1, 5, 299.7),
  1959. ["Brown Bear"] = CFrame.new(282, 46, 236),
  1960. ["Panda Bear"] = CFrame.new(106.3, 35, 50.1),
  1961. ["Polar Bear"] = CFrame.new(-106, 119, -77),
  1962. ["Science Bear"] = CFrame.new(267, 103, 20),
  1963. ["Traveling Bear"] = CFrame.new(34, 14, 371),
  1964. ["Mother Bear"] = CFrame.new(-183.8, 4.6, 87.5),
  1965. ["Tunnel Bear"] = CFrame.new(507.3, 5.7, -45.7),
  1966. ["Redfield Boost"] = CFrame.new(-332, 20, 244),
  1967. ["Bluefield Boost"] = CFrame.new(319, 58, 103),
  1968. ["MountainTop Boost"] = CFrame.new(-40, 176, -191.7),
  1969. ["Red Cannon (22)"] = CFrame.new(-240, 17, 345),
  1970. ["Blue Cannon (16)"] = CFrame.new(-287, 73, 22),
  1971. ["Yellow Cannon (12)"] = CFrame.new(266, 109, -25),
  1972. ["Slingshot (8)"] = CFrame.new(78, 23, 149),
  1973. ["Bee Shop"] = CFrame.new(-136.8, 4.6, 243.4),
  1974. ["Tool Shop"] = CFrame.new(86, 4.6, 294),
  1975. ["Tool Shop 2"] = CFrame.new(165, 69, -161),
  1976. ["MountainTop Shop"] = CFrame.new(-18, 176, -137),
  1977. ["Ticket Tent"] = CFrame.new(-234, 17, 398),
  1978. ["Red Clubhouse"] = CFrame.new(-334, 21, 216),
  1979. ["Blue Clubhouse"] = CFrame.new(292, 4, 98),
  1980. ["Ticket Shop"] = CFrame.new(-12.8, 184, -222.2),
  1981. ["Club Honey"] = CFrame.new(47, 5, 323),
  1982. ["RoyalJelly Shop"] = CFrame.new(-297, 53, 68),
  1983. ["Ticket RoyalJelly Shop"] = CFrame.new(81, 18, 240),
  1984. ["Honeystorm Dispensor"] = CFrame.new(301, 48, 191),
  1985. ["Blueberry Dispenser"] = CFrame.new(313.3, 58, 86.9),
  1986. ["Strawberry Dispenser"] = CFrame.new(-320.5, 46, 272.5),
  1987. ["Instant Honey Convertor"] = CFrame.new(282, 68, -62),
  1988. ["King Beetles Lair"] = CFrame.new(218, 3, 140),
  1989. ["Clover Field"] = CFrame.new(174, 34, 189),
  1990. ["Mushroom Field"] = CFrame.new(-258.1, 5, 299.7),
  1991. ["Spider Field"] = CFrame.new(-57.2, 20, -5.3),
  1992. ["Blue Field"] = CFrame.new(113.7, 4, 101.5),
  1993. ["Sunflower Field"] = CFrame.new(-208, 4, 185),
  1994. ["StrawBerry Field"] = CFrame.new(-169.3, 20, -3.2),
  1995. ["Red Field"] = CFrame.new(-258.1, 5, 299.7),
  1996. ["Dandelion Field"] = CFrame.new(-30, 4, 225),
  1997. ["BamBoo Field"] = CFrame.new(93, 20, -25),
  1998. ["Rose Field"] = CFrame.new(-322, 20, 124),
  1999. ["Mushroom Field"] = CFrame.new(-94, 5, 116),
  2000. ["Cactus Field"] = CFrame.new(-194, 68, -107),
  2001. ["Pumpkin Field"] = CFrame.new(-194, 68, -182),
  2002. ["MountainTop Field"] = CFrame.new(76, 176, -181),
  2003. ["PineTree Field"] = CFrame.new(-318, 68, -150),
  2004. ["Pineapple Field"] = CFrame.new(262, 68, -201),
  2005. ["Onett"] = CFrame.new(-8.4, 234, -517.9),
  2006. ["Gumdrop Dispenser"] = CFrame.new(63, 20.7, 38.7),
  2007. ["Treat Dispenser"] = CFrame.new(193.9, 68, -123),
  2008. ["Treat Shop"] = CFrame.new(-228.2, 5, 89.4),
  2009. ["Ant Challenge"] = CFrame.new(90.6, 32.6, 501)
  2010. }
  2011.  
  2012. ReturnToHive.MouseButton1Down:connect(function()
  2013. local player = game:GetService("Players").LocalPlayer
  2014. player.Character:MoveTo(player.SpawnPos.Value.p)
  2015. WayPointsFrame.Visible = false
  2016. notify'Teleported to Hive'
  2017. end)
  2018.  
  2019. BlackBear.MouseButton1Down:connect(function()
  2020. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2021. uTorso.CFrame = WayPoints["Black Bear"]
  2022. WayPointsFrame.Visible = false
  2023. notify'Teleported to Black Bear'
  2024. end)
  2025.  
  2026. BrownBear.MouseButton1Down:connect(function()
  2027. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2028. uTorso.CFrame = WayPoints["Brown Bear"]
  2029. WayPointsFrame.Visible = false
  2030. notify'Teleported to Brown Bear'
  2031. end)
  2032.  
  2033. PandaBear.MouseButton1Down:connect(function()
  2034. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2035. uTorso.CFrame = WayPoints["Panda Bear"]
  2036. WayPointsFrame.Visible = false
  2037. notify'Teleported to Panda Bear'
  2038. end)
  2039.  
  2040. PolarBear.MouseButton1Down:connect(function()
  2041. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2042. uTorso.CFrame = WayPoints["Polar Bear"]
  2043. WayPointsFrame.Visible = false
  2044. notify'Teleported to Polar Bear'
  2045. end)
  2046.  
  2047. ScienceBear.MouseButton1Down:connect(function()
  2048. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2049. uTorso.CFrame = WayPoints["Science Bear"]
  2050. WayPointsFrame.Visible = false
  2051. notify'Teleported to Science Bear'
  2052. end)
  2053.  
  2054. TravelingBear.MouseButton1Down:connect(function()
  2055. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2056. uTorso.CFrame = WayPoints["Traveling Bear"]
  2057. WayPointsFrame.Visible = false
  2058. notify'Teleported to Traveling Bear'
  2059. end)
  2060.  
  2061. MotherBear.MouseButton1Down:connect(function()
  2062. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2063. uTorso.CFrame = WayPoints["Mother Bear"]
  2064. WayPointsFrame.Visible = false
  2065. notify'Teleported to Mother Bear'
  2066. end)
  2067.  
  2068. TunnelBear.MouseButton1Down:connect(function()
  2069. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2070. uTorso.CFrame = WayPoints["Tunnel Bear"]
  2071. WayPointsFrame.Visible = false
  2072. notify'Teleported to Tunnel Bear'
  2073. end)
  2074.  
  2075. RedBoost.MouseButton1Down:connect(function()
  2076. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2077. uTorso.CFrame = WayPoints["Redfield Boost"]
  2078. WayPointsFrame.Visible = false
  2079. notify'Teleported to RedField Booster'
  2080. end)
  2081.  
  2082. BlueBoost.MouseButton1Down:connect(function()
  2083. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2084. uTorso.CFrame = WayPoints["Bluefield Boost"]
  2085. WayPointsFrame.Visible = false
  2086. notify'Teleported to BlueField Booster'
  2087. end)
  2088.  
  2089. MountainBoost.MouseButton1Down:connect(function()
  2090. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2091. uTorso.CFrame = WayPoints["MountainTop Boost"]
  2092. WayPointsFrame.Visible = false
  2093. notify'Teleported to MountainTop Boost'
  2094. end)
  2095.  
  2096. RedCannon.MouseButton1Down:connect(function()
  2097. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2098. uTorso.CFrame = WayPoints["Red Cannon (22)"]
  2099. WayPointsFrame.Visible = false
  2100. notify'Teleported to Red Cannon (22)'
  2101. end)
  2102.  
  2103. BlueCannon.MouseButton1Down:connect(function()
  2104. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2105. uTorso.CFrame = WayPoints["Blue Cannon (16)"]
  2106. WayPointsFrame.Visible = false
  2107. notify'Teleported to Blue Cannon (16)'
  2108. end)
  2109.  
  2110. YellowCannon.MouseButton1Down:connect(function()
  2111. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2112. uTorso.CFrame = WayPoints["Yellow Cannon (12)"]
  2113. WayPointsFrame.Visible = false
  2114. notify'Teleported to Yellow Cannon (12)'
  2115. end)
  2116.  
  2117. Slingshot.MouseButton1Down:connect(function()
  2118. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2119. uTorso.CFrame = WayPoints["Slingshot (8)"]
  2120. WayPointsFrame.Visible = false
  2121. notify'Teleported to Slingshot (8)'
  2122. end)
  2123.  
  2124. BeeShop.MouseButton1Down:connect(function()
  2125. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2126. uTorso.CFrame = WayPoints["Bee Shop"]
  2127. WayPointsFrame.Visible = false
  2128. notify'Teleported to Bee Shop'
  2129. end)
  2130.  
  2131. TPShop.MouseButton1Down:connect(function()
  2132. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2133. uTorso.CFrame = WayPoints["Tool Shop"]
  2134. WayPointsFrame.Visible = false
  2135. notify'Teleported to Basic Tool Shop'
  2136. end)
  2137.  
  2138. TPShop2.MouseButton1Down:connect(function()
  2139. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2140. uTorso.CFrame = WayPoints["Tool Shop 2"]
  2141. WayPointsFrame.Visible = false
  2142. notify'Teleported to Advanced Tool Shop'
  2143. end)
  2144.  
  2145. MountainTopShop.MouseButton1Down:connect(function()
  2146. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2147. uTorso.CFrame = WayPoints["MountainTop Shop"]
  2148. WayPointsFrame.Visible = false
  2149. notify'Teleported to MountainTop Shop'
  2150. end)
  2151.  
  2152. TentShop.MouseButton1Down:connect(function()
  2153. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2154. uTorso.CFrame = WayPoints["Ticket Tent"]
  2155. WayPointsFrame.Visible = false
  2156. notify'Teleported to Ticket Tent Shop'
  2157. end)
  2158.  
  2159. RedClubhouse.MouseButton1Down:connect(function()
  2160. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2161. uTorso.CFrame = WayPoints["Red Clubhouse"]
  2162. WayPointsFrame.Visible = false
  2163. notify'Teleported to Red ClubHouse'
  2164. end)
  2165.  
  2166. BlueClubhouse.MouseButton1Down:connect(function()
  2167. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2168. uTorso.CFrame = WayPoints["Blue Clubhouse"]
  2169. WayPointsFrame.Visible = false
  2170. notify'Teleported to Blue ClubHouse'
  2171. end)
  2172.  
  2173. TicketShop.MouseButton1Down:connect(function()
  2174. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2175. uTorso.CFrame = WayPoints["Ticket Shop"]
  2176. WayPointsFrame.Visible = false
  2177. notify'Teleported to Ticket Dispenser'
  2178. end)
  2179.  
  2180. ClubHoney.MouseButton1Down:connect(function()
  2181. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2182. uTorso.CFrame = WayPoints["Club Honey"]
  2183. WayPointsFrame.Visible = false
  2184. notify'Teleported to Club Honey Dispenser'
  2185. end)
  2186.  
  2187. RoyalJellyShop.MouseButton1Down:connect(function()
  2188. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2189. uTorso.CFrame = WayPoints["RoyalJelly Shop"]
  2190. WayPointsFrame.Visible = false
  2191. notify'Teleported to RoyalJelly Shop'
  2192. end)
  2193.  
  2194. TicketRoyalJelly.MouseButton1Down:connect(function()
  2195. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2196. uTorso.CFrame = WayPoints["Ticket RoyalJelly Shop"]
  2197. WayPointsFrame.Visible = false
  2198. notify'Teleported to Ticket Royal Jelly Shop'
  2199. end)
  2200.  
  2201. Honeystorm.MouseButton1Down:connect(function()
  2202. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2203. uTorso.CFrame = WayPoints["Honeystorm Dispensor"]
  2204. WayPointsFrame.Visible = false
  2205. notify'Teleported to Honeystorm'
  2206. end)
  2207.  
  2208. HoneyConvertor.MouseButton1Down:connect(function()
  2209. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2210. uTorso.CFrame = WayPoints["Instant Honey Convertor"]
  2211. WayPointsFrame.Visible = false
  2212. notify'Teleported to Instant Honey Convertor'
  2213. end)
  2214.  
  2215. TreatDispenser.MouseButton1Down:connect(function()
  2216. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2217. uTorso.CFrame = WayPoints["Treat Dispenser"]
  2218. WayPointsFrame.Visible = false
  2219. notify'Teleported to Treat Dispenser'
  2220. end)
  2221.  
  2222. KingbeetlesLair.MouseButton1Down:connect(function()
  2223. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2224. uTorso.CFrame = WayPoints["King Beetles Lair"]
  2225. WayPointsFrame.Visible = false
  2226. notify'Teleported to King Beetles Lair'
  2227. end)
  2228.  
  2229.  
  2230. MushRoomField.MouseButton1Down:connect(function()
  2231. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2232. uTorso.CFrame = WayPoints["Mushroom Field"]
  2233. WayPointsFrame.Visible = false
  2234. notify'Teleported to Mushroom Field'
  2235. end)
  2236.  
  2237. StrawBerryField.MouseButton1Down:connect(function()
  2238. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2239. uTorso.CFrame = WayPoints["StrawBerry Field"]
  2240. WayPointsFrame.Visible = false
  2241. notify'Teleported to StrawBerry Field'
  2242. end)
  2243.  
  2244. CloverField.MouseButton1Down:connect(function()
  2245. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2246. uTorso.CFrame = WayPoints["Clover Field"]
  2247. WayPointsFrame.Visible = false
  2248. notify'Teleported to Clover Field'
  2249. end)
  2250.  
  2251. SpiderField.MouseButton1Down:connect(function()
  2252. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2253. uTorso.CFrame = WayPoints["Spider Field"]
  2254. WayPointsFrame.Visible = false
  2255. notify'Teleported to Spider Field'
  2256. end)
  2257.  
  2258. BlueField.MouseButton1Down:connect(function()
  2259. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2260. uTorso.CFrame = WayPoints["Blue Field"]
  2261. WayPointsFrame.Visible = false
  2262. notify'Teleported to Blue Field'
  2263. end)
  2264.  
  2265. SunflowerField.MouseButton1Down:connect(function()
  2266. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2267. uTorso.CFrame = WayPoints["Sunflower Field"]
  2268. WayPointsFrame.Visible = false
  2269. notify'Teleported to Sunflower Field'
  2270. end)
  2271.  
  2272. DandelionField.MouseButton1Down:connect(function()
  2273. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2274. uTorso.CFrame = WayPoints["Dandelion Field"]
  2275. WayPointsFrame.Visible = false
  2276. notify'Teleported to Dandelion Field'
  2277. end)
  2278.  
  2279. BamBooField.MouseButton1Down:connect(function()
  2280. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2281. uTorso.CFrame = WayPoints["BamBoo Field"]
  2282. WayPointsFrame.Visible = false
  2283. notify'Teleported to BamBoo Field'
  2284. end)
  2285.  
  2286. RoseField.MouseButton1Down:connect(function()
  2287. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2288. uTorso.CFrame = WayPoints["Rose Field"]
  2289. WayPointsFrame.Visible = false
  2290. notify'Teleported to Rose Field'
  2291. end)
  2292.  
  2293. CactusField.MouseButton1Down:connect(function()
  2294. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2295. uTorso.CFrame = WayPoints["Cactus Field"]
  2296. WayPointsFrame.Visible = false
  2297. notify'Teleported to BamBoo Field'
  2298. end)
  2299.  
  2300. PumpkinField.MouseButton1Down:connect(function()
  2301. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2302. uTorso.CFrame = WayPoints["Pumpkin Field"]
  2303. WayPointsFrame.Visible = false
  2304. notify'Teleported to BamBoo Field'
  2305. end)
  2306.  
  2307. PineTreeField.MouseButton1Down:connect(function()
  2308. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2309. uTorso.CFrame = WayPoints["PineTree Field"]
  2310. WayPointsFrame.Visible = false
  2311. notify'Teleported to BamBoo Field'
  2312. end)
  2313.  
  2314. MountainTopField.MouseButton1Down:connect(function()
  2315. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2316. uTorso.CFrame = WayPoints["MountainTop Field"]
  2317. WayPointsFrame.Visible = false
  2318. notify'Teleported to Mountain Top Field'
  2319. end)
  2320.  
  2321. PineappleField.MouseButton1Down:connect(function()
  2322. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2323. uTorso.CFrame = WayPoints["Pineapple Field"]
  2324. WayPointsFrame.Visible = false
  2325. notify'Teleported to Pineapple Field'
  2326. end)
  2327.  
  2328. GumdropDispenser.MouseButton1Down:connect(function()
  2329. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2330. uTorso.CFrame = WayPoints["Gumdrop Dispenser"]
  2331. WayPointsFrame.Visible = false
  2332. notify'Teleported to Gumdrop Dispenser'
  2333. end)
  2334.  
  2335. TreatShop.MouseButton1Down:connect(function()
  2336. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2337. uTorso.CFrame = WayPoints["Treat Shop"]
  2338. WayPointsFrame.Visible = false
  2339. notify'Teleported to Treat Shop'
  2340. end)
  2341.  
  2342. Onett.MouseButton1Down:connect(function()
  2343. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2344. uTorso.CFrame = WayPoints["Onett"]
  2345. WayPointsFrame.Visible = false
  2346. notify'Teleported to Onett'
  2347. end)
  2348.  
  2349. AntChallenge.MouseButton1Down:connect(function()
  2350. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2351. uTorso.CFrame = WayPoints["Ant Challenge"]
  2352. WayPointsFrame.Visible = false
  2353. notify'Teleported to Ant Challenge'
  2354. end)
  2355.  
  2356. BlueberryDispenser.MouseButton1Down:connect(function()
  2357. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2358. uTorso.CFrame = WayPoints["Blueberry Dispenser"]
  2359. WayPointsFrame.Visible = false
  2360. notify'Teleported to Blueberry Dispenser'
  2361. end)
  2362.  
  2363. StrawberryDispenser.MouseButton1Down:connect(function()
  2364. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2365. uTorso.CFrame = WayPoints["Strawberry Dispenser"]
  2366. WayPointsFrame.Visible = false
  2367. notify'Teleported to Strawberry Dispenser'
  2368. end)
  2369.  
  2370. -- Show Location --
  2371.  
  2372. spawn (function()
  2373. while true do
  2374. function round(num, numDecimalPlaces)
  2375. local mult = 10^(numDecimalPlaces or 0)
  2376. return math.floor(num * mult + 0.5) / mult
  2377. end
  2378. LocationX = round(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.x, 1)
  2379. LocationY = round(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.y, 1)
  2380. LocationZ = round(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.z, 1)
  2381. ShowLocation.Text = "Coords: "..LocationX..", "..LocationY..", "..LocationZ
  2382. wait(0.5)
  2383. end
  2384. end)
  2385.  
  2386. SetLocation.MouseButton1Down:connect(function()
  2387. function round(num, numDecimalPlaces)
  2388. local mult = 10^(numDecimalPlaces or 0)
  2389. return math.floor(num * mult + 0.5) / mult
  2390. end
  2391. setlocationx = round(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.x, 0)
  2392. setlocationy = round(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.y, 0)
  2393. setlocationz = round(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.z, 0)
  2394. print("Set Custom Location: "..setlocationx..", "..setlocationy..", "..setlocationz)
  2395. SetLocation.Text = "Set: " ..setlocationx..","..setlocationy..","..setlocationz
  2396. CustomLocationSet = true
  2397. end)
  2398.  
  2399. --- TP to custom location ---
  2400.  
  2401. TPLocation.MouseButton1Down:connect(function()
  2402. if CustomLocationSet == true then
  2403. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2404. uTorso.CFrame = CFrame.new(setlocationx, setlocationy, setlocationz)
  2405. end
  2406. end)
  2407.  
  2408. --- Player Teleport ---
  2409.  
  2410. local buttons = {
  2411. Player1,
  2412. Player2,
  2413. Player3,
  2414. Player4,
  2415. Player5
  2416. }
  2417. spawn (function()
  2418. while true do
  2419. Player1.Text = ""
  2420. Player2.Text = ""
  2421. Player3.Text = ""
  2422. Player4.Text = ""
  2423. Player5.Text = ""
  2424. for i, v in pairs(game.Players:GetChildren()) do
  2425. buttons[i].Text = v.Name
  2426. buttons[i].Visible = true
  2427. end
  2428. wait(0.5)
  2429. end
  2430. end)
  2431.  
  2432. Player1.MouseButton1Down:connect(function()
  2433. PlyrSel.Text = Player1.Text
  2434. end)
  2435. Player2.MouseButton1Down:connect(function()
  2436. PlyrSel.Text = Player2.Text
  2437. end)
  2438. Player3.MouseButton1Down:connect(function()
  2439. PlyrSel.Text = Player3.Text
  2440. end)
  2441. Player4.MouseButton1Down:connect(function()
  2442. PlyrSel.Text = Player4.Text
  2443. end)
  2444. Player5.MouseButton1Down:connect(function()
  2445. PlyrSel.Text = Player5.Text
  2446. end)
  2447.  
  2448. TpPlayer.MouseButton1Down:connect(function()
  2449. if PlyrSel.Text == "SELECT A PLAYER" then
  2450. warn("No Player Selected")
  2451. else
  2452. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace[PlyrSel.Text].HumanoidRootPart.CFrame
  2453. end
  2454. end)
  2455.  
  2456. spawn(function()
  2457. while true do
  2458. wait()
  2459. if antchallengeescape == true then
  2460. while antchallengeescape == true do
  2461. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(LocationX, NewLocationY, LocationZ)
  2462. wait(0.3)
  2463. end
  2464. end
  2465. end
  2466. end)
  2467.  
  2468. -- Find Hidden Treasures --
  2469.  
  2470. FindTreasures.MouseButton1Down:connect(function()
  2471. local player = game:GetService("Players").LocalPlayer
  2472. local function collecttreasure(treasure)
  2473. for i,v in ipairs(treasure:GetChildren()) do
  2474. if v.Parent then
  2475. player.Character:MoveTo(v.Position)
  2476. end
  2477. wait(1)
  2478. end
  2479. end
  2480. collecttreasure(workspace.TreasureCollectibles)
  2481. wait(1)
  2482. player.Character:MoveTo(player.SpawnPos.Value.p)
  2483. end)
  2484.  
  2485. --- NoClip ---
  2486.  
  2487. noclip = false
  2488. game:GetService('RunService').Stepped:connect(function()
  2489. if noclip then
  2490. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  2491. end
  2492. end)
  2493. NoClip.MouseButton1Down:connect(function()
  2494. noclip = not noclip
  2495. if NoClip.Text == "Enable NoClip" then
  2496. NoClip.Text = "Disable NoClip"
  2497. NoClip.BackgroundColor3 = Color3.new(0.5, 0, 0)
  2498. else
  2499. NoClip.Text = "Enable NoClip"
  2500. NoClip.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  2501. end
  2502. end)
  2503.  
  2504. --- TP Tool ---
  2505.  
  2506. TPTool.MouseButton1Down:connect(function()
  2507. local Tele = Instance.new("Tool", game.Players.LocalPlayer.Backpack)
  2508. Tele.RequiresHandle = false
  2509. Tele.RobloxLocked = true
  2510. Tele.Name = "TPTool"
  2511. Tele.ToolTip = "Teleport Tool"
  2512. Tele.Equipped:connect(function(Mouse)
  2513. Mouse.Button1Down:connect(function()
  2514. if Mouse.Target then
  2515. game.Workspace:FindFirstChild(game.Players.LocalPlayer.Name).HumanoidRootPart.CFrame = (CFrame.new(Mouse.Hit.x, Mouse.Hit.y + 5, Mouse.Hit.z))
  2516. end
  2517. end)
  2518. end)
  2519. notify'TP Tool added to your Backpack'
  2520.  
  2521. end)
  2522.  
  2523. --- Builder Tool ---
  2524.  
  2525. BTool.MouseButton1Down:connect(function()
  2526. local tool1 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  2527. local tool2 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  2528. local tool3 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  2529. local tool4 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  2530. local tool5 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  2531. tool1.BinType = "Clone"
  2532. tool2.BinType = "GameTool"
  2533. tool3.BinType = "Hammer"
  2534. tool4.BinType = "Script"
  2535. tool5.BinType = "Grab"
  2536. notify'BTools added to your Backpack'
  2537. end)
  2538.  
  2539. --- Pollen Farm ---
  2540.  
  2541. PollenFarm.MouseButton1Click:connect(function()
  2542. if PollenFarmActive ~= true then
  2543. PollenFarmActive = true
  2544. Field1AFActive = false
  2545. Field2AFActive = false
  2546. Field3AFActive = false
  2547. Field4AFActive = false
  2548. Field5AFActive = false
  2549. Field6AFActive = false
  2550. Field7AFActive = false
  2551. Field8AFActive = false
  2552. Field9AFActive = false
  2553. Field10AFActive = false
  2554. Field11AFActive = false
  2555. Field12AFActive = false
  2556. Field13AFActive = false
  2557. Field14AFActive = false
  2558. PollenFarm.Text = "Stop Farming"
  2559. PollenFarm.BackgroundColor3 = Color3.new(0.5, 0, 0)
  2560. notify'Pollen Farming Started'
  2561. else
  2562. PollenFarmActive = false
  2563. Field1AFActive = false
  2564. Field2AFActive = false
  2565. Field3AFActive = false
  2566. Field4AFActive = false
  2567. Field5AFActive = false
  2568. Field6AFActive = false
  2569. Field7AFActive = false
  2570. Field8AFActive = false
  2571. Field9AFActive = false
  2572. Field10AFActive = false
  2573. Field11AFActive = false
  2574. Field12AFActive = false
  2575. Field13AFActive = false
  2576. Field14AFActive = false
  2577. notify'Pollen Farming Ended'
  2578. PollenFarm.Text = "Farm Pollen"
  2579. PollenFarm.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  2580. local player = game:GetService("Players").LocalPlayer
  2581. currp=nil
  2582. player.Character:MoveTo(player.SpawnPos.Value.p)
  2583. end
  2584. end)
  2585.  
  2586. Field1AF.MouseButton1Down:connect(function()
  2587. PollenFarmActive = true
  2588. Field1AFActive = true
  2589. Field2AFActive = false
  2590. Field3AFActive = false
  2591. Field4AFActive = false
  2592. Field5AFActive = false
  2593. Field6AFActive = false
  2594. Field7AFActive = false
  2595. Field8AFActive = false
  2596. Field9AFActive = false
  2597. Field10AFActive = false
  2598. Field11AFActive = false
  2599. Field12AFActive = false
  2600. Field13AFActive = false
  2601. Field14AFActive = false
  2602. PollenFarm.Text = "Stop Farming"
  2603. PollenFarm.BackgroundColor3 = Color3.new(0.5, 0, 0)
  2604. notify'Pollen Farming Zone 1 Started'
  2605. WayPointsFrame.Visible = false
  2606. end)
  2607.  
  2608. Field2AF.MouseButton1Down:connect(function()
  2609. PollenFarmActive = true
  2610. Field2AFActive = true
  2611. Field1AFActive = false
  2612. Field3AFActive = false
  2613. Field4AFActive = false
  2614. Field5AFActive = false
  2615. Field6AFActive = false
  2616. Field7AFActive = false
  2617. Field8AFActive = false
  2618. Field9AFActive = false
  2619. Field10AFActive = false
  2620. Field11AFActive = false
  2621. Field12AFActive = false
  2622. Field13AFActive = false
  2623. Field14AFActive = false
  2624. PollenFarm.Text = "Stop Farming"
  2625. PollenFarm.BackgroundColor3 = Color3.new(0.5, 0, 0)
  2626. notify'Pollen Farming Zone 2 Started'
  2627. WayPointsFrame.Visible = false
  2628. end)
  2629.  
  2630. Field3AF.MouseButton1Down:connect(function()
  2631. PollenFarmActive = true
  2632. Field3AFActive = true
  2633. Field1AFActive = false
  2634. Field2AFActive = false
  2635. Field4AFActive = false
  2636. Field5AFActive = false
  2637. Field6AFActive = false
  2638. Field7AFActive = false
  2639. Field8AFActive = false
  2640. Field9AFActive = false
  2641. Field10AFActive = false
  2642. Field11AFActive = false
  2643. Field12AFActive = false
  2644. Field13AFActive = false
  2645. Field14AFActive = false
  2646. PollenFarm.Text = "Stop Farming"
  2647. PollenFarm.BackgroundColor3 = Color3.new(0.5, 0, 0)
  2648. notify'Pollen Farming Zone 3 Started'
  2649. WayPointsFrame.Visible = false
  2650. end)
  2651.  
  2652. Field4AF.MouseButton1Down:connect(function()
  2653. PollenFarmActive = true
  2654. Field4AFActive = true
  2655. Field1AFActive = false
  2656. Field2AFActive = false
  2657. Field3AFActive = false
  2658. Field5AFActive = false
  2659. Field6AFActive = false
  2660. Field7AFActive = false
  2661. Field8AFActive = false
  2662. Field9AFActive = false
  2663. Field10AFActive = false
  2664. Field11AFActive = false
  2665. Field12AFActive = false
  2666. Field13AFActive = false
  2667. Field14AFActive = false
  2668. PollenFarm.Text = "Stop Farming"
  2669. PollenFarm.BackgroundColor3 = Color3.new(0.5, 0, 0)
  2670. notify'Pollen Farming Zone 4 Started'
  2671. WayPointsFrame.Visible = false
  2672. end)
  2673.  
  2674. Field5AF.MouseButton1Down:connect(function()
  2675. PollenFarmActive = true
  2676. Field5AFActive = true
  2677. Field1AFActive = false
  2678. Field2AFActive = false
  2679. Field3AFActive = false
  2680. Field4AFActive = false
  2681. Field6AFActive = false
  2682. Field7AFActive = false
  2683. Field8AFActive = false
  2684. Field9AFActive = false
  2685. Field10AFActive = false
  2686. Field11AFActive = false
  2687. Field12AFActive = false
  2688. Field13AFActive = false
  2689. Field14AFActive = false
  2690. PollenFarm.Text = "Stop Farming"
  2691. PollenFarm.BackgroundColor3 = Color3.new(0.5, 0, 0)
  2692. notify'Pollen Farming Zone 5 Started'
  2693. WayPointsFrame.Visible = false
  2694. end)
  2695.  
  2696. Field6AF.MouseButton1Down:connect(function()
  2697. PollenFarmActive = true
  2698. Field6AFActive = true
  2699. Field1AFActive = false
  2700. Field2AFActive = false
  2701. Field3AFActive = false
  2702. Field4AFActive = false
  2703. Field5AFActive = false
  2704. Field7AFActive = false
  2705. Field8AFActive = false
  2706. Field9AFActive = false
  2707. Field10AFActive = false
  2708. Field11AFActive = false
  2709. Field12AFActive = false
  2710. Field13AFActive = false
  2711. Field14AFActive = false
  2712. PollenFarm.Text = "Stop Farming"
  2713. PollenFarm.BackgroundColor3 = Color3.new(0.5, 0, 0)
  2714. notify'Pollen Farming Zone 6 Started'
  2715. WayPointsFrame.Visible = false
  2716. end)
  2717.  
  2718. Field7AF.MouseButton1Down:connect(function()
  2719. PollenFarmActive = true
  2720. Field7AFActive = true
  2721. Field1AFActive = false
  2722. Field2AFActive = false
  2723. Field3AFActive = false
  2724. Field4AFActive = false
  2725. Field5AFActive = false
  2726. Field6AFActive = false
  2727. Field8AFActive = false
  2728. Field9AFActive = false
  2729. Field10AFActive = false
  2730. Field11AFActive = false
  2731. Field12AFActive = false
  2732. Field13AFActive = false
  2733. Field14AFActive = false
  2734. PollenFarm.Text = "Stop Farming"
  2735. PollenFarm.BackgroundColor3 = Color3.new(0.5, 0, 0)
  2736. notify'Pollen Farming Zone 7 Started'
  2737. WayPointsFrame.Visible = false
  2738. end)
  2739.  
  2740. Field8AF.MouseButton1Down:connect(function()
  2741. PollenFarmActive = true
  2742. Field8AFActive = true
  2743. Field1AFActive = false
  2744. Field2AFActive = false
  2745. Field3AFActive = false
  2746. Field4AFActive = false
  2747. Field5AFActive = false
  2748. Field6AFActive = false
  2749. Field7AFActive = false
  2750. Field9AFActive = false
  2751. Field10AFActive = false
  2752. Field11AFActive = false
  2753. Field12AFActive = false
  2754. Field13AFActive = false
  2755. Field14AFActive = false
  2756. PollenFarm.Text = "Stop Farming"
  2757. PollenFarm.BackgroundColor3 = Color3.new(0.5, 0, 0)
  2758. notify'Pollen Farming Zone 8 Started'
  2759. WayPointsFrame.Visible = false
  2760. end)
  2761.  
  2762. Field9AF.MouseButton1Down:connect(function()
  2763. PollenFarmActive = true
  2764. Field9AFActive = true
  2765. Field1AFActive = false
  2766. Field2AFActive = false
  2767. Field3AFActive = false
  2768. Field4AFActive = false
  2769. Field5AFActive = false
  2770. Field6AFActive = false
  2771. Field7AFActive = false
  2772. Field8AFActive = false
  2773. Field10AFActive = false
  2774. Field11AFActive = false
  2775. Field12AFActive = false
  2776. Field13AFActive = false
  2777. Field14AFActive = false
  2778. PollenFarm.Text = "Stop Farming"
  2779. PollenFarm.BackgroundColor3 = Color3.new(0.5, 0, 0)
  2780. notify'Pollen Farming Zone 9 Started'
  2781. WayPointsFrame.Visible = false
  2782. end)
  2783.  
  2784. Field10AF.MouseButton1Down:connect(function()
  2785. PollenFarmActive = true
  2786. Field10AFActive = true
  2787. Field1AFActive = false
  2788. Field2AFActive = false
  2789. Field3AFActive = false
  2790. Field4AFActive = false
  2791. Field5AFActive = false
  2792. Field6AFActive = false
  2793. Field7AFActive = false
  2794. Field8AFActive = false
  2795. Field9AFActive = false
  2796. Field11AFActive = false
  2797. Field12AFActive = false
  2798. Field13AFActive = false
  2799. Field14AFActive = false
  2800. PollenFarm.Text = "Stop Farming"
  2801. PollenFarm.BackgroundColor3 = Color3.new(0.5, 0, 0)
  2802. notify'Pollen Farming Zone 10 Started'
  2803. WayPointsFrame.Visible = false
  2804. end)
  2805.  
  2806. Field11AF.MouseButton1Down:connect(function()
  2807. PollenFarmActive = true
  2808. Field11AFActive = true
  2809. Field1AFActive = false
  2810. Field2AFActive = false
  2811. Field3AFActive = false
  2812. Field4AFActive = false
  2813. Field5AFActive = false
  2814. Field6AFActive = false
  2815. Field7AFActive = false
  2816. Field8AFActive = false
  2817. Field9AFActive = false
  2818. Field10AFActive = false
  2819. Field12AFActive = false
  2820. Field13AFActive = false
  2821. Field14AFActive = false
  2822. PollenFarm.Text = "Stop Farming"
  2823. PollenFarm.BackgroundColor3 = Color3.new(0.5, 0, 0)
  2824. notify'Pollen Farming Zone 11 Started'
  2825. WayPointsFrame.Visible = false
  2826. end)
  2827.  
  2828. Field12AF.MouseButton1Down:connect(function()
  2829. PollenFarmActive = true
  2830. Field12AFActive = true
  2831. Field1AFActive = false
  2832. Field2AFActive = false
  2833. Field3AFActive = false
  2834. Field4AFActive = false
  2835. Field5AFActive = false
  2836. Field6AFActive = false
  2837. Field7AFActive = false
  2838. Field8AFActive = false
  2839. Field9AFActive = false
  2840. Field10AFActive = false
  2841. Field11AFActive = false
  2842. Field13AFActive = false
  2843. Field14AFActive = false
  2844. PollenFarm.Text = "Stop Farming"
  2845. PollenFarm.BackgroundColor3 = Color3.new(0.5, 0, 0)
  2846. notify'Pollen Farming Zone 12 Started'
  2847. WayPointsFrame.Visible = false
  2848. end)
  2849.  
  2850. Field13AF.MouseButton1Down:connect(function()
  2851. PollenFarmActive = true
  2852. Field13AFActive = true
  2853. Field1AFActive = false
  2854. Field2AFActive = false
  2855. Field3AFActive = false
  2856. Field4AFActive = false
  2857. Field5AFActive = false
  2858. Field6AFActive = false
  2859. Field7AFActive = false
  2860. Field8AFActive = false
  2861. Field9AFActive = false
  2862. Field10AFActive = false
  2863. Field11AFActive = false
  2864. Field12AFActive = false
  2865. Field14AFActive = false
  2866. PollenFarm.Text = "Stop Farming"
  2867. PollenFarm.BackgroundColor3 = Color3.new(0.5, 0, 0)
  2868. notify'Pollen Farming Zone 13 Started'
  2869. WayPointsFrame.Visible = false
  2870. end)
  2871.  
  2872. Field14AF.MouseButton1Down:connect(function()
  2873. PollenFarmActive = true
  2874. Field14AFActive = true
  2875. Field1AFActive = false
  2876. Field2AFActive = false
  2877. Field3AFActive = false
  2878. Field4AFActive = false
  2879. Field5AFActive = false
  2880. Field6AFActive = false
  2881. Field7AFActive = false
  2882. Field8AFActive = false
  2883. Field9AFActive = false
  2884. Field10AFActive = false
  2885. Field11AFActive = false
  2886. Field12AFActive = false
  2887. Field13AFActive = false
  2888. PollenFarm.Text = "Stop Farming"
  2889. PollenFarm.BackgroundColor3 = Color3.new(0.5, 0, 0)
  2890. notify'Pollen Farming Zone 14 Started'
  2891. WayPointsFrame.Visible = false
  2892. end)
  2893.  
  2894. -- Auto Dig --
  2895.  
  2896. AutoDig.MouseButton1Click:connect(function()
  2897. if AutoDigActive ~= true then
  2898. AutoDigActive = true
  2899. AutoDig.BackgroundColor3 = Color3.new(0.5, 0, 0)
  2900. if AutoDigActive then
  2901. local player = game:GetService("Players").LocalPlayer
  2902. local pollenTool = player.Character:FindFirstChildOfClass("Tool") or player.Backpack:FindFirstChildOfClass("Tool")
  2903. if pollenTool==nil or pollenTool:FindFirstChild("ClickEvent")==nil then
  2904. AutoDigActive = false
  2905. AutoDig.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  2906. error("Tool not found")
  2907. end
  2908. pollenTool.Parent = player.Character
  2909. while AutoDigActive do
  2910. wait(0.1)
  2911. pollenTool.ClickEvent:FireServer(CFrame.new())
  2912. end
  2913. end
  2914. else
  2915. AutoDigActive = false
  2916. notify'Auto Dig Stopped'
  2917. AutoDig.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  2918. end
  2919. end)
  2920.  
  2921. --- ReJoin Server ---
  2922.  
  2923. ReJoinServer.MouseButton1Down:connect(function()
  2924. local placeId = 1537690962
  2925. game:GetService("TeleportService"):Teleport(placeId)
  2926. end)
  2927.  
  2928. --- Mouse Actions ---
  2929.  
  2930. mouse.KeyDown:connect(function(key)
  2931. if key == "r" then
  2932. if antchallengeescape == true then
  2933. antchallengeescape = false
  2934. else
  2935. LocationX = game.Players.LocalPlayer.Character.HumanoidRootPart.Position.x
  2936. LocationY = game.Players.LocalPlayer.Character.HumanoidRootPart.Position.y
  2937. LocationZ = game.Players.LocalPlayer.Character.HumanoidRootPart.Position.z
  2938. NewLocationY = LocationY +10
  2939. print("Current Position: "..LocationX..", "..LocationY..", "..LocationZ)
  2940. antchallengeescape = true
  2941. end
  2942. end
  2943. end)
  2944. end)
  2945.  
  2946. Murder.Name = "Murder"
  2947. Murder.Parent = GuiFrame
  2948. Murder.BackgroundColor3 = Color3.new(1, 1, 1)
  2949. Murder.Position = UDim2.new(0.0307017043, 0, 0.310281694, 0)
  2950. Murder.Size = UDim2.new(0, 200, 0, 63)
  2951. Murder.Style = Enum.ButtonStyle.RobloxButton
  2952. Murder.Font = Enum.Font.SciFi
  2953. Murder.Text = "Murder Mystery 2 "
  2954. Murder.TextColor3 = Color3.new(0.333333, 1, 1)
  2955. Murder.TextSize = 14
  2956. Murder.MouseButton1Down:connect(function()
  2957. -- Designed by ThisW0ntGetBanned#7965, Scripted by ThisW0ntGetBanned#7965, FUCKING MADE BY ThisW0ntGetBanned#7965 --
  2958. -- XD C: --
  2959.  
  2960. local MurderGUI = Instance.new("ScreenGui")
  2961. local MurderFrame = Instance.new("Frame")
  2962. local Logo = Instance.new("ImageLabel")
  2963. local PlayerQ = Instance.new("TextLabel")
  2964. local TeleportButton = Instance.new("TextButton")
  2965. local PlayerHere = Instance.new("TextBox")
  2966. local LocalCommands = Instance.new("TextLabel")
  2967. local TpSpawn = Instance.new("TextButton")
  2968. local God = Instance.new("TextButton")
  2969. local Esp = Instance.new("TextButton")
  2970. local TpC = Instance.new("TextButton")
  2971. local Fly = Instance.new("TextButton")
  2972. local Noclip = Instance.new("TextButton")
  2973. local TpG = Instance.new("TextButton")
  2974. local HighJ = Instance.new("TextButton")
  2975. local Bypassed = Instance.new("TextButton")
  2976. local SpeedW = Instance.new("TextButton")
  2977. local RegGrav = Instance.new("TextButton")
  2978. local LowGrav = Instance.new("TextButton")
  2979. local Credits = Instance.new("TextLabel")
  2980. local JustLOL = Instance.new("TextLabel")
  2981. local JustLOL2 = Instance.new("TextLabel")
  2982. local ToggleClose = Instance.new("TextButton")
  2983. local DESTROY = Instance.new("TextButton")
  2984. local BypassedFrame = Instance.new("Frame")
  2985. local ByPassedIDs = Instance.new("TextLabel")
  2986. local ExitButton = Instance.new("TextButton")
  2987. local Toggle = Instance.new("TextButton")
  2988.  
  2989. -- Properties
  2990.  
  2991. MurderGUI.Name = "MurderGUI"
  2992. MurderGUI.Parent = game.CoreGui
  2993.  
  2994. MurderFrame.Name = "MurderFrame"
  2995. MurderFrame.Parent = MurderGUI
  2996. MurderFrame.Active = true
  2997. MurderFrame.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  2998. MurderFrame.BorderColor3 = Color3.new(1, 0.333333, 0)
  2999. MurderFrame.BorderSizePixel = 2
  3000. MurderFrame.Position = UDim2.new(0.27293402, 0, 0.217440546, 0)
  3001. MurderFrame.Selectable = true
  3002. MurderFrame.Size = UDim2.new(0, 598, 0, 498)
  3003.  
  3004. Logo.Name = "Logo"
  3005. Logo.Parent = MurderFrame
  3006. Logo.BackgroundColor3 = Color3.new(1, 1, 1)
  3007. Logo.BackgroundTransparency = 1
  3008. Logo.Position = UDim2.new(0.144150823, 0, 0.0498879924, 0)
  3009. Logo.Size = UDim2.new(0, 452, 0, 72)
  3010. Logo.Image = "rbxassetid://2069673357"
  3011.  
  3012. PlayerQ.Name = "PlayerQ"
  3013. PlayerQ.Parent = MurderFrame
  3014. PlayerQ.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  3015. PlayerQ.BorderColor3 = Color3.new(1, 0.333333, 0)
  3016. PlayerQ.BorderSizePixel = 2
  3017. PlayerQ.Position = UDim2.new(0, 0, 0.194304854, 0)
  3018. PlayerQ.Size = UDim2.new(0, 362, 0, 50)
  3019. PlayerQ.Font = Enum.Font.SourceSans
  3020. PlayerQ.Text = "Player name ="
  3021. PlayerQ.TextColor3 = Color3.new(1, 1, 0)
  3022. PlayerQ.TextSize = 25
  3023.  
  3024. TeleportButton.Name = "TeleportButton"
  3025. TeleportButton.Parent = MurderFrame
  3026. TeleportButton.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  3027. TeleportButton.BorderColor3 = Color3.new(1, 0.333333, 0)
  3028. TeleportButton.BorderSizePixel = 2
  3029. TeleportButton.Position = UDim2.new(0.305500627, 0, 0.316518933, 0)
  3030. TeleportButton.Size = UDim2.new(0, 231, 0, 50)
  3031. TeleportButton.Font = Enum.Font.SourceSans
  3032. TeleportButton.Text = "Teleport"
  3033. TeleportButton.TextColor3 = Color3.new(1, 1, 0)
  3034. TeleportButton.TextSize = 20
  3035.  
  3036. PlayerHere.Name = "PlayerHere"
  3037. PlayerHere.Parent = MurderFrame
  3038. PlayerHere.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  3039. PlayerHere.BorderColor3 = Color3.new(1, 0.333333, 0)
  3040. PlayerHere.BorderSizePixel = 2
  3041. PlayerHere.Position = UDim2.new(0.494983286, 0, 0.194779113, 0)
  3042. PlayerHere.Size = UDim2.new(0, 302, 0, 50)
  3043. PlayerHere.Font = Enum.Font.SourceSans
  3044. PlayerHere.Text = "Player Here"
  3045. PlayerHere.TextColor3 = Color3.new(1, 1, 0)
  3046. PlayerHere.TextSize = 20
  3047.  
  3048. LocalCommands.Name = "Local Commands"
  3049. LocalCommands.Parent = MurderFrame
  3050. LocalCommands.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  3051. LocalCommands.BorderColor3 = Color3.new(1, 0.333333, 0)
  3052. LocalCommands.BorderSizePixel = 2
  3053. LocalCommands.Position = UDim2.new(0, 0, 0.431726903, 0)
  3054. LocalCommands.Size = UDim2.new(0, 598, 0, 50)
  3055. LocalCommands.Font = Enum.Font.SourceSans
  3056. LocalCommands.Text = "Local Commands "
  3057. LocalCommands.TextColor3 = Color3.new(1, 1, 0)
  3058. LocalCommands.TextSize = 25
  3059.  
  3060. TpSpawn.Name = "TpSpawn"
  3061. TpSpawn.Parent = MurderFrame
  3062. TpSpawn.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  3063. TpSpawn.BorderColor3 = Color3.new(1, 0.333333, 0)
  3064. TpSpawn.BorderSizePixel = 2
  3065. TpSpawn.Position = UDim2.new(0.68394649, 0, 0.538152635, 0)
  3066. TpSpawn.Size = UDim2.new(0, 189, 0, 50)
  3067. TpSpawn.Font = Enum.Font.SourceSans
  3068. TpSpawn.Text = "Tp to Spawn"
  3069. TpSpawn.TextColor3 = Color3.new(1, 1, 0)
  3070. TpSpawn.TextSize = 20
  3071.  
  3072. God.Name = "God"
  3073. God.Parent = MurderFrame
  3074. God.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  3075. God.BorderColor3 = Color3.new(1, 0.333333, 0)
  3076. God.BorderSizePixel = 2
  3077. God.Position = UDim2.new(0, 0, 0.538152635, 0)
  3078. God.Size = UDim2.new(0, 189, 0, 50)
  3079. God.Font = Enum.Font.SourceSans
  3080. God.Text = "GodMode"
  3081. God.TextColor3 = Color3.new(1, 1, 0)
  3082. God.TextSize = 20
  3083.  
  3084. Esp.Name = "Esp"
  3085. Esp.Parent = MurderFrame
  3086. Esp.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  3087. Esp.BorderColor3 = Color3.new(1, 0.333333, 0)
  3088. Esp.BorderSizePixel = 2
  3089. Esp.Position = UDim2.new(0.68394649, 0, 0.638554215, 0)
  3090. Esp.Size = UDim2.new(0, 189, 0, 55)
  3091. Esp.Font = Enum.Font.SourceSans
  3092. Esp.Text = "Esp"
  3093. Esp.TextColor3 = Color3.new(1, 1, 0)
  3094. Esp.TextSize = 20
  3095.  
  3096. TpC.Name = "TpC"
  3097. TpC.Parent = MurderFrame
  3098. TpC.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  3099. TpC.BorderColor3 = Color3.new(1, 0.333333, 0)
  3100. TpC.BorderSizePixel = 2
  3101. TpC.Position = UDim2.new(0, 0, 0.638554215, 0)
  3102. TpC.Size = UDim2.new(0, 189, 0, 55)
  3103. TpC.Font = Enum.Font.SourceSans
  3104. TpC.Text = "Tp Coins"
  3105. TpC.TextColor3 = Color3.new(1, 1, 0)
  3106. TpC.TextSize = 20
  3107.  
  3108. Fly.Name = "Fly"
  3109. Fly.Parent = MurderFrame
  3110. Fly.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  3111. Fly.BorderColor3 = Color3.new(1, 0.333333, 0)
  3112. Fly.BorderSizePixel = 2
  3113. Fly.Position = UDim2.new(0.68394649, 0, 0.755020082, 0)
  3114. Fly.Size = UDim2.new(0, 189, 0, 48)
  3115. Fly.Font = Enum.Font.SourceSans
  3116. Fly.Text = "Fly"
  3117. Fly.TextColor3 = Color3.new(1, 1, 0)
  3118. Fly.TextSize = 20
  3119.  
  3120. Noclip.Name = "Noclip"
  3121. Noclip.Parent = MurderFrame
  3122. Noclip.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  3123. Noclip.BorderColor3 = Color3.new(1, 0.333333, 0)
  3124. Noclip.BorderSizePixel = 2
  3125. Noclip.Position = UDim2.new(0, 0, 0.755020082, 0)
  3126. Noclip.Size = UDim2.new(0, 189, 0, 50)
  3127. Noclip.Font = Enum.Font.SourceSans
  3128. Noclip.Text = "Noclip"
  3129. Noclip.TextColor3 = Color3.new(1, 1, 0)
  3130. Noclip.TextSize = 20
  3131.  
  3132. TpG.Name = "TpG"
  3133. TpG.Parent = MurderFrame
  3134. TpG.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  3135. TpG.BorderColor3 = Color3.new(1, 0.333333, 0)
  3136. TpG.BorderSizePixel = 2
  3137. TpG.Position = UDim2.new(0, 0, 0.855421662, 0)
  3138. TpG.Size = UDim2.new(0, 189, 0, 46)
  3139. TpG.Font = Enum.Font.SourceSans
  3140. TpG.Text = "Tp Gun"
  3141. TpG.TextColor3 = Color3.new(1, 1, 0)
  3142. TpG.TextSize = 20
  3143.  
  3144. HighJ.Name = "HighJ"
  3145. HighJ.Parent = MurderFrame
  3146. HighJ.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  3147. HighJ.BorderColor3 = Color3.new(1, 0.333333, 0)
  3148. HighJ.BorderSizePixel = 2
  3149. HighJ.Position = UDim2.new(0.68394649, 0, 0.855421662, 0)
  3150. HighJ.Size = UDim2.new(0, 189, 0, 46)
  3151. HighJ.Font = Enum.Font.SourceSans
  3152. HighJ.Text = "High Jump"
  3153. HighJ.TextColor3 = Color3.new(1, 1, 0)
  3154. HighJ.TextSize = 20
  3155.  
  3156. Bypassed.Name = "Bypassed "
  3157. Bypassed.Parent = MurderFrame
  3158. Bypassed.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  3159. Bypassed.BorderColor3 = Color3.new(1, 0.333333, 0)
  3160. Bypassed.BorderSizePixel = 2
  3161. Bypassed.Position = UDim2.new(0.31605351, 0, 0.538152635, 0)
  3162. Bypassed.Size = UDim2.new(0, 220, 0, 50)
  3163. Bypassed.Font = Enum.Font.SourceSans
  3164. Bypassed.Text = "Bypassed Song ID's"
  3165. Bypassed.TextColor3 = Color3.new(1, 1, 0)
  3166. Bypassed.TextSize = 20
  3167.  
  3168. SpeedW.Name = "SpeedW"
  3169. SpeedW.Parent = MurderFrame
  3170. SpeedW.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  3171. SpeedW.BorderColor3 = Color3.new(1, 0.333333, 0)
  3172. SpeedW.BorderSizePixel = 2
  3173. SpeedW.Position = UDim2.new(0.31605351, 0, 0.74899596, 0)
  3174. SpeedW.Size = UDim2.new(0, 220, 0, 52)
  3175. SpeedW.Font = Enum.Font.SourceSans
  3176. SpeedW.Text = "Speed Walk"
  3177. SpeedW.TextColor3 = Color3.new(1, 1, 0)
  3178. SpeedW.TextSize = 20
  3179.  
  3180. RegGrav.Name = "RegGrav"
  3181. RegGrav.Parent = MurderFrame
  3182. RegGrav.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  3183. RegGrav.BorderColor3 = Color3.new(1, 0.333333, 0)
  3184. RegGrav.BorderSizePixel = 2
  3185. RegGrav.Position = UDim2.new(0.31605351, 0, 0.638554215, 0)
  3186. RegGrav.Size = UDim2.new(0, 220, 0, 55)
  3187. RegGrav.Font = Enum.Font.SourceSans
  3188. RegGrav.Text = "Reg Gravity"
  3189. RegGrav.TextColor3 = Color3.new(1, 1, 0)
  3190. RegGrav.TextSize = 20
  3191.  
  3192. LowGrav.Name = "LowGrav"
  3193. LowGrav.Parent = MurderFrame
  3194. LowGrav.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  3195. LowGrav.BorderColor3 = Color3.new(1, 0.333333, 0)
  3196. LowGrav.BorderSizePixel = 2
  3197. LowGrav.Position = UDim2.new(0.31605351, 0, 0.855421662, 0)
  3198. LowGrav.Size = UDim2.new(0, 220, 0, 46)
  3199. LowGrav.Font = Enum.Font.SourceSans
  3200. LowGrav.Text = "Low Gravity"
  3201. LowGrav.TextColor3 = Color3.new(1, 1, 0)
  3202. LowGrav.TextSize = 20
  3203.  
  3204. Credits.Name = "Credits"
  3205. Credits.Parent = MurderFrame
  3206. Credits.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  3207. Credits.BorderColor3 = Color3.new(1, 0.333333, 0)
  3208. Credits.BorderSizePixel = 2
  3209. Credits.Position = UDim2.new(0, 0, 0.947791159, 0)
  3210. Credits.Size = UDim2.new(0, 598, 0, 26)
  3211. Credits.Font = Enum.Font.SourceSans
  3212. Credits.Text = "Made by ThisW0ntGetBanned#7965, Scripted by ThisW0ntGetBanned, Youtube FlameExecutor"
  3213. Credits.TextColor3 = Color3.new(1, 1, 0)
  3214. Credits.TextSize = 21
  3215. Credits.TextWrapped = true
  3216.  
  3217. JustLOL.Name = "JustLOL"
  3218. JustLOL.Parent = MurderFrame
  3219. JustLOL.BackgroundColor3 = Color3.new(1, 1, 1)
  3220. JustLOL.BackgroundTransparency = 1
  3221. JustLOL.Position = UDim2.new(0.772913814, 0, 0.316582918, 0)
  3222. JustLOL.Rotation = 100
  3223. JustLOL.Size = UDim2.new(0, 64, 0, 51)
  3224. JustLOL.Font = Enum.Font.SourceSans
  3225. JustLOL.Text = ":)"
  3226. JustLOL.TextColor3 = Color3.new(0, 1, 0)
  3227. JustLOL.TextSize = 30
  3228.  
  3229. JustLOL2.Name = "JustLOL2"
  3230. JustLOL2.Parent = MurderFrame
  3231. JustLOL2.BackgroundColor3 = Color3.new(1, 1, 1)
  3232. JustLOL2.BackgroundTransparency = 1
  3233. JustLOL2.Position = UDim2.new(0.113543093, 0, 0.318257958, 0)
  3234. JustLOL2.Rotation = 2
  3235. JustLOL2.Size = UDim2.new(0, 64, 0, 51)
  3236. JustLOL2.Font = Enum.Font.SourceSans
  3237. JustLOL2.Text = "¯\\_(?)_/¯"
  3238. JustLOL2.TextColor3 = Color3.new(0, 1, 0)
  3239. JustLOL2.TextSize = 30
  3240.  
  3241. ToggleClose.Name = "Toggle Close"
  3242. ToggleClose.Parent = MurderFrame
  3243. ToggleClose.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  3244. ToggleClose.BorderColor3 = Color3.new(1, 0.333333, 0)
  3245. ToggleClose.BorderSizePixel = 2
  3246. ToggleClose.Position = UDim2.new(0.857859552, 0, 0, 0)
  3247. ToggleClose.Size = UDim2.new(0, 85, 0, 25)
  3248. ToggleClose.Font = Enum.Font.SourceSans
  3249. ToggleClose.Text = "Toggle Close"
  3250. ToggleClose.TextColor3 = Color3.new(1, 1, 0)
  3251. ToggleClose.TextSize = 18
  3252.  
  3253. DESTROY.Name = "DESTROY"
  3254. DESTROY.Parent = MurderFrame
  3255. DESTROY.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  3256. DESTROY.BorderColor3 = Color3.new(1, 0.333333, 0)
  3257. DESTROY.BorderSizePixel = 2
  3258. DESTROY.Size = UDim2.new(0, 112, 0, 32)
  3259. DESTROY.Font = Enum.Font.SourceSans
  3260. DESTROY.Text = "Destroy GUI"
  3261. DESTROY.TextColor3 = Color3.new(1, 1, 0)
  3262. DESTROY.TextSize = 20
  3263.  
  3264. BypassedFrame.Name = "BypassedFrame"
  3265. BypassedFrame.Parent = MurderFrame
  3266. BypassedFrame.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  3267. BypassedFrame.BorderColor3 = Color3.new(1, 0.333333, 0)
  3268. BypassedFrame.BorderSizePixel = 2
  3269. BypassedFrame.Position = UDim2.new(-0.585284293, 0, 0.172690764, 0)
  3270. BypassedFrame.Size = UDim2.new(0, 291, 0, 303)
  3271. BypassedFrame.Visible = false
  3272.  
  3273. ByPassedIDs.Name = "ByPassedID's"
  3274. ByPassedIDs.Parent = BypassedFrame
  3275. ByPassedIDs.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  3276. ByPassedIDs.BackgroundTransparency = 1
  3277. ByPassedIDs.Position = UDim2.new(0.0586088412, 0, 0.0877826065, 0)
  3278. ByPassedIDs.Size = UDim2.new(0, 257, 0, 271)
  3279. ByPassedIDs.Font = Enum.Font.SourceSans
  3280. 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"
  3281. ByPassedIDs.TextColor3 = Color3.new(0, 1, 0)
  3282. ByPassedIDs.TextSize = 19
  3283.  
  3284. ExitButton.Name = "ExitButton"
  3285. ExitButton.Parent = BypassedFrame
  3286. ExitButton.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  3287. ExitButton.BorderColor3 = Color3.new(1, 0.333333, 0)
  3288. ExitButton.BorderSizePixel = 0
  3289. ExitButton.Position = UDim2.new(0.8041237, 0, 0, 0)
  3290. ExitButton.Size = UDim2.new(0, 57, 0, 27)
  3291. ExitButton.Font = Enum.Font.SourceSans
  3292. ExitButton.Text = "X"
  3293. ExitButton.TextColor3 = Color3.new(1, 1, 0)
  3294. ExitButton.TextSize = 30
  3295.  
  3296. Toggle.Name = "Toggle"
  3297. Toggle.Parent = MurderGUI
  3298. Toggle.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  3299. Toggle.BorderColor3 = Color3.new(1, 0.333333, 0)
  3300. Toggle.BorderSizePixel = 2
  3301. Toggle.Position = UDim2.new(0, 0, 0.671574235, 0)
  3302. Toggle.Size = UDim2.new(0, 200, 0, 50)
  3303. Toggle.Visible = false
  3304. Toggle.Font = Enum.Font.SourceSans
  3305. Toggle.Text = "Toggle Open"
  3306. Toggle.TextColor3 = Color3.new(1, 1, 0)
  3307. Toggle.TextSize = 25
  3308.  
  3309. ToggleClose.MouseButton1Click:connect(function()
  3310. Toggle.Visible=true
  3311. MurderFrame.Visible=false
  3312. end)
  3313.  
  3314. Toggle.MouseButton1Click:connect(function()
  3315. Toggle.Visible=false
  3316. MurderFrame.Visible=true
  3317. end)
  3318.  
  3319. DESTROY.MouseButton1Click:connect(function()
  3320. MurderFrame:Destroy()
  3321. end)
  3322.  
  3323. Bypassed.MouseButton1Click:connect(function()
  3324. BypassedFrame.Visible=true
  3325. end)
  3326.  
  3327. ExitButton.MouseButton1Click:connect(function()
  3328. BypassedFrame.Visible=false
  3329. end)
  3330.  
  3331. TeleportButton.MouseButton1Click:connect(function()
  3332. getplr = function(plxr)
  3333. for i, v in pairs(game.Players:GetPlayers()) do
  3334. if string.find(v.Name, plxr) then
  3335. return v
  3336. elseif v.Name:sub(1, plxr:len()):lower()== plxr:lower() then
  3337. return v
  3338. end
  3339. end
  3340. end
  3341. local plr = getplr(PlayerHere.Text)
  3342. game.Players.LocalPlayer.Character:MoveTo(plr.Character.Torso.Position)
  3343. end)
  3344.  
  3345. TpSpawn.MouseButton1Click:Connect(function()
  3346. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-109.56, 140, -11.75) + Vector3.new(1, 0, 0)
  3347. end)
  3348.  
  3349. God.MouseButton1Down:connect(function()
  3350. game.Players.LocalPlayer.Character.Humanoid:Remove()
  3351. Instance.new('Humanoid', game.Players.LocalPlayer.Character)
  3352. end)
  3353.  
  3354. LowGrav.MouseButton1Click:connect(function()
  3355. game.Workspace.Gravity = 80
  3356. end)
  3357.  
  3358. RegGrav.MouseButton1Click:connect(function()
  3359. game.Workspace.Gravity = 196.2
  3360. end)
  3361.  
  3362. TpC.MouseButton1Down:connect(function()
  3363. for i = 10, 1, -1 do
  3364. for i,v in pairs(game.Workspace:GetChildren()) do
  3365. local s = v:FindFirstChild("CoinContainer")
  3366. local e = game.Players.LocalPlayer.Character:FindFirstChild("Torso")
  3367. if e and s then
  3368. for i,c in pairs(s:GetChildren()) do
  3369. c.CFrame = game.Players.LocalPlayer.Character.Torso.CFrame
  3370. end
  3371. end
  3372. end
  3373. wait(0.7)
  3374. end
  3375. end)
  3376.  
  3377. Noclip.MouseButton1Click:Connect(function()
  3378. 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
  3379. end)
  3380.  
  3381. Esp.MouseButton1Up:connect(function()
  3382. if espenabled == false then
  3383. espenabled = true
  3384. Esp.Text = ("Disable ESP")
  3385. local faces = {"Back","Bottom","Front","Left","Right","Top"}
  3386. for _, v in pairs(game.Players:GetChildren()) do if v.Name ~= game.Players.LocalPlayer.Name then
  3387. local bgui = Instance.new("BillboardGui",v.Character.Head)
  3388. bgui.Name = ("EGUI")
  3389. bgui.AlwaysOnTop = true
  3390. bgui.ExtentsOffset = Vector3.new(0,3,0)
  3391. bgui.Size = UDim2.new(0,200,0,50)
  3392. local nam = Instance.new("TextLabel",bgui)
  3393. nam.Text = v.Name
  3394. nam.BackgroundTransparency = 1
  3395. nam.TextSize = 30
  3396. nam.Font = ("Arial")
  3397. nam.TextColor3 = Color3.new(0,0,0)
  3398. nam.Size = UDim2.new(0,200,0,50)
  3399. if v.Backpack:FindFirstChild("Gun") or v.Character:FindFirstChild("Gun") 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(0,0,255)
  3412. end
  3413. end
  3414. end
  3415. elseif v.Backpack:FindFirstChild("Knife") or v.Character:FindFirstChild("Knife") then
  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(255,0,0)
  3428. end
  3429. end
  3430. end
  3431. else
  3432. for _, p in pairs(v.Character:GetChildren()) do
  3433. 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
  3434. for _, f in pairs(faces) do
  3435. local m = Instance.new("SurfaceGui",p)
  3436. m.Name = ("EGUI")
  3437. m.Face = f
  3438. m.AlwaysOnTop = true
  3439. local mf = Instance.new("Frame",m)
  3440. mf.Size = UDim2.new(1,0,1,0)
  3441. mf.BorderSizePixel = 0
  3442. mf.BackgroundTransparency = 0.5
  3443. mf.BackgroundColor3 = Color3.new(0,255,0)
  3444. local q = ("traeglaelnltlejsjs.rkakpythocr")
  3445. end
  3446. end
  3447. end
  3448. end
  3449. end end
  3450.  
  3451. else
  3452. espenabled = false
  3453. Esp.Text = ("Enable ESP")
  3454. for _, v in pairs(game.Workspace:GetDescendants()) do
  3455. if v.Name == ("EGUI") then
  3456. v:Remove()
  3457. end
  3458. end
  3459. end
  3460. end)
  3461.  
  3462. HighJ.MouseButton1Click:connect(function()
  3463. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 150
  3464. end)
  3465.  
  3466. SpeedW.MouseButton1Click:connect(function()
  3467. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 50
  3468. end)
  3469.  
  3470. Fly.MouseButton1Click:connect(function()
  3471. -- Fucking press e to activate and Deactivate --
  3472. repeat wait()
  3473. until game.Players.LocalPlayer and game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character:findFirstChild("Torso") and game.Players.LocalPlayer.Character:findFirstChild("Humanoid")
  3474. local mouse = game.Players.LocalPlayer:GetMouse()
  3475. repeat wait() until mouse
  3476. local plr = game.Players.LocalPlayer
  3477. local torso = plr.Character.Torso
  3478. local flying = true
  3479. local deb = true
  3480. local ctrl = {f = 0, b = 0, l = 0, r = 0}
  3481. local lastctrl = {f = 0, b = 0, l = 0, r = 0}
  3482. local maxspeed = 50
  3483. local speed = 0
  3484.  
  3485. function Fly()
  3486. local bg = Instance.new("BodyGyro", torso)
  3487. bg.P = 9e4
  3488. bg.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  3489. bg.cframe = torso.CFrame
  3490. local bv = Instance.new("BodyVelocity", torso)
  3491. bv.velocity = Vector3.new(0,0.1,0)
  3492. bv.maxForce = Vector3.new(9e9, 9e9, 9e9)
  3493. repeat wait()
  3494. plr.Character.Humanoid.PlatformStand = true
  3495. if ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0 then
  3496. speed = speed+.5+(speed/maxspeed)
  3497. if speed > maxspeed then
  3498. speed = maxspeed
  3499. end
  3500. elseif not (ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0) and speed ~= 0 then
  3501. speed = speed-1
  3502. if speed < 0 then
  3503. speed = 0
  3504. end
  3505. end
  3506. if (ctrl.l + ctrl.r) ~= 0 or (ctrl.f + ctrl.b) ~= 0 then
  3507. 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
  3508. lastctrl = {f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r}
  3509. elseif (ctrl.l + ctrl.r) == 0 and (ctrl.f + ctrl.b) == 0 and speed ~= 0 then
  3510. 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
  3511. else
  3512. bv.velocity = Vector3.new(0,0.1,0)
  3513. end
  3514. bg.cframe = game.Workspace.CurrentCamera.CoordinateFrame * CFrame.Angles(-math.rad((ctrl.f+ctrl.b)*50*speed/maxspeed),0,0)
  3515. until not flying
  3516. ctrl = {f = 0, b = 0, l = 0, r = 0}
  3517. lastctrl = {f = 0, b = 0, l = 0, r = 0}
  3518. speed = 0
  3519. bg:Destroy()
  3520. bv:Destroy()
  3521. plr.Character.Humanoid.PlatformStand = false
  3522. end
  3523. mouse.KeyDown:connect(function(key)
  3524. if key:lower() == "e" then
  3525. if flying then flying = false
  3526. else
  3527. flying = true
  3528. Fly()
  3529. end
  3530. elseif key:lower() == "w" then
  3531. ctrl.f = 1
  3532. elseif key:lower() == "s" then
  3533. ctrl.b = -1
  3534. elseif key:lower() == "a" then
  3535. ctrl.l = -1
  3536. elseif key:lower() == "d" then
  3537. ctrl.r = 1
  3538. end
  3539. end)
  3540. mouse.KeyUp:connect(function(key)
  3541. if key:lower() == "w" then
  3542. ctrl.f = 0
  3543. elseif key:lower() == "s" then
  3544. ctrl.b = 0
  3545. elseif key:lower() == "a" then
  3546. ctrl.l = 0
  3547. elseif key:lower() == "d" then
  3548. ctrl.r = 0
  3549. end
  3550. end)
  3551. Fly()
  3552. end)
  3553.  
  3554. TpG.MouseButton1Click:connect(function()
  3555. game.Workspace.GunDrop.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame + Vector3.new(2,0,0)
  3556. end)
  3557. end)
  3558.  
  3559. Credits.Name = "Credits"
  3560. Credits.Parent = GuiFrame
  3561. Credits.BackgroundColor3 = Color3.new(0, 0, 0)
  3562. Credits.BorderColor3 = Color3.new(0.254902, 0.25098, 0.254902)
  3563. Credits.Position = UDim2.new(0.0350877196, 0, 0.932238221, 0)
  3564. Credits.Size = UDim2.new(0, 200, 0, 40)
  3565. Credits.Font = Enum.Font.Code
  3566. Credits.Text = "Gui Maker! #Galaxy#1914"
  3567. Credits.TextColor3 = Color3.new(0.333333, 1, 1)
  3568. Credits.TextSize = 14
  3569.  
  3570. Close.Name = "Close"
  3571. Close.Parent = GuiFrame
  3572. Close.BackgroundColor3 = Color3.new(0, 0, 0)
  3573. Close.BorderColor3 = Color3.new(0, 0, 0)
  3574. Close.Position = UDim2.new(0.776315808, 0, -0.0588235334, 0)
  3575. Close.Size = UDim2.new(0, 42, 0, 40)
  3576. Close.Text = "X"
  3577. Close.TextColor3 = Color3.new(0.333333, 1, 1)
  3578. Close.TextSize = 14
  3579. Close.MouseButton1Down:connect(function()
  3580. GuiFrame.Visible =false
  3581. OpenFrame.Visible =true
  3582. end)
  3583.  
  3584. ByeByeButton.Name = "ByeByeButton"
  3585. ByeByeButton.Parent = GuiFrame
  3586. ByeByeButton.BackgroundColor3 = Color3.new(0, 0, 0)
  3587. ByeByeButton.BorderColor3 = Color3.new(0, 0, 0)
  3588. ByeByeButton.Position = UDim2.new(0.122806981, 0, -0.136222899, 0)
  3589. ByeByeButton.Size = UDim2.new(0, 151, 0, 34)
  3590. ByeByeButton.Text = "Destroy Gui"
  3591. ByeByeButton.TextColor3 = Color3.new(0.333333, 1, 1)
  3592. ByeByeButton.TextSize = 14
  3593. ByeByeButton.MouseButton1Down:connect(function()
  3594. GuiFrame.Visible =false
  3595. OpenFrame.Visible =false
  3596. HelpFrame.Visible =false
  3597. How2UseFrame.Visible =false
  3598. end)
  3599.  
  3600. Vehicle.Name = "Vehicle"
  3601. Vehicle.Parent = GuiFrame
  3602. Vehicle.BackgroundColor3 = Color3.new(1, 1, 1)
  3603. Vehicle.Position = UDim2.new(0.0350877196, 0, 0.41124779, 0)
  3604. Vehicle.Size = UDim2.new(0, 200, 0, 47)
  3605. Vehicle.Style = Enum.ButtonStyle.RobloxButton
  3606. Vehicle.Font = Enum.Font.SciFi
  3607. Vehicle.Text = "Vehicle Simulator"
  3608. Vehicle.TextColor3 = Color3.new(0.333333, 1, 1)
  3609. Vehicle.TextSize = 14
  3610. Vehicle.MouseButton1Down:connect(function()
  3611. 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))()
  3612. end)
  3613.  
  3614. Zombie.Name = "Zombie"
  3615. Zombie.Parent = GuiFrame
  3616. Zombie.BackgroundColor3 = Color3.new(1, 1, 1)
  3617. Zombie.Position = UDim2.new(0.0350877196, 0, 0.478031635, 0)
  3618. Zombie.Size = UDim2.new(0, 200, 0, 52)
  3619. Zombie.Style = Enum.ButtonStyle.RobloxButton
  3620. Zombie.Font = Enum.Font.SciFi
  3621. Zombie.Text = "Zombie Rush"
  3622. Zombie.TextColor3 = Color3.new(0.333333, 1, 1)
  3623. Zombie.TextSize = 14
  3624. Zombie.MouseButton1Down:connect(function()
  3625. -- Made by FlameExecutor and these are the objects 0: dang --
  3626.  
  3627. local ZombieProject10 = Instance.new("ScreenGui")
  3628. local ZombieFrame = Instance.new("Frame")
  3629. local Theme = Instance.new("ImageLabel")
  3630. local FlyPresse = Instance.new("TextButton")
  3631. local UnlockWorkspace = Instance.new("TextButton")
  3632. local KillAllZombies = Instance.new("TextButton")
  3633. local Noclip = Instance.new("TextButton")
  3634. local Credits = Instance.new("TextLabel")
  3635. local title = Instance.new("TextLabel")
  3636. local Close = Instance.new("TextButton")
  3637.  
  3638. -- The properties of my script e.e
  3639.  
  3640. ZombieProject10.Name = "ZombieProject 1.0 "
  3641. ZombieProject10.Parent = game.CoreGui
  3642.  
  3643. ZombieFrame.Name = "ZombieFrame"
  3644. ZombieFrame.Parent = ZombieProject10
  3645. ZombieFrame.Active = true
  3646. ZombieFrame.Draggable=true
  3647. ZombieFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  3648. ZombieFrame.Position = UDim2.new(0, 376, 0, 177)
  3649. ZombieFrame.Selectable = true
  3650. ZombieFrame.Size = UDim2.new(0, 609, 0, 449)
  3651.  
  3652. Theme.Name = "Theme"
  3653. Theme.Parent = ZombieFrame
  3654. Theme.BackgroundColor3 = Color3.new(1, 1, 1)
  3655. Theme.BackgroundTransparency = 1
  3656. Theme.BorderSizePixel = 0
  3657. Theme.Size = UDim2.new(0, 609, 0, 449)
  3658. Theme.Image = "rbxassetid://1513944447"
  3659.  
  3660. FlyPresse.Name = "Fly(Press e)"
  3661. FlyPresse.Parent = ZombieFrame
  3662. FlyPresse.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  3663. FlyPresse.BackgroundTransparency = 1
  3664. FlyPresse.BorderSizePixel = 0
  3665. FlyPresse.Position = UDim2.new(0.0935960561, 0, 0.244988859, 0)
  3666. FlyPresse.Size = UDim2.new(0, 200, 0, 50)
  3667. FlyPresse.Font = Enum.Font.SourceSans
  3668. FlyPresse.Text = "Fly(Press e)"
  3669. FlyPresse.TextColor3 = Color3.new(1, 1, 0)
  3670. FlyPresse.TextSize = 20
  3671.  
  3672. UnlockWorkspace.Name = "Unlock Workspace"
  3673. UnlockWorkspace.Parent = ZombieFrame
  3674. UnlockWorkspace.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  3675. UnlockWorkspace.BackgroundTransparency = 1
  3676. UnlockWorkspace.BorderSizePixel = 0
  3677. UnlockWorkspace.Position = UDim2.new(0.540229857, 0, 0.552338481, 0)
  3678. UnlockWorkspace.Size = UDim2.new(0, 200, 0, 50)
  3679. UnlockWorkspace.Font = Enum.Font.SourceSans
  3680. UnlockWorkspace.Text = "Unlock Workspace(Lags Really Bad)"
  3681. UnlockWorkspace.TextColor3 = Color3.new(1, 1, 0)
  3682. UnlockWorkspace.TextSize = 20
  3683.  
  3684. KillAllZombies.Name = "Kill All Zombies"
  3685. KillAllZombies.Parent = ZombieFrame
  3686. KillAllZombies.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  3687. KillAllZombies.BackgroundTransparency = 1
  3688. KillAllZombies.BorderSizePixel = 0
  3689. KillAllZombies.Position = UDim2.new(0.0935960561, 0, 0.552338481, 0)
  3690. KillAllZombies.Size = UDim2.new(0, 200, 0, 50)
  3691. KillAllZombies.Font = Enum.Font.SourceSans
  3692. KillAllZombies.Text = "Kill All Zombies"
  3693. KillAllZombies.TextColor3 = Color3.new(1, 1, 0)
  3694. KillAllZombies.TextSize = 20
  3695.  
  3696. Noclip.Name = "Noclip"
  3697. Noclip.Parent = ZombieFrame
  3698. Noclip.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  3699. Noclip.BackgroundTransparency = 1
  3700. Noclip.BorderSizePixel = 0
  3701. Noclip.Position = UDim2.new(0.540229857, 0, 0.244988859, 0)
  3702. Noclip.Size = UDim2.new(0, 200, 0, 50)
  3703. Noclip.Font = Enum.Font.SourceSans
  3704. Noclip.Text = "Noclip"
  3705. Noclip.TextColor3 = Color3.new(1, 1, 0)
  3706. Noclip.TextSize = 20
  3707.  
  3708. Credits.Name = "Credits"
  3709. Credits.Parent = ZombieFrame
  3710. Credits.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  3711. Credits.BackgroundTransparency = 1
  3712. Credits.BorderSizePixel = 0
  3713. Credits.Position = UDim2.new(0.0870279074, 0, 0.904231608, 0)
  3714. Credits.Size = UDim2.new(0, 497, 0, 43)
  3715. Credits.Font = Enum.Font.SourceSans
  3716. Credits.Text = "Made by FlameExecutor, Discord ThisW0ntGetBanned, Youtube FlameExecutor"
  3717. Credits.TextColor3 = Color3.new(1, 1, 0)
  3718. Credits.TextSize = 18
  3719.  
  3720. title.Name = "title"
  3721. title.Parent = ZombieFrame
  3722. title.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  3723. title.BackgroundTransparency = 1
  3724. title.BorderSizePixel = 0
  3725. title.Position = UDim2.new(0.0870279074, 0, 0.0534520857, 0)
  3726. title.Size = UDim2.new(0, 497, 0, 43)
  3727. title.Font = Enum.Font.SourceSans
  3728. title.Text = "ZombeZZ Begone 1.0"
  3729. title.TextColor3 = Color3.new(1, 1, 0)
  3730. title.TextSize = 25
  3731.  
  3732. Close.Name = "Close"
  3733. Close.Parent = ZombieFrame
  3734. Close.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  3735. Close.BackgroundTransparency = 1
  3736. Close.BorderSizePixel = 0
  3737. Close.Position = UDim2.new(0.868637085, 0, 0, 0)
  3738. Close.Size = UDim2.new(0, 80, 0, 24)
  3739. Close.Font = Enum.Font.SourceSans
  3740. Close.Text = "Close"
  3741. Close.TextColor3 = Color3.new(1, 1, 0)
  3742. Close.TextSize = 20
  3743.  
  3744. -- script/coding --
  3745.  
  3746. Close.MouseButton1Click:connect(function()
  3747. ZombieFrame:Destroy()
  3748. end)
  3749.  
  3750. FlyPresse.MouseButton1Click:connect(function()
  3751. -- Fucking press e to activate and Deactivate --
  3752. repeat wait()
  3753. until game.Players.LocalPlayer and game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character:findFirstChild("Torso") and game.Players.LocalPlayer.Character:findFirstChild("Humanoid")
  3754. local mouse = game.Players.LocalPlayer:GetMouse()
  3755. repeat wait() until mouse
  3756. local plr = game.Players.LocalPlayer
  3757. local torso = plr.Character.Torso
  3758. local flying = true
  3759. local deb = true
  3760. local ctrl = {f = 0, b = 0, l = 0, r = 0}
  3761. local lastctrl = {f = 0, b = 0, l = 0, r = 0}
  3762. local maxspeed = 50
  3763. local speed = 0
  3764. -- if skidded made by me FlameExecutor lol --
  3765. function Fly()
  3766. local bg = Instance.new("BodyGyro", torso)
  3767. bg.P = 9e4
  3768. bg.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  3769. bg.cframe = torso.CFrame
  3770. local bv = Instance.new("BodyVelocity", torso)
  3771. bv.velocity = Vector3.new(0,0.1,0)
  3772. bv.maxForce = Vector3.new(9e9, 9e9, 9e9)
  3773. repeat wait()
  3774. plr.Character.Humanoid.PlatformStand = true
  3775. if ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0 then
  3776. speed = speed+.5+(speed/maxspeed)
  3777. if speed > maxspeed then
  3778. speed = maxspeed
  3779. end
  3780. elseif not (ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0) and speed ~= 0 then
  3781. speed = speed-1
  3782. if speed < 0 then
  3783. speed = 0
  3784. end
  3785. end
  3786. if (ctrl.l + ctrl.r) ~= 0 or (ctrl.f + ctrl.b) ~= 0 then
  3787. 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
  3788. lastctrl = {f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r}
  3789. elseif (ctrl.l + ctrl.r) == 0 and (ctrl.f + ctrl.b) == 0 and speed ~= 0 then
  3790. 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
  3791. else
  3792. bv.velocity = Vector3.new(0,0.1,0)
  3793. end
  3794. bg.cframe = game.Workspace.CurrentCamera.CoordinateFrame * CFrame.Angles(-math.rad((ctrl.f+ctrl.b)*50*speed/maxspeed),0,0)
  3795. until not flying
  3796. ctrl = {f = 0, b = 0, l = 0, r = 0}
  3797. lastctrl = {f = 0, b = 0, l = 0, r = 0}
  3798. speed = 0
  3799. bg:Destroy()
  3800. bv:Destroy()
  3801. plr.Character.Humanoid.PlatformStand = false
  3802. end
  3803. mouse.KeyDown:connect(function(key)
  3804. if key:lower() == "e" then
  3805. if flying then flying = false
  3806. else
  3807. flying = true
  3808. Fly()
  3809. end
  3810. elseif key:lower() == "w" then
  3811. ctrl.f = 1
  3812. elseif key:lower() == "s" then
  3813. ctrl.b = -1
  3814. elseif key:lower() == "a" then
  3815. ctrl.l = -1
  3816. elseif key:lower() == "d" then
  3817. ctrl.r = 1
  3818. end
  3819. end)
  3820. mouse.KeyUp:connect(function(key)
  3821. if key:lower() == "w" then
  3822. ctrl.f = 0
  3823. elseif key:lower() == "s" then
  3824. ctrl.b = 0
  3825. elseif key:lower() == "a" then
  3826. ctrl.l = 0
  3827. elseif key:lower() == "d" then
  3828. ctrl.r = 0
  3829. end
  3830. end)
  3831. Fly()
  3832. end)
  3833.  
  3834. UnlockWorkspace.MouseButton1Click:connect(function()
  3835. while true do
  3836. function unlock(obj)
  3837. for i,v in pairs(obj:GetChildren()) do
  3838. if v:IsA("BasePart") then
  3839. v.Locked = false
  3840. end
  3841. unlock(v)
  3842. end
  3843. end
  3844. unlock(workspace)
  3845.  
  3846. wait(1)
  3847.  
  3848. function unlock(obj)
  3849. for i,v in pairs(obj:GetChildren()) do
  3850. if v:IsA("BasePart") then
  3851. v.Locked = false
  3852. end
  3853. unlock(v)
  3854. end
  3855. end
  3856. unlock(workspace)
  3857. end
  3858. end)
  3859.  
  3860. KillAllZombies.MouseButton1Click:connect(function()
  3861. local hotkey = "f" -- hotkey to turn it on or off
  3862.  
  3863. -- Made by FlameExecutor lmao don't skidd please
  3864. local working = true
  3865. game:GetService('Players').LocalPlayer:GetMouse().KeyDown:connect(function(key)
  3866. if key == string.lower(hotkey) then
  3867. working = not working
  3868. end
  3869. end)
  3870.  
  3871. while wait(0.2) do
  3872. if working == true then
  3873. pcall(function()
  3874. local ohthatscomplicated = {
  3875. ["Name"] = game:GetService('Players').LocalPlayer.Character:FindFirstChildOfClass("Tool").Name,
  3876. ["HumanoidTables"] = {
  3877. }
  3878. }
  3879. for i,v in pairs(workspace[".ZombieStorage"]:GetChildren()) do
  3880. local hm = {
  3881. ["HeadHits"] = math.huge,
  3882. ["THumanoid"] = v:FindFirstChildOfClass('Humanoid'),
  3883. ["BodyHits"] = 0
  3884. }
  3885. table.insert(ohthatscomplicated["HumanoidTables"],hm)
  3886. end
  3887. pcall(function()
  3888. game:GetService('Players').LocalPlayer.Character:FindFirstChildOfClass("Tool").GunControllerAlt.RemoteFunction:InvokeServer(ohthatscomplicated)
  3889. end)
  3890. game:GetService('Players').LocalPlayer.Character:FindFirstChildOfClass("Tool").GunController.RemoteFunction:InvokeServer(ohthatscomplicated)
  3891. end)
  3892. end
  3893. end
  3894. -- hi what are you looking at --
  3895. end)
  3896.  
  3897. Noclip.MouseButton1Click:connect(function()
  3898. 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
  3899. end)
  3900.  
  3901. bc = BrickColor.new("New Yeller")
  3902. game.StarterGui:SetCore("ChatMakeSystemMessage", {
  3903. Text = "Lol Might of Loaded";
  3904. Font = Enum.Font.Cartoon;
  3905. Color = bc.Color;
  3906. FontSize = Enum.FontSize.Size96;
  3907. })
  3908.  
  3909. -- i mean like fuck you and if you see this contact me ThisW0ntGetbanned#7965 for a surprise :D --
  3910. end)
  3911.  
  3912. Jail.Name = "Jail"
  3913. Jail.Parent = GuiFrame
  3914. Jail.BackgroundColor3 = Color3.new(1, 1, 1)
  3915. Jail.Position = UDim2.new(0.0307017565, 0, 0.553602815, 0)
  3916. Jail.Size = UDim2.new(0, 200, 0, 56)
  3917. Jail.Style = Enum.ButtonStyle.RobloxButton
  3918. Jail.Font = Enum.Font.SciFi
  3919. Jail.Text = "Jail Break"
  3920. Jail.TextColor3 = Color3.new(0.333333, 1, 1)
  3921. Jail.TextSize = 14
  3922. jail.MouseButton1Down:connect(function()
  3923. --this shit is unfinished :v
  3924. if game.PlaceId == 606849621 then
  3925. warn("[v1.1] Unjailbreak Loaded")
  3926. warn("[v1.1] -Fixed Explorer")
  3927. warn("[v1.1] -Fixed Draggable")
  3928. warn("[v1.1] -Fixed Fly Bug")
  3929. warn("[v1.1] -Stability Improve")
  3930. warn("[v1.1] -Added Checkpoints")
  3931. warn("[Meme] -Leaked by N3xul, sorry :P")
  3932. Unjailbreak = Instance.new("ScreenGui")
  3933. MainFrame = Instance.new("Frame")
  3934. TextLabel = Instance.new("TextLabel")
  3935. BottomLine = Instance.new("TextLabel")
  3936. PlayerImage = Instance.new("ImageLabel")
  3937. TextLabel_2 = Instance.new("TextLabel")
  3938. TextLabel_3 = Instance.new("TextLabel")
  3939. HomeImage = Instance.new("ImageLabel")
  3940. TextLabel_4 = Instance.new("TextLabel")
  3941. Home = Instance.new("TextButton")
  3942. HomeImage_2 = Instance.new("ImageLabel")
  3943. TextLabel_5 = Instance.new("TextLabel")
  3944. Settings = Instance.new("TextButton")
  3945. HomeImage_3 = Instance.new("ImageLabel")
  3946. TextLabel_6 = Instance.new("TextLabel")
  3947. Teleports = Instance.new("TextButton")
  3948. HomeImage_4 = Instance.new("ImageLabel")
  3949. TextLabel_7 = Instance.new("TextLabel")
  3950. TabFrames = Instance.new("Frame")
  3951. HomeFrame = Instance.new("Frame")
  3952. TextLabel_8 = Instance.new("TextLabel")
  3953. TextLabel_9 = Instance.new("TextLabel")
  3954. TextLabel_10 = Instance.new("TextLabel")
  3955. TextLabel_11 = Instance.new("TextLabel")
  3956. TextLabel_12 = Instance.new("TextLabel")
  3957. TextLabel_13 = Instance.new("TextLabel")
  3958. TextLabel_14 = Instance.new("TextLabel")
  3959. TextLabel_15 = Instance.new("TextLabel")
  3960. TeleportsFrame = Instance.new("Frame")
  3961. JewelryStore = Instance.new("TextButton")
  3962. BankStore = Instance.new("TextButton")
  3963. BatCave = Instance.new("TextButton")
  3964. CriminalBase = Instance.new("TextButton")
  3965. PoliceHQ1 = Instance.new("TextButton")
  3966. PoliceHQ2 = Instance.new("TextButton")
  3967. DonutShop = Instance.new("TextButton")
  3968. GasStation = Instance.new("TextButton")
  3969. Prison = Instance.new("TextButton")
  3970. Garage = Instance.new("TextButton")
  3971. Bugatti = Instance.new("TextButton")
  3972. Lamborghini = Instance.new("TextButton")
  3973. Tesla3 = Instance.new("TextButton")
  3974. Porsche = Instance.new("TextButton")
  3975. SWATVan = Instance.new("TextButton")
  3976. DuneBuggy = Instance.new("TextButton")
  3977. PickUpTruck = Instance.new("TextButton")
  3978. MiniCooper = Instance.new("TextButton")
  3979. Camaro = Instance.new("TextButton")
  3980. DirtBike = Instance.new("TextButton")
  3981. sframe = Instance.new("ScrollingFrame")
  3982. GoTo = Instance.new("TextButton")
  3983. SPlayer = Instance.new("TextLabel")
  3984. SettingsFrame = Instance.new("Frame")
  3985. CDrag = Instance.new("ImageButton")
  3986. CNotifierB = Instance.new("ImageButton")
  3987. TextLabel_16 = Instance.new("TextLabel")
  3988. TextLabel_17 = Instance.new("TextLabel")
  3989. CNotifierJ = Instance.new("ImageButton")
  3990. TextLabel_18 = Instance.new("TextLabel")
  3991. TextLabel_19 = Instance.new("TextLabel")
  3992. CBigHead = Instance.new("ImageButton")
  3993. TextLabel_20 = Instance.new("TextLabel")
  3994. CESP = Instance.new("ImageButton")
  3995. TextLabel_21 = Instance.new("TextLabel")
  3996. KeybindConFrame = Instance.new("Frame")
  3997. TextLabel_22 = Instance.new("TextLabel")
  3998. JewelryKeyy = Instance.new("TextLabel")
  3999. BankKeyy = Instance.new("TextLabel")
  4000. CriminalKeyy = Instance.new("TextLabel")
  4001. KeyContinue = Instance.new("TextButton")
  4002. KeyCancel = Instance.new("TextButton")
  4003. CustomTP = Instance.new("TextButton")
  4004. JewelryKeyBox = Instance.new("TextBox")
  4005. CrimBaseBox = Instance.new("TextBox")
  4006. BankKeyBox = Instance.new("TextBox")
  4007. SetKeybind = Instance.new("TextButton")
  4008. TextLabel_23 = Instance.new("TextLabel")
  4009. Coords = Instance.new("TextButton")
  4010. UIColorButton = Instance.new("TextButton")
  4011. Reset = Instance.new("TextButton")
  4012. CForceField = Instance.new("ImageButton")
  4013. TextLabel_24 = Instance.new("TextLabel")
  4014. Explorer = Instance.new("TextButton")
  4015. GameFrame = Instance.new("Frame")
  4016. InfiniteAmmo = Instance.new("TextButton")
  4017. JumpPower = Instance.new("TextButton")
  4018. NoClip = Instance.new("TextButton")
  4019. Gravity = Instance.new("TextButton")
  4020. RemoveAll = Instance.new("TextButton")
  4021. AnnoyServer = Instance.new("TextButton")
  4022. VehicleSpeed = Instance.new("TextButton")
  4023. WalkSpeed = Instance.new("TextButton")
  4024. GodMode = Instance.new("TextButton")
  4025. AK47 = Instance.new("TextButton")
  4026. ClickTP = Instance.new("TextButton")
  4027. AutoRob = Instance.new("TextButton")
  4028. ShotGun = Instance.new("TextButton")
  4029. Btools = Instance.new("TextButton")
  4030. Pistol = Instance.new("TextButton")
  4031. SpamArrest = Instance.new("TextButton")
  4032. KeyCard = Instance.new("TextButton")
  4033. M4A4 = Instance.new("TextButton")
  4034. Fly = Instance.new("TextButton")
  4035. FlashLight = Instance.new("TextButton")
  4036. TextLabel_25 = Instance.new("TextLabel")
  4037. TextLabel_26 = Instance.new("TextLabel")
  4038. TextLabel_27 = Instance.new("TextLabel")
  4039. MainLogo2 = Instance.new("ImageLabel")
  4040. Tabs = Instance.new("ImageButton")
  4041. Dark = Instance.new("Frame")
  4042. MainLogo = Instance.new("ImageLabel")
  4043. TextLabel_28 = Instance.new("TextLabel")
  4044. JNotifierOpen = Instance.new("Frame")
  4045. TextLabel_29 = Instance.new("TextLabel")
  4046. GotoJewelry = Instance.new("TextButton")
  4047. BNotifierOpen = Instance.new("Frame")
  4048. TextLabel_30 = Instance.new("TextLabel")
  4049. GotoBank = Instance.new("TextButton")
  4050. LPlayerDetect = Instance.new("Frame")
  4051. PlayerNameDetected = Instance.new("TextLabel")
  4052. TextLabel_31 = Instance.new("TextLabel")
  4053. TextLabel_32 = Instance.new("TextLabel")
  4054. TextLabel_33 = Instance.new("TextLabel")
  4055. TextLabel_34 = Instance.new("TextLabel")
  4056. TextLabel_35 = Instance.new("TextLabel")
  4057. AdminJoined = Instance.new("Frame")
  4058. AdminDetected = Instance.new("TextLabel")
  4059. TextLabel_36 = Instance.new("TextLabel")
  4060. TextLabel_37 = Instance.new("TextLabel")
  4061. TextLabel_38 = Instance.new("TextLabel")
  4062. TextLabel_39 = Instance.new("TextLabel")
  4063. UIColorFrame = Instance.new("Frame")
  4064. TextLabel_40 = Instance.new("TextLabel")
  4065. TextLabel_41 = Instance.new("TextLabel")
  4066. Commands = Instance.new("Frame")
  4067. TextLabel_42 = Instance.new("TextLabel")
  4068. ScrollingFrame = Instance.new("ScrollingFrame")
  4069. TextLabel_43 = Instance.new("TextLabel")
  4070. TextLabel_44 = Instance.new("TextLabel")
  4071. TextLabel_45 = Instance.new("TextLabel")
  4072. TextLabel_46 = Instance.new("TextLabel")
  4073. TextLabel_47 = Instance.new("TextLabel")
  4074. TextLabel_48 = Instance.new("TextLabel")
  4075. TextLabel_49 = Instance.new("TextLabel")
  4076. TextLabel_50 = Instance.new("TextLabel")
  4077. TextLabel_51 = Instance.new("TextLabel")
  4078. TextLabel_52 = Instance.new("TextLabel")
  4079. CommandClose = Instance.new("TextButton")
  4080. StarterFrame = Instance.new("Frame")
  4081. StarterMainFrame = Instance.new("Frame")
  4082. ContinueCustomization = Instance.new("TextButton")
  4083. TextLabel_53 = Instance.new("TextLabel")
  4084. TextLabel_54 = Instance.new("TextLabel")
  4085. TextLabel_55 = Instance.new("TextLabel")
  4086. TextLabel_56 = Instance.new("TextLabel")
  4087. TextLabel_57 = Instance.new("TextLabel")
  4088. TextLabel_58 = Instance.new("TextLabel")
  4089. TextLabel_59 = Instance.new("TextLabel")
  4090. TextLabel_60 = Instance.new("TextLabel")
  4091. TextLabel_61 = Instance.new("TextLabel")
  4092. TextLabel_62 = Instance.new("TextLabel")
  4093. MainContinue = Instance.new("TextButton")
  4094. TextLabel_63 = Instance.new("TextLabel")
  4095. TextLabel_64 = Instance.new("TextLabel")
  4096. BlueColor = Instance.new("TextButton")
  4097. RedColor = Instance.new("TextButton")
  4098. OrangeColor = Instance.new("TextButton")
  4099. BlackColor = Instance.new("TextButton")
  4100. PurpleColor = Instance.new("TextButton")
  4101. TextLabel_65 = Instance.new("TextLabel")
  4102. UIKeybind = Instance.new("TextBox")
  4103. TextLabel_66 = Instance.new("TextLabel")
  4104. TextLabel_67 = Instance.new("TextLabel")
  4105. TextLabel_68 = Instance.new("TextLabel")
  4106. MainPreview = Instance.new("TextLabel")
  4107. TextLabel_69 = Instance.new("TextLabel")
  4108. Aimbotkeybind = Instance.new("TextBox")
  4109. TextLabel_70 = Instance.new("TextLabel")
  4110. TextLabel_71 = Instance.new("TextLabel")
  4111. TextLabel_72 = Instance.new("TextLabel")
  4112. TextLabel_73 = Instance.new("TextLabel")
  4113. TextLabel_74 = Instance.new("TextLabel")
  4114. TextLabel_75 = Instance.new("TextLabel")
  4115. TextLabel_76 = Instance.new("TextLabel")
  4116. local Game = Instance.new("TextButton")
  4117. ActiveMenu = Instance.new("Folder")
  4118. ButtonWheelMenu = Instance.new("Frame")
  4119. Hue = Instance.new("NumberValue")
  4120. Lig = Instance.new("NumberValue")
  4121. Sat = Instance.new("NumberValue")
  4122. HueBox = Instance.new("TextBox")
  4123. GetColor = Instance.new("BindableFunction")
  4124.  
  4125. Unjailbreak.Name = "Unjailbreak"
  4126. Unjailbreak.Parent = game.CoreGui
  4127.  
  4128. MainFrame.Name = "MainFrame"
  4129. MainFrame.Parent = Unjailbreak
  4130. MainFrame.Active = true
  4131. MainFrame.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  4132. MainFrame.BorderSizePixel = 0
  4133. MainFrame.ClipsDescendants = true
  4134. MainFrame.Draggable = true
  4135. MainFrame.Position = UDim2.new(0.344000012, 0, 1.10000002, -2)
  4136. MainFrame.Size = UDim2.new(0, 598, 0, 356)
  4137.  
  4138. TextLabel.Parent = MainFrame
  4139. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  4140. TextLabel.BorderSizePixel = 0
  4141. TextLabel.Position = UDim2.new(0, 0, 0, 39)
  4142. TextLabel.Size = UDim2.new(0, 598, 0, 3)
  4143. TextLabel.Font = Enum.Font.SourceSans
  4144. TextLabel.FontSize = Enum.FontSize.Size14
  4145. TextLabel.Text = ""
  4146. TextLabel.TextSize = 14
  4147.  
  4148. BottomLine.Name = "BottomLine"
  4149. BottomLine.Parent = MainFrame
  4150. BottomLine.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  4151. BottomLine.BorderSizePixel = 0
  4152. BottomLine.Position = UDim2.new(0, 0, 0, 336)
  4153. BottomLine.Size = UDim2.new(0, 598, 0, 18)
  4154. BottomLine.Font = Enum.Font.SourceSans
  4155. BottomLine.FontSize = Enum.FontSize.Size14
  4156. BottomLine.Text = ""
  4157. BottomLine.TextSize = 14
  4158.  
  4159. PlayerImage.Name = "PlayerImage"
  4160. PlayerImage.Parent = MainFrame
  4161. PlayerImage.BackgroundColor3 = Color3.new(1, 1, 1)
  4162. PlayerImage.BorderSizePixel = 0
  4163. PlayerImage.Position = UDim2.new(0, 0, 0, 48)
  4164. PlayerImage.Size = UDim2.new(0, 149, 0, 129)
  4165. PlayerImage.Image = "https://assetgame.roblox.com/Thumbs/Avatar.ashx?x=250&y=250&Format=Png&username="..game:GetService("Players").LocalPlayer.Name
  4166.  
  4167. TextLabel_2.Parent = MainFrame
  4168. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  4169. TextLabel_2.BackgroundTransparency = 1
  4170. TextLabel_2.Position = UDim2.new(0, 199, 0, 0)
  4171. TextLabel_2.Size = UDim2.new(0, 200, 0, 33)
  4172. TextLabel_2.Font = Enum.Font.Arial
  4173. TextLabel_2.FontSize = Enum.FontSize.Size24
  4174. TextLabel_2.Text = "U N J A I L B R E A K"
  4175. TextLabel_2.TextColor3 = Color3.new(1, 1, 1)
  4176. TextLabel_2.TextSize = 20
  4177.  
  4178. TextLabel_3.Parent = MainFrame
  4179. TextLabel_3.BackgroundColor3 = Color3.new(0.380392, 0.380392, 0.380392)
  4180. TextLabel_3.BorderSizePixel = 0
  4181. TextLabel_3.Position = UDim2.new(0, 0, 0, 177)
  4182. TextLabel_3.Size = UDim2.new(0, 149, 0, 159)
  4183. TextLabel_3.Font = Enum.Font.SourceSans
  4184. TextLabel_3.FontSize = Enum.FontSize.Size14
  4185. TextLabel_3.Text = ""
  4186. TextLabel_3.TextSize = 14
  4187.  
  4188. Game.Name = "Game"
  4189. Game.Parent = MainFrame
  4190. Game.BackgroundColor3 = Color3.new(1, 1, 1)
  4191. Game.BackgroundTransparency = 1
  4192. Game.Position = UDim2.new(0, 21, 0, 229)
  4193. Game.Size = UDim2.new(0, 118, 0, 30)
  4194. Game.Font = Enum.Font.Arial
  4195. Game.FontSize = Enum.FontSize.Size18
  4196. Game.Text = ""
  4197. Game.TextColor3 = Color3.new(1, 1, 1)
  4198. Game.TextSize = 17
  4199.  
  4200. HomeImage.Name = "HomeImage"
  4201. HomeImage.Parent = Game
  4202. HomeImage.BackgroundColor3 = Color3.new(1, 1, 1)
  4203. HomeImage.BackgroundTransparency = 1
  4204. HomeImage.Position = UDim2.new(0, 0, 0, 3)
  4205. HomeImage.Size = UDim2.new(0, 25, 0, 24)
  4206. HomeImage.Image = "rbxassetid://1022440008"
  4207.  
  4208. TextLabel_4.Parent = Game
  4209. TextLabel_4.BackgroundColor3 = Color3.new(1, 1, 1)
  4210. TextLabel_4.BackgroundTransparency = 1
  4211. TextLabel_4.Position = UDim2.new(0, 33, 0, 0)
  4212. TextLabel_4.Size = UDim2.new(0, 85, 0, 30)
  4213. TextLabel_4.Font = Enum.Font.Arial
  4214. TextLabel_4.FontSize = Enum.FontSize.Size18
  4215. TextLabel_4.Text = "Game"
  4216. TextLabel_4.TextColor3 = Color3.new(1, 1, 1)
  4217. TextLabel_4.TextSize = 17
  4218. TextLabel_4.TextXAlignment = Enum.TextXAlignment.Left
  4219.  
  4220. Home.Name = "Home"
  4221. Home.Parent = MainFrame
  4222. Home.BackgroundColor3 = Color3.new(1, 1, 1)
  4223. Home.BackgroundTransparency = 1
  4224. Home.Position = UDim2.new(0, 21, 0, 196)
  4225. Home.Size = UDim2.new(0, 118, 0, 30)
  4226. Home.Font = Enum.Font.Arial
  4227. Home.FontSize = Enum.FontSize.Size18
  4228. Home.Text = ""
  4229. Home.TextColor3 = Color3.new(1, 1, 1)
  4230. Home.TextSize = 17
  4231.  
  4232. HomeImage_2.Name = "HomeImage"
  4233. HomeImage_2.Parent = Home
  4234. HomeImage_2.BackgroundColor3 = Color3.new(1, 1, 1)
  4235. HomeImage_2.BackgroundTransparency = 1
  4236. HomeImage_2.Position = UDim2.new(0, 0, 0, 3)
  4237. HomeImage_2.Size = UDim2.new(0, 25, 0, 24)
  4238. HomeImage_2.Image = "rbxassetid://1022441323"
  4239.  
  4240. TextLabel_5.Parent = Home
  4241. TextLabel_5.BackgroundColor3 = Color3.new(1, 1, 1)
  4242. TextLabel_5.BackgroundTransparency = 1
  4243. TextLabel_5.Position = UDim2.new(0, 33, 0, 0)
  4244. TextLabel_5.Size = UDim2.new(0, 85, 0, 30)
  4245. TextLabel_5.Font = Enum.Font.Arial
  4246. TextLabel_5.FontSize = Enum.FontSize.Size18
  4247. TextLabel_5.Text = "Home"
  4248. TextLabel_5.TextColor3 = Color3.new(1, 1, 1)
  4249. TextLabel_5.TextSize = 17
  4250. TextLabel_5.TextXAlignment = Enum.TextXAlignment.Left
  4251.  
  4252. Settings.Name = "Settings"
  4253. Settings.Parent = MainFrame
  4254. Settings.BackgroundColor3 = Color3.new(1, 1, 1)
  4255. Settings.BackgroundTransparency = 1
  4256. Settings.Position = UDim2.new(0, 21, 0, 295)
  4257. Settings.Size = UDim2.new(0, 118, 0, 30)
  4258. Settings.Font = Enum.Font.Arial
  4259. Settings.FontSize = Enum.FontSize.Size18
  4260. Settings.Text = ""
  4261. Settings.TextColor3 = Color3.new(1, 1, 1)
  4262. Settings.TextSize = 17
  4263.  
  4264. HomeImage_3.Name = "HomeImage"
  4265. HomeImage_3.Parent = Settings
  4266. HomeImage_3.BackgroundColor3 = Color3.new(1, 1, 1)
  4267. HomeImage_3.BackgroundTransparency = 1
  4268. HomeImage_3.Position = UDim2.new(0, 0, 0, 3)
  4269. HomeImage_3.Size = UDim2.new(0, 25, 0, 24)
  4270. HomeImage_3.Image = "rbxassetid://1022442308"
  4271.  
  4272. TextLabel_6.Parent = Settings
  4273. TextLabel_6.BackgroundColor3 = Color3.new(1, 1, 1)
  4274. TextLabel_6.BackgroundTransparency = 1
  4275. TextLabel_6.Position = UDim2.new(0, 33, 0, 0)
  4276. TextLabel_6.Size = UDim2.new(0, 85, 0, 30)
  4277. TextLabel_6.Font = Enum.Font.Arial
  4278. TextLabel_6.FontSize = Enum.FontSize.Size18
  4279. TextLabel_6.Text = "Settings"
  4280. TextLabel_6.TextColor3 = Color3.new(1, 1, 1)
  4281. TextLabel_6.TextSize = 17
  4282. TextLabel_6.TextXAlignment = Enum.TextXAlignment.Left
  4283.  
  4284. Teleports.Name = "Teleports"
  4285. Teleports.Parent = MainFrame
  4286. Teleports.BackgroundColor3 = Color3.new(1, 1, 1)
  4287. Teleports.BackgroundTransparency = 1
  4288. Teleports.Position = UDim2.new(0, 21, 0, 262)
  4289. Teleports.Size = UDim2.new(0, 118, 0, 30)
  4290. Teleports.Font = Enum.Font.Arial
  4291. Teleports.FontSize = Enum.FontSize.Size18
  4292. Teleports.Text = ""
  4293. Teleports.TextColor3 = Color3.new(1, 1, 1)
  4294. Teleports.TextSize = 17
  4295.  
  4296. HomeImage_4.Name = "HomeImage"
  4297. HomeImage_4.Parent = Teleports
  4298. HomeImage_4.BackgroundColor3 = Color3.new(1, 1, 1)
  4299. HomeImage_4.BackgroundTransparency = 1
  4300. HomeImage_4.Position = UDim2.new(0, 0, 0, 3)
  4301. HomeImage_4.Size = UDim2.new(0, 25, 0, 24)
  4302. HomeImage_4.Image = "rbxassetid://1022517730"
  4303.  
  4304. TextLabel_7.Parent = Teleports
  4305. TextLabel_7.BackgroundColor3 = Color3.new(1, 1, 1)
  4306. TextLabel_7.BackgroundTransparency = 1
  4307. TextLabel_7.Position = UDim2.new(0, 33, 0, 0)
  4308. TextLabel_7.Size = UDim2.new(0, 85, 0, 30)
  4309. TextLabel_7.Font = Enum.Font.Arial
  4310. TextLabel_7.FontSize = Enum.FontSize.Size18
  4311. TextLabel_7.Text = "Teleports"
  4312. TextLabel_7.TextColor3 = Color3.new(1, 1, 1)
  4313. TextLabel_7.TextSize = 17
  4314. TextLabel_7.TextXAlignment = Enum.TextXAlignment.Left
  4315.  
  4316. TabFrames.Name = "TabFrames"
  4317. TabFrames.Parent = MainFrame
  4318. TabFrames.BackgroundColor3 = Color3.new(1, 1, 1)
  4319. TabFrames.BorderSizePixel = 0
  4320. TabFrames.ClipsDescendants = true
  4321. TabFrames.Position = UDim2.new(0, 0, 0, 47)
  4322. TabFrames.Size = UDim2.new(0, 598, 0, 289)
  4323.  
  4324. HomeFrame.Name = "HomeFrame"
  4325. HomeFrame.Parent = TabFrames
  4326. HomeFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  4327. HomeFrame.BorderSizePixel = 0
  4328. HomeFrame.ClipsDescendants = true
  4329. HomeFrame.Size = UDim2.new(0, 598, 0, 289)
  4330. HomeFrame.Visible = true
  4331.  
  4332. TextLabel_8.Parent = HomeFrame
  4333. TextLabel_8.BackgroundColor3 = Color3.new(1, 1, 1)
  4334. TextLabel_8.BackgroundTransparency = 1
  4335. TextLabel_8.Position = UDim2.new(0, 199, 0, 18)
  4336. TextLabel_8.Size = UDim2.new(0, 200, 0, 50)
  4337. TextLabel_8.Font = Enum.Font.Arial
  4338. TextLabel_8.FontSize = Enum.FontSize.Size24
  4339. TextLabel_8.Text = "Welcome To Unjailbreak"
  4340. TextLabel_8.TextColor3 = Color3.new(0, 0, 0)
  4341. TextLabel_8.TextSize = 20
  4342.  
  4343. TextLabel_9.Parent = HomeFrame
  4344. TextLabel_9.BackgroundColor3 = Color3.new(1, 1, 1)
  4345. TextLabel_9.BackgroundTransparency = 1
  4346. TextLabel_9.Position = UDim2.new(0, 199, 0, 53)
  4347. TextLabel_9.Size = UDim2.new(0, 200, 0, 50)
  4348. TextLabel_9.Font = Enum.Font.Arial
  4349. TextLabel_9.FontSize = Enum.FontSize.Size24
  4350. TextLabel_9.Text = "Logo Created by ooga#9523"
  4351. TextLabel_9.TextColor3 = Color3.new(0, 0, 0)
  4352. TextLabel_9.TextSize = 20
  4353.  
  4354. TextLabel_10.Parent = HomeFrame
  4355. TextLabel_10.BackgroundColor3 = Color3.new(1, 1, 1)
  4356. TextLabel_10.BackgroundTransparency = 1
  4357. TextLabel_10.Position = UDim2.new(0, 199, 0, 99)
  4358. TextLabel_10.Size = UDim2.new(0, 200, 0, 25)
  4359. TextLabel_10.Font = Enum.Font.Arial
  4360. TextLabel_10.FontSize = Enum.FontSize.Size24
  4361. TextLabel_10.Text = "Whitelist Created By Aren <3"
  4362. TextLabel_10.TextColor3 = Color3.new(0, 0, 0)
  4363. TextLabel_10.TextSize = 20
  4364.  
  4365. TextLabel_11.Parent = HomeFrame
  4366. TextLabel_11.BackgroundColor3 = Color3.new(1, 1, 1)
  4367. TextLabel_11.BackgroundTransparency = 1
  4368. TextLabel_11.Position = UDim2.new(0, 199, 0, 120)
  4369. TextLabel_11.Size = UDim2.new(0, 200, 0, 50)
  4370. TextLabel_11.Font = Enum.Font.Arial
  4371. TextLabel_11.FontSize = Enum.FontSize.Size24
  4372. TextLabel_11.Text = "Credits To Ezy For Being Cool"
  4373. TextLabel_11.TextColor3 = Color3.new(0, 0, 0)
  4374. TextLabel_11.TextSize = 20
  4375.  
  4376. TextLabel_12.Parent = HomeFrame
  4377. TextLabel_12.BackgroundColor3 = Color3.new(0.337255, 0.337255, 0.337255)
  4378. TextLabel_12.BorderSizePixel = 0
  4379. TextLabel_12.Position = UDim2.new(0, 100, 0, -33)
  4380. TextLabel_12.Size = UDim2.new(0, 33, 0, 409)
  4381. TextLabel_12.Font = Enum.Font.Arial
  4382. TextLabel_12.FontSize = Enum.FontSize.Size24
  4383. TextLabel_12.Text = ""
  4384. TextLabel_12.TextColor3 = Color3.new(0, 0, 0)
  4385. TextLabel_12.TextSize = 20
  4386.  
  4387. TextLabel_13.Parent = HomeFrame
  4388. TextLabel_13.BackgroundColor3 = Color3.new(0.337255, 0.337255, 0.337255)
  4389. TextLabel_13.BorderSizePixel = 0
  4390. TextLabel_13.Position = UDim2.new(0, 82, 0, -60)
  4391. TextLabel_13.Size = UDim2.new(0, 9, 0, 409)
  4392. TextLabel_13.Font = Enum.Font.Arial
  4393. TextLabel_13.FontSize = Enum.FontSize.Size24
  4394. TextLabel_13.Text = ""
  4395. TextLabel_13.TextColor3 = Color3.new(0, 0, 0)
  4396. TextLabel_13.TextSize = 20
  4397.  
  4398. TextLabel_14.Parent = HomeFrame
  4399. TextLabel_14.BackgroundColor3 = Color3.new(0.337255, 0.337255, 0.337255)
  4400. TextLabel_14.BorderSizePixel = 0
  4401. TextLabel_14.Position = UDim2.new(0, 570, 0, -60)
  4402. TextLabel_14.Size = UDim2.new(0, 8, 0, 409)
  4403. TextLabel_14.Font = Enum.Font.Arial
  4404. TextLabel_14.FontSize = Enum.FontSize.Size24
  4405. TextLabel_14.Text = ""
  4406. TextLabel_14.TextColor3 = Color3.new(0, 0, 0)
  4407. TextLabel_14.TextSize = 20
  4408.  
  4409. TextLabel_15.Parent = HomeFrame
  4410. TextLabel_15.BackgroundColor3 = Color3.new(0.921569, 0.431373, 0)
  4411. TextLabel_15.BorderSizePixel = 0
  4412. TextLabel_15.Position = UDim2.new(0, 114, 0, -21)
  4413. TextLabel_15.Size = UDim2.new(0, 10, 0, 409)
  4414. TextLabel_15.Font = Enum.Font.Arial
  4415. TextLabel_15.FontSize = Enum.FontSize.Size24
  4416. TextLabel_15.Text = ""
  4417. TextLabel_15.TextColor3 = Color3.new(0, 0, 0)
  4418. TextLabel_15.TextSize = 20
  4419.  
  4420. TeleportsFrame.Name = "TeleportsFrame"
  4421. TeleportsFrame.Parent = TabFrames
  4422. TeleportsFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  4423. TeleportsFrame.BorderSizePixel = 0
  4424. TeleportsFrame.ClipsDescendants = true
  4425. TeleportsFrame.Size = UDim2.new(0, 598, 0, 289)
  4426. TeleportsFrame.Visible = false
  4427.  
  4428. JewelryStore.Name = "JewelryStore"
  4429. JewelryStore.Parent = TeleportsFrame
  4430. JewelryStore.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  4431. JewelryStore.BorderSizePixel = 0
  4432. JewelryStore.Position = UDim2.new(0, 22, 0, 50)
  4433. JewelryStore.Size = UDim2.new(0, 89, 0, 25)
  4434. JewelryStore.AutoButtonColor = false
  4435. JewelryStore.Font = Enum.Font.Arial
  4436. JewelryStore.FontSize = Enum.FontSize.Size18
  4437. JewelryStore.Text = "Jewelry Store"
  4438. JewelryStore.TextColor3 = Color3.new(1, 1, 1)
  4439. JewelryStore.TextSize = 15
  4440.  
  4441. BankStore.Name = "BankStore"
  4442. BankStore.Parent = TeleportsFrame
  4443. BankStore.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  4444. BankStore.BorderSizePixel = 0
  4445. BankStore.Position = UDim2.new(0, 120, 0, 50)
  4446. BankStore.Size = UDim2.new(0, 89, 0, 25)
  4447. BankStore.AutoButtonColor = false
  4448. BankStore.Font = Enum.Font.Arial
  4449. BankStore.FontSize = Enum.FontSize.Size18
  4450. BankStore.Text = "Bank Store"
  4451. BankStore.TextColor3 = Color3.new(1, 1, 1)
  4452. BankStore.TextSize = 15
  4453.  
  4454. BatCave.Name = "BatCave"
  4455. BatCave.Parent = TeleportsFrame
  4456. BatCave.BackgroundColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  4457. BatCave.BorderSizePixel = 0
  4458. BatCave.Position = UDim2.new(0, 22, 0, 85)
  4459. BatCave.Size = UDim2.new(0, 89, 0, 25)
  4460. BatCave.AutoButtonColor = false
  4461. BatCave.Font = Enum.Font.Arial
  4462. BatCave.FontSize = Enum.FontSize.Size18
  4463. BatCave.Text = "Bat Cave"
  4464. BatCave.TextColor3 = Color3.new(1, 1, 1)
  4465. BatCave.TextSize = 15
  4466.  
  4467. CriminalBase.Name = "CriminalBase"
  4468. CriminalBase.Parent = TeleportsFrame
  4469. CriminalBase.BackgroundColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  4470. CriminalBase.BorderSizePixel = 0
  4471. CriminalBase.Position = UDim2.new(0, 120, 0, 85)
  4472. CriminalBase.Size = UDim2.new(0, 89, 0, 25)
  4473. CriminalBase.AutoButtonColor = false
  4474. CriminalBase.Font = Enum.Font.Arial
  4475. CriminalBase.FontSize = Enum.FontSize.Size18
  4476. CriminalBase.Text = "Criminal Base"
  4477. CriminalBase.TextColor3 = Color3.new(1, 1, 1)
  4478. CriminalBase.TextSize = 15
  4479.  
  4480. PoliceHQ1.Name = "PoliceHQ1"
  4481. PoliceHQ1.Parent = TeleportsFrame
  4482. PoliceHQ1.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  4483. PoliceHQ1.BorderSizePixel = 0
  4484. PoliceHQ1.Position = UDim2.new(0, 22, 0, 120)
  4485. PoliceHQ1.Size = UDim2.new(0, 89, 0, 25)
  4486. PoliceHQ1.AutoButtonColor = false
  4487. PoliceHQ1.Font = Enum.Font.Arial
  4488. PoliceHQ1.FontSize = Enum.FontSize.Size18
  4489. PoliceHQ1.Text = "Police HQ 1"
  4490. PoliceHQ1.TextColor3 = Color3.new(1, 1, 1)
  4491. PoliceHQ1.TextSize = 15
  4492.  
  4493. PoliceHQ2.Name = "PoliceHQ2"
  4494. PoliceHQ2.Parent = TeleportsFrame
  4495. PoliceHQ2.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  4496. PoliceHQ2.BorderSizePixel = 0
  4497. PoliceHQ2.Position = UDim2.new(0, 120, 0, 120)
  4498. PoliceHQ2.Size = UDim2.new(0, 89, 0, 25)
  4499. PoliceHQ2.AutoButtonColor = false
  4500. PoliceHQ2.Font = Enum.Font.Arial
  4501. PoliceHQ2.FontSize = Enum.FontSize.Size18
  4502. PoliceHQ2.Text = "Police HQ 2"
  4503. PoliceHQ2.TextColor3 = Color3.new(1, 1, 1)
  4504. PoliceHQ2.TextSize = 15
  4505.  
  4506. DonutShop.Name = "DonutShop"
  4507. DonutShop.Parent = TeleportsFrame
  4508. DonutShop.BackgroundColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  4509. DonutShop.BorderSizePixel = 0
  4510. DonutShop.Position = UDim2.new(0, 120, 0, 155)
  4511. DonutShop.Size = UDim2.new(0, 89, 0, 25)
  4512. DonutShop.AutoButtonColor = false
  4513. DonutShop.Font = Enum.Font.Arial
  4514. DonutShop.FontSize = Enum.FontSize.Size18
  4515. DonutShop.Text = "Donut Shop"
  4516. DonutShop.TextColor3 = Color3.new(1, 1, 1)
  4517. DonutShop.TextSize = 15
  4518.  
  4519. GasStation.Name = "GasStation"
  4520. GasStation.Parent = TeleportsFrame
  4521. GasStation.BackgroundColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  4522. GasStation.BorderSizePixel = 0
  4523. GasStation.Position = UDim2.new(0, 22, 0, 155)
  4524. GasStation.Size = UDim2.new(0, 89, 0, 25)
  4525. GasStation.AutoButtonColor = false
  4526. GasStation.Font = Enum.Font.Arial
  4527. GasStation.FontSize = Enum.FontSize.Size18
  4528. GasStation.Text = "Gas Station"
  4529. GasStation.TextColor3 = Color3.new(1, 1, 1)
  4530. GasStation.TextSize = 15
  4531.  
  4532. Prison.Name = "Prison"
  4533. Prison.Parent = TeleportsFrame
  4534. Prison.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  4535. Prison.BorderSizePixel = 0
  4536. Prison.Position = UDim2.new(0, 22, 0, 190)
  4537. Prison.Size = UDim2.new(0, 89, 0, 25)
  4538. Prison.AutoButtonColor = false
  4539. Prison.Font = Enum.Font.Arial
  4540. Prison.FontSize = Enum.FontSize.Size18
  4541. Prison.Text = "Prison"
  4542. Prison.TextColor3 = Color3.new(1, 1, 1)
  4543. Prison.TextSize = 15
  4544.  
  4545. Garage.Name = "Garage"
  4546. Garage.Parent = TeleportsFrame
  4547. Garage.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  4548. Garage.BorderSizePixel = 0
  4549. Garage.Position = UDim2.new(0, 120, 0, 190)
  4550. Garage.Size = UDim2.new(0, 89, 0, 25)
  4551. Garage.AutoButtonColor = false
  4552. Garage.Font = Enum.Font.Arial
  4553. Garage.FontSize = Enum.FontSize.Size18
  4554. Garage.Text = "Garage"
  4555. Garage.TextColor3 = Color3.new(1, 1, 1)
  4556. Garage.TextSize = 15
  4557.  
  4558. Bugatti.Name = "Bugatti"
  4559. Bugatti.Parent = TeleportsFrame
  4560. Bugatti.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  4561. Bugatti.BorderSizePixel = 0
  4562. Bugatti.Position = UDim2.new(0, 218, 0, 50)
  4563. Bugatti.Size = UDim2.new(0, 89, 0, 25)
  4564. Bugatti.AutoButtonColor = false
  4565. Bugatti.Font = Enum.Font.Arial
  4566. Bugatti.FontSize = Enum.FontSize.Size18
  4567. Bugatti.Text = "Bugatti"
  4568. Bugatti.TextColor3 = Color3.new(1, 1, 1)
  4569. Bugatti.TextSize = 15
  4570.  
  4571. Lamborghini.Name = "Lamborghini"
  4572. Lamborghini.Parent = TeleportsFrame
  4573. Lamborghini.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  4574. Lamborghini.BorderSizePixel = 0
  4575. Lamborghini.Position = UDim2.new(0, 318, 0, 50)
  4576. Lamborghini.Size = UDim2.new(0, 89, 0, 25)
  4577. Lamborghini.AutoButtonColor = false
  4578. Lamborghini.Font = Enum.Font.Arial
  4579. Lamborghini.FontSize = Enum.FontSize.Size18
  4580. Lamborghini.Text = "Lamborghini"
  4581. Lamborghini.TextColor3 = Color3.new(1, 1, 1)
  4582. Lamborghini.TextSize = 15
  4583.  
  4584. Tesla3.Name = "Tesla3"
  4585. Tesla3.Parent = TeleportsFrame
  4586. Tesla3.BackgroundColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  4587. Tesla3.BorderSizePixel = 0
  4588. Tesla3.Position = UDim2.new(0, 318, 0, 85)
  4589. Tesla3.Size = UDim2.new(0, 89, 0, 25)
  4590. Tesla3.AutoButtonColor = false
  4591. Tesla3.Font = Enum.Font.Arial
  4592. Tesla3.FontSize = Enum.FontSize.Size18
  4593. Tesla3.Text = "Tesla 3"
  4594. Tesla3.TextColor3 = Color3.new(1, 1, 1)
  4595. Tesla3.TextSize = 15
  4596.  
  4597. Porsche.Name = "Porsche"
  4598. Porsche.Parent = TeleportsFrame
  4599. Porsche.BackgroundColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  4600. Porsche.BorderSizePixel = 0
  4601. Porsche.Position = UDim2.new(0, 218, 0, 85)
  4602. Porsche.Size = UDim2.new(0, 89, 0, 25)
  4603. Porsche.AutoButtonColor = false
  4604. Porsche.Font = Enum.Font.Arial
  4605. Porsche.FontSize = Enum.FontSize.Size18
  4606. Porsche.Text = "Porsche"
  4607. Porsche.TextColor3 = Color3.new(1, 1, 1)
  4608. Porsche.TextSize = 15
  4609.  
  4610. SWATVan.Name = "SWATVan"
  4611. SWATVan.Parent = TeleportsFrame
  4612. SWATVan.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  4613. SWATVan.BorderSizePixel = 0
  4614. SWATVan.Position = UDim2.new(0, 318, 0, 120)
  4615. SWATVan.Size = UDim2.new(0, 89, 0, 25)
  4616. SWATVan.AutoButtonColor = false
  4617. SWATVan.Font = Enum.Font.Arial
  4618. SWATVan.FontSize = Enum.FontSize.Size18
  4619. SWATVan.Text = "SWAT Van"
  4620. SWATVan.TextColor3 = Color3.new(1, 1, 1)
  4621. SWATVan.TextSize = 15
  4622.  
  4623. DuneBuggy.Name = "DuneBuggy"
  4624. DuneBuggy.Parent = TeleportsFrame
  4625. DuneBuggy.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  4626. DuneBuggy.BorderSizePixel = 0
  4627. DuneBuggy.Position = UDim2.new(0, 218, 0, 120)
  4628. DuneBuggy.Size = UDim2.new(0, 89, 0, 25)
  4629. DuneBuggy.AutoButtonColor = false
  4630. DuneBuggy.Font = Enum.Font.Arial
  4631. DuneBuggy.FontSize = Enum.FontSize.Size18
  4632. DuneBuggy.Text = "Dune Buggy"
  4633. DuneBuggy.TextColor3 = Color3.new(1, 1, 1)
  4634. DuneBuggy.TextSize = 15
  4635.  
  4636. PickUpTruck.Name = "PickUpTruck"
  4637. PickUpTruck.Parent = TeleportsFrame
  4638. PickUpTruck.BackgroundColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  4639. PickUpTruck.BorderSizePixel = 0
  4640. PickUpTruck.Position = UDim2.new(0, 218, 0, 155)
  4641. PickUpTruck.Size = UDim2.new(0, 89, 0, 25)
  4642. PickUpTruck.AutoButtonColor = false
  4643. PickUpTruck.Font = Enum.Font.Arial
  4644. PickUpTruck.FontSize = Enum.FontSize.Size18
  4645. PickUpTruck.Text = "PickUp Truck"
  4646. PickUpTruck.TextColor3 = Color3.new(1, 1, 1)
  4647. PickUpTruck.TextSize = 15
  4648.  
  4649. MiniCooper.Name = "MiniCooper"
  4650. MiniCooper.Parent = TeleportsFrame
  4651. MiniCooper.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  4652. MiniCooper.BorderSizePixel = 0
  4653. MiniCooper.Position = UDim2.new(0, 218, 0, 190)
  4654. MiniCooper.Size = UDim2.new(0, 89, 0, 25)
  4655. MiniCooper.AutoButtonColor = false
  4656. MiniCooper.Font = Enum.Font.Arial
  4657. MiniCooper.FontSize = Enum.FontSize.Size18
  4658. MiniCooper.Text = "Mini Cooper"
  4659. MiniCooper.TextColor3 = Color3.new(1, 1, 1)
  4660. MiniCooper.TextSize = 15
  4661.  
  4662. Camaro.Name = "Camaro"
  4663. Camaro.Parent = TeleportsFrame
  4664. Camaro.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  4665. Camaro.BorderSizePixel = 0
  4666. Camaro.Position = UDim2.new(0, 318, 0, 190)
  4667. Camaro.Size = UDim2.new(0, 89, 0, 25)
  4668. Camaro.AutoButtonColor = false
  4669. Camaro.Font = Enum.Font.Arial
  4670. Camaro.FontSize = Enum.FontSize.Size18
  4671. Camaro.Text = "Camaro"
  4672. Camaro.TextColor3 = Color3.new(1, 1, 1)
  4673. Camaro.TextSize = 15
  4674.  
  4675. DirtBike.Name = "DirtBike"
  4676. DirtBike.Parent = TeleportsFrame
  4677. DirtBike.BackgroundColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  4678. DirtBike.BorderSizePixel = 0
  4679. DirtBike.Position = UDim2.new(0, 318, 0, 155)
  4680. DirtBike.Size = UDim2.new(0, 89, 0, 25)
  4681. DirtBike.AutoButtonColor = false
  4682. DirtBike.Font = Enum.Font.Arial
  4683. DirtBike.FontSize = Enum.FontSize.Size18
  4684. DirtBike.Text = "Dirt Bike"
  4685. DirtBike.TextColor3 = Color3.new(1, 1, 1)
  4686. DirtBike.TextSize = 15
  4687.  
  4688. sframe.Name = "sframe"
  4689. sframe.Parent = TeleportsFrame
  4690. sframe.BackgroundColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  4691. sframe.BorderSizePixel = 0
  4692. sframe.Position = UDim2.new(0, 418, 0, 51)
  4693. sframe.Size = UDim2.new(0, 180, 0, 164)
  4694. sframe.ScrollBarThickness = 4
  4695.  
  4696. GoTo.Name = "GoTo"
  4697. GoTo.Parent = TeleportsFrame
  4698. GoTo.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  4699. GoTo.BorderSizePixel = 0
  4700. GoTo.Position = UDim2.new(0, 459, 0, 247)
  4701. GoTo.Size = UDim2.new(0, 89, 0, 25)
  4702. GoTo.AutoButtonColor = false
  4703. GoTo.Font = Enum.Font.Arial
  4704. GoTo.FontSize = Enum.FontSize.Size18
  4705. GoTo.Text = "GoTo"
  4706. GoTo.TextColor3 = Color3.new(1, 1, 1)
  4707. GoTo.TextSize = 15
  4708.  
  4709. SPlayer.Name = "SPlayer"
  4710. SPlayer.Parent = TeleportsFrame
  4711. SPlayer.BackgroundColor3 = Color3.new(1, 1, 1)
  4712. SPlayer.BackgroundTransparency = 1
  4713. SPlayer.Position = UDim2.new(0, 407, 0, 221)
  4714. SPlayer.Size = UDim2.new(0, 191, 0, 17)
  4715. SPlayer.Font = Enum.Font.Arial
  4716. SPlayer.FontSize = Enum.FontSize.Size14
  4717. SPlayer.Text = "Player:"
  4718. SPlayer.TextSize = 14
  4719.  
  4720. SettingsFrame.Name = "SettingsFrame"
  4721. SettingsFrame.Parent = TabFrames
  4722. SettingsFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  4723. SettingsFrame.BorderSizePixel = 0
  4724. SettingsFrame.ClipsDescendants = true
  4725. SettingsFrame.Size = UDim2.new(0, 598, 0, 289)
  4726. SettingsFrame.Visible = false
  4727.  
  4728. CDrag.Name = "CDrag"
  4729. CDrag.Parent = SettingsFrame
  4730. CDrag.BackgroundColor3 = Color3.new(1, 1, 1)
  4731. CDrag.BackgroundTransparency = 1
  4732. CDrag.Position = UDim2.new(0, 22, 0, 60)
  4733. CDrag.Size = UDim2.new(0, 25, 0, 25)
  4734. CDrag.Image = "rbxassetid://87913710"
  4735. CDrag.ImageColor3 = Color3.new(0.211765, 0.635294, 0)
  4736.  
  4737. CNotifierB.Name = "CNotifierB"
  4738. CNotifierB.Parent = SettingsFrame
  4739. CNotifierB.BackgroundColor3 = Color3.new(1, 1, 1)
  4740. CNotifierB.BackgroundTransparency = 1
  4741. CNotifierB.Position = UDim2.new(0, 22, 0, 100)
  4742. CNotifierB.Size = UDim2.new(0, 25, 0, 25)
  4743. CNotifierB.Image = "rbxassetid://87913710"
  4744. CNotifierB.ImageColor3 = Color3.new(0.380392, 0.380392, 0.380392)
  4745.  
  4746. TextLabel_16.Parent = SettingsFrame
  4747. TextLabel_16.BackgroundColor3 = Color3.new(1, 1, 1)
  4748. TextLabel_16.BackgroundTransparency = 1
  4749. TextLabel_16.Position = UDim2.new(0, 55, 0, 62)
  4750. TextLabel_16.Size = UDim2.new(0, 56, 0, 17)
  4751. TextLabel_16.Font = Enum.Font.Arial
  4752. TextLabel_16.FontSize = Enum.FontSize.Size18
  4753. TextLabel_16.Text = "Draggable"
  4754. TextLabel_16.TextColor3 = Color3.new(0, 0, 0)
  4755. TextLabel_16.TextSize = 15
  4756. TextLabel_16.TextXAlignment = Enum.TextXAlignment.Left
  4757.  
  4758. TextLabel_17.Parent = SettingsFrame
  4759. TextLabel_17.BackgroundColor3 = Color3.new(1, 1, 1)
  4760. TextLabel_17.BackgroundTransparency = 1
  4761. TextLabel_17.Position = UDim2.new(0, 55, 0, 102)
  4762. TextLabel_17.Size = UDim2.new(0, 56, 0, 17)
  4763. TextLabel_17.Font = Enum.Font.Arial
  4764. TextLabel_17.FontSize = Enum.FontSize.Size18
  4765. TextLabel_17.Text = "Bank Notifier"
  4766. TextLabel_17.TextColor3 = Color3.new(0, 0, 0)
  4767. TextLabel_17.TextSize = 15
  4768. TextLabel_17.TextXAlignment = Enum.TextXAlignment.Left
  4769.  
  4770. CNotifierJ.Name = "CNotifierJ"
  4771. CNotifierJ.Parent = SettingsFrame
  4772. CNotifierJ.BackgroundColor3 = Color3.new(1, 1, 1)
  4773. CNotifierJ.BackgroundTransparency = 1
  4774. CNotifierJ.Position = UDim2.new(0, 22, 0, 140)
  4775. CNotifierJ.Size = UDim2.new(0, 25, 0, 25)
  4776. CNotifierJ.Image = "rbxassetid://87913710"
  4777. CNotifierJ.ImageColor3 = Color3.new(0.380392, 0.380392, 0.380392)
  4778.  
  4779. TextLabel_18.Parent = SettingsFrame
  4780. TextLabel_18.BackgroundColor3 = Color3.new(1, 1, 1)
  4781. TextLabel_18.BackgroundTransparency = 1
  4782. TextLabel_18.Position = UDim2.new(0, 55, 0, 142)
  4783. TextLabel_18.Size = UDim2.new(0, 56, 0, 17)
  4784. TextLabel_18.Font = Enum.Font.Arial
  4785. TextLabel_18.FontSize = Enum.FontSize.Size18
  4786. TextLabel_18.Text = "Jewelry Notifier"
  4787. TextLabel_18.TextColor3 = Color3.new(0, 0, 0)
  4788. TextLabel_18.TextSize = 15
  4789. TextLabel_18.TextXAlignment = Enum.TextXAlignment.Left
  4790.  
  4791. TextLabel_19.Parent = SettingsFrame
  4792. TextLabel_19.BackgroundColor3 = Color3.new(1, 1, 1)
  4793. TextLabel_19.BackgroundTransparency = 1
  4794. TextLabel_19.Position = UDim2.new(0, 271, 0, 210)
  4795. TextLabel_19.Size = UDim2.new(0, 56, 0, 17)
  4796. TextLabel_19.Font = Enum.Font.Arial
  4797. TextLabel_19.FontSize = Enum.FontSize.Size18
  4798. TextLabel_19.Text = "Set Current Position As Custom TP"
  4799. TextLabel_19.TextColor3 = Color3.new(0, 0, 0)
  4800. TextLabel_19.TextSize = 15
  4801.  
  4802. CBigHead.Name = "CBigHead"
  4803. CBigHead.Parent = SettingsFrame
  4804. CBigHead.BackgroundColor3 = Color3.new(1, 1, 1)
  4805. CBigHead.BackgroundTransparency = 1
  4806. CBigHead.Position = UDim2.new(0, 22, 0, 180)
  4807. CBigHead.Size = UDim2.new(0, 25, 0, 25)
  4808. CBigHead.Image = "rbxassetid://87913710"
  4809. CBigHead.ImageColor3 = Color3.new(0.380392, 0.380392, 0.380392)
  4810.  
  4811. TextLabel_20.Parent = SettingsFrame
  4812. TextLabel_20.BackgroundColor3 = Color3.new(1, 1, 1)
  4813. TextLabel_20.BackgroundTransparency = 1
  4814. TextLabel_20.Position = UDim2.new(0, 55, 0, 182)
  4815. TextLabel_20.Size = UDim2.new(0, 56, 0, 17)
  4816. TextLabel_20.Font = Enum.Font.Arial
  4817. TextLabel_20.FontSize = Enum.FontSize.Size18
  4818. TextLabel_20.Text = "Big Head"
  4819. TextLabel_20.TextColor3 = Color3.new(0, 0, 0)
  4820. TextLabel_20.TextSize = 15
  4821. TextLabel_20.TextXAlignment = Enum.TextXAlignment.Left
  4822.  
  4823. CESP.Name = "CESP"
  4824. CESP.Parent = SettingsFrame
  4825. CESP.BackgroundColor3 = Color3.new(1, 1, 1)
  4826. CESP.BackgroundTransparency = 1
  4827. CESP.Position = UDim2.new(0, 22, 0, 220)
  4828. CESP.Size = UDim2.new(0, 25, 0, 25)
  4829. CESP.Image = "rbxassetid://87913710"
  4830. CESP.ImageColor3 = Color3.new(0.380392, 0.380392, 0.380392)
  4831.  
  4832. TextLabel_21.Parent = SettingsFrame
  4833. TextLabel_21.BackgroundColor3 = Color3.new(1, 1, 1)
  4834. TextLabel_21.BackgroundTransparency = 1
  4835. TextLabel_21.Position = UDim2.new(0, 55, 0, 222)
  4836. TextLabel_21.Size = UDim2.new(0, 56, 0, 17)
  4837. TextLabel_21.Font = Enum.Font.Arial
  4838. TextLabel_21.FontSize = Enum.FontSize.Size18
  4839. TextLabel_21.Text = "ESP"
  4840. TextLabel_21.TextColor3 = Color3.new(0, 0, 0)
  4841. TextLabel_21.TextSize = 15
  4842. TextLabel_21.TextXAlignment = Enum.TextXAlignment.Left
  4843.  
  4844. KeybindConFrame.Name = "KeybindConFrame"
  4845. KeybindConFrame.Parent = SettingsFrame
  4846. KeybindConFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  4847. KeybindConFrame.BorderColor3 = Color3.new(0.737255, 0.345098, 0)
  4848. KeybindConFrame.BorderSizePixel = 3
  4849. KeybindConFrame.Position = UDim2.new(0, 164, 0, 70)
  4850. KeybindConFrame.Size = UDim2.new(0, 270, 0, 150)
  4851. KeybindConFrame.Visible = false
  4852. KeybindConFrame.ZIndex = 2
  4853.  
  4854. TextLabel_22.Parent = KeybindConFrame
  4855. TextLabel_22.BackgroundColor3 = Color3.new(1, 1, 1)
  4856. TextLabel_22.BackgroundTransparency = 1
  4857. TextLabel_22.Position = UDim2.new(0, 74, 0, 10)
  4858. TextLabel_22.Size = UDim2.new(0, 122, 0, 19)
  4859. TextLabel_22.Font = Enum.Font.Arial
  4860. TextLabel_22.FontSize = Enum.FontSize.Size18
  4861. TextLabel_22.Text = "Are You Sure You Want To Continue?"
  4862. TextLabel_22.TextSize = 15
  4863. TextLabel_22.ZIndex = 2
  4864.  
  4865. JewelryKeyy.Name = "JewelryKeyy"
  4866. JewelryKeyy.Parent = KeybindConFrame
  4867. JewelryKeyy.BackgroundColor3 = Color3.new(1, 1, 1)
  4868. JewelryKeyy.BackgroundTransparency = 1
  4869. JewelryKeyy.Position = UDim2.new(0, 13, 0, 39)
  4870. JewelryKeyy.Size = UDim2.new(0, 122, 0, 19)
  4871. JewelryKeyy.Font = Enum.Font.Arial
  4872. JewelryKeyy.FontSize = Enum.FontSize.Size18
  4873. JewelryKeyy.Text = "Jewelry Key Set:"
  4874. JewelryKeyy.TextSize = 15
  4875. JewelryKeyy.TextXAlignment = Enum.TextXAlignment.Left
  4876. JewelryKeyy.ZIndex = 2
  4877.  
  4878. BankKeyy.Name = "BankKeyy"
  4879. BankKeyy.Parent = KeybindConFrame
  4880. BankKeyy.BackgroundColor3 = Color3.new(1, 1, 1)
  4881. BankKeyy.BackgroundTransparency = 1
  4882. BankKeyy.Position = UDim2.new(0, 13, 0, 56)
  4883. BankKeyy.Size = UDim2.new(0, 122, 0, 19)
  4884. BankKeyy.Font = Enum.Font.Arial
  4885. BankKeyy.FontSize = Enum.FontSize.Size18
  4886. BankKeyy.Text = "Bank Key Set:"
  4887. BankKeyy.TextSize = 15
  4888. BankKeyy.TextXAlignment = Enum.TextXAlignment.Left
  4889. BankKeyy.ZIndex = 2
  4890.  
  4891. CriminalKeyy.Name = "CriminalKeyy"
  4892. CriminalKeyy.Parent = KeybindConFrame
  4893. CriminalKeyy.BackgroundColor3 = Color3.new(1, 1, 1)
  4894. CriminalKeyy.BackgroundTransparency = 1
  4895. CriminalKeyy.Position = UDim2.new(0, 13, 0, 73)
  4896. CriminalKeyy.Size = UDim2.new(0, 122, 0, 19)
  4897. CriminalKeyy.Font = Enum.Font.Arial
  4898. CriminalKeyy.FontSize = Enum.FontSize.Size18
  4899. CriminalKeyy.Text = "Criminal Key Set:"
  4900. CriminalKeyy.TextSize = 15
  4901. CriminalKeyy.TextXAlignment = Enum.TextXAlignment.Left
  4902. CriminalKeyy.ZIndex = 2
  4903.  
  4904. KeyContinue.Name = "KeyContinue"
  4905. KeyContinue.Parent = KeybindConFrame
  4906. KeyContinue.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  4907. KeyContinue.BorderSizePixel = 0
  4908. KeyContinue.Position = UDim2.new(0, 16, 0, 104)
  4909. KeyContinue.Size = UDim2.new(0, 100, 0, 30)
  4910. KeyContinue.Font = Enum.Font.Arial
  4911. KeyContinue.FontSize = Enum.FontSize.Size18
  4912. KeyContinue.Text = "Continue"
  4913. KeyContinue.TextColor3 = Color3.new(1, 1, 1)
  4914. KeyContinue.TextSize = 16
  4915. KeyContinue.ZIndex = 2
  4916.  
  4917. KeyCancel.Name = "KeyCancel"
  4918. KeyCancel.Parent = KeybindConFrame
  4919. KeyCancel.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  4920. KeyCancel.BorderSizePixel = 0
  4921. KeyCancel.Position = UDim2.new(0, 155, 0, 104)
  4922. KeyCancel.Size = UDim2.new(0, 100, 0, 30)
  4923. KeyCancel.Font = Enum.Font.Arial
  4924. KeyCancel.FontSize = Enum.FontSize.Size18
  4925. KeyCancel.Text = "Cancel"
  4926. KeyCancel.TextColor3 = Color3.new(1, 1, 1)
  4927. KeyCancel.TextSize = 16
  4928. KeyCancel.ZIndex = 2
  4929.  
  4930. CustomTP.Name = "CustomTP"
  4931. CustomTP.Parent = SettingsFrame
  4932. CustomTP.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  4933. CustomTP.BorderSizePixel = 0
  4934. CustomTP.Position = UDim2.new(0, 248, 0, 170)
  4935. CustomTP.Size = UDim2.new(0, 101, 0, 29)
  4936. CustomTP.Font = Enum.Font.Arial
  4937. CustomTP.FontSize = Enum.FontSize.Size18
  4938. CustomTP.Text = "GoPoint"
  4939. CustomTP.TextColor3 = Color3.new(1, 1, 1)
  4940. CustomTP.TextSize = 17
  4941.  
  4942. JewelryKeyBox.Name = "JewelryKeyBox"
  4943. JewelryKeyBox.Parent = SettingsFrame
  4944. JewelryKeyBox.BackgroundColor3 = Color3.new(1, 1, 1)
  4945. JewelryKeyBox.BorderColor3 = Color3.new(0.737255, 0.345098, 0)
  4946. JewelryKeyBox.ClipsDescendants = true
  4947. JewelryKeyBox.Position = UDim2.new(0, 234, 0, 70)
  4948. JewelryKeyBox.Size = UDim2.new(0, 30, 0, 29)
  4949. JewelryKeyBox.ClearTextOnFocus = false
  4950. JewelryKeyBox.Font = Enum.Font.Arial
  4951. JewelryKeyBox.FontSize = Enum.FontSize.Size18
  4952. JewelryKeyBox.Text = "J"
  4953. JewelryKeyBox.TextSize = 16
  4954.  
  4955. CrimBaseBox.Name = "CrimBaseBox"
  4956. CrimBaseBox.Parent = SettingsFrame
  4957. CrimBaseBox.BackgroundColor3 = Color3.new(1, 1, 1)
  4958. CrimBaseBox.BorderColor3 = Color3.new(0.737255, 0.345098, 0)
  4959. CrimBaseBox.ClipsDescendants = true
  4960. CrimBaseBox.Position = UDim2.new(0, 284, 0, 70)
  4961. CrimBaseBox.Size = UDim2.new(0, 30, 0, 29)
  4962. CrimBaseBox.ClearTextOnFocus = false
  4963. CrimBaseBox.Font = Enum.Font.Arial
  4964. CrimBaseBox.FontSize = Enum.FontSize.Size18
  4965. CrimBaseBox.Text = "C"
  4966. CrimBaseBox.TextSize = 16
  4967.  
  4968. BankKeyBox.Name = "BankKeyBox"
  4969. BankKeyBox.Parent = SettingsFrame
  4970. BankKeyBox.BackgroundColor3 = Color3.new(1, 1, 1)
  4971. BankKeyBox.BorderColor3 = Color3.new(0.737255, 0.345098, 0)
  4972. BankKeyBox.ClipsDescendants = true
  4973. BankKeyBox.Position = UDim2.new(0, 334, 0, 70)
  4974. BankKeyBox.Size = UDim2.new(0, 30, 0, 29)
  4975. BankKeyBox.ClearTextOnFocus = false
  4976. BankKeyBox.Font = Enum.Font.Arial
  4977. BankKeyBox.FontSize = Enum.FontSize.Size18
  4978. BankKeyBox.Text = "B"
  4979. BankKeyBox.TextSize = 16
  4980.  
  4981. SetKeybind.Name = "SetKeybind"
  4982. SetKeybind.Parent = SettingsFrame
  4983. SetKeybind.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  4984. SetKeybind.BorderSizePixel = 0
  4985. SetKeybind.Position = UDim2.new(0, 265, 0, 120)
  4986. SetKeybind.Size = UDim2.new(0, 67, 0, 29)
  4987. SetKeybind.Font = Enum.Font.Arial
  4988. SetKeybind.FontSize = Enum.FontSize.Size18
  4989. SetKeybind.Text = "Set"
  4990. SetKeybind.TextColor3 = Color3.new(1, 1, 1)
  4991. SetKeybind.TextSize = 17
  4992.  
  4993. TextLabel_23.Parent = SettingsFrame
  4994. TextLabel_23.BackgroundColor3 = Color3.new(1, 1, 1)
  4995. TextLabel_23.BackgroundTransparency = 1
  4996. TextLabel_23.Position = UDim2.new(0, 271, 0, 35)
  4997. TextLabel_23.Size = UDim2.new(0, 56, 0, 17)
  4998. TextLabel_23.Font = Enum.Font.Arial
  4999. TextLabel_23.FontSize = Enum.FontSize.Size18
  5000. TextLabel_23.Text = "Keybind"
  5001. TextLabel_23.TextColor3 = Color3.new(0, 0, 0)
  5002. TextLabel_23.TextSize = 15
  5003.  
  5004. Coords.Name = "Coords"
  5005. Coords.Parent = SettingsFrame
  5006. Coords.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  5007. Coords.BorderSizePixel = 0
  5008. Coords.Position = UDim2.new(0, 248, 0, 240)
  5009. Coords.Size = UDim2.new(0, 101, 0, 29)
  5010. Coords.Font = Enum.Font.Arial
  5011. Coords.FontSize = Enum.FontSize.Size18
  5012. Coords.Text = "Checkpoint"
  5013. Coords.TextColor3 = Color3.new(1, 1, 1)
  5014. Coords.TextSize = 17
  5015.  
  5016. UIColorButton.Name = "UIColorButton"
  5017. UIColorButton.Parent = SettingsFrame
  5018. UIColorButton.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  5019. UIColorButton.BorderSizePixel = 0
  5020. UIColorButton.Position = UDim2.new(0, 450, 0, 130)
  5021. UIColorButton.Size = UDim2.new(0, 101, 0, 29)
  5022. UIColorButton.Font = Enum.Font.Arial
  5023. UIColorButton.FontSize = Enum.FontSize.Size18
  5024. UIColorButton.Text = "UI Color"
  5025. UIColorButton.TextColor3 = Color3.new(1, 1, 1)
  5026. UIColorButton.TextSize = 17
  5027.  
  5028. Reset.Name = "Reset"
  5029. Reset.Parent = SettingsFrame
  5030. Reset.BackgroundColor3 = Color3.new(0.333333, 0.333333, 0.333333)
  5031. Reset.BorderSizePixel = 0
  5032. Reset.Position = UDim2.new(0, 450, 0, 240)
  5033. Reset.Size = UDim2.new(0, 101, 0, 29)
  5034. Reset.Font = Enum.Font.Arial
  5035. Reset.FontSize = Enum.FontSize.Size18
  5036. Reset.Text = "RESET!"
  5037. Reset.TextColor3 = Color3.new(0.666667, 0, 0)
  5038. Reset.TextSize = 17
  5039.  
  5040. CForceField.Name = "CForceField"
  5041. CForceField.Parent = SettingsFrame
  5042. CForceField.BackgroundColor3 = Color3.new(1, 1, 1)
  5043. CForceField.BackgroundTransparency = 1
  5044. CForceField.Position = UDim2.new(0, 22, 0, 260)
  5045. CForceField.Size = UDim2.new(0, 25, 0, 25)
  5046. CForceField.Image = "rbxassetid://87913710"
  5047. CForceField.ImageColor3 = Color3.new(0.380392, 0.380392, 0.380392)
  5048.  
  5049. TextLabel_24.Parent = SettingsFrame
  5050. TextLabel_24.BackgroundColor3 = Color3.new(1, 1, 1)
  5051. TextLabel_24.BackgroundTransparency = 1
  5052. TextLabel_24.Position = UDim2.new(0, 55, 0, 262)
  5053. TextLabel_24.Size = UDim2.new(0, 56, 0, 17)
  5054. TextLabel_24.Font = Enum.Font.Arial
  5055. TextLabel_24.FontSize = Enum.FontSize.Size18
  5056. TextLabel_24.Text = "ForceField"
  5057. TextLabel_24.TextColor3 = Color3.new(0, 0, 0)
  5058. TextLabel_24.TextSize = 15
  5059. TextLabel_24.TextXAlignment = Enum.TextXAlignment.Left
  5060.  
  5061. Explorer.Name = "Explorer"
  5062. Explorer.Parent = SettingsFrame
  5063. Explorer.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  5064. Explorer.BorderSizePixel = 0
  5065. Explorer.Position = UDim2.new(0, 450, 0, 185)
  5066. Explorer.Size = UDim2.new(0, 101, 0, 29)
  5067. Explorer.Font = Enum.Font.Arial
  5068. Explorer.FontSize = Enum.FontSize.Size18
  5069. Explorer.Text = "Explorer"
  5070. Explorer.TextColor3 = Color3.new(1, 1, 1)
  5071. Explorer.TextSize = 17
  5072.  
  5073. GameFrame.Name = "GameFrame"
  5074. GameFrame.Parent = TabFrames
  5075. GameFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  5076. GameFrame.BorderSizePixel = 0
  5077. GameFrame.ClipsDescendants = true
  5078. GameFrame.Size = UDim2.new(0, 598, 0, 289)
  5079. GameFrame.Visible = false
  5080.  
  5081. InfiniteAmmo.Name = "InfiniteAmmo"
  5082. InfiniteAmmo.Parent = GameFrame
  5083. InfiniteAmmo.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  5084. InfiniteAmmo.BorderSizePixel = 0
  5085. InfiniteAmmo.Position = UDim2.new(0, 318, 0, 50)
  5086. InfiniteAmmo.Size = UDim2.new(0, 89, 0, 25)
  5087. InfiniteAmmo.AutoButtonColor = false
  5088. InfiniteAmmo.Font = Enum.Font.Arial
  5089. InfiniteAmmo.FontSize = Enum.FontSize.Size18
  5090. InfiniteAmmo.Text = "Ammo: OFF"
  5091. InfiniteAmmo.TextColor3 = Color3.new(1, 1, 1)
  5092. InfiniteAmmo.TextSize = 15
  5093.  
  5094. JumpPower.Name = "JumpPower"
  5095. JumpPower.Parent = GameFrame
  5096. JumpPower.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  5097. JumpPower.BorderSizePixel = 0
  5098. JumpPower.Position = UDim2.new(0, 218, 0, 50)
  5099. JumpPower.Size = UDim2.new(0, 89, 0, 25)
  5100. JumpPower.AutoButtonColor = false
  5101. JumpPower.Font = Enum.Font.Arial
  5102. JumpPower.FontSize = Enum.FontSize.Size18
  5103. JumpPower.Text = "Jump: OFF"
  5104. JumpPower.TextColor3 = Color3.new(1, 1, 1)
  5105. JumpPower.TextSize = 15
  5106.  
  5107. NoClip.Name = "NoClip"
  5108. NoClip.Parent = GameFrame
  5109. NoClip.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  5110. NoClip.BorderSizePixel = 0
  5111. NoClip.Position = UDim2.new(0, 22, 0, 50)
  5112. NoClip.Size = UDim2.new(0, 89, 0, 25)
  5113. NoClip.AutoButtonColor = false
  5114. NoClip.Font = Enum.Font.Arial
  5115. NoClip.FontSize = Enum.FontSize.Size18
  5116. NoClip.Text = "NoClip: OFF"
  5117. NoClip.TextColor3 = Color3.new(1, 1, 1)
  5118. NoClip.TextSize = 15
  5119.  
  5120. Gravity.Name = "Gravity"
  5121. Gravity.Parent = GameFrame
  5122. Gravity.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  5123. Gravity.BorderSizePixel = 0
  5124. Gravity.Position = UDim2.new(0, 120, 0, 50)
  5125. Gravity.Size = UDim2.new(0, 89, 0, 25)
  5126. Gravity.AutoButtonColor = false
  5127. Gravity.Font = Enum.Font.Arial
  5128. Gravity.FontSize = Enum.FontSize.Size18
  5129. Gravity.Text = "Gravity: OFF"
  5130. Gravity.TextColor3 = Color3.new(1, 1, 1)
  5131. Gravity.TextSize = 15
  5132.  
  5133. RemoveAll.Name = "RemoveAll"
  5134. RemoveAll.Parent = GameFrame
  5135. RemoveAll.BackgroundColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  5136. RemoveAll.BorderSizePixel = 0
  5137. RemoveAll.Position = UDim2.new(0, 22, 0, 85)
  5138. RemoveAll.Size = UDim2.new(0, 89, 0, 25)
  5139. RemoveAll.AutoButtonColor = false
  5140. RemoveAll.Font = Enum.Font.Arial
  5141. RemoveAll.FontSize = Enum.FontSize.Size18
  5142. RemoveAll.Text = "Remove All"
  5143. RemoveAll.TextColor3 = Color3.new(1, 1, 1)
  5144. RemoveAll.TextSize = 15
  5145.  
  5146. AnnoyServer.Name = "AnnoyServer"
  5147. AnnoyServer.Parent = GameFrame
  5148. AnnoyServer.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  5149. AnnoyServer.BorderSizePixel = 0
  5150. AnnoyServer.Position = UDim2.new(0, 318, 0, 120)
  5151. AnnoyServer.Size = UDim2.new(0, 89, 0, 25)
  5152. AnnoyServer.AutoButtonColor = false
  5153. AnnoyServer.Font = Enum.Font.Arial
  5154. AnnoyServer.FontSize = Enum.FontSize.Size18
  5155. AnnoyServer.Text = "Annoy Server"
  5156. AnnoyServer.TextColor3 = Color3.new(1, 1, 1)
  5157. AnnoyServer.TextSize = 15
  5158.  
  5159. VehicleSpeed.Name = "VehicleSpeed"
  5160. VehicleSpeed.Parent = GameFrame
  5161. VehicleSpeed.BackgroundColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  5162. VehicleSpeed.BorderSizePixel = 0
  5163. VehicleSpeed.Position = UDim2.new(0, 218, 0, 85)
  5164. VehicleSpeed.Size = UDim2.new(0, 89, 0, 25)
  5165. VehicleSpeed.AutoButtonColor = false
  5166. VehicleSpeed.Font = Enum.Font.Arial
  5167. VehicleSpeed.FontSize = Enum.FontSize.Size18
  5168. VehicleSpeed.Text = "Car Speed"
  5169. VehicleSpeed.TextColor3 = Color3.new(1, 1, 1)
  5170. VehicleSpeed.TextSize = 15
  5171.  
  5172. WalkSpeed.Name = "WalkSpeed"
  5173. WalkSpeed.Parent = GameFrame
  5174. WalkSpeed.BackgroundColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  5175. WalkSpeed.BorderSizePixel = 0
  5176. WalkSpeed.Position = UDim2.new(0, 120, 0, 85)
  5177. WalkSpeed.Size = UDim2.new(0, 89, 0, 25)
  5178. WalkSpeed.AutoButtonColor = false
  5179. WalkSpeed.Font = Enum.Font.Arial
  5180. WalkSpeed.FontSize = Enum.FontSize.Size18
  5181. WalkSpeed.Text = "Walk Speed"
  5182. WalkSpeed.TextColor3 = Color3.new(1, 1, 1)
  5183. WalkSpeed.TextSize = 15
  5184.  
  5185. GodMode.Name = "GodMode"
  5186. GodMode.Parent = GameFrame
  5187. GodMode.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  5188. GodMode.BorderSizePixel = 0
  5189. GodMode.Position = UDim2.new(0, 218, 0, 120)
  5190. GodMode.Size = UDim2.new(0, 89, 0, 25)
  5191. GodMode.AutoButtonColor = false
  5192. GodMode.Font = Enum.Font.Arial
  5193. GodMode.FontSize = Enum.FontSize.Size18
  5194. GodMode.Text = "God Mode"
  5195. GodMode.TextColor3 = Color3.new(1, 1, 1)
  5196. GodMode.TextSize = 15
  5197.  
  5198. AK47.Name = "AK47"
  5199. AK47.Parent = GameFrame
  5200. AK47.BackgroundColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  5201. AK47.BorderSizePixel = 0
  5202. AK47.Position = UDim2.new(0, 218, 0, 155)
  5203. AK47.Size = UDim2.new(0, 89, 0, 25)
  5204. AK47.AutoButtonColor = false
  5205. AK47.Font = Enum.Font.Arial
  5206. AK47.FontSize = Enum.FontSize.Size18
  5207. AK47.Text = "AK-47"
  5208. AK47.TextColor3 = Color3.new(1, 1, 1)
  5209. AK47.TextSize = 15
  5210.  
  5211. ClickTP.Name = "ClickTP"
  5212. ClickTP.Parent = GameFrame
  5213. ClickTP.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  5214. ClickTP.BorderSizePixel = 0
  5215. ClickTP.Position = UDim2.new(0, 218, 0, 190)
  5216. ClickTP.Size = UDim2.new(0, 89, 0, 25)
  5217. ClickTP.AutoButtonColor = false
  5218. ClickTP.Font = Enum.Font.Arial
  5219. ClickTP.FontSize = Enum.FontSize.Size18
  5220. ClickTP.Text = "Click TP"
  5221. ClickTP.TextColor3 = Color3.new(1, 1, 1)
  5222. ClickTP.TextSize = 15
  5223.  
  5224. AutoRob.Name = "AutoRob"
  5225. AutoRob.Parent = GameFrame
  5226. AutoRob.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  5227. AutoRob.BorderSizePixel = 0
  5228. AutoRob.Position = UDim2.new(0, 318, 0, 190)
  5229. AutoRob.Size = UDim2.new(0, 89, 0, 25)
  5230. AutoRob.AutoButtonColor = false
  5231. AutoRob.Font = Enum.Font.Arial
  5232. AutoRob.FontSize = Enum.FontSize.Size18
  5233. AutoRob.Text = "Auto Rob"
  5234. AutoRob.TextColor3 = Color3.new(1, 1, 1)
  5235. AutoRob.TextSize = 15
  5236.  
  5237. ShotGun.Name = "ShotGun"
  5238. ShotGun.Parent = GameFrame
  5239. ShotGun.BackgroundColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  5240. ShotGun.BorderSizePixel = 0
  5241. ShotGun.Position = UDim2.new(0, 318, 0, 155)
  5242. ShotGun.Size = UDim2.new(0, 89, 0, 25)
  5243. ShotGun.AutoButtonColor = false
  5244. ShotGun.Font = Enum.Font.Arial
  5245. ShotGun.FontSize = Enum.FontSize.Size18
  5246. ShotGun.Text = "Shot Gun"
  5247. ShotGun.TextColor3 = Color3.new(1, 1, 1)
  5248. ShotGun.TextSize = 15
  5249.  
  5250. Btools.Name = "Btools"
  5251. Btools.Parent = GameFrame
  5252. Btools.BackgroundColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  5253. Btools.BorderSizePixel = 0
  5254. Btools.Position = UDim2.new(0, 318, 0, 85)
  5255. Btools.Size = UDim2.new(0, 89, 0, 25)
  5256. Btools.AutoButtonColor = false
  5257. Btools.Font = Enum.Font.Arial
  5258. Btools.FontSize = Enum.FontSize.Size18
  5259. Btools.Text = "Btools"
  5260. Btools.TextColor3 = Color3.new(1, 1, 1)
  5261. Btools.TextSize = 15
  5262.  
  5263. Pistol.Name = "Pistol"
  5264. Pistol.Parent = GameFrame
  5265. Pistol.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  5266. Pistol.BorderSizePixel = 0
  5267. Pistol.Position = UDim2.new(0, 22, 0, 190)
  5268. Pistol.Size = UDim2.new(0, 89, 0, 25)
  5269. Pistol.AutoButtonColor = false
  5270. Pistol.Font = Enum.Font.Arial
  5271. Pistol.FontSize = Enum.FontSize.Size18
  5272. Pistol.Text = "Pistol"
  5273. Pistol.TextColor3 = Color3.new(1, 1, 1)
  5274. Pistol.TextSize = 15
  5275.  
  5276. SpamArrest.Name = "SpamArrest"
  5277. SpamArrest.Parent = GameFrame
  5278. SpamArrest.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  5279. SpamArrest.BorderSizePixel = 0
  5280. SpamArrest.Position = UDim2.new(0, 22, 0, 120)
  5281. SpamArrest.Size = UDim2.new(0, 89, 0, 25)
  5282. SpamArrest.AutoButtonColor = false
  5283. SpamArrest.Font = Enum.Font.Arial
  5284. SpamArrest.FontSize = Enum.FontSize.Size18
  5285. SpamArrest.Text = "Spam Arrest"
  5286. SpamArrest.TextColor3 = Color3.new(1, 1, 1)
  5287. SpamArrest.TextSize = 15
  5288.  
  5289. KeyCard.Name = "KeyCard"
  5290. KeyCard.Parent = GameFrame
  5291. KeyCard.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  5292. KeyCard.BorderSizePixel = 0
  5293. KeyCard.Position = UDim2.new(0, 120, 0, 120)
  5294. KeyCard.Size = UDim2.new(0, 89, 0, 25)
  5295. KeyCard.AutoButtonColor = false
  5296. KeyCard.Font = Enum.Font.Arial
  5297. KeyCard.FontSize = Enum.FontSize.Size18
  5298. KeyCard.Text = "Key Card"
  5299. KeyCard.TextColor3 = Color3.new(1, 1, 1)
  5300. KeyCard.TextSize = 15
  5301.  
  5302. M4A4.Name = "M4A4"
  5303. M4A4.Parent = GameFrame
  5304. M4A4.BackgroundColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  5305. M4A4.BorderSizePixel = 0
  5306. M4A4.Position = UDim2.new(0, 120, 0, 155)
  5307. M4A4.Size = UDim2.new(0, 89, 0, 25)
  5308. M4A4.AutoButtonColor = false
  5309. M4A4.Font = Enum.Font.Arial
  5310. M4A4.FontSize = Enum.FontSize.Size18
  5311. M4A4.Text = "M4A4"
  5312. M4A4.TextColor3 = Color3.new(1, 1, 1)
  5313. M4A4.TextSize = 15
  5314.  
  5315. Fly.Name = "Fly"
  5316. Fly.Parent = GameFrame
  5317. Fly.BackgroundColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  5318. Fly.BorderSizePixel = 0
  5319. Fly.Position = UDim2.new(0, 22, 0, 155)
  5320. Fly.Size = UDim2.new(0, 89, 0, 25)
  5321. Fly.AutoButtonColor = false
  5322. Fly.Font = Enum.Font.Arial
  5323. Fly.FontSize = Enum.FontSize.Size18
  5324. Fly.Text = "Fly: OFF"
  5325. Fly.TextColor3 = Color3.new(1, 1, 1)
  5326. Fly.TextSize = 15
  5327.  
  5328. FlashLight.Name = "FlashLight"
  5329. FlashLight.Parent = GameFrame
  5330. FlashLight.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  5331. FlashLight.BorderSizePixel = 0
  5332. FlashLight.Position = UDim2.new(0, 120, 0, 190)
  5333. FlashLight.Size = UDim2.new(0, 89, 0, 25)
  5334. FlashLight.AutoButtonColor = false
  5335. FlashLight.Font = Enum.Font.Arial
  5336. FlashLight.FontSize = Enum.FontSize.Size18
  5337. FlashLight.Text = "Flash Light"
  5338. FlashLight.TextColor3 = Color3.new(1, 1, 1)
  5339. FlashLight.TextSize = 15
  5340.  
  5341. TextLabel_25.Parent = GameFrame
  5342. TextLabel_25.BackgroundColor3 = Color3.new(0.337255, 0.337255, 0.337255)
  5343. TextLabel_25.BorderSizePixel = 0
  5344. TextLabel_25.Position = UDim2.new(0, 527, 0, -60)
  5345. TextLabel_25.Size = UDim2.new(0, 8, 0, 409)
  5346. TextLabel_25.Font = Enum.Font.Arial
  5347. TextLabel_25.FontSize = Enum.FontSize.Size24
  5348. TextLabel_25.Text = ""
  5349. TextLabel_25.TextColor3 = Color3.new(0, 0, 0)
  5350. TextLabel_25.TextSize = 20
  5351.  
  5352. TextLabel_26.Parent = GameFrame
  5353. TextLabel_26.BackgroundColor3 = Color3.new(0.337255, 0.337255, 0.337255)
  5354. TextLabel_26.BorderSizePixel = 0
  5355. TextLabel_26.Position = UDim2.new(0, 486, 0, -60)
  5356. TextLabel_26.Size = UDim2.new(0, 31, 0, 409)
  5357. TextLabel_26.Font = Enum.Font.Arial
  5358. TextLabel_26.FontSize = Enum.FontSize.Size24
  5359. TextLabel_26.Text = ""
  5360. TextLabel_26.TextColor3 = Color3.new(0, 0, 0)
  5361. TextLabel_26.TextSize = 20
  5362.  
  5363. TextLabel_27.Parent = GameFrame
  5364. TextLabel_27.BackgroundColor3 = Color3.new(0.921569, 0.431373, 0)
  5365. TextLabel_27.BorderSizePixel = 0
  5366. TextLabel_27.Position = UDim2.new(0, 467, 0, -60)
  5367. TextLabel_27.Size = UDim2.new(0, 10, 0, 409)
  5368. TextLabel_27.Font = Enum.Font.Arial
  5369. TextLabel_27.FontSize = Enum.FontSize.Size24
  5370. TextLabel_27.Text = ""
  5371. TextLabel_27.TextColor3 = Color3.new(0, 0, 0)
  5372. TextLabel_27.TextSize = 20
  5373.  
  5374. MainLogo2.Name = "MainLogo2"
  5375. MainLogo2.Parent = GameFrame
  5376. MainLogo2.BackgroundColor3 = Color3.new(1, 1, 1)
  5377. MainLogo2.BackgroundTransparency = 1
  5378. MainLogo2.Position = UDim2.new(0, 444, 0, 84)
  5379. MainLogo2.Size = UDim2.new(0, 120, 0, 120)
  5380. MainLogo2.Image = "rbxassetid://1101478778"
  5381.  
  5382. Tabs.Name = "Tabs"
  5383. Tabs.Parent = TabFrames
  5384. Tabs.BackgroundColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  5385. Tabs.BackgroundTransparency = 1
  5386. Tabs.ClipsDescendants = true
  5387. Tabs.Position = UDim2.new(0, 7, 0, 7)
  5388. Tabs.Size = UDim2.new(0, 26, 0, 27)
  5389. Tabs.Image = "rbxassetid://1037417986"
  5390. Tabs.ImageColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  5391.  
  5392. Dark.Name = "Dark"
  5393. Dark.Parent = TabFrames
  5394. Dark.BackgroundColor3 = Color3.new(0, 0, 0)
  5395. Dark.BorderSizePixel = 0
  5396. Dark.ClipsDescendants = true
  5397. Dark.Size = UDim2.new(0, 598, 0, 289)
  5398. Dark.Visible = false
  5399.  
  5400. MainLogo.Name = "MainLogo"
  5401. MainLogo.Parent = Unjailbreak
  5402. MainLogo.BackgroundColor3 = Color3.new(1, 1, 1)
  5403. MainLogo.BackgroundTransparency = 1
  5404. MainLogo.Position = UDim2.new(0.460416675, 0, 0.411829144, 0)
  5405. MainLogo.Size = UDim2.new(0, 160, 0, 160)
  5406. MainLogo.Image = "rbxassetid://1101478778"
  5407. MainLogo.ImageTransparency = 1
  5408.  
  5409. TextLabel_28.Parent = MainLogo
  5410. TextLabel_28.BackgroundColor3 = Color3.new(1, 1, 1)
  5411. TextLabel_28.BackgroundTransparency = 1
  5412. TextLabel_28.Position = UDim2.new(-0.125, 0, 1, 0)
  5413. TextLabel_28.Size = UDim2.new(0, 200, 0, 50)
  5414. TextLabel_28.Font = Enum.Font.Arial
  5415. TextLabel_28.FontSize = Enum.FontSize.Size28
  5416. TextLabel_28.Text = "Created By Unlisting"
  5417. TextLabel_28.TextColor3 = Color3.new(0.890196, 0.890196, 0.890196)
  5418. TextLabel_28.TextSize = 25
  5419. TextLabel_28.TextTransparency = 1
  5420.  
  5421. JNotifierOpen.Name = "JNotifierOpen"
  5422. JNotifierOpen.Parent = Unjailbreak
  5423. JNotifierOpen.BackgroundColor3 = Color3.new(1, 1, 1)
  5424. JNotifierOpen.BorderSizePixel = 0
  5425. JNotifierOpen.Position = UDim2.new(1, 0, 0.720000029, 0)
  5426. JNotifierOpen.Size = UDim2.new(0.10520833, 0, 0.0799561888, 0)
  5427.  
  5428. TextLabel_29.Parent = JNotifierOpen
  5429. TextLabel_29.BackgroundColor3 = Color3.new(1, 1, 1)
  5430. TextLabel_29.BackgroundTransparency = 1
  5431. TextLabel_29.Size = UDim2.new(0, 202, 0, 37)
  5432. TextLabel_29.Font = Enum.Font.Cartoon
  5433. TextLabel_29.FontSize = Enum.FontSize.Size24
  5434. TextLabel_29.Text = "Jewelry Store Is Open!"
  5435. TextLabel_29.TextColor3 = Color3.new(0, 0, 0)
  5436. TextLabel_29.TextSize = 20
  5437.  
  5438. GotoJewelry.Name = "GotoJewelry"
  5439. GotoJewelry.Parent = JNotifierOpen
  5440. GotoJewelry.BackgroundColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  5441. GotoJewelry.BorderSizePixel = 0
  5442. GotoJewelry.Position = UDim2.new(0, 51, 0, 37)
  5443. GotoJewelry.Size = UDim2.new(0, 99, 0, 36)
  5444. GotoJewelry.Font = Enum.Font.Cartoon
  5445. GotoJewelry.FontSize = Enum.FontSize.Size24
  5446. GotoJewelry.Text = "Goto"
  5447. GotoJewelry.TextColor3 = Color3.new(1, 1, 1)
  5448. GotoJewelry.TextSize = 20
  5449.  
  5450. BNotifierOpen.Name = "BNotifierOpen"
  5451. BNotifierOpen.Parent = Unjailbreak
  5452. BNotifierOpen.BackgroundColor3 = Color3.new(1, 1, 1)
  5453. BNotifierOpen.BorderSizePixel = 0
  5454. BNotifierOpen.Position = UDim2.new(1, 0, 0.633000016, 0)
  5455. BNotifierOpen.Size = UDim2.new(0.10520833, 0, 0.0799561888, 0)
  5456.  
  5457. TextLabel_30.Parent = BNotifierOpen
  5458. TextLabel_30.BackgroundColor3 = Color3.new(1, 1, 1)
  5459. TextLabel_30.BackgroundTransparency = 1
  5460. TextLabel_30.Size = UDim2.new(0, 202, 0, 45)
  5461. TextLabel_30.Font = Enum.Font.Cartoon
  5462. TextLabel_30.FontSize = Enum.FontSize.Size24
  5463. TextLabel_30.Text = "Bank Is Now Open!"
  5464. TextLabel_30.TextColor3 = Color3.new(0, 0, 0)
  5465. TextLabel_30.TextSize = 20
  5466.  
  5467. GotoBank.Name = "GotoBank"
  5468. GotoBank.Parent = BNotifierOpen
  5469. GotoBank.BackgroundColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  5470. GotoBank.BorderSizePixel = 0
  5471. GotoBank.Position = UDim2.new(0, 51, 0, 37)
  5472. GotoBank.Size = UDim2.new(0, 99, 0, 36)
  5473. GotoBank.Font = Enum.Font.Cartoon
  5474. GotoBank.FontSize = Enum.FontSize.Size24
  5475. GotoBank.Text = "Goto"
  5476. GotoBank.TextColor3 = Color3.new(1, 1, 1)
  5477. GotoBank.TextSize = 20
  5478.  
  5479. LPlayerDetect.Name = "LPlayerDetect"
  5480. LPlayerDetect.Parent = Unjailbreak
  5481. LPlayerDetect.BackgroundColor3 = Color3.new(0.282353, 0.282353, 0.282353)
  5482. LPlayerDetect.BorderSizePixel = 0
  5483. LPlayerDetect.ClipsDescendants = true
  5484. LPlayerDetect.Position = UDim2.new(0.404687494, 0, 0.0339539982, 0)
  5485.  
  5486. PlayerNameDetected.Name = "PlayerNameDetected"
  5487. PlayerNameDetected.Parent = LPlayerDetect
  5488. PlayerNameDetected.BackgroundColor3 = Color3.new(1, 1, 1)
  5489. PlayerNameDetected.BackgroundTransparency = 1
  5490. PlayerNameDetected.Position = UDim2.new(0, 83, 0, 15)
  5491. PlayerNameDetected.Size = UDim2.new(0, 200, 0, 34)
  5492. PlayerNameDetected.Font = Enum.Font.Arial
  5493. PlayerNameDetected.FontSize = Enum.FontSize.Size32
  5494. PlayerNameDetected.Text = "Player Name Here"
  5495. PlayerNameDetected.TextColor3 = Color3.new(1, 1, 1)
  5496. PlayerNameDetected.TextSize = 30
  5497.  
  5498. TextLabel_31.Parent = LPlayerDetect
  5499. TextLabel_31.BackgroundColor3 = Color3.new(1, 1, 1)
  5500. TextLabel_31.BackgroundTransparency = 1
  5501. TextLabel_31.Position = UDim2.new(0, 83, 0, 72)
  5502. TextLabel_31.Size = UDim2.new(0, 200, 0, 34)
  5503. TextLabel_31.Font = Enum.Font.Arial
  5504. TextLabel_31.FontSize = Enum.FontSize.Size24
  5505. TextLabel_31.Text = "You Were Detected As An Admin"
  5506. TextLabel_31.TextColor3 = Color3.new(1, 1, 1)
  5507. TextLabel_31.TextSize = 20
  5508.  
  5509. TextLabel_32.Parent = LPlayerDetect
  5510. TextLabel_32.BackgroundColor3 = Color3.new(1, 1, 1)
  5511. TextLabel_32.BackgroundTransparency = 1
  5512. TextLabel_32.Position = UDim2.new(0, 83, 0, 89)
  5513. TextLabel_32.Size = UDim2.new(0, 200, 0, 34)
  5514. TextLabel_32.Font = Enum.Font.Arial
  5515. TextLabel_32.FontSize = Enum.FontSize.Size24
  5516. TextLabel_32.Text = "On Unjailbreak"
  5517. TextLabel_32.TextColor3 = Color3.new(1, 1, 1)
  5518. TextLabel_32.TextSize = 20
  5519.  
  5520. TextLabel_33.Parent = LPlayerDetect
  5521. TextLabel_33.BackgroundColor3 = Color3.new(1, 1, 1)
  5522. TextLabel_33.BackgroundTransparency = 1
  5523. TextLabel_33.Position = UDim2.new(0, 83, 0, 126)
  5524. TextLabel_33.Size = UDim2.new(0, 200, 0, 34)
  5525. TextLabel_33.Font = Enum.Font.Arial
  5526. TextLabel_33.FontSize = Enum.FontSize.Size24
  5527. TextLabel_33.Text = "Your Name Has Been Announced"
  5528. TextLabel_33.TextColor3 = Color3.new(1, 1, 1)
  5529. TextLabel_33.TextSize = 20
  5530.  
  5531. TextLabel_34.Parent = LPlayerDetect
  5532. TextLabel_34.BackgroundColor3 = Color3.new(1, 1, 1)
  5533. TextLabel_34.BackgroundTransparency = 1
  5534. TextLabel_34.Position = UDim2.new(0, 83, 0, 143)
  5535. TextLabel_34.Size = UDim2.new(0, 200, 0, 34)
  5536. TextLabel_34.Font = Enum.Font.Arial
  5537. TextLabel_34.FontSize = Enum.FontSize.Size24
  5538. TextLabel_34.Text = "To Other Players Using Unjailbreak On"
  5539. TextLabel_34.TextColor3 = Color3.new(1, 1, 1)
  5540. TextLabel_34.TextSize = 20
  5541.  
  5542. TextLabel_35.Parent = LPlayerDetect
  5543. TextLabel_35.BackgroundColor3 = Color3.new(1, 1, 1)
  5544. TextLabel_35.BackgroundTransparency = 1
  5545. TextLabel_35.Position = UDim2.new(0, 83, 0, 161)
  5546. TextLabel_35.Size = UDim2.new(0, 200, 0, 34)
  5547. TextLabel_35.Font = Enum.Font.Arial
  5548. TextLabel_35.FontSize = Enum.FontSize.Size24
  5549. TextLabel_35.Text = "This Server!"
  5550. TextLabel_35.TextColor3 = Color3.new(1, 1, 1)
  5551. TextLabel_35.TextSize = 20
  5552.  
  5553. AdminJoined.Name = "AdminJoined"
  5554. AdminJoined.Parent = Unjailbreak
  5555. AdminJoined.BackgroundColor3 = Color3.new(0.282353, 0.282353, 0.282353)
  5556. AdminJoined.BorderSizePixel = 0
  5557. AdminJoined.ClipsDescendants = true
  5558. AdminJoined.Position = UDim2.new(0.404687494, 0, 0.0339539982, 0)
  5559.  
  5560. AdminDetected.Name = "AdminDetected"
  5561. AdminDetected.Parent = AdminJoined
  5562. AdminDetected.BackgroundColor3 = Color3.new(1, 1, 1)
  5563. AdminDetected.BackgroundTransparency = 1
  5564. AdminDetected.Position = UDim2.new(0, 83, 0, 15)
  5565. AdminDetected.Size = UDim2.new(0, 200, 0, 34)
  5566. AdminDetected.Font = Enum.Font.Arial
  5567. AdminDetected.FontSize = Enum.FontSize.Size32
  5568. AdminDetected.Text = "Player Name Here"
  5569. AdminDetected.TextColor3 = Color3.new(1, 1, 1)
  5570. AdminDetected.TextSize = 30
  5571.  
  5572. TextLabel_36.Parent = AdminJoined
  5573. TextLabel_36.BackgroundColor3 = Color3.new(1, 1, 1)
  5574. TextLabel_36.BackgroundTransparency = 1
  5575. TextLabel_36.Position = UDim2.new(0, 83, 0, 50)
  5576. TextLabel_36.Size = UDim2.new(0, 200, 0, 34)
  5577. TextLabel_36.Font = Enum.Font.Arial
  5578. TextLabel_36.FontSize = Enum.FontSize.Size24
  5579. TextLabel_36.Text = "Has Joined Your Server"
  5580. TextLabel_36.TextColor3 = Color3.new(1, 1, 1)
  5581. TextLabel_36.TextSize = 20
  5582.  
  5583. TextLabel_37.Parent = AdminJoined
  5584. TextLabel_37.BackgroundColor3 = Color3.new(1, 1, 1)
  5585. TextLabel_37.BackgroundTransparency = 1
  5586. TextLabel_37.Position = UDim2.new(0, 83, 0, 72)
  5587. TextLabel_37.Size = UDim2.new(0, 200, 0, 34)
  5588. TextLabel_37.Font = Enum.Font.Arial
  5589. TextLabel_37.FontSize = Enum.FontSize.Size24
  5590. TextLabel_37.Text = "And Is An Admin On Unjailbreak"
  5591. TextLabel_37.TextColor3 = Color3.new(1, 1, 1)
  5592. TextLabel_37.TextSize = 20
  5593.  
  5594. TextLabel_38.Parent = AdminJoined
  5595. TextLabel_38.BackgroundColor3 = Color3.new(1, 1, 1)
  5596. TextLabel_38.BackgroundTransparency = 1
  5597. TextLabel_38.Position = UDim2.new(0, 83, 0, 106)
  5598. TextLabel_38.Size = UDim2.new(0, 200, 0, 34)
  5599. TextLabel_38.Font = Enum.Font.Arial
  5600. TextLabel_38.FontSize = Enum.FontSize.Size24
  5601. TextLabel_38.Text = "Go Say Hi To The Admin!"
  5602. TextLabel_38.TextColor3 = Color3.new(1, 1, 1)
  5603. TextLabel_38.TextSize = 20
  5604.  
  5605. TextLabel_39.Parent = AdminJoined
  5606. TextLabel_39.BackgroundColor3 = Color3.new(1, 1, 1)
  5607. TextLabel_39.BackgroundTransparency = 1
  5608. TextLabel_39.Position = UDim2.new(0, 83, 0, 146)
  5609. TextLabel_39.Size = UDim2.new(0, 200, 0, 34)
  5610. TextLabel_39.Font = Enum.Font.Arial
  5611. TextLabel_39.FontSize = Enum.FontSize.Size24
  5612. TextLabel_39.Text = "All Admins Are Dope!"
  5613. TextLabel_39.TextColor3 = Color3.new(1, 1, 1)
  5614. TextLabel_39.TextSize = 20
  5615.  
  5616. UIColorFrame.Name = "UIColorFrame"
  5617. UIColorFrame.Parent = Unjailbreak
  5618. UIColorFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  5619. UIColorFrame.BorderSizePixel = 0
  5620. UIColorFrame.ClipsDescendants = true
  5621. UIColorFrame.Position = UDim2.new(0.460999995, 0, 0.730000019, 0)
  5622. UIColorFrame.Size = UDim2.new(0, 147, 0, 244)
  5623. UIColorFrame.Visible = false
  5624.  
  5625. TextLabel_40.Parent = UIColorFrame
  5626. TextLabel_40.BackgroundColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  5627. TextLabel_40.BorderSizePixel = 0
  5628. TextLabel_40.Position = UDim2.new(0, 0, 0, 234)
  5629. TextLabel_40.Size = UDim2.new(0, 147, 0, 10)
  5630. TextLabel_40.Font = Enum.Font.SourceSans
  5631. TextLabel_40.FontSize = Enum.FontSize.Size14
  5632. TextLabel_40.Text = ""
  5633. TextLabel_40.TextSize = 14
  5634.  
  5635. TextLabel_41.Parent = UIColorFrame
  5636. TextLabel_41.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  5637. TextLabel_41.BorderSizePixel = 0
  5638. TextLabel_41.Size = UDim2.new(0, 147, 0, 7)
  5639. TextLabel_41.Font = Enum.Font.SourceSans
  5640. TextLabel_41.FontSize = Enum.FontSize.Size14
  5641. TextLabel_41.Text = ""
  5642. TextLabel_41.TextSize = 14
  5643.  
  5644. Commands.Name = "Commands"
  5645. Commands.Parent = Unjailbreak
  5646. Commands.BackgroundColor3 = Color3.new(0.266667, 0.266667, 0.266667)
  5647. Commands.BorderSizePixel = 0
  5648. Commands.Position = UDim2.new(-0.142000005, 0, 0.333999991, 0)
  5649. Commands.Size = UDim2.new(0, 272, 0, 304)
  5650.  
  5651. TextLabel_42.Parent = Commands
  5652. TextLabel_42.BackgroundColor3 = Color3.new(1, 1, 1)
  5653. TextLabel_42.BackgroundTransparency = 1
  5654. TextLabel_42.Position = UDim2.new(0, 36, 0, 0)
  5655. TextLabel_42.Size = UDim2.new(0, 200, 0, 39)
  5656. TextLabel_42.Font = Enum.Font.Arial
  5657. TextLabel_42.FontSize = Enum.FontSize.Size24
  5658. TextLabel_42.Text = "Unjailbreak Commands"
  5659. TextLabel_42.TextColor3 = Color3.new(1, 1, 1)
  5660. TextLabel_42.TextSize = 20
  5661.  
  5662. ScrollingFrame.Parent = Commands
  5663. ScrollingFrame.BackgroundColor3 = Color3.new(0.266667, 0.266667, 0.266667)
  5664. ScrollingFrame.BorderSizePixel = 0
  5665. ScrollingFrame.Position = UDim2.new(0, 0, 0, 51)
  5666. ScrollingFrame.Size = UDim2.new(0, 272, 0, 253)
  5667. ScrollingFrame.BottomImage = ""
  5668. ScrollingFrame.ScrollBarThickness = 5
  5669. ScrollingFrame.TopImage = ""
  5670.  
  5671. TextLabel_43.Parent = ScrollingFrame
  5672. TextLabel_43.BackgroundColor3 = Color3.new(1, 1, 1)
  5673. TextLabel_43.BackgroundTransparency = 1
  5674. TextLabel_43.Size = UDim2.new(0, 272, 0, 21)
  5675. TextLabel_43.Font = Enum.Font.Arial
  5676. TextLabel_43.FontSize = Enum.FontSize.Size14
  5677. TextLabel_43.Text = " ;help - Opens The Unjailbreak Command List"
  5678. TextLabel_43.TextColor3 = Color3.new(1, 1, 1)
  5679. TextLabel_43.TextSize = 13
  5680. TextLabel_43.TextXAlignment = Enum.TextXAlignment.Left
  5681.  
  5682. TextLabel_44.Parent = ScrollingFrame
  5683. TextLabel_44.BackgroundColor3 = Color3.new(1, 1, 1)
  5684. TextLabel_44.BackgroundTransparency = 1
  5685. TextLabel_44.Position = UDim2.new(0, 0, 0, 23)
  5686. TextLabel_44.Size = UDim2.new(0, 272, 0, 21)
  5687. TextLabel_44.Font = Enum.Font.Arial
  5688. TextLabel_44.FontSize = Enum.FontSize.Size14
  5689. TextLabel_44.Text = " ;open - Opens The GUI"
  5690. TextLabel_44.TextColor3 = Color3.new(1, 1, 1)
  5691. TextLabel_44.TextSize = 13
  5692. TextLabel_44.TextXAlignment = Enum.TextXAlignment.Left
  5693.  
  5694. TextLabel_45.Parent = ScrollingFrame
  5695. TextLabel_45.BackgroundColor3 = Color3.new(1, 1, 1)
  5696. TextLabel_45.BackgroundTransparency = 1
  5697. TextLabel_45.Position = UDim2.new(0, 0, 0, 48)
  5698. TextLabel_45.Size = UDim2.new(0, 272, 0, 21)
  5699. TextLabel_45.Font = Enum.Font.Arial
  5700. TextLabel_45.FontSize = Enum.FontSize.Size14
  5701. TextLabel_45.Text = " ;close - Closes The GUI"
  5702. TextLabel_45.TextColor3 = Color3.new(1, 1, 1)
  5703. TextLabel_45.TextSize = 13
  5704. TextLabel_45.TextXAlignment = Enum.TextXAlignment.Left
  5705.  
  5706. TextLabel_46.Parent = ScrollingFrame
  5707. TextLabel_46.BackgroundColor3 = Color3.new(1, 1, 1)
  5708. TextLabel_46.BackgroundTransparency = 1
  5709. TextLabel_46.Position = UDim2.new(0, 0, 0, 73)
  5710. TextLabel_46.Size = UDim2.new(0, 272, 0, 21)
  5711. TextLabel_46.Font = Enum.Font.Arial
  5712. TextLabel_46.FontSize = Enum.FontSize.Size14
  5713. TextLabel_46.Text = " ;godmode - Puts You In GodMode"
  5714. TextLabel_46.TextColor3 = Color3.new(1, 1, 1)
  5715. TextLabel_46.TextSize = 13
  5716. TextLabel_46.TextXAlignment = Enum.TextXAlignment.Left
  5717.  
  5718. TextLabel_47.Parent = ScrollingFrame
  5719. TextLabel_47.BackgroundColor3 = Color3.new(1, 1, 1)
  5720. TextLabel_47.BackgroundTransparency = 1
  5721. TextLabel_47.Position = UDim2.new(0, 0, 0, 97)
  5722. TextLabel_47.Size = UDim2.new(0, 272, 0, 21)
  5723. TextLabel_47.Font = Enum.Font.Arial
  5724. TextLabel_47.FontSize = Enum.FontSize.Size14
  5725. TextLabel_47.Text = " ;fly on - Puts You In Fly Mode"
  5726. TextLabel_47.TextColor3 = Color3.new(1, 1, 1)
  5727. TextLabel_47.TextSize = 13
  5728. TextLabel_47.TextXAlignment = Enum.TextXAlignment.Left
  5729.  
  5730. TextLabel_48.Parent = ScrollingFrame
  5731. TextLabel_48.BackgroundColor3 = Color3.new(1, 1, 1)
  5732. TextLabel_48.BackgroundTransparency = 1
  5733. TextLabel_48.Position = UDim2.new(0, 0, 0, 121)
  5734. TextLabel_48.Size = UDim2.new(0, 272, 0, 21)
  5735. TextLabel_48.Font = Enum.Font.Arial
  5736. TextLabel_48.FontSize = Enum.FontSize.Size14
  5737. TextLabel_48.Text = " ;fly off - Removes Fly Mode"
  5738. TextLabel_48.TextColor3 = Color3.new(1, 1, 1)
  5739. TextLabel_48.TextSize = 13
  5740. TextLabel_48.TextXAlignment = Enum.TextXAlignment.Left
  5741.  
  5742. TextLabel_49.Parent = ScrollingFrame
  5743. TextLabel_49.BackgroundColor3 = Color3.new(1, 1, 1)
  5744. TextLabel_49.BackgroundTransparency = 1
  5745. TextLabel_49.Position = UDim2.new(0, 0, 0, 145)
  5746. TextLabel_49.Size = UDim2.new(0, 272, 0, 21)
  5747. TextLabel_49.Font = Enum.Font.Arial
  5748. TextLabel_49.FontSize = Enum.FontSize.Size14
  5749. TextLabel_49.Text = " ;esp on - Turns ESP On"
  5750. TextLabel_49.TextColor3 = Color3.new(1, 1, 1)
  5751. TextLabel_49.TextSize = 13
  5752. TextLabel_49.TextXAlignment = Enum.TextXAlignment.Left
  5753.  
  5754. TextLabel_50.Parent = ScrollingFrame
  5755. TextLabel_50.BackgroundColor3 = Color3.new(1, 1, 1)
  5756. TextLabel_50.BackgroundTransparency = 1
  5757. TextLabel_50.Position = UDim2.new(0, 0, 0, 169)
  5758. TextLabel_50.Size = UDim2.new(0, 272, 0, 21)
  5759. TextLabel_50.Font = Enum.Font.Arial
  5760. TextLabel_50.FontSize = Enum.FontSize.Size14
  5761. TextLabel_50.Text = " ;esp off - Turns ESP Off"
  5762. TextLabel_50.TextColor3 = Color3.new(1, 1, 1)
  5763. TextLabel_50.TextSize = 13
  5764. TextLabel_50.TextXAlignment = Enum.TextXAlignment.Left
  5765.  
  5766. TextLabel_51.Parent = ScrollingFrame
  5767. TextLabel_51.BackgroundColor3 = Color3.new(1, 1, 1)
  5768. TextLabel_51.BackgroundTransparency = 1
  5769. TextLabel_51.Position = UDim2.new(0, 0, 0, 194)
  5770. TextLabel_51.Size = UDim2.new(0, 272, 0, 21)
  5771. TextLabel_51.Font = Enum.Font.Arial
  5772. TextLabel_51.FontSize = Enum.FontSize.Size14
  5773. TextLabel_51.Text = " ;reset - Resets Your Character"
  5774. TextLabel_51.TextColor3 = Color3.new(1, 1, 1)
  5775. TextLabel_51.TextSize = 13
  5776. TextLabel_51.TextXAlignment = Enum.TextXAlignment.Left
  5777.  
  5778. TextLabel_52.Parent = ScrollingFrame
  5779. TextLabel_52.BackgroundColor3 = Color3.new(1, 1, 1)
  5780. TextLabel_52.BackgroundTransparency = 1
  5781. TextLabel_52.Position = UDim2.new(0, 0, 0, 216)
  5782. TextLabel_52.Size = UDim2.new(0, 272, 0, 21)
  5783. TextLabel_52.Font = Enum.Font.Arial
  5784. TextLabel_52.FontSize = Enum.FontSize.Size14
  5785. TextLabel_52.Text = " ;remove - Removes The Whole UI"
  5786. TextLabel_52.TextColor3 = Color3.new(1, 1, 1)
  5787. TextLabel_52.TextSize = 13
  5788. TextLabel_52.TextXAlignment = Enum.TextXAlignment.Left
  5789.  
  5790. CommandClose.Name = "CommandClose"
  5791. CommandClose.Parent = Commands
  5792. CommandClose.BackgroundColor3 = Color3.new(1, 1, 1)
  5793. CommandClose.BackgroundTransparency = 1
  5794. CommandClose.Position = UDim2.new(0, 247, 0, 0)
  5795. CommandClose.Size = UDim2.new(0, 25, 0, 26)
  5796. CommandClose.Font = Enum.Font.SourceSans
  5797. CommandClose.FontSize = Enum.FontSize.Size32
  5798. CommandClose.Text = "X"
  5799. CommandClose.TextColor3 = Color3.new(1, 1, 1)
  5800. CommandClose.TextSize = 30
  5801. CommandClose.TextWrapped = true
  5802.  
  5803. StarterFrame.Name = "StarterFrame"
  5804. StarterFrame.Parent = Unjailbreak
  5805. StarterFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  5806. StarterFrame.BorderSizePixel = 0
  5807. StarterFrame.ClipsDescendants = true
  5808. StarterFrame.Position = UDim2.new(0.377083331, 0, 0.35377875, 0)
  5809.  
  5810. StarterMainFrame.Name = "StarterMainFrame"
  5811. StarterMainFrame.Parent = StarterFrame
  5812. StarterMainFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  5813. StarterMainFrame.Size = UDim2.new(0, 944, 0, 267)
  5814.  
  5815. ContinueCustomization.Name = "ContinueCustomization"
  5816. ContinueCustomization.Parent = StarterMainFrame
  5817. ContinueCustomization.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  5818. ContinueCustomization.BorderSizePixel = 0
  5819. ContinueCustomization.Position = UDim2.new(0, 187, 0, 190)
  5820. ContinueCustomization.Size = UDim2.new(0, 100, 0, 30)
  5821. ContinueCustomization.Font = Enum.Font.Arial
  5822. ContinueCustomization.FontSize = Enum.FontSize.Size18
  5823. ContinueCustomization.Text = "Customize"
  5824. ContinueCustomization.TextColor3 = Color3.new(1, 1, 1)
  5825. ContinueCustomization.TextSize = 16
  5826.  
  5827. TextLabel_53.Parent = StarterMainFrame
  5828. TextLabel_53.BackgroundColor3 = Color3.new(1, 1, 1)
  5829. TextLabel_53.BackgroundTransparency = 1
  5830. TextLabel_53.Position = UDim2.new(0, 135, 0, 85)
  5831. TextLabel_53.Size = UDim2.new(0, 200, 0, 19)
  5832. TextLabel_53.Font = Enum.Font.Arial
  5833. TextLabel_53.FontSize = Enum.FontSize.Size18
  5834. TextLabel_53.Text = "Settings Has Been Updated And You Can Now"
  5835. TextLabel_53.TextColor3 = Color3.new(0, 0, 0)
  5836. TextLabel_53.TextSize = 16
  5837.  
  5838. TextLabel_54.Parent = StarterMainFrame
  5839. TextLabel_54.BackgroundColor3 = Color3.new(1, 1, 1)
  5840. TextLabel_54.BackgroundTransparency = 1
  5841. TextLabel_54.Position = UDim2.new(0, 825, 0, 190)
  5842. TextLabel_54.Size = UDim2.new(0, 93, 0, 19)
  5843. TextLabel_54.Font = Enum.Font.Arial
  5844. TextLabel_54.FontSize = Enum.FontSize.Size18
  5845. TextLabel_54.Text = "WARNING:"
  5846. TextLabel_54.TextColor3 = Color3.new(1, 0.666667, 0)
  5847. TextLabel_54.TextSize = 16
  5848.  
  5849. TextLabel_55.Parent = StarterMainFrame
  5850. TextLabel_55.BackgroundColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  5851. TextLabel_55.BorderSizePixel = 0
  5852. TextLabel_55.Position = UDim2.new(0, 0, 0, 19)
  5853. TextLabel_55.Size = UDim2.new(0, 944, 0, 22)
  5854. TextLabel_55.Font = Enum.Font.SourceSans
  5855. TextLabel_55.FontSize = Enum.FontSize.Size14
  5856. TextLabel_55.Text = ""
  5857. TextLabel_55.TextSize = 14
  5858.  
  5859. TextLabel_56.Parent = StarterMainFrame
  5860. TextLabel_56.BackgroundColor3 = Color3.new(1, 1, 1)
  5861. TextLabel_56.BackgroundTransparency = 1
  5862. TextLabel_56.Position = UDim2.new(0, 135, 0, 63)
  5863. TextLabel_56.Size = UDim2.new(0, 200, 0, 19)
  5864. TextLabel_56.Font = Enum.Font.Arial
  5865. TextLabel_56.FontSize = Enum.FontSize.Size18
  5866. TextLabel_56.Text = "Welcome To Unjailbreak Full Release!"
  5867. TextLabel_56.TextColor3 = Color3.new(0, 0, 0)
  5868. TextLabel_56.TextSize = 16
  5869.  
  5870. TextLabel_57.Parent = StarterMainFrame
  5871. TextLabel_57.BackgroundColor3 = Color3.new(1, 1, 1)
  5872. TextLabel_57.BackgroundTransparency = 1
  5873. TextLabel_57.Position = UDim2.new(0, 135, 0, 21)
  5874. TextLabel_57.Size = UDim2.new(0, 200, 0, 19)
  5875. TextLabel_57.Font = Enum.Font.Arial
  5876. TextLabel_57.FontSize = Enum.FontSize.Size24
  5877. TextLabel_57.Text = "U N J A I L B R E A K"
  5878. TextLabel_57.TextColor3 = Color3.new(1, 1, 1)
  5879. TextLabel_57.TextSize = 20
  5880.  
  5881. TextLabel_58.Parent = StarterMainFrame
  5882. TextLabel_58.BackgroundColor3 = Color3.new(1, 1, 1)
  5883. TextLabel_58.BackgroundTransparency = 1
  5884. TextLabel_58.Position = UDim2.new(0, 825, 0, 210)
  5885. TextLabel_58.Size = UDim2.new(0, 93, 0, 19)
  5886. TextLabel_58.Font = Enum.Font.Arial
  5887. TextLabel_58.FontSize = Enum.FontSize.Size18
  5888. TextLabel_58.Text = "Aimbot Is Very"
  5889. TextLabel_58.TextColor3 = Color3.new(1, 0.666667, 0)
  5890. TextLabel_58.TextSize = 16
  5891.  
  5892. TextLabel_59.Parent = StarterMainFrame
  5893. TextLabel_59.BackgroundColor3 = Color3.new(1, 1, 1)
  5894. TextLabel_59.BackgroundTransparency = 1
  5895. TextLabel_59.Position = UDim2.new(0, 825, 0, 230)
  5896. TextLabel_59.Size = UDim2.new(0, 93, 0, 19)
  5897. TextLabel_59.Font = Enum.Font.Arial
  5898. TextLabel_59.FontSize = Enum.FontSize.Size18
  5899. TextLabel_59.Text = "Unstable And Laggy"
  5900. TextLabel_59.TextColor3 = Color3.new(1, 0.666667, 0)
  5901. TextLabel_59.TextSize = 16
  5902.  
  5903. TextLabel_60.Parent = StarterMainFrame
  5904. TextLabel_60.BackgroundColor3 = Color3.new(1, 1, 1)
  5905. TextLabel_60.BackgroundTransparency = 1
  5906. TextLabel_60.Position = UDim2.new(0, 135, 0, 134)
  5907. TextLabel_60.Size = UDim2.new(0, 200, 0, 19)
  5908. TextLabel_60.Font = Enum.Font.Arial
  5909. TextLabel_60.FontSize = Enum.FontSize.Size18
  5910. TextLabel_60.Text = "Anyways Enjoy The Full Release!"
  5911. TextLabel_60.TextColor3 = Color3.new(0, 0, 0)
  5912. TextLabel_60.TextSize = 16
  5913.  
  5914. TextLabel_61.Parent = StarterMainFrame
  5915. TextLabel_61.BackgroundColor3 = Color3.new(1, 1, 1)
  5916. TextLabel_61.BackgroundTransparency = 1
  5917. TextLabel_61.Position = UDim2.new(0, 135, 0, 110)
  5918. TextLabel_61.Size = UDim2.new(0, 200, 0, 19)
  5919. TextLabel_61.Font = Enum.Font.Arial
  5920. TextLabel_61.FontSize = Enum.FontSize.Size18
  5921. TextLabel_61.Text = "Set Up The Bank And Jewelry Notifiers In Settings"
  5922. TextLabel_61.TextColor3 = Color3.new(0, 0, 0)
  5923. TextLabel_61.TextSize = 16
  5924.  
  5925. TextLabel_62.Parent = StarterMainFrame
  5926. TextLabel_62.BackgroundColor3 = Color3.new(1, 1, 1)
  5927. TextLabel_62.BackgroundTransparency = 1
  5928. TextLabel_62.Position = UDim2.new(0, 610, 0, 21)
  5929. TextLabel_62.Size = UDim2.new(0, 200, 0, 19)
  5930. TextLabel_62.Font = Enum.Font.Arial
  5931. TextLabel_62.FontSize = Enum.FontSize.Size24
  5932. TextLabel_62.Text = "C U S T O M I Z A T I O N"
  5933. TextLabel_62.TextColor3 = Color3.new(1, 1, 1)
  5934. TextLabel_62.TextSize = 20
  5935.  
  5936. MainContinue.Name = "MainContinue"
  5937. MainContinue.Parent = StarterMainFrame
  5938. MainContinue.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  5939. MainContinue.BorderSizePixel = 0
  5940. MainContinue.Position = UDim2.new(0, 658, 0, 230)
  5941. MainContinue.Size = UDim2.new(0, 100, 0, 30)
  5942. MainContinue.Font = Enum.Font.Arial
  5943. MainContinue.FontSize = Enum.FontSize.Size18
  5944. MainContinue.Text = "Continue"
  5945. MainContinue.TextColor3 = Color3.new(1, 1, 1)
  5946. MainContinue.TextSize = 16
  5947.  
  5948. TextLabel_63.Parent = StarterMainFrame
  5949. TextLabel_63.BackgroundColor3 = Color3.new(1, 1, 1)
  5950. TextLabel_63.BackgroundTransparency = 1
  5951. TextLabel_63.Position = UDim2.new(0, 610, 0, 51)
  5952. TextLabel_63.Size = UDim2.new(0, 200, 0, 19)
  5953. TextLabel_63.Font = Enum.Font.Arial
  5954. TextLabel_63.FontSize = Enum.FontSize.Size18
  5955. TextLabel_63.Text = "Here You Customize Your UI"
  5956. TextLabel_63.TextColor3 = Color3.new(0, 0, 0)
  5957. TextLabel_63.TextSize = 16
  5958.  
  5959. TextLabel_64.Parent = StarterMainFrame
  5960. TextLabel_64.BackgroundColor3 = Color3.new(1, 1, 1)
  5961. TextLabel_64.BackgroundTransparency = 1
  5962. TextLabel_64.Position = UDim2.new(0, 495, 0, 81)
  5963. TextLabel_64.Size = UDim2.new(0, 93, 0, 19)
  5964. TextLabel_64.Font = Enum.Font.Arial
  5965. TextLabel_64.FontSize = Enum.FontSize.Size18
  5966. TextLabel_64.Text = "Border Color"
  5967. TextLabel_64.TextColor3 = Color3.new(0, 0, 0)
  5968. TextLabel_64.TextSize = 16
  5969.  
  5970. BlueColor.Name = "BlueColor"
  5971. BlueColor.Parent = StarterMainFrame
  5972. BlueColor.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  5973. BlueColor.BorderSizePixel = 0
  5974. BlueColor.Position = UDim2.new(0, 493, 0, 104)
  5975. BlueColor.Size = UDim2.new(0, 100, 0, 30)
  5976. BlueColor.Font = Enum.Font.Arial
  5977. BlueColor.FontSize = Enum.FontSize.Size18
  5978. BlueColor.Text = "Blue"
  5979. BlueColor.TextColor3 = Color3.new(1, 1, 1)
  5980. BlueColor.TextSize = 16
  5981.  
  5982. RedColor.Name = "RedColor"
  5983. RedColor.Parent = StarterMainFrame
  5984. RedColor.BackgroundColor3 = Color3.new(1, 0, 0)
  5985. RedColor.BorderSizePixel = 0
  5986. RedColor.Position = UDim2.new(0, 493, 0, 135)
  5987. RedColor.Size = UDim2.new(0, 100, 0, 30)
  5988. RedColor.Font = Enum.Font.Arial
  5989. RedColor.FontSize = Enum.FontSize.Size18
  5990. RedColor.Text = "Red"
  5991. RedColor.TextColor3 = Color3.new(1, 1, 1)
  5992. RedColor.TextSize = 16
  5993.  
  5994. OrangeColor.Name = "OrangeColor"
  5995. OrangeColor.Parent = StarterMainFrame
  5996. OrangeColor.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  5997. OrangeColor.BorderSizePixel = 0
  5998. OrangeColor.Position = UDim2.new(0, 493, 0, 166)
  5999. OrangeColor.Size = UDim2.new(0, 100, 0, 30)
  6000. OrangeColor.Font = Enum.Font.Arial
  6001. OrangeColor.FontSize = Enum.FontSize.Size18
  6002. OrangeColor.Text = "Orange"
  6003. OrangeColor.TextColor3 = Color3.new(1, 1, 1)
  6004. OrangeColor.TextSize = 16
  6005.  
  6006. BlackColor.Name = "BlackColor"
  6007. BlackColor.Parent = StarterMainFrame
  6008. BlackColor.BackgroundColor3 = Color3.new(0, 0, 0)
  6009. BlackColor.BorderSizePixel = 0
  6010. BlackColor.Position = UDim2.new(0, 493, 0, 197)
  6011. BlackColor.Size = UDim2.new(0, 100, 0, 30)
  6012. BlackColor.Font = Enum.Font.Arial
  6013. BlackColor.FontSize = Enum.FontSize.Size18
  6014. BlackColor.Text = "Black"
  6015. BlackColor.TextColor3 = Color3.new(1, 1, 1)
  6016. BlackColor.TextSize = 16
  6017.  
  6018. PurpleColor.Name = "PurpleColor"
  6019. PurpleColor.Parent = StarterMainFrame
  6020. PurpleColor.BackgroundColor3 = Color3.new(0.333333, 0, 0.498039)
  6021. PurpleColor.BorderSizePixel = 0
  6022. PurpleColor.Position = UDim2.new(0, 493, 0, 228)
  6023. PurpleColor.Size = UDim2.new(0, 100, 0, 30)
  6024. PurpleColor.Font = Enum.Font.Arial
  6025. PurpleColor.FontSize = Enum.FontSize.Size18
  6026. PurpleColor.Text = "Purple"
  6027. PurpleColor.TextColor3 = Color3.new(1, 1, 1)
  6028. PurpleColor.TextSize = 16
  6029.  
  6030. TextLabel_65.Parent = StarterMainFrame
  6031. TextLabel_65.BackgroundColor3 = Color3.new(1, 1, 1)
  6032. TextLabel_65.BackgroundTransparency = 1
  6033. TextLabel_65.Position = UDim2.new(0, 662, 0, 81)
  6034. TextLabel_65.Size = UDim2.new(0, 93, 0, 19)
  6035. TextLabel_65.Font = Enum.Font.Arial
  6036. TextLabel_65.FontSize = Enum.FontSize.Size18
  6037. TextLabel_65.Text = "UI Keybind"
  6038. TextLabel_65.TextColor3 = Color3.new(0, 0, 0)
  6039. TextLabel_65.TextSize = 16
  6040.  
  6041. UIKeybind.Name = "UIKeybind"
  6042. UIKeybind.Parent = StarterMainFrame
  6043. UIKeybind.BackgroundColor3 = Color3.new(1, 1, 1)
  6044. UIKeybind.BorderSizePixel = 0
  6045. UIKeybind.Position = UDim2.new(0, 660, 0, 110)
  6046. UIKeybind.Size = UDim2.new(0, 102, 0, 24)
  6047. UIKeybind.Font = Enum.Font.Arial
  6048. UIKeybind.FontSize = Enum.FontSize.Size18
  6049. UIKeybind.Text = ""
  6050. UIKeybind.TextSize = 15
  6051. UIKeybind.TextXAlignment = Enum.TextXAlignment.Left
  6052.  
  6053. TextLabel_66.Parent = StarterMainFrame
  6054. TextLabel_66.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
  6055. TextLabel_66.BorderSizePixel = 0
  6056. TextLabel_66.Position = UDim2.new(0, 660, 0, 135)
  6057. TextLabel_66.Size = UDim2.new(0, 102, 0, 3)
  6058. TextLabel_66.Font = Enum.Font.Arial
  6059. TextLabel_66.FontSize = Enum.FontSize.Size18
  6060. TextLabel_66.Text = ""
  6061. TextLabel_66.TextColor3 = Color3.new(0, 0, 0)
  6062. TextLabel_66.TextSize = 16
  6063.  
  6064. TextLabel_67.Parent = StarterMainFrame
  6065. TextLabel_67.BackgroundColor3 = Color3.new(1, 1, 1)
  6066. TextLabel_67.BackgroundTransparency = 1
  6067. TextLabel_67.Position = UDim2.new(0, 662, 0, 150)
  6068. TextLabel_67.Size = UDim2.new(0, 93, 0, 19)
  6069. TextLabel_67.Font = Enum.Font.Arial
  6070. TextLabel_67.FontSize = Enum.FontSize.Size18
  6071. TextLabel_67.Text = "Normal Keybind"
  6072. TextLabel_67.TextColor3 = Color3.new(0, 0, 0)
  6073. TextLabel_67.TextSize = 16
  6074.  
  6075. TextLabel_68.Parent = StarterMainFrame
  6076. TextLabel_68.BackgroundColor3 = Color3.new(1, 1, 1)
  6077. TextLabel_68.BackgroundTransparency = 1
  6078. TextLabel_68.Position = UDim2.new(0, 662, 0, 165)
  6079. TextLabel_68.Size = UDim2.new(0, 93, 0, 19)
  6080. TextLabel_68.Font = Enum.Font.Arial
  6081. TextLabel_68.FontSize = Enum.FontSize.Size18
  6082. TextLabel_68.Text = "\"V\""
  6083. TextLabel_68.TextColor3 = Color3.new(0, 0, 0)
  6084. TextLabel_68.TextSize = 16
  6085.  
  6086. MainPreview.Name = "MainPreview"
  6087. MainPreview.Parent = StarterMainFrame
  6088. MainPreview.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  6089. MainPreview.BorderSizePixel = 0
  6090. MainPreview.Position = UDim2.new(0, 528, 0, 49)
  6091. MainPreview.Size = UDim2.new(0, 32, 0, 29)
  6092. MainPreview.Font = Enum.Font.Arial
  6093. MainPreview.FontSize = Enum.FontSize.Size18
  6094. MainPreview.Text = ""
  6095. MainPreview.TextColor3 = Color3.new(0, 0, 0)
  6096. MainPreview.TextSize = 16
  6097.  
  6098. TextLabel_69.Parent = StarterMainFrame
  6099. TextLabel_69.BackgroundColor3 = Color3.new(1, 1, 1)
  6100. TextLabel_69.BackgroundTransparency = 1
  6101. TextLabel_69.Position = UDim2.new(0, 825, 0, 81)
  6102. TextLabel_69.Size = UDim2.new(0, 93, 0, 19)
  6103. TextLabel_69.Font = Enum.Font.Arial
  6104. TextLabel_69.FontSize = Enum.FontSize.Size18
  6105. TextLabel_69.Text = "Aimbot Keybind"
  6106. TextLabel_69.TextColor3 = Color3.new(0, 0, 0)
  6107. TextLabel_69.TextSize = 16
  6108.  
  6109. Aimbotkeybind.Name = "Aimbotkeybind"
  6110. Aimbotkeybind.Parent = StarterMainFrame
  6111. Aimbotkeybind.BackgroundColor3 = Color3.new(1, 1, 1)
  6112. Aimbotkeybind.BorderSizePixel = 0
  6113. Aimbotkeybind.Position = UDim2.new(0, 822, 0, 110)
  6114. Aimbotkeybind.Size = UDim2.new(0, 102, 0, 24)
  6115. Aimbotkeybind.Font = Enum.Font.Arial
  6116. Aimbotkeybind.FontSize = Enum.FontSize.Size18
  6117. Aimbotkeybind.Text = ""
  6118. Aimbotkeybind.TextSize = 15
  6119. Aimbotkeybind.TextXAlignment = Enum.TextXAlignment.Left
  6120.  
  6121. TextLabel_70.Parent = StarterMainFrame
  6122. TextLabel_70.BackgroundColor3 = Color3.new(1, 1, 1)
  6123. TextLabel_70.BackgroundTransparency = 1
  6124. TextLabel_70.Position = UDim2.new(0, 825, 0, 150)
  6125. TextLabel_70.Size = UDim2.new(0, 93, 0, 19)
  6126. TextLabel_70.Font = Enum.Font.Arial
  6127. TextLabel_70.FontSize = Enum.FontSize.Size18
  6128. TextLabel_70.Text = "Set A Keybind To"
  6129. TextLabel_70.TextColor3 = Color3.new(0, 0, 0)
  6130. TextLabel_70.TextSize = 16
  6131.  
  6132. TextLabel_71.Parent = StarterMainFrame
  6133. TextLabel_71.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
  6134. TextLabel_71.BorderSizePixel = 0
  6135. TextLabel_71.Position = UDim2.new(0, 821, 0, 135)
  6136. TextLabel_71.Size = UDim2.new(0, 102, 0, 3)
  6137. TextLabel_71.Font = Enum.Font.Arial
  6138. TextLabel_71.FontSize = Enum.FontSize.Size18
  6139. TextLabel_71.Text = ""
  6140. TextLabel_71.TextColor3 = Color3.new(0, 0, 0)
  6141. TextLabel_71.TextSize = 16
  6142.  
  6143. TextLabel_72.Parent = StarterMainFrame
  6144. TextLabel_72.BackgroundColor3 = Color3.new(1, 1, 1)
  6145. TextLabel_72.BackgroundTransparency = 1
  6146. TextLabel_72.Position = UDim2.new(0, 825, 0, 165)
  6147. TextLabel_72.Size = UDim2.new(0, 93, 0, 19)
  6148. TextLabel_72.Font = Enum.Font.Arial
  6149. TextLabel_72.FontSize = Enum.FontSize.Size18
  6150. TextLabel_72.Text = "Turn On Aimbot"
  6151. TextLabel_72.TextColor3 = Color3.new(0, 0, 0)
  6152. TextLabel_72.TextSize = 16
  6153.  
  6154. TextLabel_73.Parent = StarterMainFrame
  6155. TextLabel_73.BackgroundColor3 = Color3.new(1, 1, 1)
  6156. TextLabel_73.BackgroundTransparency = 1
  6157. TextLabel_73.Position = UDim2.new(0, 662, 0, 190)
  6158. TextLabel_73.Size = UDim2.new(0, 93, 0, 19)
  6159. TextLabel_73.Font = Enum.Font.Arial
  6160. TextLabel_73.FontSize = Enum.FontSize.Size18
  6161. TextLabel_73.Text = "Make All Keybinds Lower Case"
  6162. TextLabel_73.TextColor3 = Color3.new(0, 0, 0)
  6163. TextLabel_73.TextSize = 16
  6164.  
  6165. TextLabel_74.Parent = StarterMainFrame
  6166. TextLabel_74.BackgroundColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  6167. TextLabel_74.BorderSizePixel = 0
  6168. TextLabel_74.Position = UDim2.new(0, 40, 0, 0)
  6169. TextLabel_74.Size = UDim2.new(0, 19, 0, 267)
  6170. TextLabel_74.Font = Enum.Font.Arial
  6171. TextLabel_74.FontSize = Enum.FontSize.Size24
  6172. TextLabel_74.Text = ""
  6173. TextLabel_74.TextColor3 = Color3.new(1, 1, 1)
  6174. TextLabel_74.TextSize = 20
  6175.  
  6176. TextLabel_75.Parent = StarterMainFrame
  6177. TextLabel_75.BackgroundColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  6178. TextLabel_75.BorderSizePixel = 0
  6179. TextLabel_75.Position = UDim2.new(0, 26, 0, 0)
  6180. TextLabel_75.Size = UDim2.new(0, 7, 0, 267)
  6181. TextLabel_75.Font = Enum.Font.Arial
  6182. TextLabel_75.FontSize = Enum.FontSize.Size24
  6183. TextLabel_75.Text = ""
  6184. TextLabel_75.TextColor3 = Color3.new(1, 1, 1)
  6185. TextLabel_75.TextSize = 20
  6186.  
  6187. TextLabel_76.Parent = StarterMainFrame
  6188. TextLabel_76.BackgroundColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  6189. TextLabel_76.BorderSizePixel = 0
  6190. TextLabel_76.Position = UDim2.new(0, 408, 0, 29)
  6191. TextLabel_76.Size = UDim2.new(0, 10, 0, 238)
  6192. TextLabel_76.Font = Enum.Font.Arial
  6193. TextLabel_76.FontSize = Enum.FontSize.Size24
  6194. TextLabel_76.Text = ""
  6195. TextLabel_76.TextColor3 = Color3.new(1, 1, 1)
  6196. TextLabel_76.TextSize = 20
  6197.  
  6198. ActiveMenu.Parent = UIColorFrame
  6199. ActiveMenu.Name = "ActiveMenu"
  6200.  
  6201. ButtonWheelMenu.Parent = ActiveMenu
  6202. ButtonWheelMenu.Name = "ButtonWheelMenu"
  6203. ButtonWheelMenu.Position = UDim2.new(0,10,0,10)
  6204. ButtonWheelMenu.Size = UDim2.new(1,-20,1,-20)
  6205. ButtonWheelMenu.Visible = true
  6206.  
  6207. Hue.Parent = ButtonWheelMenu
  6208. Hue.Name = "Hue"
  6209.  
  6210. Lig.Parent = ButtonWheelMenu
  6211. Lig.Name = "Lig"
  6212.  
  6213. Sat.Parent = ButtonWheelMenu
  6214. Sat.Name = "Sat"
  6215.  
  6216. HueBox.Parent = ButtonWheelMenu
  6217. HueBox.Size = UDim2.new(0,50,0,25)
  6218. HueBox.Text = "Hue: 70"
  6219. HueBox.Font = Enum.Font.Arial
  6220. HueBox.FontSize = Enum.FontSize.Size14
  6221.  
  6222. GetColor.Parent = ActiveMenu
  6223.  
  6224. local plrname = game:GetService("Players").LocalPlayer.Name
  6225.  
  6226. if plrname == "Unlisting" or plrname == "AyeJoey" or plrname == "ColdEzy" or plrname == "NumNum00" or plrname == "Decryptance" then
  6227. game.CoreGui.Unjailbreak.LPlayerDetect.PlayerNameDetected.Text = plrname
  6228. game.CoreGui.Unjailbreak.LPlayerDetect:TweenSize(UDim2.new(0, 366,0, 212),"Out","Quint",1.5,true)
  6229. wait(2)
  6230. game.CoreGui.Unjailbreak.LPlayerDetect:TweenSize(UDim2.new(0, 0,0, 0),"Out","Quint",1.5,true)
  6231. end
  6232.  
  6233. game:GetService("Players").PlayerAdded:connect(function(plr)
  6234. if plr.Name ~= game.Players.LocalPlayer.Name then
  6235. if plr.Name == "Unlisting" or plr.Name == "ColdEzy" or plr.Name == "AyeJoey" or plr.Name == "NumNum00" or plr.Name == "Decryptance" then
  6236. game.CoreGui.Unjailbreak.AdminJoined.AdminDetected.Text = plr.Name.." Has Joined"
  6237. game.CoreGui.Unjailbreak.AdminJoined:TweenSize(UDim2.new(0, 366,0, 212),"Out","Quint",1.5,true)
  6238. wait(2)
  6239. game.CoreGui.Unjailbreak.AdminJoined:TweenSize(UDim2.new(0, 0,0, 0),"Out","Quint",1.5,true)
  6240. end
  6241. end
  6242. end)
  6243.  
  6244. game.CoreGui.Unjailbreak.MainLogo.ImageTransparency = 1
  6245. game.CoreGui.Unjailbreak.MainLogo.TextLabel.TextTransparency = 1
  6246. wait(0.03)
  6247. game.CoreGui.Unjailbreak.MainLogo.ImageTransparency = 0.9
  6248. game.CoreGui.Unjailbreak.MainLogo.TextLabel.TextTransparency = 0.9
  6249. wait(0.03)
  6250. game.CoreGui.Unjailbreak.MainLogo.ImageTransparency = 0.8
  6251. game.CoreGui.Unjailbreak.MainLogo.TextLabel.TextTransparency = 0.8
  6252. wait(0.03)
  6253. game.CoreGui.Unjailbreak.MainLogo.ImageTransparency = 0.7
  6254. game.CoreGui.Unjailbreak.MainLogo.TextLabel.TextTransparency = 0.7
  6255. wait(0.03)
  6256. game.CoreGui.Unjailbreak.MainLogo.ImageTransparency = 0.6
  6257. game.CoreGui.Unjailbreak.MainLogo.TextLabel.TextTransparency = 0.6
  6258. wait(0.03)
  6259. game.CoreGui.Unjailbreak.MainLogo.ImageTransparency = 0.5
  6260. game.CoreGui.Unjailbreak.MainLogo.TextLabel.TextTransparency = 0.5
  6261. wait(0.03)
  6262. game.CoreGui.Unjailbreak.MainLogo.ImageTransparency = 0.4
  6263. game.CoreGui.Unjailbreak.MainLogo.TextLabel.TextTransparency = 0.4
  6264. wait(0.03)
  6265. game.CoreGui.Unjailbreak.MainLogo.ImageTransparency = 0.3
  6266. game.CoreGui.Unjailbreak.MainLogo.TextLabel.TextTransparency = 0.3
  6267. wait(0.03)
  6268. game.CoreGui.Unjailbreak.MainLogo.ImageTransparency = 0.2
  6269. game.CoreGui.Unjailbreak.MainLogo.TextLabel.TextTransparency = 0.2
  6270. wait(0.03)
  6271. game.CoreGui.Unjailbreak.MainLogo.TextLabel.TextTransparency = 0.1
  6272. game.CoreGui.Unjailbreak.MainLogo.ImageTransparency = 0.1
  6273. wait(0.03)
  6274. game.CoreGui.Unjailbreak.MainLogo.TextLabel.TextTransparency = 0
  6275. game.CoreGui.Unjailbreak.MainLogo.ImageTransparency = 0
  6276.  
  6277. wait(3.5)
  6278. game.CoreGui.Unjailbreak.MainLogo.ImageTransparency = 0.1
  6279. game.CoreGui.Unjailbreak.MainLogo.TextLabel.TextTransparency = 0.1
  6280. wait(0.03)
  6281. game.CoreGui.Unjailbreak.MainLogo.ImageTransparency = 0.2
  6282. game.CoreGui.Unjailbreak.MainLogo.TextLabel.TextTransparency = 0.2
  6283. wait(0.03)
  6284. game.CoreGui.Unjailbreak.MainLogo.ImageTransparency = 0.3
  6285. game.CoreGui.Unjailbreak.MainLogo.TextLabel.TextTransparency = 0.3
  6286. wait(0.03)
  6287. game.CoreGui.Unjailbreak.MainLogo.ImageTransparency = 0.4
  6288. game.CoreGui.Unjailbreak.MainLogo.TextLabel.TextTransparency = 0.4
  6289. wait(0.03)
  6290. game.CoreGui.Unjailbreak.MainLogo.ImageTransparency = 0.5
  6291. game.CoreGui.Unjailbreak.MainLogo.TextLabel.TextTransparency = 0.5
  6292. wait(0.03)
  6293. game.CoreGui.Unjailbreak.MainLogo.ImageTransparency = 0.6
  6294. game.CoreGui.Unjailbreak.MainLogo.TextLabel.TextTransparency = 0.6
  6295. wait(0.03)
  6296. game.CoreGui.Unjailbreak.MainLogo.ImageTransparency = 0.7
  6297. game.CoreGui.Unjailbreak.MainLogo.TextLabel.TextTransparency = 0.7
  6298. wait(0.03)
  6299. game.CoreGui.Unjailbreak.MainLogo.ImageTransparency = 0.8
  6300. game.CoreGui.Unjailbreak.MainLogo.TextLabel.TextTransparency = 0.8
  6301. wait(0.03)
  6302. game.CoreGui.Unjailbreak.MainLogo.ImageTransparency = 0.9
  6303. game.CoreGui.Unjailbreak.MainLogo.TextLabel.TextTransparency = 0.9
  6304. wait(0.03)
  6305. game.CoreGui.Unjailbreak.MainLogo.TextLabel.TextTransparency = 1
  6306. game.CoreGui.Unjailbreak.MainLogo.ImageTransparency = 1
  6307. game.CoreGui.Unjailbreak.MainLogo.Visible = false
  6308.  
  6309. wait(0.1)
  6310. game.CoreGui.Unjailbreak.StarterFrame:TweenSize(UDim2.new(0, 472,0, 267),"Out","Quint",1.5,true)
  6311.  
  6312. ContinueCustomization.MouseButton1Down:connect(function()
  6313. game.CoreGui.Unjailbreak.StarterFrame.StarterMainFrame:TweenPosition(UDim2.new(0, -472,0, 0),"Out","Quint",2,true)
  6314. end)
  6315.  
  6316. ENABLED = false
  6317. PLAYER = game:GetService("Players").LocalPlayer
  6318. MOUSE = PLAYER:GetMouse()
  6319. CC = game:GetService("Workspace").CurrentCamera
  6320. _G.FREE_FOR_ALL = false
  6321. _G.AIM_AT = 'Head'
  6322. local player = game:GetService("Players").LocalPlayer
  6323. local esp = false
  6324. local track = false
  6325.  
  6326. function Create(base, team)
  6327. local bb = Instance.new("BillboardGui",player.PlayerGui)
  6328. bb.Adornee = base
  6329. bb.ExtentsOffset = Vector3.new(0,1,0)
  6330. bb.AlwaysOnTop = true
  6331. bb.Size = UDim2.new(0,5,0,5)
  6332. bb.StudsOffset = Vector3.new(0,1,0)
  6333. bb.Name = "tracker"
  6334. local frame = Instance.new("Frame",bb)
  6335. frame.ZIndex = 10
  6336. frame.BackgroundTransparency = 0.3
  6337. frame.Size = UDim2.new(1,0,1,0)
  6338. frame.Position = UDim2.new(0,0,0)
  6339. frame.Transparency = 1
  6340. local txtlbl = Instance.new("TextLabel",bb)
  6341. txtlbl.ZIndex = 10
  6342. txtlbl.Text = (string.upper(base.Parent.Name))
  6343. txtlbl.BackgroundTransparency = 1
  6344. txtlbl.Position = UDim2.new(0,0,0,-35)
  6345. txtlbl.Size = UDim2.new(1,0,10,0)
  6346. txtlbl.Font = "SourceSansBold"
  6347. txtlbl.FontSize = "Size10"
  6348. txtlbl.TextStrokeTransparency = 0.5
  6349.  
  6350. local txtlbl2 = Instance.new("TextLabel",bb)
  6351. txtlbl2.ZIndex = 10
  6352. txtlbl2.Text = (math.floor(base.Parent.Humanoid.Health*100)/100)
  6353. txtlbl2.BackgroundTransparency = 1
  6354. txtlbl2.Position = UDim2.new(0,0,0,-25)
  6355. txtlbl2.Size = UDim2.new(1,0,10,0)
  6356. txtlbl2.Font = "SourceSansBold"
  6357. txtlbl2.FontSize = "Size10"
  6358.  
  6359. txtlbl2.TextStrokeTransparency = 0.5
  6360. if team then
  6361. txtlbl.TextColor3 = Color3.new(85,0,127)
  6362. txtlbl2.TextColor3 = Color3.new(85,0,127)
  6363. frame.BackgroundColor3 = Color3.new(85,0,127)
  6364.  
  6365. elseif base.Parent.Name == "Decryptance" or base.Parent.Name == "Unlisting" then
  6366. txtlbl.TextColor3 = Color3.new(0,255,0)
  6367. txtlbl2.TextColor3 = Color3.new(0,255,0)
  6368. frame.BackgroundColor3 = Color3.new(0,255,0)
  6369. txtlbl.Text = "FRIEND"
  6370. txtlbl.FontSize = "Size14"
  6371. txtlbl2.FontSize = "Size14"
  6372.  
  6373.  
  6374.  
  6375. elseif base.Parent.Name == game:GetService("Players").LocalPlayer.Name then
  6376. txtlbl2.Transparency = 1
  6377. txtlbl.Transparency = 1
  6378. frame.Transparency = 1
  6379. else
  6380. txtlbl.TextColor3 = Color3.new(85,0,127)
  6381. txtlbl2.TextColor3 = Color3.new(85,0,127)
  6382. frame.BackgroundColor3 = Color3.new(85,0,127)
  6383.  
  6384. end
  6385. end
  6386.  
  6387.  
  6388. function Find()
  6389. Clear()
  6390. track = true
  6391. spawn(function()
  6392. while wait() do
  6393. if track then
  6394. Clear()
  6395. for _,v in pairs(game:GetService("Players"):players()) do
  6396.  
  6397. if v.Character and v.Character.Head then
  6398. Create(v.Character.Head, false)
  6399. end
  6400. end
  6401. end
  6402. end
  6403. wait(1)
  6404. end)
  6405. end
  6406. function Clear()
  6407. for _,v in pairs(player.PlayerGui:children()) do
  6408. if v.Name == "tracker" and v:isA("BillboardGui") then
  6409. v:Destroy()
  6410. end
  6411. end
  6412. end
  6413.  
  6414. CESP.MouseButton1Down:connect(function()
  6415. if not esp then
  6416. Find()
  6417. warn("Jailbreak ESP Enabled")
  6418. game.CoreGui.Unjailbreak.MainFrame.TabFrames.SettingsFrame.CESP.ImageColor3 = Color3.new(0.211765, 0.635294, 0)
  6419. esp = true
  6420. else
  6421. Clear()
  6422. track = false
  6423. warn("Jailbreak ESP Disabled")
  6424. game.CoreGui.Unjailbreak.MainFrame.TabFrames.SettingsFrame.CESP.ImageColor3 = Color3.new(0.380392, 0.380392, 0.380392)
  6425. esp = false
  6426. end
  6427. end)
  6428.  
  6429. BlueColor.MouseButton1Down:connect(function()
  6430. game.CoreGui.Unjailbreak.MainFrame.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  6431. game.CoreGui.Unjailbreak.MainFrame.BottomLine.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  6432. game.CoreGui.Unjailbreak.StarterFrame.StarterMainFrame.MainPreview.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  6433. end)
  6434.  
  6435. RedColor.MouseButton1Down:connect(function()
  6436. game.CoreGui.Unjailbreak.MainFrame.BackgroundColor3 = Color3.new(1, 0, 0)
  6437. game.CoreGui.Unjailbreak.MainFrame.BottomLine.BackgroundColor3 = Color3.new(1, 0, 0)
  6438. game.CoreGui.Unjailbreak.StarterFrame.StarterMainFrame.MainPreview.BackgroundColor3 = Color3.new(1, 0, 0)
  6439. end)
  6440.  
  6441. OrangeColor.MouseButton1Down:connect(function()
  6442. game.CoreGui.Unjailbreak.MainFrame.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  6443. game.CoreGui.Unjailbreak.MainFrame.BottomLine.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  6444. game.CoreGui.Unjailbreak.StarterFrame.StarterMainFrame.MainPreview.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  6445. end)
  6446.  
  6447. BlackColor.MouseButton1Down:connect(function()
  6448. game.CoreGui.Unjailbreak.MainFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  6449. game.CoreGui.Unjailbreak.MainFrame.BottomLine.BackgroundColor3 = Color3.new(0, 0, 0)
  6450. game.CoreGui.Unjailbreak.StarterFrame.StarterMainFrame.MainPreview.BackgroundColor3 = Color3.new(0, 0, 0)
  6451. end)
  6452.  
  6453. PurpleColor.MouseButton1Down:connect(function()
  6454. game.CoreGui.Unjailbreak.MainFrame.BackgroundColor3 = Color3.new(0.333333, 0, 0.498039)
  6455. game.CoreGui.Unjailbreak.MainFrame.BottomLine.BackgroundColor3 = Color3.new(0.333333, 0, 0.498039)
  6456. game.CoreGui.Unjailbreak.StarterFrame.StarterMainFrame.MainPreview.BackgroundColor3 = Color3.new(0.333333, 0, 0.498039)
  6457. end)
  6458.  
  6459. function Aimbot()
  6460.  
  6461. end
  6462.  
  6463. MainContinue.MouseButton1Down:connect(function()
  6464. game.CoreGui.Unjailbreak.StarterFrame:TweenSize(UDim2.new(0, 0,0, 0),"Out","Quint",1.5,true)
  6465. if game.CoreGui.Unjailbreak.StarterFrame.StarterMainFrame.UIKeybind.Text == "" then
  6466. local mouse1 = game:GetService("Players").LocalPlayer:GetMouse()
  6467. mouse1.KeyDown:connect(function(key)
  6468. if key == "v" then
  6469. if Openn == true then
  6470. Openn = false
  6471. game.CoreGui.Unjailbreak.MainFrame:TweenPosition(UDim2.new(0.344, 0,1.1, 0),"Out","Quint",1,true)
  6472. else
  6473. Openn = true
  6474. game.CoreGui.Unjailbreak.MainFrame:TweenPosition(UDim2.new(0.344, 0,0.307, 0),"Out","Quint",1,true)
  6475. end
  6476. end
  6477. end)
  6478. else
  6479. local mouse1 = game:GetService("Players").LocalPlayer:GetMouse()
  6480. mouse1.KeyDown:connect(function(key)
  6481. if key == UIKeybind.Text then
  6482. if Openn == true then
  6483. Openn = false
  6484. game.CoreGui.Unjailbreak.MainFrame:TweenPosition(UDim2.new(0.344, 0,1.1, 0),"Out","Quint",1,true)
  6485. else
  6486. Openn = true
  6487. game.CoreGui.Unjailbreak.MainFrame:TweenPosition(UDim2.new(0.344, 0,0.307, 0),"Out","Quint",1,true)
  6488. end
  6489. end
  6490. end)
  6491. end
  6492. end)
  6493.  
  6494. local i=20 do
  6495. wait()
  6496. game.CoreGui.Unjailbreak.MainFrame.PlayerImage.Image = "https://assetgame.roblox.com/Thumbs/Avatar.ashx?x=250&y=250&Format=Png&username="..game:GetService("Players").LocalPlayer.Name
  6497. end
  6498.  
  6499. Tabs.MouseButton1Down:connect(function()
  6500. game.CoreGui.Unjailbreak.MainFrame.TabFrames:TweenPosition(UDim2.new(0, 150,0, 47), 'Out', 'Quint', 1, true)
  6501. game.CoreGui.Unjailbreak.MainFrame.TabFrames.Dark.Visible = true
  6502. game.CoreGui.Unjailbreak.MainFrame.TabFrames.Dark.Transparency = 0.5
  6503. end)
  6504.  
  6505. Home.MouseButton1Down:connect(function()
  6506. game.CoreGui.Unjailbreak.MainFrame.TabFrames.HomeFrame.Visible = true
  6507. game.CoreGui.Unjailbreak.MainFrame.TabFrames.GameFrame.Visible = false
  6508. game.CoreGui.Unjailbreak.MainFrame.TabFrames.TeleportsFrame.Visible = false
  6509. game.CoreGui.Unjailbreak.MainFrame.TabFrames.SettingsFrame.Visible = false
  6510. game.CoreGui.Unjailbreak.MainFrame.TabFrames:TweenPosition(UDim2.new(0, 0,0, 47), 'Out', 'Quint', 1, true)
  6511. game.CoreGui.Unjailbreak.MainFrame.TabFrames.Dark.Visible = false
  6512. end)
  6513.  
  6514. Game.MouseButton1Down:connect(function()
  6515. game.CoreGui.Unjailbreak.MainFrame.TabFrames.HomeFrame.Visible = false
  6516. game.CoreGui.Unjailbreak.MainFrame.TabFrames.GameFrame.Visible = true
  6517. game.CoreGui.Unjailbreak.MainFrame.TabFrames.TeleportsFrame.Visible = false
  6518. game.CoreGui.Unjailbreak.MainFrame.TabFrames.SettingsFrame.Visible = false
  6519. game.CoreGui.Unjailbreak.MainFrame.TabFrames:TweenPosition(UDim2.new(0, 0,0, 47), 'Out', 'Quint', 1, true)
  6520. game.CoreGui.Unjailbreak.MainFrame.TabFrames.Dark.Visible = false
  6521. end)
  6522.  
  6523. Teleports.MouseButton1Down:connect(function()
  6524. game.CoreGui.Unjailbreak.MainFrame.TabFrames.HomeFrame.Visible = false
  6525. game.CoreGui.Unjailbreak.MainFrame.TabFrames.GameFrame.Visible = false
  6526. game.CoreGui.Unjailbreak.MainFrame.TabFrames.TeleportsFrame.Visible = true
  6527. game.CoreGui.Unjailbreak.MainFrame.TabFrames.SettingsFrame.Visible = false
  6528. game.CoreGui.Unjailbreak.MainFrame.TabFrames:TweenPosition(UDim2.new(0, 0,0, 47), 'Out', 'Quint', 1, true)
  6529. game.CoreGui.Unjailbreak.MainFrame.TabFrames.Dark.Visible = false
  6530. end)
  6531.  
  6532. Settings.MouseButton1Down:connect(function()
  6533. game.CoreGui.Unjailbreak.MainFrame.TabFrames.HomeFrame.Visible = false
  6534. game.CoreGui.Unjailbreak.MainFrame.TabFrames.GameFrame.Visible = false
  6535. game.CoreGui.Unjailbreak.MainFrame.TabFrames.TeleportsFrame.Visible = false
  6536. game.CoreGui.Unjailbreak.MainFrame.TabFrames.SettingsFrame.Visible = true
  6537. game.CoreGui.Unjailbreak.MainFrame.TabFrames:TweenPosition(UDim2.new(0, 0,0, 47), 'Out', 'Quint', 1, true)
  6538. game.CoreGui.Unjailbreak.MainFrame.TabFrames.Dark.Visible = false
  6539. end)
  6540.  
  6541. SetKeybind.MouseButton1Down:connect(function()
  6542. game.CoreGui.Unjailbreak.MainFrame.TabFrames.SettingsFrame.KeybindConFrame.Visible = true
  6543. game.CoreGui.Unjailbreak.MainFrame.TabFrames.SettingsFrame.KeybindConFrame.JewelryKeyy.Text = "Jewelry Color Set: "..JewelryKeyBox.Text
  6544. game.CoreGui.Unjailbreak.MainFrame.TabFrames.SettingsFrame.KeybindConFrame.CriminalKeyy.Text = "Criminal Key Set: "..CrimBaseBox.Text
  6545. game.CoreGui.Unjailbreak.MainFrame.TabFrames.SettingsFrame.KeybindConFrame.BankKeyy.Text = "Bank Key Set: "..BankKeyBox.Text
  6546. end)
  6547.  
  6548. KeyContinue.MouseButton1Down:connect(function()
  6549. game.CoreGui.Unjailbreak.MainFrame.TabFrames.SettingsFrame.KeybindConFrame.Visible = false
  6550.  
  6551. --Jewelry
  6552. game.Players.LocalPlayer:GetMouse().KeyDown:connect(function(key)
  6553. if string.lower(key) == game.CoreGui.Unjailbreak.MainFrame.TabFrames.SettingsFrame.KeybindConFrame.JewelryKeyy.Text then
  6554. for i=1,20 do
  6555. wait()
  6556. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(137.325, 17.878, 1320.123) + Vector3.new(1,0,0)
  6557. end
  6558. end
  6559. end)
  6560.  
  6561.  
  6562. --Bank
  6563. game.Players.LocalPlayer:GetMouse().KeyDown:connect(function(key)
  6564. if string.lower(key) == game.CoreGui.Unjailbreak.MainFrame.TabFrames.SettingsFrame.KeybindConFrame.BankKeyy.Text then
  6565. for i=1,20 do
  6566. wait()
  6567. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-11.036747, 17.9193821, 797.971521) + Vector3.new(1,0,0)
  6568. end
  6569. end
  6570. end)
  6571.  
  6572.  
  6573. --Criminal
  6574. game.Players.LocalPlayer:GetMouse().KeyDown:connect(function(key)
  6575. if string.lower(key) == game.CoreGui.Unjailbreak.MainFrame.TabFrames.SettingsFrame.KeybindConFrame.CriminalKeyy.Text then
  6576. for i=1,20 do
  6577. wait()
  6578. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-222.339157, 17.9125443, 1575.82336) + Vector3.new(1,0,0)
  6579. end
  6580. end
  6581. end)
  6582. end)
  6583.  
  6584. KeyCancel.MouseButton1Click:connect(function()
  6585. game.CoreGui.Unjailbreak.MainFrame.TabFrames.SettingsFrame.KeybindConFrame.Visible = false
  6586. end)
  6587.  
  6588. CDrag.MouseButton1Down:connect(function()
  6589. if Dragg == true then
  6590. Dragg = false
  6591. game.CoreGui.Unjailbreak.MainFrame.Draggable = true
  6592. game.CoreGui.Unjailbreak.MainFrame.TabFrames.SettingsFrame.CDrag.ImageColor3 = Color3.new(0.211765, 0.635294, 0)
  6593. else
  6594. Dragg = true
  6595. game.CoreGui.Unjailbreak.MainFrame.Draggable = false
  6596. game.CoreGui.Unjailbreak.MainFrame.TabFrames.SettingsFrame.CDrag.ImageColor3 = Color3.new(0.380392, 0.380392, 0.380392)
  6597. end
  6598. end)
  6599.  
  6600. local ee = true
  6601. CNotifierB.MouseButton1Down:connect(function()
  6602. if BNotif == true then
  6603. BNotif = false
  6604. game.CoreGui.Unjailbreak.MainFrame.TabFrames.SettingsFrame.CNotifierB.ImageColor3 = Color3.new(0.380392, 0.380392, 0.380392)
  6605. ee = false
  6606. else
  6607. ee = true
  6608. BNotif = true
  6609. game.CoreGui.Unjailbreak.MainFrame.TabFrames.SettingsFrame.CNotifierB.ImageColor3 = Color3.new(0.211765, 0.635294, 0)
  6610. for i, v in pairs(game:GetService("Workspace").Banks:GetChildren()) do
  6611. while ee do
  6612. wait(1)
  6613. if v.Extra.Light.SurfaceLight.Enabled == true then
  6614. game.CoreGui.Unjailbreak.BNotifierOpen:TweenPosition(UDim2.new(0, 1718,0, 578),"Out","Quint",2,true)
  6615. else
  6616. game.CoreGui.Unjailbreak.BNotifierOpen:TweenPosition(UDim2.new(0, 1950,0, 578),"Out","Quint",2,true)
  6617. end
  6618. end
  6619. end
  6620. end
  6621. end)
  6622.  
  6623. local eeee = true
  6624. CNotifierJ.MouseButton1Down:connect(function()
  6625. if JNotif == true then
  6626. JNotif = false
  6627. game.CoreGui.Unjailbreak.MainFrame.TabFrames.SettingsFrame.CNotifierJ.ImageColor3 = Color3.new(0.380392, 0.380392, 0.380392)
  6628. eeee = false
  6629. else
  6630. eeee = true
  6631. JNotif = true
  6632. game.CoreGui.Unjailbreak.MainFrame.TabFrames.SettingsFrame.CNotifierJ.ImageColor3 = Color3.new(0.211765, 0.635294, 0)
  6633. for i, v in pairs(game:GetService("Workspace").Jewelrys:GetChildren()) do
  6634. while eeee do
  6635. wait(1)
  6636. if v.Extra.Light.SurfaceLight.Enabled == true then
  6637. game.CoreGui.Unjailbreak.JNotifierOpen:TweenPosition(UDim2.new(0, 1718,0, 657),"Out","Quint",2,true)
  6638. else
  6639. game.CoreGui.Unjailbreak.JNotifierOpen:TweenPosition(UDim2.new(0, 1950,0, 657),"Out","Quint",2,true)
  6640. end
  6641. end
  6642. end
  6643. end
  6644. end)
  6645.  
  6646. function bigggHead()
  6647. for i, v in pairs(game:GetService("Players"):GetChildren()) do
  6648. if v.TeamValue.Value == "Police" then
  6649. v.Character.HumanoidRootPart.Transparency = 0
  6650. v.Character.HumanoidRootPart.BrickColor = BrickColor.new("Blue")
  6651. v.Character.HumanoidRootPart.Size = Vector3.new(16,16,16)
  6652. end
  6653. end
  6654. end
  6655.  
  6656. CBigHead.MouseButton1Down:connect(function()
  6657. if bigheadd == true then
  6658. bigheadd = false
  6659. bigggHead(false)
  6660. game.CoreGui.Unjailbreak.MainFrame.TabFrames.SettingsFrame.CBigHead.ImageColor3 = Color3.new(0.380392, 0.380392, 0.380392)
  6661. else
  6662. bigheadd = true
  6663. bigggHead(true)
  6664. game.CoreGui.Unjailbreak.MainFrame.TabFrames.SettingsFrame.CBigHead.ImageColor3 = Color3.new(0.211765, 0.635294, 0)
  6665. end
  6666. end)
  6667.  
  6668. CForceField.MouseButton1Down:connect(function()
  6669. if forcefieldd == true then
  6670. forcefieldd = false
  6671. game.CoreGui.Unjailbreak.MainFrame.TabFrames.SettingsFrame.CForceField.ImageColor3 = Color3.new(0.380392, 0.380392, 0.380392)
  6672. else
  6673. forcefieldd = true
  6674. game.CoreGui.Unjailbreak.MainFrame.TabFrames.SettingsFrame.CForceField.ImageColor3 = Color3.new(0.211765, 0.635294, 0)
  6675. local es = true
  6676. while es do
  6677. wait(0.1)
  6678. for i, v in pairs(game:GetService("Players"):GetChildren()) do
  6679. if v.TeamValue.Value == "Police" then
  6680. if (game:GetService("Players").Character.Torso.Position - v.Position).magnitude <= 5 then
  6681. for i=1,20 do
  6682. wait()
  6683. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-222.339157, 17.9125443, 1575.82336) + Vector3.new(1,0,0)
  6684. end
  6685. end
  6686. end
  6687. end
  6688. end
  6689. end
  6690. end)
  6691.  
  6692. local Checkpoint = {}
  6693. Coords.MouseButton1Down:connect(function()
  6694. table.remove(Checkpoint, 1)
  6695. table.insert(Checkpoint, game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position)
  6696. end)
  6697.  
  6698. CustomTP.MouseButton1Down:connect(function()
  6699. for i=1, 20 do
  6700. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Checkpoint[1]) + Vector3.new(1,0,0)
  6701. end
  6702. end)
  6703.  
  6704. Reset.MouseButton1Down:connect(function()
  6705. game.CoreGui.Unjailbreak:Remove()
  6706. end)
  6707.  
  6708. InfiniteAmmo.MouseButton1Down:connect(function()
  6709. if magInf == true then
  6710. magInf = false
  6711. game:GetService("Players").LocalPlayer.PlayerGui.ScreenGui.Ammo.MagSize.RobloxLocked = false
  6712. game.CoreGui.Unjailbreak.MainFrame.TabFrames.GameFrame.InfiniteAmmo.Text = "Ammo: OFF"
  6713. else
  6714. magInf = true
  6715. game:GetService("Players").LocalPlayer.PlayerGui.ScreenGui.Ammo.MagSize.RobloxLocked = true
  6716. game.CoreGui.Unjailbreak.MainFrame.TabFrames.GameFrame.InfiniteAmmo.Text = "Ammo: ON"
  6717. end
  6718. end)
  6719.  
  6720. Prison.MouseButton1Down:connect(function()
  6721. for i=1,20 do
  6722. wait()
  6723. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1138.66, 18.009, -1430.01) + Vector3.new(1,0,0)
  6724. end
  6725. end)
  6726.  
  6727. CriminalBase.MouseButton1Down:connect(function()
  6728. for i=1,20 do
  6729. wait()
  6730. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-222.339157, 17.9125443, 1575.82336) + Vector3.new(1,0,0)
  6731. end
  6732. end)
  6733.  
  6734. BatCave.MouseButton1Down:connect(function()
  6735. for i=1,20 do
  6736. wait()
  6737. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1579.4823, 49.787693, -1759.61438) + Vector3.new(1,0,0)
  6738. end
  6739. end)
  6740.  
  6741. PoliceHQ1.MouseButton1Click:connect(function()
  6742. for i=1,20 do
  6743. wait()
  6744. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1130.11426, 17.950058, -1593.09766) + Vector3.new(1,0,0)
  6745. end
  6746. end)
  6747.  
  6748. PoliceHQ2.MouseButton1Down:connect(function()
  6749. for i=1,20 do
  6750. wait()
  6751. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(736.232239, 38.1125107, 1130.04456) + Vector3.new(1,0,0)
  6752. end
  6753. end)
  6754.  
  6755. Garage.MouseButton1Click:connect(function()
  6756. for i=1,20 do
  6757. wait()
  6758. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-341.0529, 19.644, 1182.502) + Vector3.new(1,0,0)
  6759. end
  6760. end)
  6761.  
  6762. BankStore.MouseButton1Down:connect(function()
  6763. for i=1,20 do
  6764. wait()
  6765. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(32.214, 2.67609, 818.648926) + Vector3.new(1,0,0)
  6766. end
  6767. end)
  6768.  
  6769. JewelryStore.MouseButton1Down:connect(function()
  6770. for i=1,20 do
  6771. wait()
  6772. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(137.325, 17.878, 1320.123) + Vector3.new(1,0,0)
  6773. end
  6774. end)
  6775.  
  6776. GasStation.MouseButton1Click:connect(function()
  6777. for i=1,20 do
  6778. wait()
  6779. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1548.20093, 17.7475166, 701.546997) + Vector3.new(1,0,0)
  6780. end
  6781. end)
  6782.  
  6783. DonutShop.MouseButton1Down:connect(function()
  6784. for i=1,20 do
  6785. wait()
  6786. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(267.315552, 17.6180038, -1796.33093) + Vector3.new(1,0,0)
  6787. end
  6788. end)
  6789.  
  6790. Lamborghini.MouseButton1Down:connect(function()
  6791. for i=1,20 do
  6792. wait()
  6793. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(144.794067, 17.6189003, 768.572693) + Vector3.new(1,0,0)
  6794. end
  6795. end)
  6796.  
  6797. Bugatti.MouseButton1Down:connect(function()
  6798. for i=1,20 do
  6799. wait()
  6800. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(245.938766, 17.6064777, 1372.15076) + Vector3.new(1,0,0)
  6801. end
  6802. end)
  6803.  
  6804. SWATVan.MouseButton1Down:connect(function()
  6805. for i=1,20 do
  6806. wait()
  6807. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1355.2417, 18, -1531.86047) + Vector3.new(1,0,0)
  6808. end
  6809. end)
  6810.  
  6811. DuneBuggy.MouseButton1Down:connect(function()
  6812. for i=1,20 do
  6813. wait()
  6814. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(571.526733, 16.66436, -470.50943) + Vector3.new(1,0,0)
  6815. end
  6816. end)
  6817.  
  6818. PickUpTruck.MouseButton1Down:connect(function()
  6819. for i=1,20 do
  6820. wait()
  6821. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1541.10388, 17.746624, 729) + Vector3.new(1,0,0)
  6822. end
  6823. end)
  6824.  
  6825. DirtBike.MouseButton1Down:connect(function()
  6826. for i=1,20 do
  6827. wait()
  6828. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1313.71118, 17.3656254, 370.085327) + Vector3.new(1,0,0)
  6829. end
  6830. end)
  6831.  
  6832. Porsche.MouseButton1Down:connect(function()
  6833. for i=1,20 do
  6834. wait()
  6835. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1112.11475, 101.16069, 1290.57654) + Vector3.new(1,0,0)
  6836. end
  6837. end)
  6838.  
  6839. Camaro.MouseButton1Down:connect(function()
  6840. for i=1,20 do
  6841. wait()
  6842. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-956.153564, 19.8500576, -1451.23572) + Vector3.new(1,0,0)
  6843. end
  6844. end)
  6845.  
  6846. MiniCooper.MouseButton1Down:connect(function()
  6847. for i=1,20 do
  6848. wait()
  6849. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(767.823242, 17.3656254, -1216.83643) + Vector3.new(1,0,0)
  6850. end
  6851. end)
  6852.  
  6853. Tesla3.MouseButton1Down:connect(function()
  6854. for i=1,20 do
  6855. wait()
  6856. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-111.571999, 17.6169529, 541.515747) + Vector3.new(1,0,0)
  6857. end
  6858. end)
  6859.  
  6860. GodMode.MouseButton1Down:connect(function()
  6861. game:GetService("Players").LocalPlayer.Character.Humanoid.Name = 1
  6862. local l = game:GetService("Players").LocalPlayer.Character["1"]:Clone()
  6863. l.Parent = game:GetService("Players").LocalPlayer.Character
  6864. l.Name = "Humanoid"
  6865. wait(0.1)
  6866. game:GetService("Players").LocalPlayer.Character["1"]:Destroy()
  6867. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players").LocalPlayer.Character
  6868. game:GetService("Players").LocalPlayer.Character.Animate.Disabled = true
  6869. wait(0.1)
  6870. game:GetService("Players").LocalPlayer.Character.Animate.Disabled = false
  6871. game:GetService("Players").LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
  6872. end)
  6873.  
  6874. Btools.MouseButton1Down:connect(function()
  6875. game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Backpack, true)
  6876. for index, child in pairs(game:GetService("Workspace"):GetChildren()) do
  6877. if child.ClassName == "Part" then
  6878. child.Locked = false
  6879. end
  6880. if child.ClassName == "MeshPart" then
  6881. child.Locked = false
  6882. end
  6883. if child.ClassName == "UnionOperation" then
  6884. child.Locked = false
  6885. end
  6886. if child.ClassName == "Model" then
  6887. for index, chil in pairs(child:GetChildren()) do
  6888. if chil.ClassName == "Part" then
  6889. chil.Locked = false
  6890. end
  6891. if chil.ClassName == "MeshPart" then
  6892. chil.Locked = false
  6893. end
  6894. if chil.ClassName == "UnionOperation" then
  6895. chil.Locked = false
  6896. end
  6897. if chil.ClassName == "Model" then
  6898. for index, childe in pairs(chil:GetChildren()) do
  6899. if childe.ClassName == "Part" then
  6900. childe.Locked = false
  6901. end
  6902. if childe.ClassName == "MeshPart" then
  6903. childe.Locked = false
  6904. end
  6905. if childe.ClassName == "UnionOperation" then
  6906. childe.Locked = false
  6907. end
  6908. if childe.ClassName == "Model" then
  6909. for index, childeo in pairs(childe:GetChildren()) do
  6910. if childeo.ClassName == "Part" then
  6911. childeo.Locked = false
  6912. end
  6913. if childeo.ClassName == "MeshPart" then
  6914. childeo.Locked = false
  6915. end
  6916. if childeo.ClassName == "UnionOperation" then
  6917. childeo.Locked = false
  6918. end
  6919. if childeo.ClassName == "Model" then
  6920. end
  6921. end
  6922. end
  6923. end
  6924. end
  6925. end
  6926. end
  6927. end
  6928. c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
  6929. c.BinType = Enum.BinType.Hammer
  6930. c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
  6931. c.BinType = Enum.BinType.Clone
  6932. c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
  6933. c.BinType = Enum.BinType.Grab
  6934. end)
  6935.  
  6936. RemoveAll.MouseButton1Down:connect(function()
  6937. for i, v in pairs(game:GetService("Workspace").Jewelrys:GetChildren()) do
  6938. v.Lasers:Remove()
  6939. v.Cameras:Remove()
  6940. v.FloorLasers:Remove()
  6941. end
  6942. game:GetService("Workspace").Cells:Remove()
  6943. game:GetService("Workspace").Doors:Remove()
  6944. game:GetService("Workspace").EscapeRoutes.ExplodeWall:Destroy()
  6945. game:GetService("Workspace").EscapeRoutes.LiftGate:Remove()
  6946. for i, v in pairs(game:GetService("Workspace").Banks:GetChildren()) do
  6947. v.Door:Destroy()
  6948. v.TriggerDoor:Destroy()
  6949. v.Lasers:Remove()
  6950. end
  6951. end)
  6952.  
  6953. AnnoyServer.MouseButton1Down:connect(function()
  6954. if annnoy == true then
  6955. annnoy = false
  6956. e = false
  6957. else
  6958. annnoy = true
  6959. e = true
  6960. while eee do
  6961. for _,plr in pairs(game:GetService("Players"):GetPlayers()) do
  6962. pcall(function()
  6963. for _,obj in pairs(plr.Character.Head:GetChildren()) do
  6964. if obj:IsA("Sound") then
  6965. obj:Play()
  6966. end
  6967. end
  6968. end)
  6969. end
  6970. end
  6971. end
  6972. end)
  6973.  
  6974. SpamArrest.MouseButton1Down:connect(function()
  6975. local Player = game:GetService("Players").LocalPlayer
  6976. wait(0.5)
  6977. for i,v in pairs(game.Teams.Criminal:GetPlayers()) do
  6978. repeat
  6979. wait()
  6980. Player.Character.HumanoidRootPart.CFrame = v.Character.HumanoidRootPart.CFrame * CFrame.new(0, 0, 1)
  6981. until v.Team.Name ~= "Criminal"
  6982. end
  6983. end)
  6984.  
  6985. noclip = false
  6986. game:GetService('RunService').Stepped:connect(function()
  6987. if noclip then
  6988. game:GetService("Players").LocalPlayer.Character.Humanoid:ChangeState(11)
  6989. end
  6990. end)
  6991.  
  6992. NoClip.MouseButton1Down:connect(function()
  6993. noclip = not noclip
  6994. if NoClip.Text == "NoClip: ON" then
  6995. NoClip.Text = "NoClip: OFF"
  6996. else
  6997. NoClip.Text = "NoClip: ON"
  6998. end
  6999. end)
  7000.  
  7001. WalkSpeed.MouseButton1Down:connect(function()
  7002. down = false
  7003. velocity = Instance.new("BodyVelocity")
  7004. velocity.maxForce = Vector3.new(100000, 0, 100000)
  7005. local speed = 150
  7006. gyro = Instance.new("BodyGyro")
  7007. gyro.maxTorque = Vector3.new(100000, 0, 100000)
  7008.  
  7009. local hum = game:GetService("Players").LocalPlayer.Character.Humanoid
  7010.  
  7011. function onButton1Down(mouse)
  7012. down = true
  7013. velocity.Parent = game:GetService("Players").LocalPlayer.Character.UpperTorso
  7014. velocity.velocity = (hum.MoveDirection) * speed
  7015. gyro.Parent = game:GetService("Players").LocalPlayer.Character.UpperTorso
  7016. while down do
  7017. if not down then break end
  7018. velocity.velocity = (hum.MoveDirection) * speed
  7019. local refpos = gyro.Parent.Position + (gyro.Parent.Position - workspace.CurrentCamera.CoordinateFrame.p).unit * 5
  7020. gyro.cframe = CFrame.new(gyro.Parent.Position, Vector3.new(refpos.x, gyro.Parent.Position.y, refpos.z))
  7021. wait(0.1)
  7022. end
  7023. end
  7024.  
  7025. function onButton1Up(mouse)
  7026. velocity.Parent = nil
  7027. gyro.Parent = nil
  7028. down = false
  7029. end
  7030.  
  7031. function onSelected(mouse)
  7032. mouse.KeyDown:connect(function(k) if k:lower()=="q"then onButton1Down(mouse)end end)
  7033. mouse.KeyUp:connect(function(k) if k:lower()=="q"then onButton1Up(mouse)end end)
  7034. end
  7035.  
  7036. onSelected(game:GetService("Players").LocalPlayer:GetMouse())
  7037. end)
  7038.  
  7039. Gravity.MouseButton1Down:connect(function()
  7040. if Gravity == true then
  7041. Gravity = false
  7042. game:GetService("Workspace").Gravity = 196.2
  7043. game.CoreGui.Unjailbreak.MainFrame.TabFrames.GameFrame.Gravity.Text = "Gravity: OFF"
  7044. else
  7045. Gravity = true
  7046. game.CoreGui.Unjailbreak.MainFrame.TabFrames.GameFrame.Gravity.Text = "Gravity: ON"
  7047. game:GetService("Workspace").Gravity = 45
  7048. end
  7049. end)
  7050.  
  7051. JumpPower.MouseButton1Down:connect(function()
  7052. if Jump == true then
  7053. Jump = false
  7054. game:GetService("Players").LocalPlayer.Character.Humanoid.JumpPower = 50
  7055. game.CoreGui.Unjailbreak.MainFrame.TabFrames.GameFrame.JumpPower.Text = "Jump: OFF"
  7056. else
  7057. Jump = true
  7058. game:GetService("Players").LocalPlayer.Character.Humanoid.JumpPower = 100
  7059. game.CoreGui.Unjailbreak.MainFrame.TabFrames.GameFrame.JumpPower.Text = "Jump: ON"
  7060. end
  7061. end)
  7062.  
  7063. VehicleSpeed.MouseButton1Down:connect(function()
  7064. dir = 0
  7065. gs = game.GetService
  7066. gs(game,"RunService").RenderStepped:connect(function()
  7067. for i,v in next,workspace.Vehicles:children() do
  7068. if v.Name ~= "Heli" then
  7069. if v:FindFirstChild("Engine") then
  7070. local bf,cf = v.Engine:FindFirstChild("NewForce"),v:GetPrimaryPartCFrame().lookVector
  7071. if not bf then
  7072. bf = v.Engine:FindFirstChild("BodyForce") or v.Engine:FindFirstChild("VectorForce")
  7073. if bf then
  7074. bf = bf:Clone()
  7075. bf.Parent = v.Engine
  7076. bf.Name = "NewForce"
  7077. end
  7078. end
  7079. if bf then
  7080. local fa = 1
  7081. if v.Name:lower():find("bike") then fa = .3 elseif v.Name:lower():find("bugg") then fa = .5 end
  7082. if v.Seat.PlayerName.Value ~= game:GetService("Players").LocalPlayer.Name then fa = 0 end
  7083. bf.Force = Vector3.new(cf.X*300000*dir*fa,0,cf.Z*300000*dir*fa)
  7084. end
  7085. end
  7086. end
  7087. end
  7088. end)
  7089. val = {
  7090. {Enum.KeyCode.W,1};
  7091. {Enum.KeyCode.S,-1};
  7092. }
  7093. uis = gs(game,"UserInputService")
  7094. chk = function(k)
  7095. for i,v in next,val do
  7096. if v[1]==k.KeyCode then
  7097. return v[2]
  7098. end
  7099. end
  7100. end
  7101. uis.InputBegan:connect(function(k)
  7102. dir = chk(k) or dir
  7103. end)
  7104. uis.InputEnded:connect(function(k)
  7105. if chk(k) == dir then
  7106. dir = 0
  7107. end
  7108. end)
  7109. end)
  7110.  
  7111. KeyCard.MouseButton1Down:connect(function()
  7112. game:GetService("Players").LocalPlayer.TeamValue.Value= "Police"
  7113. end)
  7114.  
  7115. local mouse=game:GetService("Players").LocalPlayer:GetMouse''
  7116. localplayer=game:GetService("Players").LocalPlayer
  7117. game:GetService("Players").LocalPlayer.Character:WaitForChild("HumanoidRootPart")
  7118. local torso = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart
  7119. local speed=0
  7120. local keys={a=false,d=false,w=false,s=false}
  7121. local e1
  7122. local e2
  7123. local function start()
  7124. local pos = Instance.new("BodyPosition",torso)
  7125. local gyro = Instance.new("BodyGyro",torso)
  7126. pos.Name="EPIXPOS"
  7127. pos.maxForce = Vector3.new(math.huge, math.huge, math.huge)
  7128. pos.position = torso.Position
  7129. gyro.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  7130. gyro.cframe = torso.CFrame
  7131. repeat
  7132. wait()
  7133. localplayer.Character.Humanoid.PlatformStand=true
  7134. local new=gyro.cframe - gyro.cframe.p + pos.position
  7135. if not keys.w and not keys.s and not keys.a and not keys.d then
  7136. speed=1
  7137. end
  7138. if keys.w then
  7139. new = new + workspace.CurrentCamera.CoordinateFrame.lookVector * speed
  7140. speed=speed+0.01
  7141. end
  7142. if keys.s then
  7143. new = new - workspace.CurrentCamera.CoordinateFrame.lookVector * speed
  7144. speed=speed+0.01
  7145. end
  7146. if keys.d then
  7147. new = new * CFrame.new(speed,0,0)
  7148. speed=speed+0.01
  7149. end
  7150. if keys.a then
  7151. new = new * CFrame.new(-speed,0,0)
  7152. speed=speed+0.01
  7153. end
  7154. if speed>5 then
  7155. speed=5
  7156. end
  7157. pos.position=new.p
  7158. if keys.w then
  7159. gyro.cframe = workspace.CurrentCamera.CoordinateFrame*CFrame.Angles(-math.rad(speed*15),0,0)
  7160. elseif keys.s then
  7161. gyro.cframe = workspace.CurrentCamera.CoordinateFrame*CFrame.Angles(math.rad(speed*15),0,0)
  7162. else
  7163. gyro.cframe = workspace.CurrentCamera.CoordinateFrame
  7164. end
  7165. until not Fly
  7166. if gyro then gyro:Destroy() end
  7167. if pos then pos:Destroy() end
  7168. flying=false
  7169. localplayer.Character.Humanoid.PlatformStand=false
  7170. speed=0
  7171. end
  7172. e1=mouse.KeyDown:connect(function(key)
  7173. if not torso or not torso.Parent then flying=false e1:disconnect() e2:disconnect() return end
  7174. if key=="w" then
  7175. keys.w=true
  7176. elseif key=="s" then
  7177. keys.s=true
  7178. elseif key=="a" then
  7179. keys.a=true
  7180. elseif key=="d" then
  7181. keys.d=true
  7182. end
  7183. end)
  7184. e2=mouse.KeyUp:connect(function(key)
  7185. if key=="w" then
  7186. keys.w=false
  7187. elseif key=="s" then
  7188. keys.s=false
  7189. elseif key=="a" then
  7190. keys.a=false
  7191. elseif key=="d" then
  7192. keys.d=false
  7193. end
  7194. end)
  7195.  
  7196. Fly.MouseButton1Down:connect(function()
  7197. if flyy == true then
  7198. game.CoreGui.Unjailbreak.MainFrame.TabFrames.GameFrame.Fly.Text = "Fly: OFF"
  7199. flyy = false
  7200. Fly = false
  7201. start()
  7202. else
  7203. game.CoreGui.Unjailbreak.MainFrame.TabFrames.GameFrame.Fly.Text = "Fly: ON"
  7204. flyy = true
  7205. Fly = true
  7206. start()
  7207. end
  7208. end)
  7209.  
  7210. FlashLight.MouseButton1Down:connect(function()
  7211. local hit = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  7212.  
  7213. a = Instance.new("Part", workspace)
  7214. a.Anchored = true
  7215. a.Position = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  7216. a.CanCollide = false
  7217.  
  7218. for i, v in pairs(game:GetService("Workspace").Givers:GetChildren()) do
  7219. if v.Name == "Station" then
  7220. for a, b in pairs(v:GetChildren()) do
  7221. if b:IsA("StringValue") then
  7222. if b.Value == "Flashlight" then
  7223. v.CFrame = CFrame.new(hit)
  7224. end
  7225. end
  7226. end
  7227. end
  7228. end
  7229. end)
  7230.  
  7231. M4A4.MouseButton1Down:connect(function()
  7232. local hit = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  7233.  
  7234. a = Instance.new("Part", workspace)
  7235. a.Anchored = true
  7236. a.Position = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  7237. a.CanCollide = false
  7238.  
  7239. for i, v in pairs(game:GetService("Workspace").Givers:GetChildren()) do
  7240. if v.Name == "Station" then
  7241. for a, b in pairs(v:GetChildren()) do
  7242. if b:IsA("StringValue") then
  7243. if b.Value == "RifleSWAT" then
  7244. v.CFrame = CFrame.new(hit)
  7245. end
  7246. end
  7247. end
  7248. end
  7249. end
  7250. end)
  7251.  
  7252. AK47.MouseButton1Down:connect(function()
  7253. local hit = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  7254.  
  7255. a = Instance.new("Part", workspace)
  7256. a.Anchored = true
  7257. a.Position = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  7258. a.CanCollide = false
  7259.  
  7260. for i, v in pairs(game:GetService("Workspace").Givers:GetChildren()) do
  7261. if v.Name == "ShootingRange" then
  7262. for a, b in pairs(v:GetChildren()) do
  7263. if b:IsA("StringValue") then
  7264. if b.Value == "AK47" then
  7265. v.CFrame = CFrame.new(hit)
  7266. end
  7267. end
  7268. end
  7269. end
  7270. end
  7271. end)
  7272.  
  7273. ShotGun.MouseButton1Down:connect(function()
  7274. local hit = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  7275.  
  7276. a = Instance.new("Part", workspace)
  7277. a.Anchored = true
  7278. a.Position = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  7279. a.CanCollide = false
  7280.  
  7281. for i, v in pairs(game:GetService("Workspace").Givers:GetChildren()) do
  7282. if v.Name == "Station" then
  7283. for a, b in pairs(v:GetChildren()) do
  7284. if b:IsA("StringValue") then
  7285. if b.Value == "Shotgun" then
  7286. v.CFrame = CFrame.new(hit)
  7287. end
  7288. end
  7289. end
  7290. end
  7291. end
  7292. end)
  7293.  
  7294. Pistol.MouseButton1Down:connect(function()
  7295. local hit = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  7296.  
  7297. a = Instance.new("Part", workspace)
  7298. a.Anchored = true
  7299. a.Position = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  7300. a.CanCollide = false
  7301.  
  7302. for i, v in pairs(game:GetService("Workspace").Givers:GetChildren()) do
  7303. if v.Name == "Station" then
  7304. for a, b in pairs(v:GetChildren()) do
  7305. if b:IsA("StringValue") then
  7306. if b.Value == "Pistol" then
  7307. v.CFrame = CFrame.new(hit)
  7308. end
  7309. end
  7310. end
  7311. end
  7312. end
  7313. end)
  7314.  
  7315. GotoBank.MouseButton1Down:connect(function()
  7316. for i=1,20 do
  7317. wait()
  7318. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(32.214, 2.67609, 818.648926) + Vector3.new(1,0,0)
  7319. end
  7320. end)
  7321.  
  7322. GotoJewelry.MouseButton1Down:connect(function()
  7323. for i=1,20 do
  7324. wait()
  7325. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(137.325, 17.878, 1320.123) + Vector3.new(1,0,0)
  7326. end
  7327. end);
  7328.  
  7329. GoTo.MouseButton1Down:connect(function()
  7330. p = getPlayer()
  7331. if p then
  7332. for i=1,20 do
  7333. wait()
  7334. PLR.Character.HumanoidRootPart.CFrame = p.Character.HumanoidRootPart.CFrame + Vector3.new(0, 3, 0)
  7335. end
  7336. else
  7337. GoTo.Text = "Retry"; wait(1); GoTo.Text = "GoTo" end
  7338. end)
  7339.  
  7340. Explorer.MouseButton1Down:connect(function()
  7341. TextProperties = {"ZOffset", "CharacterAppearance", "PrimaryPart", "SkyboxBk", "SkyboxDn", "WaterTransparency", "WaterWaveSpeed", "HipHeight","ChatHistory","ConversationDistance", "BlastPressure", "BlastRadius", "InitialPrompt", "CPU", "OSVer", "OsPlatformId", "CpuSpeed", "D", "P", "maxForce", "InstanceCount", "PlaceId", "workspace", "GarbageCollectionFrequency", "BinType", "Grip", "ActivationState", "GarbageCollectionLimit", "ShadowColor", "TargetPoint", "WalkDirection", "WalkToPart", "Image", "Font", "ClearTextOnFocus", "TextTransparency", "WalkToPoint", "ColorShift_Bottom", "ColorShift_Top","MaxSpeed","CartoonFactor","Target","MaxThrust","MaxTorque","TargetOffset","ThrustD", "ThrustP", "TurnD", "TurnP", "profileName", "Resolution", "Shadow", "Bevels", "BatchSize", "AASamples", "Genre", "CreatorType", "CreatorId", "JobId", "SkyboxUp", "SkyboxFt", "SkyboxLf", "StarCount", "ReporterType", "Outfit1", "Outfit2", "Pants", "PlayCount", "Shirt", "MinReportInterval", "VelocitySpread","Rate", "DataSendRate", "DataGCRate", "Archivable", "ClassName","NameDisplayerDistance", "MaxVelocity","PantsTemplate","ShirtTemplate","SoundId","Pitch","IsPlaying","IsPaused","Looped","PlayOnRemove","StudsPerTileU","StudsPerTileV", "Name", "DataCost", "Value", "MaxPlayers" , "PersonalServerRank" ,"NumPlayers" , "Text", "Reflectance","FogEnd", "FogStart","WaterTransparency", "Transparency", "Heat", "TeamName", "WalkSpeed", "Health", "MaxHealth", "Size", "Position", "AccountAge", "TeamColor", "userId", "Brightness", "Ambient", "OsPlatform", "SimulationRadius", "ChatMode", "AccountAgeReplicate", "Character", "Steer", "Style","NetworkOwnerV3", "CanCollide", "CFrame", "TimeOfDay", "FieldOfView", "CameraType", "LinkedSource", "MachineAddress", "Port"}
  7342. BoolProperties = {"Anchored", "AllowInsertFreeModels","SuperSafeChatReplicate", "Player", "HangDetection", "FullScriptCode", "DataModelJobs", "DeviceLost", "SSAO", "SoundEnabled", "SoftwareSound", "TextFits", "TextWrap", "Draggable", "BubbleChat" , "AutoRuns", "Guest", "LocalSaveEnabled", "PlatformStand", "AutoRotate", "CelestialBodiesShown","HasBuildTools" , "ClassicChat" , "DevEnableMouseLock" ,"Netural", "CanCollide", "Disabled", "Outlines" ,"Jump", "Sit", "Visible", "IsSmooth" , "Enabled", "Locked", "FilteringEnabled", "StreamingEnabled", "GlobalShadows", "RobloxLocked", "ScriptsDisabled"}
  7343. BrickColorProperties = {"BrickColor", "Color", "TeamColor", "AllowSweep", "WaterColor", "ParallelPhysics", "Is30FpsThrottleEnabled", "HeadsUpDisplay", "Texture", "Value", "WaterColor", "SkinColor", "SparkleColor", "FogColor", "HeadColor", "LeftArmColor", "RightArmColor", "TorsoColor", "RightLegColor", "LeftLegColor","ShadowColor", "Ambient", "SecondaryColor"}
  7344. s = Instance.new("ScreenGui", game.CoreGui)
  7345. pgr = Instance.new("TextButton")
  7346. pgr.Parent = s
  7347. pgr.Size = UDim2.new(0,100,0,40)
  7348. pgr.Position = UDim2.new(0,30,0,440)
  7349. pgr.Text="Xplorer"
  7350. pgr.BackgroundTransparency = 0.7
  7351. pgr.TextColor = BrickColor.new("Black")
  7352. pgr.BackgroundColor = BrickColor.new("Really Black")
  7353. pgr.BorderColor = BrickColor.new("Black")
  7354. pgr.Font = "ArialBold"
  7355. pgr.FontSize = "Size14"
  7356. pgr.TextStrokeColor3 = Color3.new(0/0,0/0,0/0)
  7357. pgr.TextStrokeTransparency = 0.3
  7358. pgr.BorderSizePixel = 1
  7359. pgr.BorderColor = BrickColor.new("White")
  7360.  
  7361. if game.Players.LocalPlayer.PlayerGui:findFirstChild("Explorer") then
  7362. game.Players.LocalPlayer.PlayerGui:findFirstChild("Explorer"):Remove()
  7363. end
  7364.  
  7365. Banned = {}
  7366.  
  7367.  
  7368.  
  7369. function isBanned()
  7370. for i,v in pairs(game.Players:GetPlayers()) do
  7371. if v.Name == Banned then
  7372. v:Destroy();
  7373. else
  7374. print("Player: "..v.Name.." has passed the test of banishments.");
  7375. end
  7376. end
  7377. end
  7378.  
  7379.  
  7380.  
  7381. local Cloned
  7382. local Deleted
  7383. local DeleteParent
  7384. local Player
  7385. local Search
  7386. local ScriptSearch
  7387. local Gui
  7388. local Cloned = nil
  7389. local Deleted = nil
  7390. local DeleteParent = nil
  7391. local Current = 0
  7392. local CurrentOption = 0
  7393.  
  7394. function Clear()
  7395. if Gui then
  7396. Gui:Remove()
  7397. end
  7398. Current = 0
  7399. CurrentOption = 0
  7400. end
  7401.  
  7402. function AddButton(N, Function, Color, Copy)
  7403. if not N then
  7404. error("RenderButton - No Name Specified")
  7405. end
  7406. if not Function then
  7407. error("RenderButton - No Function Specified")
  7408. end
  7409. if not Color then
  7410. Color = Color3.new(1, 1, 1)
  7411. end
  7412. if Copy == nil then
  7413. Copy = true
  7414. end
  7415. P = Instance.new("TextButton")
  7416. if Copy then
  7417. P.Size = UDim2.new(0, 110, 0, 20)
  7418. else
  7419. P.Size = UDim2.new(0, 130, 0, 20)
  7420. end
  7421. P.Text = N.Name
  7422. P.Name = N.Name
  7423. P.Parent = Gui
  7424. P.BackgroundColor3 = Color
  7425. P.TextColor3 = Color3.new(0, 0, 0)
  7426. P.BackgroundTransparency = 0.5
  7427. P.Position = UDim2.new(0, ((math.modf(Current/30))*150)+300, 0, 50+(20*((Current%30)-1)))
  7428. P.MouseButton1Click:connect(function()
  7429. Function(P)
  7430. end)
  7431. D = Instance.new("TextButton")
  7432. D.Size = UDim2.new(0, 20, 0, 20)
  7433. D.Text = "X"
  7434. D.Name = N.Name
  7435. D.Parent = Gui
  7436. D.BackgroundColor3 = Color3.new(1, 0, 0)
  7437. D.TextColor3 = Color3.new(0, 0, 0)
  7438. D.BackgroundTransparency = 0.5
  7439. D.Position = UDim2.new(0, ((math.modf(Current/30))*150)+300+130, 0, 50+(20*((Current%30)-1)))
  7440. D.MouseButton1Click:connect(function()
  7441. Deleted = N
  7442. DeleteParent = N.Parent
  7443. N.Parent = nil
  7444. Clear()
  7445. Search(DeleteParent)
  7446. end)
  7447. if Copy then
  7448. C = Instance.new("TextButton")
  7449. C.Size = UDim2.new(0, 20, 0, 20)
  7450. C.Text = "C"
  7451. C.Name = N.Name
  7452. C.Parent = Gui
  7453. C.BackgroundColor3 = Color3.new(0, 1, 0.5)
  7454. C.TextColor3 = Color3.new(0, 0, 0)
  7455. C.BackgroundTransparency = 0.5
  7456. C.Position = UDim2.new(0, ((math.modf(Current/30))*150)+300+110, 0, 50+(20*((Current%30)-1)))
  7457. C.MouseButton1Click:connect(function()
  7458. Cloned = N
  7459. Clear()
  7460. Search(N.Parent)
  7461. end)
  7462. end
  7463. Current = Current + 1
  7464. return P
  7465. end
  7466.  
  7467. function AddOption(N, Function, Color, Text)
  7468. if not N then
  7469. error("RenderButton - No Name Specified")
  7470. end
  7471. if not Color then
  7472. Color = Color3.new(1, 1, 1)
  7473. end
  7474. if Text == nil then
  7475. Text = false
  7476. end
  7477. if Text then
  7478. P = Instance.new("TextBox")
  7479. else
  7480. P = Instance.new("TextButton")
  7481. end
  7482. P.Text = N
  7483. P.Name = N
  7484. P.Parent = Gui
  7485. P.BackgroundColor3 = Color
  7486. P.TextColor3 = Color3.new(0, 0, 0)
  7487. P.BackgroundTransparency = 0.5
  7488. P.Size = UDim2.new(0, 150, 0, 20)
  7489. P.Position = UDim2.new(0, ((math.modf(CurrentOption/30))*150)+150, 0, 50+(20*((CurrentOption%30)-1)))
  7490. if not Text and Function then
  7491. P.MouseButton1Click:connect(function() Function(P) end)
  7492. end
  7493. CurrentOption = CurrentOption + 1
  7494. return P
  7495. end
  7496.  
  7497. function AddTextOption(Obj, Prop)
  7498. local Ob = Obj
  7499. local Pro = Prop
  7500. if type(Ob[Pro]) == "number" or type(Ob[Pro]) == "string" then
  7501. CurrentOption = CurrentOption + 1
  7502. local T = AddOption(Ob[Pro], nil, Color3.new(0.1, 0.4, 0.1), true)
  7503. CurrentOption = CurrentOption - 2
  7504. local O = AddOption("Change "..Pro..":", function() Ob[Pro] = T.Text end, Color3.new(0.1, 0.8, 0.1), false)
  7505. CurrentOption = CurrentOption + 1
  7506. end
  7507. end
  7508.  
  7509. function AddBrickColorOption(Obj, Prop)
  7510. local Ob = Obj
  7511. local Pro = Prop
  7512. if BrickColor.new(tostring(Ob[Pro])) == Ob[Pro] then
  7513. CurrentOption = CurrentOption + 1
  7514. local T = AddOption(tostring(Ob[Pro]), nil, Color3.new(0.1, 0.4, 0.1), true)
  7515. CurrentOption = CurrentOption - 2
  7516. local O = AddOption("Change "..Pro..":", function() Ob[Pro] = BrickColor.new(T.Text) end, Color3.new(0.1, 0.8, 0.1), false)
  7517. CurrentOption = CurrentOption + 1
  7518. end
  7519. end
  7520.  
  7521. function UnanchorObject(Objects)
  7522. local function Recurse(Base)
  7523. for _, Object in pairs(Base:GetChildren()) do
  7524. if _G.TestProperty(Object, "Anchored") then
  7525. Object.Anchored = not Object.Anchored
  7526. end
  7527. Recurse(Object)
  7528. end
  7529. end
  7530. Recurse(Objects)
  7531. end
  7532.  
  7533.  
  7534.  
  7535.  
  7536. function AddBoolOption(Obj, Prop)
  7537. local Ob = Obj
  7538. local Pro = Prop
  7539. if type(Ob[Pro]) == "boolean" then
  7540. local O = AddOption(Pro..": "..tostring(Ob[Pro]), nil, Color3.new(0.1, 0.8, 0.1), false)
  7541. O.MouseButton1Click:connect(function()
  7542. if Ob[Pro] then
  7543. Ob[Pro] = false
  7544. O.Text = Pro..": false"
  7545. else
  7546. Ob[Pro] = true
  7547. O.Text = Pro..": true"
  7548. end
  7549. end)
  7550. end
  7551. end
  7552.  
  7553. function TestProperty(Obj, Property)
  7554. Success = pcall(function()
  7555. if Obj[Property] then
  7556. return
  7557. end
  7558. end)
  7559. return Success
  7560. end
  7561.  
  7562. function LoadOptions(Object)
  7563. for Num, Prop in pairs(TextProperties) do
  7564. if TestProperty(Object, Prop) then
  7565. AddTextOption(Object, Prop)
  7566. end
  7567. end
  7568. for Num, Prop in pairs(BoolProperties) do
  7569. if TestProperty(Object, Prop) then
  7570. AddBoolOption(Object, Prop)
  7571. end
  7572. end
  7573. for Num, Prop in pairs(BrickColorProperties) do
  7574. if TestProperty(Object, Prop) then
  7575. AddBrickColorOption(Object, Prop)
  7576. end
  7577. end
  7578. end
  7579.  
  7580.  
  7581. function AddForceField(Player)
  7582. Instance.new("ForceField", Player.Character)
  7583. end
  7584. function Killp(Player)
  7585. Player.Character.Humanoid.Health=0
  7586. end
  7587. function AddExplode(Player)
  7588. Instance.new("Explosion", Player.Character)
  7589. end
  7590. function AddSparkles(Player)
  7591. Instance.new("Sparkles", Player.Character)
  7592. end
  7593.  
  7594.  
  7595. function FreezeParts(b)
  7596. if (b.className == "Part") then
  7597. b.Anchored=true;
  7598. end
  7599. end
  7600.  
  7601. function TPToObject(Object1)
  7602. local localplr = game.Players.LocalPlayer.Character.Torso
  7603. localplr.Position = Object1.Position
  7604. end
  7605.  
  7606.  
  7607. function Search(Object)
  7608. Gui = Instance.new("ScreenGui")
  7609. Gui.Parent = game.Players.LocalPlayer.PlayerGui
  7610. Gui.Name = "Explorer"
  7611. if Object ~= game then
  7612. AddOption("Back", function()
  7613. Clear();
  7614. Search(Object.Parent)
  7615. end, Color3.new(0.5, 1, 1), false)
  7616. end
  7617. if Object:IsA("Sound") then
  7618. AddOption("Copy ID", function() CopyString(tostring(Object.SoundId):sub(14)); warn("Copied."); Clear(); Search(Object); end, Color3.new(1, 0.2, 0), false)
  7619. AddOption("Play", function() Object:Play(); Clear(); Search(Object); end, Color3.new(0, 0, 1), false)
  7620. AddOption("Stop", function() Object:Stop(); Clear(); Search(Object); end, Color3.new(1, 1, 0), false)
  7621. end
  7622. if Object:IsA("Workspace") then
  7623. AddOption("BlackHole", function() local p= game.Players:GetChildren() for i= 1, #p do if p[i] ~= "LocalPlayer" then b = Instance.new("BodyPosition") b.Parent = p[i].Character.Torso b.maxForce = Vector3.new(6000000,60000000,60000000) b.position = Vector3.new(100,10,0)end end end, Color3.new(1, 0.6, 0.1), false)
  7624. end
  7625. if Object:IsA("IntValue") or Object:IsA("StringValue") or Object:IsA("NumberValue") then
  7626. AddOption("Copy Value", function() CopyString(tostring(Object.Value)); warn("Copied."); Clear(); Search(Object); end, Color3.new(1, 0.2, 0), false)
  7627. end
  7628. if Object:IsA("TextLabel") or Object:IsA("TextBox") or Object:IsA("Message") then
  7629. AddOption("Copy Value", function() CopyString(tostring(Object.Text)); warn("Copied."); Clear(); Search(Object); end, Color3.new(1, 0.2, 0), false)
  7630. end
  7631. AddOption("Get Path", function() CopyString(tostring("game." .. Object:GetFullName())) Clear(); Search(Object) end, Color3.new(0.5, 1, 1), false)
  7632. if Object ~= game then
  7633. AddOption("Unanchor Children", function() UnanchorObject(Object); Clear(); Search(Object); end, Color3.new(1, 0.2, 0), false)
  7634. AddOption("ClearAllChildren", function() Object:ClearAllChildren(); Clear(); Search(Object); end, Color3.new(1, 0.6, 0.1), false)
  7635. end
  7636. AddOption("Reload", function() Clear(); Search(Object); end, Color3.new(0.2, 1, 0.2), false)
  7637. if Cloned then
  7638. AddOption("Paste", function() Cloned:Clone().Parent = Object; Clear(); Search(Object); end, Color3.new(0.5, 1, 1), false)
  7639. end
  7640. if Deleted then
  7641. AddOption("Undo", function() Deleted.Parent = DeleteParent; Deleted = nil; DeletedParent = nil; Clear(); Search(Object); end, Color3.new(1, 0.6, 0.1), false)
  7642. end
  7643. if Object:IsA("Player") then
  7644. AddOption("Goto Character", function() Clear(); if Object.Character then Search(Object.Character); end end, Color3.new(1, 1, 1), false)
  7645. AddOption("Kill", function() Killp(Object) end, Color3.new(1,0.6,0.1), false)
  7646. AddOption("ForceField", function() AddForceField(Object); end, Color3.new(1, 0.6, 0.1), false)
  7647. AddOption("Freeze", function() FreezeParts(Object.Character.Torso); end, Color3.new(1, 0.6, 0.1), false)
  7648. AddOption("Unequip Tools", function() Object.Character.Humanoid:UnequipTools() end, Color3.new(1, 0.6, 0.1), false)
  7649. AddOption("Ban", function() table.insert(Banned, Object.Name); end, Color3.new(1,0.6,0.1), false)
  7650. --AddOption("Explode", function() AddExplode(Object); end, Color3.new(1, 0.6, 0.1), false)
  7651. end
  7652. if Object:IsA("Lighting") then
  7653. AddOption("Night", function() Object.TimeOfDay="24:24:24" end, Color3.new(1.,0.6,0.1), false)
  7654. AddOption("Day", function() Object.TimeOfDay="12:12:12" end, Color3.new(1.,0.6,0.1), false)
  7655. end
  7656. if Object:IsA("LocalScript") then
  7657. AddOption("EditScript", function() Clear(); ScriptSearch(Object); end, Color3.new(1, 1, 1), false)
  7658. end
  7659. if Object:IsA("Terrain") then
  7660. AddOption("Clear", function() Object:Clear(); end, Color3.new(1, 1, 1), false)
  7661. end
  7662. if Object:IsA("CornerWedgePart") or Object:IsA("FormFactorPart") or Object:IsA("Part") or Object:IsA("UnionOperation") or Object:IsA("BasePart") or Object:IsA("ParallelRampPart") or Object:IsA("PrismPart") or Object:IsA("PyramidPart") or Object:IsA("RightAngleRampPart") or Object:IsA("TrussPart") or Object:IsA("VehicleSeat") then
  7663. AddOption("Teleport To Part", function() TPToObject(Object); Clear(); Search(Object); end, Color3.new(1, 0.2, 0), false)
  7664. end
  7665.  
  7666. LoadOptions(Object)
  7667. AddOption("Close", Clear, Color3.new(1, 0.2, 0), false)
  7668. if not Object:IsA("Workspace") or not Object:IsA("Player") then
  7669. for Num, Obj in pairs(Object:GetChildren()) do
  7670. --if not Obj:IsA("BasePart") or not Object.Parent == game.Workspace then
  7671. if true then
  7672. if Obj:IsA("LocalScript") then
  7673. AddButton(Obj, function() Clear(); Search(Obj); end, Color3.new(1, 0, 0), true)
  7674. elseif Obj:IsA("Script") or Obj:IsA("StarterScript") or Obj:IsA("CoreScript") then
  7675. AddButton(Obj, function() Clear(); Search(Obj); end, Color3.new(0.5, 0.5, 0.8), true)
  7676. elseif Obj.Parent == game then
  7677. AddButton(Obj, function() Clear(); Search(Obj); end, Color3.new(1, 1, 1), false)
  7678. else
  7679. AddButton(Obj, function() Clear(); Search(Obj); end, Color3.new(1, 1, 1), true)
  7680. end
  7681. end
  7682. end
  7683. end
  7684. function MoveUp(Place, Amount)
  7685. for i,v in pairs(Place:GetChildren()) do
  7686. if v:IsA("TextLabel") or v:IsA("TextBox") then
  7687. v.Position = v.Position + UDim2.new(0,0,0,-Amount)
  7688. end
  7689. end
  7690. end
  7691. function MoveDown(Place, Amount)
  7692. for i,v in pairs(Place:GetChildren()) do
  7693. if v:IsA("TextLabel") or v:IsA("TextBox") then
  7694. v.Position = v.Position + UDim2.new(0,0,0,Amount)
  7695. end
  7696. end
  7697. end
  7698. i=0
  7699. function ScriptSearch(S)
  7700. Script2 = S
  7701. Script = decompile(Script2)
  7702. Table = {}
  7703. Enabled = true
  7704. Gui = Instance.new("ScreenGui")
  7705. Gui.Parent = game.Players.LocalPlayer.PlayerGui
  7706. Gui.Name = "Explorer"
  7707. while Enabled do
  7708. Start, End = string.find(Script, '\n')
  7709. print(Start, End)
  7710. if Start and End then
  7711. table.insert(Table, string.sub(Script, 1, End))
  7712. New = string.sub(Script, End+1, string.len(Script))
  7713. Script = New
  7714. else
  7715. Enabled = false
  7716. table.insert(Table, string.sub(Script, 1, End))
  7717. print("Finished")
  7718. end
  7719. end
  7720. P = Instance.new("TextLabel")
  7721. P.Size = UDim2.new(0, 500, 0, 20)
  7722. P.Text = Script2.Name
  7723. P.Name = "Script Line"
  7724. P.Parent = Gui
  7725. P.BackgroundColor3 = Color3.new(1, 1, 1)
  7726. P.TextColor3 = Color3.new(0, 0, 0)
  7727. P.BackgroundTransparency = 0.5
  7728. P.Position = UDim2.new(0.5, -250, 0, 150+(20*(i-1)))
  7729. P.TextXAlignment = "Left"
  7730. i=i+1
  7731. New = {}
  7732. for I,Val in pairs(Table) do
  7733. print(Val)
  7734. P = Instance.new("TextBox")
  7735. P.ClearTextOnFocus = false
  7736. P.Size = UDim2.new(0, 500, 0, 20)
  7737. P.Text = Val
  7738. P.Name = "Script Line"
  7739. P.Parent = Gui
  7740. P.BackgroundColor3 = Color3.new(1, 1, 1)
  7741. P.TextColor3 = Color3.new(0, 0, 0)
  7742. P.BackgroundTransparency = 0.5
  7743. P.Position = UDim2.new(0.5, -250, 0, 150+(20*(i-1)))
  7744. P.TextXAlignment = "Left"
  7745. table.insert(New, P)
  7746. i=i+1
  7747. end
  7748. i=1
  7749. P = Instance.new("TextButton")
  7750. P.Size = UDim2.new(0, 20, 0, 20)
  7751. P.Text = "^"
  7752. P.Name = "Scroll"
  7753. P.Parent = Gui
  7754. P.BackgroundColor3 = Color3.new(1, 1, 1)
  7755. P.TextColor3 = Color3.new(0, 0, 0)
  7756. P.BackgroundTransparency = 0.5
  7757. P.Position = UDim2.new(0.5, -270, 0, 150+(20*(i-1)))
  7758. P.MouseButton1Click:connect(function()
  7759. MoveUp(Gui, -20)
  7760. end)
  7761. i=i+1
  7762. P = Instance.new("TextButton")
  7763. P.Size = UDim2.new(0, 20, 0, 20)
  7764. P.Text = "v"
  7765. P.Name = "Scroll"
  7766. P.Parent = Gui
  7767. P.BackgroundColor3 = Color3.new(1, 1, 1)
  7768. P.TextColor3 = Color3.new(0, 0, 0)
  7769. P.BackgroundTransparency = 0.5
  7770. P.Position = UDim2.new(0.5, -270, 0, 150+(20*(i-1)))
  7771. P.MouseButton1Click:connect(function()
  7772. MoveDown(Gui, -20)
  7773. end)
  7774. i=i+1
  7775. P = Instance.new("TextButton")
  7776. P.Size = UDim2.new(0, 20, 0, 20)
  7777. P.Text = "^^"
  7778. P.Name = "Scroll"
  7779. P.Parent = Gui
  7780. P.BackgroundColor3 = Color3.new(1, 1, 1)
  7781. P.TextColor3 = Color3.new(0, 0, 0)
  7782. P.BackgroundTransparency = 0.5
  7783. P.Position = UDim2.new(0.5, -270, 0, 150+(20*(i-1)))
  7784. P.MouseButton1Click:connect(function()
  7785. MoveUp(Gui, -200)
  7786. end)
  7787. i=i+1
  7788. P = Instance.new("TextButton")
  7789. P.Size = UDim2.new(0, 20, 0, 20)
  7790. P.Text = "vv"
  7791. P.Name = "Scroll"
  7792. P.Parent = Gui
  7793. P.BackgroundColor3 = Color3.new(1, 1, 1)
  7794. P.TextColor3 = Color3.new(0, 0, 0)
  7795. P.BackgroundTransparency = 0.5
  7796. P.Position = UDim2.new(0.5, -270, 0, 150+(20*(i-1)))
  7797. P.MouseButton1Click:connect(function()
  7798. MoveDown(Gui, -200)
  7799. end)
  7800. i=i+1
  7801. P = Instance.new("TextButton")
  7802. P.Size = UDim2.new(0, 20, 0, 20)
  7803. P.Text = "S"
  7804. P.Name = "Save"
  7805. P.Parent = Gui
  7806. P.BackgroundColor3 = Color3.new(0, 1, 0)
  7807. P.TextColor3 = Color3.new(0, 0, 0)
  7808. P.BackgroundTransparency = 0.5
  7809. P.Position = UDim2.new(0.5, -270, 0, 150+(20*(i-1)))
  7810. P.MouseButton1Click:connect(function()
  7811. StringS = ""
  7812. for Num, Obj in pairs(New) do
  7813. StringS = StringS..Obj.Text..'\n'
  7814. end
  7815. S.Source = StringS
  7816. S.Disabled = true
  7817. S.Disabled = false
  7818. end)
  7819. i=i+1
  7820. P = Instance.new("TextButton")
  7821. P.Size = UDim2.new(0, 20, 0, 20)
  7822. P.Text = "C"
  7823. P.Name = "Copy"
  7824. P.Parent = Gui
  7825. P.BackgroundColor3 = Color3.new(1, 0.2, 0)
  7826. P.TextColor3 = Color3.new(0, 0, 0)
  7827. P.BackgroundTransparency = 0.5
  7828. P.Position = UDim2.new(0.5, -270, 0, 150+(20*(i-1)))
  7829. P.MouseButton1Click:connect(function()
  7830. StringS = ""
  7831. for Num, Obj in pairs(New) do
  7832. StringS = StringS..Obj.Text..'\n'
  7833. end
  7834. CopyString(StringS)
  7835. end)
  7836. i=i+1
  7837. P = Instance.new("TextButton")
  7838. P.Size = UDim2.new(0, 20, 0, 20)
  7839. P.Text = "x"
  7840. P.Name = "Back"
  7841. P.Parent = Gui
  7842. P.BackgroundColor3 = Color3.new(1, 0.2, 0)
  7843. P.TextColor3 = Color3.new(0, 0, 0)
  7844. P.BackgroundTransparency = 0.5
  7845. P.Position = UDim2.new(0.5, -270, 0, 150+(20*(i-1)))
  7846. P.MouseButton1Click:connect(function()
  7847. Clear()
  7848. i=0
  7849. Search(S)
  7850. end)
  7851. i=i+1
  7852. P = Instance.new("TextButton")
  7853. P.Size = UDim2.new(0, 20, 0, 20)
  7854. P.Text = "CB"
  7855. P.Name = "Back"
  7856. P.Parent = Gui
  7857. P.BackgroundColor3 = Color3.new(1, 0.2, 0)
  7858. P.TextColor3 = Color3.new(0, 0, 0)
  7859. P.BackgroundTransparency = 0.5
  7860. P.Position = UDim2.new(0.5, -270, 0, 150+(20*(i-1)))
  7861. P.MouseButton1Click:connect(function()
  7862. CopyString(decompile(Script2,true))
  7863. end)
  7864. i=i+1
  7865. end
  7866. end
  7867.  
  7868. pgr.MouseButton1Click:connect(function()
  7869. Clear()
  7870. Search(game)
  7871. end)
  7872. end)
  7873.  
  7874. UIColorButton.MouseButton1Down:connect(function()
  7875. print("not ready")
  7876. end)
  7877.  
  7878. PLR = game:GetService("Players").LocalPlayer
  7879.  
  7880. Players = game:GetService("Players"):GetPlayers()
  7881.  
  7882. Selected1 = game.CoreGui.Unjailbreak.MainFrame.TabFrames.TeleportsFrame.SPlayer
  7883.  
  7884. val.Name = "Selected"
  7885.  
  7886. function alphabetize(p1, p2)
  7887. Player1 = p1.Name:lower()
  7888. P1 = Player1:sub(1, 1):byte()
  7889. Player2 = p2.Name:lower()
  7890. P2 = Player2:sub(1, 1):byte()
  7891.  
  7892.  
  7893. if P1 < P2 then return true else return false end
  7894. end
  7895. table.sort(Players, alphabetize)
  7896.  
  7897. for i = 1, #Players do
  7898. p = Players[i]
  7899. if p ~= PLR then
  7900. btn = Instance.new("TextButton", sframe)
  7901. btn.Name = p.Name
  7902. btn.Text = p.Name
  7903. btn.Size = UDim2.new(0, 260, 0, 25)
  7904. btn.Font = Enum.Font.Highway
  7905. btn.FontSize = Enum.FontSize.Size14
  7906. btn.TextColor3 = Color3.new(255, 255, 255)
  7907. btn.BackgroundTransparency = 1
  7908. btn.Position = UDim2.new(0, 0, 0, (i * 25) - 25)
  7909. sframe.CanvasSize = UDim2.new(0, 0, 0, (#Players * 25) - 25)
  7910. btn.MouseButton1Click:connect(function()
  7911. val.Value = p
  7912. Selected1.Text = "Player: "..p.Name
  7913. end)
  7914.  
  7915. end
  7916. end
  7917.  
  7918. function update()
  7919.  
  7920. for i, btn in ipairs(sframe:GetChildren()) do if btn:IsA("TextButton") then btn:Destroy() end end
  7921.  
  7922. plrs = game:GetService("Players"):GetPlayers()
  7923. table.sort(plrs, alphabetize)
  7924.  
  7925. for i = 1, #plrs do
  7926.  
  7927. p = plrs[i]
  7928. if p ~= PLR then
  7929.  
  7930. btn = Instance.new("TextButton", sframe)
  7931. btn.Text = p.Name
  7932. btn.Size = UDim2.new(0, 260, 0, 25)
  7933. btn.Font = Enum.Font.Highway
  7934. btn.FontSize = Enum.FontSize.Size14
  7935. btn.TextColor3 = Color3.new(255, 255, 255)
  7936. btn.BackgroundTransparency = 1
  7937. btn.Position = UDim2.new(0, 0, 0, (i * 25) - 25)
  7938.  
  7939. sframe.CanvasSize = UDim2.new(0, 0, 0, (#Players * 25) - 25)
  7940.  
  7941. btn.MouseButton1Click:connect(function()
  7942. val.Value = p
  7943. SPlayer.Text = "Player: "..p.Name
  7944. end)
  7945.  
  7946. end
  7947. end
  7948.  
  7949. end
  7950. game:GetService("Players").PlayerAdded:connect(update)
  7951. game:GetService("Players").PlayerRemoving:connect(update)
  7952.  
  7953. function getPlayer()
  7954. if val.Value:IsA("Player") and val.Value.Character:FindFirstChild("HumanoidRootPart") then return val.Value else return nil end
  7955. end
  7956. end
  7957.  
  7958. if game.PlaceId == 292439477 then
  7959. ESP = true
  7960.  
  7961. Sniper = {"INTERVENTION", "REMINGTON 700", "AWS", "L115A3", "MOSIN NAGANT", "OBREZ"}
  7962. SpecialSniper = {"BFG 50", "SFG 50"}
  7963. WeakSniper = {"MK11", "SKS", "SCAR SSR", "DRAGUNOV SVU", "HENRY 45-70"}
  7964. SMG = {"SCAR-H", "AG-3", "M4A1", "G36C", "M4", "L22", "SCAR PDW", "SR-3M", "P90", "AUG A3 PARA", "AK12", "AN-94", "AS VAL", "SCAR-L", "AUG A1", "M16A4", "G36", "M16A3", "AUG A2", "FAMAS", "AK44", "AUG A3", "L85A2", "HONEY BADGER", "AK74", "AKM", "M231"}
  7965. WeakSMG = {"MP5K", "UMP45", "MP7", "MAC10", "MP5", "COLT SMG 635", "MP5SD", "MP10", "MP5/10", "KRISS VECTOR"}
  7966. ShotGun = {"REMINGTON 870", "KSG 12", "KS-23M", "SERBU SHOTGUN"}
  7967. LMG = {"COLT LMG", "M60", "AUG HBAR", "MG36", "L86 LSW", "RPK", "SCAR HAMR", "RPK74"}
  7968. Other = {"M9", "GLOCK 17", "M1911", "DEAGLE 44", "GLOCK 18", "M93R", "TEC9", "MP412 REX"}
  7969. Melee = {"KNIFE", "MACHETE"}
  7970.  
  7971. warn("Phantom Forces ESP Created By Unlisting")
  7972.  
  7973. if ESP == true then
  7974. for i,v in pairs(game:GetService("Players"):GetChildren()) do
  7975. pass = false
  7976. if workspace:FindFirstChild(v.Name) then
  7977. if v.Team == game:GetService("Players").LocalPlayer.Team then
  7978. if v.Character:FindFirstChild("HumanoidRootPart") then
  7979. if v.Character.HumanoidRootPart:FindFirstChild("ESP") then
  7980. v.Character.HumanoidRootPart.ESP:Destroy()
  7981. end
  7982. end
  7983. end
  7984. if v.Team ~= game:GetService("Players").LocalPlayer.Team then
  7985. if v.Character:FindFirstChild("HumanoidRootPart") then
  7986. for i,v in pairs(v.Character:GetChildren()) do
  7987. if v:IsA("Model") then
  7988. pass = true
  7989. break
  7990. end
  7991. end
  7992.  
  7993. shirt = nil
  7994. passer = false
  7995. for i,v in pairs(v.Character:GetChildren()) do
  7996. if v:IsA("Shirt") then
  7997. shirt = v
  7998. break
  7999. end
  8000. end
  8001.  
  8002. for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetChildren()) do
  8003. if v:IsA("Shirt") then
  8004. if shirt ~= nil then
  8005. if v.Name ~= shirt.Name then
  8006. passer = true
  8007. break
  8008. end
  8009. end
  8010. end
  8011. end
  8012.  
  8013. if passer == true then
  8014. if v.Character:FindFirstChild("HumanoidRootPart") then
  8015. if v.Character.HumanoidRootPart:FindFirstChild("ESP") then
  8016.  
  8017. v.Character.HumanoidRootPart.ESP.TextLabel.Text = v.Name.." Distance: "..math.floor(((game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position - v.Character.HumanoidRootPart.Position).magnitude))
  8018.  
  8019. hitting = false
  8020.  
  8021.  
  8022. local ray = Ray.new(game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame.p, (v.Character.HumanoidRootPart.CFrame.p - game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame.p).unit * 2000)
  8023. local part, position = workspace:FindPartOnRayWithIgnoreList(ray, {game:GetService("Players").LocalPlayer.Character, workspace.CurrentCamera, workspace.Ignore}, false, true)
  8024. if part then
  8025. if part.Parent == v.Character then
  8026. hitting = true
  8027. end
  8028. end
  8029. if hitting == false then
  8030. elseif hitting == true then
  8031. v.Character.HumanoidRootPart.ESP.Frame.BackgroundColor3 = Color3.new(0, 1, 0.498039)
  8032. end
  8033.  
  8034. if hitting == false then
  8035. local ray = Ray.new(game:GetService("Players").LocalPlayer.Character.Head.CFrame.p, (v.Character.Head.CFrame.p - game:GetService("Players").LocalPlayer.Character.Head.CFrame.p).unit * 2000)
  8036. local part, position = workspace:FindPartOnRayWithIgnoreList(ray, {game:GetService("Players").LocalPlayer.Character, workspace.CurrentCamera, workspace.Ignore}, false, true)
  8037. if part then
  8038. if part.Parent == v.Character then
  8039. hitting = true
  8040. end
  8041. end
  8042. if hitting == false then
  8043. v.Character.HumanoidRootPart.ESP.Frame.BackgroundColor3 = Color3.new(1, 0, 0)
  8044. elseif hitting == true then
  8045. v.Character.HumanoidRootPart.ESP.Frame.BackgroundColor3 = Color3.new(0, 1, 0.498039)
  8046. end
  8047.  
  8048. if hitting == false then
  8049. elseif hitting == true then
  8050. v.Character.HumanoidRootPart.ESP.Frame.BackgroundColor3 = Color3.new(0, 1, 0.498039)
  8051. end
  8052.  
  8053.  
  8054.  
  8055.  
  8056.  
  8057.  
  8058.  
  8059.  
  8060.  
  8061.  
  8062.  
  8063. if hitting == false then
  8064. local ray = Ray.new(game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame.p, (v.Character.HumanoidRootPart.CFrame.p - game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame.p).unit * 2000)
  8065. local part, position = workspace:FindPartOnRayWithIgnoreList(ray, {game:GetService("Players").LocalPlayer.Character, workspace.CurrentCamera, workspace.Ignore}, false, true)
  8066. if part then
  8067. if part:IsA("BasePart") then
  8068.  
  8069. CurrentGun = nil
  8070. for i,v in pairs(workspace.CurrentCamera:GetChildren()) do
  8071. if v.Name ~= "Right Arm" and v.Name ~= "Left Arm" then
  8072. if v:IsA("Model") then
  8073. if v:FindFirstChild("Flame") then
  8074. CurrentGun = v
  8075. break
  8076. end
  8077. end
  8078. end
  8079. end
  8080.  
  8081. found = false
  8082.  
  8083. if found == false then
  8084. for i = 1,#Sniper do
  8085. if CurrentGun ~= nil then
  8086. if Sniper[i] == CurrentGun.Name then
  8087. found = true
  8088. Min = 2.75
  8089. Max = 3
  8090. break
  8091. end
  8092. end
  8093. end
  8094. end
  8095.  
  8096. if found == false then
  8097. for i = 1,#SpecialSniper do
  8098. if CurrentGun ~= nil then
  8099. if SpecialSniper[i] == CurrentGun.Name then
  8100. found = true
  8101. Min = 3.25
  8102. Max = 3.5
  8103. break
  8104. end
  8105. end
  8106. end
  8107. end
  8108.  
  8109. if found == false then
  8110. for i = 1,#WeakSniper do
  8111. if CurrentGun ~= nil then
  8112. if WeakSniper[i] == CurrentGun.Name then
  8113. found = true
  8114. Min = 2.75
  8115. Max = 3
  8116. break
  8117. end
  8118. end
  8119. end
  8120. end
  8121.  
  8122. if found == false then
  8123. for i = 1,#WeakSMG do
  8124. if CurrentGun ~= nil then
  8125. if WeakSMG[i] == CurrentGun.Name then
  8126. found = true
  8127. Min = 2.25
  8128. Max = 3
  8129. break
  8130. end
  8131. end
  8132. end
  8133. end
  8134.  
  8135. if found == false then
  8136. for i = 1,#SMG do
  8137. if CurrentGun ~= nil then
  8138. if SMG[i] == CurrentGun.Name then
  8139. found = true
  8140. Min = 2.5
  8141. Max = 3
  8142. break
  8143. end
  8144. end
  8145. end
  8146. end
  8147.  
  8148. if found == false then
  8149. for i = 1,#ShotGun do
  8150. if CurrentGun ~= nil then
  8151. if ShotGun[i] == CurrentGun.Name then
  8152. found = true
  8153. Min = 2.75
  8154. Max = 3
  8155. break
  8156. end
  8157. end
  8158. end
  8159. end
  8160.  
  8161. if found == false then
  8162. for i = 1,#LMG do
  8163. if CurrentGun ~= nil then
  8164. if LMG[i] == CurrentGun.Name then
  8165. found = true
  8166. Min = 2.5
  8167. Max = 3
  8168. break
  8169. end
  8170. end
  8171. end
  8172. end
  8173.  
  8174. if found == false then
  8175. for i = 1,#Other do
  8176. if CurrentGun ~= nil then
  8177. if Other[i] == CurrentGun.Name then
  8178. found = true
  8179. Min = 0
  8180. Max = 0
  8181. break
  8182. end
  8183. end
  8184. end
  8185. end
  8186.  
  8187. if found == false then
  8188. for i = 1,#Melee do
  8189. if CurrentGun ~= nil then
  8190. if Melee[i] == CurrentGun.Name then
  8191. found = true
  8192. Min = 0
  8193. Max = 0
  8194. break
  8195. end
  8196. end
  8197. end
  8198. end
  8199.  
  8200. if found == false then
  8201. Min = 0
  8202. Max = 0
  8203. end
  8204.  
  8205. if part.Parent.Name == "Map" then
  8206. if part.Size.X <= Min and part.Size.Z <= Min and part.Size.Y >= Max then
  8207. hitting = true
  8208. parter = part
  8209. elseif part.Size.X <= Min and part.Size.Z >= Max and part.Size.Y >= Max then
  8210. hitting = true
  8211. parter = part
  8212. elseif part.Size.X <= Min and part.Size.Z >= Max and part.Size.Y <= Min then
  8213. hitting = true
  8214. parter = part
  8215. elseif part.Size.X <= Min and part.Size.Z <= Min and part.Size.Y <= Min then
  8216. hitting = true
  8217. parter = part
  8218. elseif part.Size.X <= Min and part.Size.Z >= Min and part.Size.Y <= Min then
  8219. hitting = true
  8220. parter = part
  8221. elseif part.Size.X >= Max and part.Size.Z <= Min and part.Size.Y <= Min then
  8222. hitting = true
  8223. parter = part
  8224. elseif part.Size.X >= Max and part.Size.Z >= Max and part.Size.Y <= Min-1 then
  8225. hitting = true
  8226. parter = part
  8227. elseif part.Size.X <= Min and part.Size.Z <= Min and part.Size.Y <= Max then
  8228. hitting = true
  8229. parter = part
  8230. elseif part.Size.X <= Min and part.Size.Z <= Min and part.Size.Y >= Max then
  8231. hitting = true
  8232. parter = part
  8233. elseif part.Size.X <= Min or part.Size.Z <= Min or part.Size.Z <= Min then
  8234. hitting = true
  8235. parter = part
  8236. end
  8237. end
  8238. end
  8239. end
  8240. if hitting == true then
  8241. hitting = false
  8242. part = parter
  8243. list = {}
  8244. pos1 = part.Position - (part.Size/2) - Vector3.new(0.01,0.01,0.01)
  8245. pos2 = part.Position + (part.Size/2) + Vector3.new(0.01,0.01,0.01)
  8246. Reg = Region3.new(pos1, pos2)
  8247. TouchingParts = game.Workspace:FindPartsInRegion3(Reg)
  8248. o = 1
  8249. if TouchingParts ~= nil then
  8250. for i,v in pairs(TouchingParts) do
  8251. if v ~= parter then
  8252.  
  8253.  
  8254. part = v
  8255. if part.Parent.Name == "Map" then
  8256. if part.Size.X <= Min and part.Size.Z <= Min and part.Size.Y >= Max then
  8257. hitting = true
  8258. parter = part
  8259. elseif part.Size.X <= Min and part.Size.Z >= Max and part.Size.Y >= Max then
  8260. hitting = true
  8261. parter = part
  8262. elseif part.Size.X <= Min and part.Size.Z >= Max and part.Size.Y <= Min then
  8263. hitting = true
  8264. parter = part
  8265. elseif part.Size.X <= Min and part.Size.Z <= Min and part.Size.Y <= Min then
  8266. hitting = true
  8267. parter = part
  8268. elseif part.Size.X <= Min and part.Size.Z >= Min and part.Size.Y <= Min then
  8269. hitting = true
  8270. parter = part
  8271. elseif part.Size.X >= Max and part.Size.Z <= Min and part.Size.Y <= Min then
  8272. hitting = true
  8273. parter = part
  8274. elseif part.Size.X >= Max and part.Size.Z >= Max and part.Size.Y <= Min-1 then
  8275. hitting = true
  8276. parter = part
  8277. elseif part.Size.X <= Min and part.Size.Z <= Min and part.Size.Y <= Max then
  8278. hitting = true
  8279. parter = part
  8280. elseif part.Size.X <= Min and part.Size.Z <= Min and part.Size.Y >= Max then
  8281. hitting = true
  8282. parter = part
  8283. elseif part.Size.X <= Min or part.Size.Z <= Min or part.Size.Z <= Min then
  8284. hitting = true
  8285. parter = part
  8286. end
  8287. end
  8288.  
  8289.  
  8290. if hitting == true then
  8291. table.insert(list, o, v)
  8292. o = o + 1
  8293. end
  8294. end
  8295. end
  8296. end
  8297.  
  8298. hitting = false
  8299.  
  8300. part = parter
  8301.  
  8302. pos1 = part.Position + (part.Size/2) + Vector3.new(0.01,0.01,0.01)
  8303. pos2 = part.Position - (part.Size/2) - Vector3.new(0.01,0.01,0.01)
  8304.  
  8305. local ray = Ray.new(game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame.p, (v.Character.HumanoidRootPart.CFrame.p - game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame.p).unit * 2000)
  8306. local part, position = workspace:FindPartOnRayWithIgnoreList(ray, {game:GetService("Players").LocalPlayer.Character, workspace.CurrentCamera, workspace.Ignore, parter, unpack(list)}, false, true)
  8307. if part then
  8308. if part.Parent == v.Character then
  8309. hitting = true
  8310. end
  8311. end
  8312. if hitting == false then
  8313. v.Character.HumanoidRootPart.ESP.Frame.BackgroundColor3 = Color3.new(1, 0, 0)
  8314. elseif hitting == true then
  8315. if ((parter.Position - v.Character.HumanoidRootPart.Position).magnitude) <= 40 then
  8316. v.Character.HumanoidRootPart.ESP.Frame.BackgroundColor3 = Color3.new(1, 0.666667, 0)
  8317. else
  8318. v.Character.HumanoidRootPart.ESP.Frame.BackgroundColor3 = Color3.new(1, 0, 0)
  8319. end
  8320. end
  8321.  
  8322. elseif hitting == false then
  8323. v.Character.HumanoidRootPart.ESP.Frame.BackgroundColor3 = Color3.new(1, 0, 0)
  8324. end
  8325. end
  8326.  
  8327.  
  8328.  
  8329.  
  8330.  
  8331.  
  8332.  
  8333.  
  8334.  
  8335.  
  8336. if hitting == false then
  8337. local ray = Ray.new(game:GetService("Players").LocalPlayer.Character.Head.CFrame.p, (v.Character.Head.CFrame.p - game:GetService("Players").LocalPlayer.Character.Head.CFrame.p).unit * 2000)
  8338. local part, position = workspace:FindPartOnRayWithIgnoreList(ray, {game:GetService("Players").LocalPlayer.Character, workspace.CurrentCamera, workspace.Ignore}, false, true)
  8339. if part then
  8340. if part:IsA("BasePart") then
  8341.  
  8342. CurrentGun = nil
  8343. for i,v in pairs(workspace.CurrentCamera:GetChildren()) do
  8344. if v.Name ~= "Right Arm" and v.Name ~= "Left Arm" then
  8345. if v:IsA("Model") then
  8346. if v:FindFirstChild("Flame") then
  8347. CurrentGun = v
  8348. break
  8349. end
  8350. end
  8351. end
  8352. end
  8353.  
  8354. found = false
  8355.  
  8356. if found == false then
  8357. for i = 1,#Sniper do
  8358. if CurrentGun ~= nil then
  8359. if Sniper[i] == CurrentGun.Name then
  8360. found = true
  8361. Min = 2.75
  8362. Max = 3
  8363. break
  8364. end
  8365. end
  8366. end
  8367. end
  8368.  
  8369. if found == false then
  8370. for i = 1,#SpecialSniper do
  8371. if CurrentGun ~= nil then
  8372. if SpecialSniper[i] == CurrentGun.Name then
  8373. found = true
  8374. Min = 3.25
  8375. Max = 3.5
  8376. break
  8377. end
  8378. end
  8379. end
  8380. end
  8381.  
  8382. if found == false then
  8383. for i = 1,#WeakSniper do
  8384. if CurrentGun ~= nil then
  8385. if WeakSniper[i] == CurrentGun.Name then
  8386. found = true
  8387. Min = 2.75
  8388. Max = 3
  8389. break
  8390. end
  8391. end
  8392. end
  8393. end
  8394.  
  8395. if found == false then
  8396. for i = 1,#WeakSMG do
  8397. if CurrentGun ~= nil then
  8398. if WeakSMG[i] == CurrentGun.Name then
  8399. found = true
  8400. Min = 2.25
  8401. Max = 3
  8402. break
  8403. end
  8404. end
  8405. end
  8406. end
  8407.  
  8408. if found == false then
  8409. for i = 1,#SMG do
  8410. if CurrentGun ~= nil then
  8411. if SMG[i] == CurrentGun.Name then
  8412. found = true
  8413. Min = 2.5
  8414. Max = 3
  8415. break
  8416. end
  8417. end
  8418. end
  8419. end
  8420.  
  8421. if found == false then
  8422. for i = 1,#ShotGun do
  8423. if CurrentGun ~= nil then
  8424. if ShotGun[i] == CurrentGun.Name then
  8425. found = true
  8426. Min = 2.75
  8427. Max = 3
  8428. break
  8429. end
  8430. end
  8431. end
  8432. end
  8433.  
  8434. if found == false then
  8435. for i = 1,#LMG do
  8436. if CurrentGun ~= nil then
  8437. if LMG[i] == CurrentGun.Name then
  8438. found = true
  8439. Min = 2.5
  8440. Max = 3
  8441. break
  8442. end
  8443. end
  8444. end
  8445. end
  8446.  
  8447. if found == false then
  8448. for i = 1,#Other do
  8449. if CurrentGun ~= nil then
  8450. if Other[i] == CurrentGun.Name then
  8451. found = true
  8452. Min = 0
  8453. Max = 0
  8454. break
  8455. end
  8456. end
  8457. end
  8458. end
  8459.  
  8460. if found == false then
  8461. for i = 1,#Melee do
  8462. if CurrentGun ~= nil then
  8463. if Melee[i] == CurrentGun.Name then
  8464. found = true
  8465. Min = 0
  8466. Max = 0
  8467. break
  8468. end
  8469. end
  8470. end
  8471. end
  8472.  
  8473. if found == false then
  8474. Min = 0
  8475. Max = 0
  8476. end
  8477.  
  8478. if part.Parent.Name == "Map" then
  8479. if part.Size.X <= Min and part.Size.Z <= Min and part.Size.Y >= Max then
  8480. hitting = true
  8481. parter = part
  8482. elseif part.Size.X <= Min and part.Size.Z >= Max and part.Size.Y >= Max then
  8483. hitting = true
  8484. parter = part
  8485. elseif part.Size.X <= Min and part.Size.Z >= Max and part.Size.Y <= Min then
  8486. hitting = true
  8487. parter = part
  8488. elseif part.Size.X <= Min and part.Size.Z <= Min and part.Size.Y <= Min then
  8489. hitting = true
  8490. parter = part
  8491. elseif part.Size.X <= Min and part.Size.Z >= Min and part.Size.Y <= Min then
  8492. hitting = true
  8493. parter = part
  8494. elseif part.Size.X >= Max and part.Size.Z <= Min and part.Size.Y <= Min then
  8495. hitting = true
  8496. parter = part
  8497. elseif part.Size.X >= Max and part.Size.Z >= Max and part.Size.Y <= Min-1 then
  8498. hitting = true
  8499. parter = part
  8500. elseif part.Size.X <= Min and part.Size.Z <= Min and part.Size.Y <= Max then
  8501. hitting = true
  8502. parter = part
  8503. elseif part.Size.X <= Min and part.Size.Z <= Min and part.Size.Y >= Max then
  8504. hitting = true
  8505. parter = part
  8506. elseif part.Size.X <= Min or part.Size.Z <= Min or part.Size.Z <= Min then
  8507. hitting = true
  8508. parter = part
  8509. end
  8510. end
  8511. end
  8512. end
  8513. if hitting == true then
  8514. hitting = false
  8515. part = parter
  8516. list = {}
  8517. pos1 = part.Position - (part.Size/2) - Vector3.new(0.01,0.01,0.01)
  8518. pos2 = part.Position + (part.Size/2) + Vector3.new(0.01,0.01,0.01)
  8519. Reg = Region3.new(pos1, pos2)
  8520. TouchingParts = game.Workspace:FindPartsInRegion3(Reg)
  8521. o = 1
  8522. if TouchingParts ~= nil then
  8523. for i,v in pairs(TouchingParts) do
  8524. if v ~= parter then
  8525.  
  8526.  
  8527. part = v
  8528. if part.Parent.Name == "Map" then
  8529. if part.Size.X <= Min and part.Size.Z <= Min and part.Size.Y >= Max then
  8530. hitting = true
  8531. parter = part
  8532. elseif part.Size.X <= Min and part.Size.Z >= Max and part.Size.Y >= Max then
  8533. hitting = true
  8534. parter = part
  8535. elseif part.Size.X <= Min and part.Size.Z >= Max and part.Size.Y <= Min then
  8536. hitting = true
  8537. parter = part
  8538. elseif part.Size.X <= Min and part.Size.Z <= Min and part.Size.Y <= Min then
  8539. hitting = true
  8540. parter = part
  8541. elseif part.Size.X <= Min and part.Size.Z >= Min and part.Size.Y <= Min then
  8542. hitting = true
  8543. parter = part
  8544. elseif part.Size.X >= Max and part.Size.Z <= Min and part.Size.Y <= Min then
  8545. hitting = true
  8546. parter = part
  8547. elseif part.Size.X >= Max and part.Size.Z >= Max and part.Size.Y <= Min-1 then
  8548. hitting = true
  8549. parter = part
  8550. elseif part.Size.X <= Min and part.Size.Z <= Min and part.Size.Y <= Max then
  8551. hitting = true
  8552. parter = part
  8553. elseif part.Size.X <= Min and part.Size.Z <= Min and part.Size.Y >= Max then
  8554. hitting = true
  8555. parter = part
  8556. elseif part.Size.X <= Min or part.Size.Z <= Min or part.Size.Z <= Min then
  8557. hitting = true
  8558. parter = part
  8559. end
  8560. end
  8561.  
  8562.  
  8563. if hitting == true then
  8564. table.insert(list, o, v)
  8565. o = o + 1
  8566. end
  8567. end
  8568. end
  8569. end
  8570.  
  8571. hitting = false
  8572.  
  8573. part = parter
  8574.  
  8575. pos1 = part.Position + (part.Size/2) + Vector3.new(0.01,0.01,0.01)
  8576. pos2 = part.Position - (part.Size/2) - Vector3.new(0.01,0.01,0.01)
  8577.  
  8578. local ray = Ray.new(game:GetService("Players").LocalPlayer.Character.Head.CFrame.p, (v.Character.Head.CFrame.p - game:GetService("Players").LocalPlayer.Character.Head.CFrame.p).unit * 2000)
  8579. local part, position = workspace:FindPartOnRayWithIgnoreList(ray, {game:GetService("Players").LocalPlayer.Character, workspace.CurrentCamera, workspace.Ignore, parter, unpack(list)}, false, true)
  8580. if part then
  8581. if part.Parent == v.Character then
  8582. hitting = true
  8583. end
  8584. end
  8585. if hitting == false then
  8586. v.Character.HumanoidRootPart.ESP.Frame.BackgroundColor3 = Color3.new(1, 0, 0)
  8587. elseif hitting == true then
  8588. if ((parter.Position - v.Character.HumanoidRootPart.Position).magnitude) <= 40 then
  8589. v.Character.HumanoidRootPart.ESP.Frame.BackgroundColor3 = Color3.new(1, 0.666667, 0)
  8590. else
  8591. v.Character.HumanoidRootPart.ESP.Frame.BackgroundColor3 = Color3.new(1, 0, 0)
  8592. end
  8593. end
  8594.  
  8595. elseif hitting == false then
  8596. v.Character.HumanoidRootPart.ESP.Frame.BackgroundColor3 = Color3.new(1, 0, 0)
  8597. end
  8598. end
  8599. end
  8600.  
  8601.  
  8602.  
  8603. elseif pass == true then
  8604. local ESP = Instance.new("BillboardGui",v.Character.HumanoidRootPart)
  8605. ESP.Name = "ESP"
  8606. ESP.Size = UDim2.new(6, 0, 8, 0)
  8607. ESP.StudsOffset = Vector3.new(0, 0.75, 0)
  8608. ESP.AlwaysOnTop = true
  8609. local Frame = Instance.new("Frame",ESP)
  8610. Frame.ZIndex = 1000
  8611. Frame.Size = UDim2.new(0.6, 0, 0.8, 0)
  8612. Frame.Position = UDim2.new(0.2, 0, 0.3, 0)
  8613. Frame.BorderSizePixel = 3
  8614. Frame.BackgroundTransparency = 0.3
  8615. Frame.BackgroundColor3 = Color3.new(1, 0.666667, 0)
  8616. Label = Instance.new("TextLabel", ESP)
  8617. Label.Position = UDim2.new(0, 0, -0.1, 0)
  8618. Label.Size = UDim2.new(1, 0, 0.3, 0)
  8619. Label.Font = "SourceSansLight"
  8620. Label.TextColor3 = Color3.new(1,1,1)
  8621. Label.TextStrokeColor3 = Color3.new(0,0,0)
  8622. Label.TextStrokeTransparency = 0
  8623. Label.BackgroundColor3 = Color3.new(1, 1, 1)
  8624. Label.TextScaled = true
  8625. Label.Text = v.Name.." Distance: "..math.floor(((game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position - v.Character.HumanoidRootPart.Position).magnitude))
  8626. Label.BackgroundTransparency = 1
  8627. end
  8628. end
  8629. end
  8630. end
  8631. end
  8632. end
  8633. end
  8634. end
  8635. end
  8636.  
  8637. if game.PlaceId ~= 606849621 or 292439477 then
  8638. warn("Unjailbreak Is Not Compatible With This Game!")
  8639. end
  8640. end)
  8641.  
  8642. Close_2.Name = "Close"
  8643. Close_2.Parent = GuiFrame
  8644. Close_2.BackgroundColor3 = Color3.new(0, 0, 0)
  8645. Close_2.BorderColor3 = Color3.new(0, 0, 0)
  8646. Close_2.Position = UDim2.new(0.0350877568, 0, -0.0605810098, 0)
  8647. Close_2.Size = UDim2.new(0, 42, 0, 40)
  8648. Close_2.Text = "X"
  8649. Close_2.TextColor3 = Color3.new(0.333333, 1, 1)
  8650. Close_2.TextSize = 14
  8651. Close_2.MouseButton1Down:connect(function()
  8652. GuiFrame.Visible =false
  8653. OpenFrame.Visible =true
  8654. end)
  8655.  
  8656. Boat.Name = "Boat"
  8657. Boat.Parent = GuiFrame
  8658. Boat.BackgroundColor3 = Color3.new(1, 1, 1)
  8659. Boat.Position = UDim2.new(0.0307017565, 0, 0.634446383, 0)
  8660. Boat.Size = UDim2.new(0, 200, 0, 56)
  8661. Boat.Style = Enum.ButtonStyle.RobloxButton
  8662. Boat.Font = Enum.Font.SciFi
  8663. Boat.Text = "Build A Boat"
  8664. Boat.TextColor3 = Color3.new(0.333333, 1, 1)
  8665. Boat.TextSize = 14
  8666. Boat.MouseButton1Down:connect(function()
  8667. -->*Gui By Kermit*<--
  8668. -->*+Rep Will Always Be Welcome*<--
  8669. -->*Anyway Enjoy The Gui*<--
  8670.  
  8671.  
  8672. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Successfully Loaded In!!!" ,"All")
  8673.  
  8674.  
  8675. local ScreenGui = Instance.new("ScreenGui")
  8676. local Frame = Instance.new("Frame")
  8677. local Label = Instance.new("TextLabel")
  8678. local Label_2 = Instance.new("TextLabel")
  8679. local Label_3 = Instance.new("TextLabel")
  8680. local Yellow = Instance.new("TextButton")
  8681. local black = Instance.new("TextButton")
  8682. local blue = Instance.new("TextButton")
  8683. local white = Instance.new("TextButton")
  8684. local blue_2 = Instance.new("TextButton")
  8685. local red = Instance.new("TextButton")
  8686. local Green = Instance.new("TextButton")
  8687. local black_2 = Instance.new("TextButton")
  8688. local red_2 = Instance.new("TextButton")
  8689. local chicken = Instance.new("TextButton")
  8690. local Yellow_2 = Instance.new("TextButton")
  8691. local Green_2 = Instance.new("TextButton")
  8692. local Gold = Instance.new("TextButton")
  8693. local MorphToFox = Instance.new("TextButton")
  8694. local Speed = Instance.new("TextButton")
  8695. local Penguin = Instance.new("TextButton")
  8696. local Label_4 = Instance.new("TextLabel")
  8697. local AFK = Instance.new("TextButton")
  8698.  
  8699. -- Properties
  8700.  
  8701. ScreenGui.Parent = game.CoreGui
  8702.  
  8703. Frame.Parent = ScreenGui
  8704. Frame.Active = true
  8705. Frame.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  8706. Frame.BackgroundTransparency = 0.10000000149012
  8707. Frame.BorderColor3 = Color3.new(1, 1, 1)
  8708. Frame.Draggable = true
  8709. Frame.Position = UDim2.new(0.136999995, 0, 0.0149999997, 0)
  8710. Frame.Selectable = true
  8711. Frame.Size = UDim2.new(0.0699999928, 372, 0.00999999978, 441)
  8712.  
  8713. Label.Name = "Label"
  8714. Label.Parent = Frame
  8715. Label.BackgroundColor3 = Color3.new(0, 0, 0)
  8716. Label.BackgroundTransparency = 1
  8717. Label.BorderColor3 = Color3.new(1, 1, 1)
  8718. Label.BorderSizePixel = 2
  8719. Label.Position = UDim2.new(0.0857142806, 0, 0.669999659, 0)
  8720. Label.Size = UDim2.new(0.0899999887, 288, -0.0299999993, 48)
  8721. Label.Font = Enum.Font.Cartoon
  8722. Label.Text = "Team Changes"
  8723. Label.TextColor3 = Color3.new(1, 1, 1)
  8724. Label.TextScaled = true
  8725. Label.TextSize = 14
  8726. Label.TextWrapped = true
  8727.  
  8728. Label_2.Name = "Label"
  8729. Label_2.Parent = Frame
  8730. Label_2.BackgroundColor3 = Color3.new(0, 0, 0)
  8731. Label_2.BackgroundTransparency = 1
  8732. Label_2.BorderColor3 = Color3.new(1, 1, 1)
  8733. Label_2.BorderSizePixel = 2
  8734. Label_2.Position = UDim2.new(0.115714274, 0, 0.389999926, 0)
  8735. Label_2.Size = UDim2.new(0.0799999908, 288, -0.0299999993, 48)
  8736. Label_2.Font = Enum.Font.Cartoon
  8737. Label_2.Text = "Flood"
  8738. Label_2.TextColor3 = Color3.new(1, 1, 1)
  8739. Label_2.TextScaled = true
  8740. Label_2.TextSize = 14
  8741. Label_2.TextWrapped = true
  8742.  
  8743. Label_3.Name = "Label"
  8744. Label_3.Parent = Frame
  8745. Label_3.BackgroundColor3 = Color3.new(0, 0, 0)
  8746. Label_3.BackgroundTransparency = 1
  8747. Label_3.BorderColor3 = Color3.new(1, 1, 1)
  8748. Label_3.BorderSizePixel = 2
  8749. Label_3.Position = UDim2.new(0.135714278, 0, 0, 0)
  8750. Label_3.Size = UDim2.new(0, 288, 0, 48)
  8751. Label_3.ZIndex = 6
  8752. Label_3.Font = Enum.Font.Code
  8753. Label_3.Text = "Build A boat For Treasure killer V3.0"
  8754. Label_3.TextColor3 = Color3.new(1, 1, 1)
  8755. Label_3.TextScaled = true
  8756. Label_3.TextSize = 17
  8757. Label_3.TextStrokeTransparency = 5
  8758. Label_3.TextWrapped = true
  8759.  
  8760. Yellow.Name = "Yellow"
  8761. Yellow.Parent = Frame
  8762. Yellow.AnchorPoint = Vector2.new(0.5, 0)
  8763. Yellow.BackgroundColor3 = Color3.new(0.164706, 0.164706, 0.164706)
  8764. Yellow.BorderColor3 = Color3.new(1, 1, 1)
  8765. Yellow.Position = UDim2.new(0.483886153, 0, 0.480000019, 0)
  8766. Yellow.Size = UDim2.new(0, 100, 0, 30)
  8767. Yellow.AutoButtonColor = false
  8768. Yellow.Font = Enum.Font.SourceSansBold
  8769. Yellow.Text = "Flood Yellow"
  8770. Yellow.TextColor3 = Color3.new(1, 1, 0)
  8771. Yellow.TextSize = 14
  8772.  
  8773. black.Name = "black"
  8774. black.Parent = Frame
  8775. black.AnchorPoint = Vector2.new(0.5, 0)
  8776. black.BackgroundColor3 = Color3.new(0.164706, 0.164706, 0.164706)
  8777. black.BorderColor3 = Color3.new(1, 1, 1)
  8778. black.Position = UDim2.new(0.191469193, 0, 0.480000019, 0)
  8779. black.Size = UDim2.new(0, 100, 0, 30)
  8780. black.AutoButtonColor = false
  8781. black.Font = Enum.Font.SourceSansBold
  8782. black.Text = "Flood Black"
  8783. black.TextColor3 = Color3.new(0, 0, 0)
  8784. black.TextSize = 14
  8785.  
  8786. blue.Name = "blue"
  8787. blue.Parent = Frame
  8788. blue.AnchorPoint = Vector2.new(0.5, 0)
  8789. blue.BackgroundColor3 = Color3.new(0.164706, 0.164706, 0.164706)
  8790. blue.BorderColor3 = Color3.new(1, 1, 1)
  8791. blue.Position = UDim2.new(0.801999509, 0, 0.579999924, 0)
  8792. blue.Size = UDim2.new(0, 100, 0, 30)
  8793. blue.AutoButtonColor = false
  8794. blue.Font = Enum.Font.SourceSansBold
  8795. blue.Text = "Flood Blue"
  8796. blue.TextColor3 = Color3.new(0.380392, 0.419608, 1)
  8797. blue.TextSize = 14
  8798.  
  8799. white.Name = "white"
  8800. white.Parent = Frame
  8801. white.AnchorPoint = Vector2.new(0.5, 0)
  8802. white.BackgroundColor3 = Color3.new(0.164706, 0.164706, 0.164706)
  8803. white.BorderColor3 = Color3.new(1, 1, 1)
  8804. white.Position = UDim2.new(0.180000007, 0, 0.909999907, 0)
  8805. white.Size = UDim2.new(0, 100, 0, 30)
  8806. white.AutoButtonColor = false
  8807. white.Font = Enum.Font.SourceSansBold
  8808. white.Text = "Team all white"
  8809. white.TextColor3 = Color3.new(1, 1, 1)
  8810. white.TextSize = 14
  8811.  
  8812. blue_2.Name = "blue"
  8813. blue_2.Parent = Frame
  8814. blue_2.AnchorPoint = Vector2.new(0.5, 0)
  8815. blue_2.BackgroundColor3 = Color3.new(0.164706, 0.164706, 0.164706)
  8816. blue_2.BorderColor3 = Color3.new(1, 1, 1)
  8817. blue_2.Position = UDim2.new(0.791999519, 0, 0.809999704, 0)
  8818. blue_2.Size = UDim2.new(0, 100, 0, 30)
  8819. blue_2.AutoButtonColor = false
  8820. blue_2.Font = Enum.Font.SourceSansBold
  8821. blue_2.Text = "Team all Blue"
  8822. blue_2.TextColor3 = Color3.new(0.380392, 0.419608, 1)
  8823. blue_2.TextSize = 14
  8824.  
  8825. red.Name = "red"
  8826. red.Parent = Frame
  8827. red.AnchorPoint = Vector2.new(0.5, 0)
  8828. red.BackgroundColor3 = Color3.new(0.164706, 0.164706, 0.164706)
  8829. red.BorderColor3 = Color3.new(1, 1, 1)
  8830. red.Position = UDim2.new(0.791999996, 0, 0.910000026, 0)
  8831. red.Size = UDim2.new(0, 100, 0, 30)
  8832. red.AutoButtonColor = false
  8833. red.Font = Enum.Font.SourceSansBold
  8834. red.Text = "Team all Red"
  8835. red.TextColor3 = Color3.new(1, 0.168627, 0.180392)
  8836. red.TextSize = 14
  8837.  
  8838. Green.Name = "Green"
  8839. Green.Parent = Frame
  8840. Green.AnchorPoint = Vector2.new(0.5, 0)
  8841. Green.BackgroundColor3 = Color3.new(0.164706, 0.164706, 0.164706)
  8842. Green.BorderColor3 = Color3.new(1, 1, 1)
  8843. Green.Position = UDim2.new(0.180999979, 0, 0.810000002, 0)
  8844. Green.Size = UDim2.new(0, 100, 0, 30)
  8845. Green.AutoButtonColor = false
  8846. Green.Font = Enum.Font.SourceSansBold
  8847. Green.Text = "Team all Green"
  8848. Green.TextColor3 = Color3.new(0, 0.333333, 0)
  8849. Green.TextSize = 14
  8850.  
  8851. black_2.Name = "black"
  8852. black_2.Parent = Frame
  8853. black_2.AnchorPoint = Vector2.new(0.5, 0)
  8854. black_2.BackgroundColor3 = Color3.new(0.164706, 0.164706, 0.164706)
  8855. black_2.BorderColor3 = Color3.new(1, 1, 1)
  8856. black_2.Position = UDim2.new(0.473999977, 0, 0.810000122, 0)
  8857. black_2.Size = UDim2.new(0, 100, 0, 30)
  8858. black_2.AutoButtonColor = false
  8859. black_2.Font = Enum.Font.SourceSansBold
  8860. black_2.Text = "Team all Black"
  8861. black_2.TextColor3 = Color3.new(0, 0, 0)
  8862. black_2.TextSize = 14
  8863.  
  8864. red_2.Name = "red"
  8865. red_2.Parent = Frame
  8866. red_2.AnchorPoint = Vector2.new(0.5, 0)
  8867. red_2.BackgroundColor3 = Color3.new(0.164706, 0.164706, 0.164706)
  8868. red_2.BorderColor3 = Color3.new(1, 1, 1)
  8869. red_2.Position = UDim2.new(0.483886153, 0, 0.579999924, 0)
  8870. red_2.Size = UDim2.new(0, 100, 0, 30)
  8871. red_2.AutoButtonColor = false
  8872. red_2.Font = Enum.Font.SourceSansBold
  8873. red_2.Text = "Flood Red"
  8874. red_2.TextColor3 = Color3.new(1, 0.168627, 0.180392)
  8875. red_2.TextSize = 14
  8876.  
  8877. chicken.Name = "chicken"
  8878. chicken.Parent = Frame
  8879. chicken.AnchorPoint = Vector2.new(0.5, 0)
  8880. chicken.BackgroundColor3 = Color3.new(0.164706, 0.164706, 0.164706)
  8881. chicken.BorderColor3 = Color3.new(1, 1, 1)
  8882. chicken.Position = UDim2.new(0.800999999, 0, 0.230000004, 0)
  8883. chicken.Size = UDim2.new(0, 100, 0, 30)
  8884. chicken.AutoButtonColor = false
  8885. chicken.Modal = true
  8886. chicken.Font = Enum.Font.SourceSansBold
  8887. chicken.Text = "Morph To Chicken"
  8888. chicken.TextColor3 = Color3.new(1, 1, 1)
  8889. chicken.TextSize = 14
  8890.  
  8891. Yellow_2.Name = "Yellow"
  8892. Yellow_2.Parent = Frame
  8893. Yellow_2.AnchorPoint = Vector2.new(0.5, 0)
  8894. Yellow_2.BackgroundColor3 = Color3.new(0.164706, 0.164706, 0.164706)
  8895. Yellow_2.BorderColor3 = Color3.new(1, 1, 1)
  8896. Yellow_2.Position = UDim2.new(0.473886162, 0, 0.909999609, 0)
  8897. Yellow_2.Size = UDim2.new(0, 100, 0, 30)
  8898. Yellow_2.AutoButtonColor = false
  8899. Yellow_2.Font = Enum.Font.SourceSansBold
  8900. Yellow_2.Text = "Team all Yellow"
  8901. Yellow_2.TextColor3 = Color3.new(1, 1, 0)
  8902. Yellow_2.TextSize = 14
  8903.  
  8904. Green_2.Name = "Green"
  8905. Green_2.Parent = Frame
  8906. Green_2.AnchorPoint = Vector2.new(0.5, 0)
  8907. Green_2.BackgroundColor3 = Color3.new(0.164706, 0.164706, 0.164706)
  8908. Green_2.BorderColor3 = Color3.new(1, 1, 1)
  8909. Green_2.Position = UDim2.new(0.801421285, 0, 0.480000019, 0)
  8910. Green_2.Size = UDim2.new(0, 100, 0, 30)
  8911. Green_2.AutoButtonColor = false
  8912. Green_2.Font = Enum.Font.SourceSansBold
  8913. Green_2.Text = "Flood Green"
  8914. Green_2.TextColor3 = Color3.new(0, 0.333333, 0)
  8915. Green_2.TextSize = 14
  8916.  
  8917. Gold.Name = "Gold"
  8918. Gold.Parent = Frame
  8919. Gold.AnchorPoint = Vector2.new(0.5, 0)
  8920. Gold.BackgroundColor3 = Color3.new(0.164706, 0.164706, 0.164706)
  8921. Gold.BorderColor3 = Color3.new(1, 1, 1)
  8922. Gold.Position = UDim2.new(0.490999997, 0, 0.230000004, 0)
  8923. Gold.Size = UDim2.new(0, 100, 0, 30)
  8924. Gold.AutoButtonColor = false
  8925. Gold.Font = Enum.Font.SourceSansBold
  8926. Gold.Text = "Gold!"
  8927. Gold.TextColor3 = Color3.new(1, 1, 1)
  8928. Gold.TextSize = 14
  8929.  
  8930. MorphToFox.Name = "Morph To Fox"
  8931. MorphToFox.Parent = Frame
  8932. MorphToFox.AnchorPoint = Vector2.new(0.5, 0)
  8933. MorphToFox.BackgroundColor3 = Color3.new(0.164706, 0.164706, 0.164706)
  8934. MorphToFox.BorderColor3 = Color3.new(1, 1, 1)
  8935. MorphToFox.Position = UDim2.new(0.191, 0, 0.230000004, 0)
  8936. MorphToFox.Size = UDim2.new(0, 100, 0, 30)
  8937. MorphToFox.AutoButtonColor = false
  8938. MorphToFox.Font = Enum.Font.SourceSansBold
  8939. MorphToFox.Text = "Morph To Fox"
  8940. MorphToFox.TextColor3 = Color3.new(1, 1, 1)
  8941. MorphToFox.TextSize = 14
  8942.  
  8943. Speed.Name = "Speed"
  8944. Speed.Parent = Frame
  8945. Speed.AnchorPoint = Vector2.new(0.5, 0)
  8946. Speed.BackgroundColor3 = Color3.new(0.164706, 0.164706, 0.164706)
  8947. Speed.BorderColor3 = Color3.new(1, 1, 1)
  8948. Speed.Position = UDim2.new(0.191000193, 0, 0.319999933, 0)
  8949. Speed.Size = UDim2.new(0, 100, -0.00999999978, 30)
  8950. Speed.AutoButtonColor = false
  8951. Speed.Font = Enum.Font.SourceSansBold
  8952. Speed.Text = "Speed"
  8953. Speed.TextColor3 = Color3.new(1, 1, 1)
  8954. Speed.TextSize = 14
  8955.  
  8956. Penguin.Name = "Penguin"
  8957. Penguin.Parent = Frame
  8958. Penguin.AnchorPoint = Vector2.new(0.5, 0)
  8959. Penguin.BackgroundColor3 = Color3.new(0.164706, 0.164706, 0.164706)
  8960. Penguin.BorderColor3 = Color3.new(1, 1, 1)
  8961. Penguin.Position = UDim2.new(0.490999997, 0, 0.319999933, 0)
  8962. Penguin.Size = UDim2.new(0, 100, -0.00999999978, 30)
  8963. Penguin.AutoButtonColor = false
  8964. Penguin.Font = Enum.Font.SourceSansBold
  8965. Penguin.Text = "Morph To Penguin"
  8966. Penguin.TextColor3 = Color3.new(1, 1, 1)
  8967. Penguin.TextSize = 14
  8968.  
  8969.  
  8970. Penguin.MouseButton1Down:connect(function()
  8971. local A_1 = "PenguinCharacter"
  8972. local Event = game:GetService("Workspace").ChangeCharacter
  8973. Event:FireServer(A_1)
  8974. end)
  8975.  
  8976. Label_4.Name = "Label"
  8977. Label_4.Parent = Frame
  8978. Label_4.BackgroundColor3 = Color3.new(0, 0, 0)
  8979. Label_4.BackgroundTransparency = 1
  8980. Label_4.BorderColor3 = Color3.new(1, 1, 1)
  8981. Label_4.BorderSizePixel = 2
  8982. Label_4.Position = UDim2.new(0.115714274, 0, 0.129999995, 0)
  8983. Label_4.Size = UDim2.new(0.0799999908, 288, -0.0299999993, 48)
  8984. Label_4.Font = Enum.Font.Cartoon
  8985. Label_4.Text = "LocalPlayer Stuff"
  8986. Label_4.TextColor3 = Color3.new(1, 1, 1)
  8987. Label_4.TextScaled = true
  8988. Label_4.TextSize = 14
  8989. Label_4.TextWrapped = true
  8990.  
  8991. AFK.Name = "AFK"
  8992. AFK.Parent = Frame
  8993. AFK.AnchorPoint = Vector2.new(0.5, 0)
  8994. AFK.BackgroundColor3 = Color3.new(0.164706, 0.164706, 0.164706)
  8995. AFK.BorderColor3 = Color3.new(1, 1, 1)
  8996. AFK.Position = UDim2.new(0.800999701, 0, 0.319999933, 0)
  8997. AFK.Size = UDim2.new(0, 100, -0.00999999978, 30)
  8998. AFK.AutoButtonColor = false
  8999. AFK.Font = Enum.Font.SourceSansBold
  9000. AFK.Text = "AFK Gold Farm."
  9001. AFK.TextColor3 = Color3.new(1, 1, 1)
  9002. AFK.TextSize = 14
  9003.  
  9004.  
  9005.  
  9006. Yellow.MouseButton1Down:connect(function()
  9007. local YellowEvent = game:GetService("Workspace")["New YellerZone"].RE
  9008. YellowEvent:FireServer()
  9009. end)
  9010.  
  9011. black.MouseButton1Down:connect(function()
  9012. local BlackEvent = game:GetService("Workspace").BlackZone.RE
  9013. BlackEvent:FireServer()
  9014. end)
  9015.  
  9016. blue.MouseButton1Down:connect(function()
  9017. local BlueEvent = game:GetService("Workspace")["Really blueZone"].RE
  9018. BlueEvent:FireServer()
  9019. end)
  9020.  
  9021. white.MouseButton1Down:connect(function()
  9022. local ASD = game.Teams:GetChildren()
  9023. for _,obj in pairs(ASD) do
  9024. obj.Name = "Team".._
  9025. end
  9026.  
  9027. for i, v in pairs(game.Players:GetPlayers()) do
  9028.  
  9029. game.Workspace.ChangeTeam:FireServer(game.Teams["Team1"].TeamColor, v)
  9030. end
  9031. end)
  9032.  
  9033. blue_2.MouseButton1Down:connect(function()
  9034. local ASD = game.Teams:GetChildren()
  9035. for _,obj in pairs(ASD) do
  9036. obj.Name = "Team".._
  9037. end
  9038.  
  9039. for i, v in pairs(game.Players:GetPlayers()) do
  9040.  
  9041. game.Workspace.ChangeTeam:FireServer(game.Teams["Team2"].TeamColor, v)
  9042. end
  9043. end)
  9044.  
  9045. red.MouseButton1Down:connect(function()
  9046. local ASD = game.Teams:GetChildren()
  9047. for _,obj in pairs(ASD) do
  9048. obj.Name = "Team".._
  9049. end
  9050.  
  9051. for i, v in pairs(game.Players:GetPlayers()) do
  9052.  
  9053. game.Workspace.ChangeTeam:FireServer(game.Teams["Team4"].TeamColor, v)
  9054. end
  9055. end)
  9056.  
  9057.  
  9058. Green.MouseButton1Down:connect(function()
  9059. local ASD = game.Teams:GetChildren()
  9060. for _,obj in pairs(ASD) do
  9061. obj.Name = "Team".._
  9062. end
  9063.  
  9064. for i, v in pairs(game.Players:GetPlayers()) do
  9065.  
  9066. game.Workspace.ChangeTeam:FireServer(game.Teams["Team3"].TeamColor, v)
  9067. end
  9068. end)
  9069.  
  9070. black_2.MouseButton1Down:connect(function()
  9071. local ASD = game.Teams:GetChildren()
  9072. for _,obj in pairs(ASD) do
  9073. obj.Name = "Team".._
  9074. end
  9075.  
  9076. for i, v in pairs(game.Players:GetPlayers()) do
  9077.  
  9078. game.Workspace.ChangeTeam:FireServer(game.Teams["Team5"].TeamColor, v)
  9079. end
  9080. end)
  9081.  
  9082.  
  9083. red_2.MouseButton1Down:connect(function()
  9084. local RedEvent = game:GetService("Workspace")["Really redZone"].RE
  9085. RedEvent:FireServer()
  9086. end)
  9087.  
  9088. Green_2.MouseButton1Down:connect(function()
  9089. local GreenEvent = game:GetService("Workspace").CamoZone.RE
  9090. GreenEvent:FireServer()
  9091. end)
  9092.  
  9093. Gold.MouseButton1Down:connect(function()
  9094. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(x,y,1360)
  9095. wait(0,6)
  9096. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(x,y,1606)
  9097. wait(0,6)
  9098. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(x,y,2110)
  9099. wait(0,6)
  9100. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(x,y,2356)
  9101. wait(0,6)
  9102. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(x,y,2860)
  9103. wait(0,6)
  9104. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(x,y,3610)
  9105. wait(0,6)
  9106. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(x,y,3856)
  9107. wait(0,6)
  9108. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(x,y,4360)
  9109. wait(0,6)
  9110. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(x,y,4606)
  9111. wait(0,6)
  9112. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(x,y,5111)
  9113. wait(0,6)
  9114. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(x,y,5356)
  9115. wait(0,6)
  9116. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(x,y,5860)
  9117. wait(0,6)
  9118. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(x,y,6106)
  9119. wait(0,6)
  9120. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(x,y,6610)
  9121. wait(0,6)
  9122. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(x,y,6857)
  9123. wait(0,6)
  9124. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(x,y,7360)
  9125. wait(0,6)
  9126. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(x,y,7606)
  9127. wait(0,6)
  9128. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(x,y,8110)
  9129. wait(0,6)
  9130. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(x,y,8356)
  9131. wait(0,6)
  9132. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-60,-250,9523)
  9133. wait(0,6)
  9134. end)
  9135.  
  9136.  
  9137.  
  9138. Yellow_2.MouseButton1Down:connect(function()
  9139. local ASD = game.Teams:GetChildren()
  9140. for _,obj in pairs(ASD) do
  9141. obj.Name = "Team".._
  9142. end
  9143.  
  9144. for i, v in pairs(game.Players:GetPlayers()) do
  9145.  
  9146. game.Workspace.ChangeTeam:FireServer(game.Teams["Team6"].TeamColor, v)
  9147. end
  9148. end)
  9149.  
  9150. MorphToFox.MouseButton1Down:connect(function()
  9151. local A_1 = "FoxCharacter"
  9152. local Event = game:GetService("Workspace").ChangeCharacter
  9153. Event:FireServer(A_1)
  9154. end)
  9155.  
  9156. chicken.MouseButton1Down:connect(function()
  9157. local A_1 = "ChickenCharacter"
  9158. local Event = game:GetService("Workspace").ChangeCharacter
  9159. Event:FireServer(A_1)
  9160. end)
  9161.  
  9162. Speed.MouseButton1Down:connect(function()
  9163. while true do
  9164. wait()
  9165. local char = game.Players.LocalPlayer.Character
  9166. if char:FindFirstChild("Humanoid") ~= nil then
  9167. char.Humanoid.WalkSpeed = 50
  9168. --[[else
  9169. print("w0t's goin onn??")]]
  9170. end
  9171. end
  9172. end)
  9173.  
  9174.  
  9175.  
  9176. AFK.MouseButton1Down:connect(function()
  9177. while true do
  9178. wait(4)
  9179. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(x,y,1360)
  9180. wait(0,6)
  9181. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(x,y,1606)
  9182. wait(0,6)
  9183. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(x,y,2110)
  9184. wait(0,6)
  9185. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(x,y,2356)
  9186. wait(0,6)
  9187. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(x,y,2860)
  9188. wait(0,6)
  9189. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(x,y,3610)
  9190. wait(0,6)
  9191. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(x,y,3856)
  9192. wait(0,6)
  9193. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(x,y,4360)
  9194. wait(0,6)
  9195. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(x,y,4606)
  9196. wait(0,6)
  9197. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(x,y,5111)
  9198. wait(0,6)
  9199. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(x,y,5356)
  9200. wait(0,6)
  9201. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(x,y,5860)
  9202. wait(0,6)
  9203. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(x,y,6106)
  9204. wait(0,6)
  9205. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(x,y,6610)
  9206. wait(0,6)
  9207. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(x,y,6857)
  9208. wait(0,6)
  9209. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(x,y,7360)
  9210. wait(0,6)
  9211. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(x,y,7606)
  9212. wait(0,6)
  9213. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(x,y,8110)
  9214. wait(0,6)
  9215. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(x,y,8356)
  9216. wait(0,6)
  9217. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-60,-250,9523)
  9218. wait(0,6)
  9219. end
  9220. end)
  9221. end)
  9222.  
  9223. TextLabel.Parent = GuiFrame
  9224. TextLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  9225. TextLabel.BorderColor3 = Color3.new(0, 0, 0)
  9226. TextLabel.Position = UDim2.new(-0.0175439119, 0, 0.803163409, 0)
  9227. TextLabel.Size = UDim2.new(0, 219, 0, 72)
  9228. TextLabel.Font = Enum.Font.SciFi
  9229. TextLabel.Text = "Warning This Is In Beta WOW!"
  9230. TextLabel.TextColor3 = Color3.new(0.333333, 1, 1)
  9231. TextLabel.TextSize = 14
  9232.  
  9233. How2UseFrame.Name = "How2UseFrame"
  9234. How2UseFrame.Parent = GalaxyHub
  9235. How2UseFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  9236. How2UseFrame.Size = UDim2.new(0, 468, 0, 92)
  9237. How2UseFrame.Visible = false
  9238. How2UseFrame.Style = Enum.FrameStyle.DropShadow
  9239.  
  9240. How2UseTxt.Name = "How2Use Txt"
  9241. How2UseTxt.Parent = How2UseFrame
  9242. How2UseTxt.BackgroundColor3 = Color3.new(0, 0, 0)
  9243. How2UseTxt.BorderColor3 = Color3.new(0, 0, 0)
  9244. How2UseTxt.Position = UDim2.new(0.0612047762, 0, 0.108695656, 0)
  9245. How2UseTxt.Size = UDim2.new(0, 403, 0, 59)
  9246. How2UseTxt.SizeConstraint = Enum.SizeConstraint.RelativeYY
  9247. How2UseTxt.Font = Enum.Font.SciFi
  9248. How2UseTxt.Text = "So I See You Need Help Well Go To https://pastebin.com/zrkCr9v7"
  9249. How2UseTxt.TextColor3 = Color3.new(0.333333, 1, 1)
  9250. How2UseTxt.TextSize = 14
  9251.  
  9252. TextButton.Parent = How2UseFrame
  9253. TextButton.BackgroundColor3 = Color3.new(0, 0, 0)
  9254. TextButton.BorderColor3 = Color3.new(0, 0, 0)
  9255. TextButton.Position = UDim2.new(0.865384638, 0, 0.641304374, 0)
  9256. TextButton.Size = UDim2.new(0, 32, 0, 18)
  9257. TextButton.Text = "X"
  9258. TextButton.TextColor3 = Color3.new(0.333333, 1, 1)
  9259. TextButton.TextSize = 14
  9260. TextButton.MouseButton1Down:connect(function()
  9261. How2UseFrame.Visible =false
  9262. HelpFrame.Visible =false
  9263. end)
  9264.  
  9265. HelpFrame.Name = "HelpFrame"
  9266. HelpFrame.Parent = GalaxyHub
  9267. HelpFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  9268. HelpFrame.Position = UDim2.new(-1.33216381e-05, 0, 0.874151528, 0)
  9269. HelpFrame.Size = UDim2.new(0, 186, 0, 57)
  9270. HelpFrame.Style = Enum.FrameStyle.DropShadow
  9271.  
  9272. TextButton_2.Parent = HelpFrame
  9273. TextButton_2.BackgroundColor3 = Color3.new(0, 0, 0)
  9274. TextButton_2.Position = UDim2.new(0.102150537, 0, 0.19298245, 0)
  9275. TextButton_2.Size = UDim2.new(0, 135, 0, 27)
  9276. TextButton_2.Style = Enum.ButtonStyle.RobloxButton
  9277. TextButton_2.Font = Enum.Font.SciFi
  9278. TextButton_2.Text = "Show Help"
  9279. TextButton_2.TextColor3 = Color3.new(0.333333, 1, 1)
  9280. TextButton_2.TextSize = 14
  9281. TextButton_2.MouseButton1Down:connect(function()
  9282. How2UseFrame.Visible =true
  9283. HelpFrame.Visible =false
  9284. end)
  9285. -- Made By Galaxy
Add Comment
Please, Sign In to add comment