Advertisement
Modder29000

Discord Gui(Roblox)

May 12th, 2018
1,504
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 196.00 KB | None | 0 0
  1. -- Farewell infortality
  2. -- Revamp by ImFrostic, Version 2.8
  3.  
  4.  -- Objects
  5.  
  6. local Discord = Instance.new("ScreenGui")
  7. local Main = Instance.new("Frame")
  8. local LabelName = Instance.new("TextLabel")
  9. local ImageLabel = Instance.new("ImageLabel")
  10. local Exit = Instance.new("TextButton")
  11. local Buttonsframe = Instance.new("Frame")
  12. local ScrollingFrame = Instance.new("ScrollingFrame")
  13. local FEScripts = Instance.new("TextButton")
  14. local NonFE = Instance.new("TextButton")
  15. local Titans = Instance.new("TextButton")
  16. local Admins = Instance.new("TextButton")
  17. local Guis = Instance.new("TextButton")
  18. local Sept = Instance.new("Frame")
  19. local FEframe = Instance.new("ScrollingFrame")
  20. local DancePack = Instance.new("TextButton")
  21. local FEGod = Instance.new("TextButton")
  22. local FEfly = Instance.new("TextButton")
  23. local FEspin = Instance.new("TextButton")
  24. local ComingSoon = Instance.new("TextButton")
  25. local TitansFrame = Instance.new("ScrollingFrame")
  26. local GreenTitan = Instance.new("TextButton")
  27. local ReaverDeath = Instance.new("TextButton")
  28. local ScriptClawTitan = Instance.new("TextButton")
  29. local RainbowTitan = Instance.new("TextButton")
  30. local ComingSoon2 = Instance.new("TextButton")
  31. local GuisFrame = Instance.new("ScrollingFrame")
  32. local AdminGui = Instance.new("TextButton")
  33. local GunGui = Instance.new("TextButton")
  34. local TMGui = Instance.new("TextButton")
  35. local PFAimbot = Instance.new("TextButton")
  36. local Jailbreak = Instance.new("TextButton")
  37.  
  38. -- Properties
  39.  
  40. Discord.Name = "Discord"
  41. Discord.Parent = game.CoreGui
  42.  
  43. Main.Name = "Main"
  44. Main.Parent = Discord
  45. Main.BackgroundColor3 = Color3.new(1, 1, 1)
  46. Main.BorderSizePixel = 0
  47. Main.Position = UDim2.new(0.226725087, 0, 0.117359415, 0)
  48. Main.Size = UDim2.new(0, 345, 0, 34)
  49.  
  50. LabelName.Name = "LabelName"
  51. LabelName.Parent = Main
  52. LabelName.BackgroundColor3 = Color3.new(1, 1, 1)
  53. LabelName.BorderSizePixel = 0
  54. LabelName.Position = UDim2.new(0.136752129, 0, 0, 0)
  55. LabelName.Size = UDim2.new(0, 253, 0, 34)
  56. LabelName.Font = Enum.Font.SourceSansItalic
  57. LabelName.Text = "Discord GUI"
  58. LabelName.TextColor3 = Color3.new(0, 1, 0)
  59. LabelName.TextScaled = true
  60. LabelName.TextSize = 14
  61. LabelName.TextWrapped = true
  62.  
  63. ImageLabel.Parent = Main
  64. ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  65. ImageLabel.BorderSizePixel = 0
  66. ImageLabel.Position = UDim2.new(-8.59992579e-05, 0, 0, 0)
  67. ImageLabel.Size = UDim2.new(0, 43, 0, 34)
  68. ImageLabel.Image = "rbxassetid://1724148613"
  69.  
  70. Exit.Name = "Exit"
  71. Exit.Parent = Main
  72. Exit.BackgroundColor3 = Color3.new(1, 1, 1)
  73. Exit.BorderSizePixel = 0
  74. Exit.Position = UDim2.new(0.88226366, 0, 0, 0)
  75. Exit.Size = UDim2.new(0, 41, 0, 34)
  76. Exit.Font = Enum.Font.SourceSansBold
  77. Exit.Text = "X"
  78. Exit.TextColor3 = Color3.new(0.333333, 1, 1)
  79. Exit.TextScaled = true
  80. Exit.TextSize = 14
  81. Exit.TextWrapped = true
  82. Exit.MouseButton1Down:connect(function()
  83. Discord:Destroy()
  84. end)
  85.  
  86. Buttonsframe.Name = "Buttonsframe"
  87. Buttonsframe.Parent = Main
  88. Buttonsframe.BackgroundColor3 = Color3.new(1, 1, 1)
  89. Buttonsframe.BorderSizePixel = 0
  90. Buttonsframe.Position = UDim2.new(0, 0, 1.29411769, 0)
  91. Buttonsframe.Size = UDim2.new(0, 345, 0, 311)
  92.  
  93. ScrollingFrame.Parent = Buttonsframe
  94. ScrollingFrame.BackgroundColor3 = Color3.new(0.223529, 0.866667, 0.717647)
  95. ScrollingFrame.BorderSizePixel = 0
  96. ScrollingFrame.Position = UDim2.new(0.0304347798, 0, 0.0385852084, 0)
  97. ScrollingFrame.Size = UDim2.new(0, 326, 0, 292)
  98.  
  99. FEScripts.Name = "FE Scripts"
  100. FEScripts.Parent = ScrollingFrame
  101. FEScripts.BackgroundColor3 = Color3.new(1, 1, 1)
  102. FEScripts.BorderSizePixel = 0
  103. FEScripts.Position = UDim2.new(0.0200000014, 0, 0.0171232894, 0)
  104. FEScripts.Size = UDim2.new(0, 132, 0, 29)
  105. FEScripts.Font = Enum.Font.SourceSansItalic
  106. FEScripts.Text = "FE Scripts"
  107. FEScripts.TextColor3 = Color3.new(1, 0.666667, 1)
  108. FEScripts.TextScaled = true
  109. FEScripts.TextSize = 14
  110. FEScripts.TextWrapped = true
  111. FEScripts.MouseButton1Down:connect(function()
  112. FEScripts.Visible = false
  113. FEframe.Visible = true
  114. end)
  115.  
  116. NonFE.Name = "NonFE"
  117. NonFE.Parent = ScrollingFrame
  118. NonFE.BackgroundColor3 = Color3.new(1, 1, 1)
  119. NonFE.BorderSizePixel = 0
  120. NonFE.Position = UDim2.new(0.0200000014, 0, 0.157534257, 0)
  121. NonFE.Size = UDim2.new(0, 132, 0, 29)
  122. NonFE.Font = Enum.Font.SourceSansItalic
  123. NonFE.Text = "NonFE"
  124. NonFE.TextColor3 = Color3.new(0, 0, 1)
  125. NonFE.TextScaled = true
  126. NonFE.TextSize = 14
  127. NonFE.TextWrapped = true
  128. Titans.MouseButton1Down:connect(function()
  129. Titans.Visible = false
  130. TitansFrame.Visible = true
  131. end)
  132.  
  133. Titans.Name = "Titans"
  134. Titans.Parent = ScrollingFrame
  135. Titans.BackgroundColor3 = Color3.new(1, 1, 1)
  136. Titans.BorderSizePixel = 0
  137. Titans.Position = UDim2.new(0.0200000014, 0, 0.0856164396, 0)
  138. Titans.Size = UDim2.new(0, 132, 0, 29)
  139. Titans.Font = Enum.Font.SourceSansItalic
  140. Titans.Text = "Titans"
  141. Titans.TextColor3 = Color3.new(1, 0.333333, 1)
  142. Titans.TextScaled = true
  143. Titans.TextSize = 14
  144. Titans.TextWrapped = true
  145. Titans.MouseButton1Down:connect(function()
  146. Titans.Visible = false
  147. TitansFrame.Visible = true
  148. end)
  149.  
  150. Admins.Name = "Admin's"
  151. Admins.Parent = ScrollingFrame
  152. Admins.BackgroundColor3 = Color3.new(1, 1, 1)
  153. Admins.BorderSizePixel = 0
  154. Admins.Position = UDim2.new(0.0200000014, 0, 0.226027399, 0)
  155. Admins.Size = UDim2.new(0, 132, 0, 29)
  156. Admins.Font = Enum.Font.SourceSansItalic
  157. Admins.Text = "Admin's"
  158. Admins.TextColor3 = Color3.new(0.666667, 0, 0)
  159. Admins.TextScaled = true
  160. Admins.TextSize = 14
  161. Admins.TextWrapped = true
  162.  
  163. Guis.Name = "Gui's"
  164. Guis.Parent = ScrollingFrame
  165. Guis.BackgroundColor3 = Color3.new(1, 1, 1)
  166. Guis.BorderSizePixel = 0
  167. Guis.Position = UDim2.new(0.0200000033, 0, 0.297945201, 0)
  168. Guis.Size = UDim2.new(0, 132, 0, 29)
  169. Guis.Font = Enum.Font.SourceSansItalic
  170. Guis.Text = "Gui's"
  171. Guis.TextColor3 = Color3.new(0, 0.333333, 1)
  172. Guis.TextScaled = true
  173. Guis.TextSize = 14
  174. Guis.TextWrapped = true
  175. Guis.MouseButton1Down:connect(function()
  176. Guis.Visible = false
  177. GuisFrame.Visible = true
  178. end)
  179.  
  180. Sept.Name = "Sept"
  181. Sept.Parent = Buttonsframe
  182. Sept.BackgroundColor3 = Color3.new(1, 1, 1)
  183. Sept.BorderSizePixel = 0
  184. Sept.Position = UDim2.new(0.472463757, 0, 0.0385852084, 0)
  185. Sept.Size = UDim2.new(0, 8, 0, 292)
  186.  
  187. FEframe.Name = "FE frame"
  188. FEframe.Parent = Main
  189. FEframe.BackgroundColor3 = Color3.new(1, 1, 1)
  190. FEframe.BorderSizePixel = 0
  191. FEframe.Position = UDim2.new(0.530434787, 0, 1.97058821, 0)
  192. FEframe.Size = UDim2.new(0, 138, 0, 272)
  193. FEframe.Visible = false
  194.  
  195. DancePack.Name = "DancePack"
  196. DancePack.Parent = FEframe
  197. DancePack.BackgroundColor3 = Color3.new(1, 1, 1)
  198. DancePack.BorderSizePixel = 0
  199. DancePack.Position = UDim2.new(0, 0, 0.0477941185, 0)
  200. DancePack.Size = UDim2.new(0, 138, 0, 35)
  201. DancePack.Font = Enum.Font.SourceSansItalic
  202. DancePack.Text = "DancePack"
  203. DancePack.TextColor3 = Color3.new(1, 0.666667, 0)
  204. DancePack.TextScaled = true
  205. DancePack.TextSize = 14
  206. DancePack.TextWrapped = true
  207.  
  208. FEGod.Name = "FEGod"
  209. FEGod.Parent = FEframe
  210. FEGod.BackgroundColor3 = Color3.new(1, 1, 1)
  211. FEGod.BorderSizePixel = 0
  212. FEGod.Position = UDim2.new(0, 0, 0.238970593, 0)
  213. FEGod.Size = UDim2.new(0, 138, 0, 35)
  214. FEGod.Font = Enum.Font.SourceSansItalic
  215. FEGod.Text = "FEGod"
  216. FEGod.TextColor3 = Color3.new(1, 0.666667, 0)
  217. FEGod.TextScaled = true
  218. FEGod.TextSize = 14
  219. FEGod.TextWrapped = true
  220.  
  221. FEfly.Name = "FEfly"
  222. FEfly.Parent = FEframe
  223. FEfly.BackgroundColor3 = Color3.new(1, 1, 1)
  224. FEfly.BorderSizePixel = 0
  225. FEfly.Position = UDim2.new(0, 0, 0.435661763, 0)
  226. FEfly.Size = UDim2.new(0, 138, 0, 35)
  227. FEfly.Font = Enum.Font.SourceSansItalic
  228. FEfly.Text = "FEfly"
  229. FEfly.TextColor3 = Color3.new(1, 0.666667, 0)
  230. FEfly.TextScaled = true
  231. FEfly.TextSize = 14
  232. FEfly.TextWrapped = true
  233.  
  234. FEspin.Name = "FEspin"
  235. FEspin.Parent = FEframe
  236. FEspin.BackgroundColor3 = Color3.new(1, 1, 1)
  237. FEspin.BorderSizePixel = 0
  238. FEspin.Position = UDim2.new(0, 0, 0.63786763, 0)
  239. FEspin.Size = UDim2.new(0, 138, 0, 35)
  240. FEspin.Font = Enum.Font.SourceSansItalic
  241. FEspin.Text = "FEspin"
  242. FEspin.TextColor3 = Color3.new(1, 0.666667, 0)
  243. FEspin.TextScaled = true
  244. FEspin.TextSize = 14
  245. FEspin.TextWrapped = true
  246.  
  247. ComingSoon.Name = "ComingSoon"
  248. ComingSoon.Parent = FEframe
  249. ComingSoon.BackgroundColor3 = Color3.new(1, 1, 1)
  250. ComingSoon.BorderSizePixel = 0
  251. ComingSoon.Position = UDim2.new(0, 0, 0.814338207, 0)
  252. ComingSoon.Size = UDim2.new(0, 138, 0, 35)
  253. ComingSoon.Font = Enum.Font.SourceSansItalic
  254. ComingSoon.Text = "ComingSoon"
  255. ComingSoon.TextColor3 = Color3.new(1, 0.666667, 0)
  256. ComingSoon.TextScaled = true
  257. ComingSoon.TextSize = 14
  258. ComingSoon.TextWrapped = true
  259.  
  260. TitansFrame.Name = "TitansFrame"
  261. TitansFrame.Parent = Main
  262. TitansFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  263. TitansFrame.BorderSizePixel = 0
  264. TitansFrame.Position = UDim2.new(0.530434787, 0, 1.97058821, 0)
  265. TitansFrame.Size = UDim2.new(0, 138, 0, 272)
  266. TitansFrame.Visible = false
  267.  
  268. GreenTitan.Name = "GreenTitan"
  269. GreenTitan.Parent = TitansFrame
  270. GreenTitan.BackgroundColor3 = Color3.new(1, 1, 1)
  271. GreenTitan.BorderSizePixel = 0
  272. GreenTitan.Position = UDim2.new(0, 0, 0.63786763, 0)
  273. GreenTitan.Size = UDim2.new(0, 138, 0, 35)
  274. GreenTitan.Font = Enum.Font.SourceSansItalic
  275. GreenTitan.Text = "GreenTitan"
  276. GreenTitan.TextColor3 = Color3.new(1, 0.666667, 0)
  277. GreenTitan.TextScaled = true
  278. GreenTitan.TextSize = 14
  279. GreenTitan.TextWrapped = true
  280.  
  281. ReaverDeath.Name = "ReaverDeath"
  282. ReaverDeath.Parent = TitansFrame
  283. ReaverDeath.BackgroundColor3 = Color3.new(1, 1, 1)
  284. ReaverDeath.BorderSizePixel = 0
  285. ReaverDeath.Position = UDim2.new(0, 0, 0.424632341, 0)
  286. ReaverDeath.Size = UDim2.new(0, 138, 0, 35)
  287. ReaverDeath.Font = Enum.Font.SourceSansItalic
  288. ReaverDeath.Text = "ReaverDeath"
  289. ReaverDeath.TextColor3 = Color3.new(1, 0.666667, 0)
  290. ReaverDeath.TextScaled = true
  291. ReaverDeath.TextSize = 14
  292. ReaverDeath.TextWrapped = true
  293.  
  294. ScriptClawTitan.Name = "ScriptClaw Titan"
  295. ScriptClawTitan.Parent = TitansFrame
  296. ScriptClawTitan.BackgroundColor3 = Color3.new(1, 1, 1)
  297. ScriptClawTitan.BorderSizePixel = 0
  298. ScriptClawTitan.Position = UDim2.new(0, 0, 0.215073511, 0)
  299. ScriptClawTitan.Size = UDim2.new(0, 138, 0, 35)
  300. ScriptClawTitan.Font = Enum.Font.SourceSansItalic
  301. ScriptClawTitan.Text = "ScriptClaw Titan"
  302. ScriptClawTitan.TextColor3 = Color3.new(1, 0.666667, 0)
  303. ScriptClawTitan.TextScaled = true
  304. ScriptClawTitan.TextSize = 14
  305. ScriptClawTitan.TextWrapped = true
  306.  
  307. RainbowTitan.Name = "Rainbow Titan"
  308. RainbowTitan.Parent = TitansFrame
  309. RainbowTitan.BackgroundColor3 = Color3.new(1, 1, 1)
  310. RainbowTitan.BorderSizePixel = 0
  311. RainbowTitan.Position = UDim2.new(0, 0, -0.00183825195, 0)
  312. RainbowTitan.Size = UDim2.new(0, 138, 0, 35)
  313. RainbowTitan.Font = Enum.Font.SourceSansItalic
  314. RainbowTitan.Text = "Rainbow Titan"
  315. RainbowTitan.TextColor3 = Color3.new(1, 0.666667, 0)
  316. RainbowTitan.TextScaled = true
  317. RainbowTitan.TextSize = 14
  318. RainbowTitan.TextWrapped = true
  319.  
  320. ComingSoon2.Name = "ComingSoon2"
  321. ComingSoon2.Parent = TitansFrame
  322. ComingSoon2.BackgroundColor3 = Color3.new(1, 1, 1)
  323. ComingSoon2.BorderSizePixel = 0
  324. ComingSoon2.Position = UDim2.new(0, 0, 0.869485259, 0)
  325. ComingSoon2.Size = UDim2.new(0, 138, 0, 35)
  326. ComingSoon2.Font = Enum.Font.SourceSansItalic
  327. ComingSoon2.Text = "ComingSoon"
  328. ComingSoon2.TextColor3 = Color3.new(1, 0.666667, 0)
  329. ComingSoon2.TextScaled = true
  330. ComingSoon2.TextSize = 14
  331. ComingSoon2.TextWrapped = true
  332.  
  333. GuisFrame.Name = "Gui'sFrame"
  334. GuisFrame.Parent = Main
  335. GuisFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  336. GuisFrame.BorderSizePixel = 0
  337. GuisFrame.Position = UDim2.new(0.530434787, 0, 1.97058821, 0)
  338. GuisFrame.Size = UDim2.new(0, 138, 0, 272)
  339. GuisFrame.Visible = false
  340.  
  341. AdminGui.Name = "AdminGui"
  342. AdminGui.Parent = GuisFrame
  343. AdminGui.BackgroundColor3 = Color3.new(1, 1, 1)
  344. AdminGui.BorderSizePixel = 0
  345. AdminGui.Position = UDim2.new(0, 0, 0.215073511, 0)
  346. AdminGui.Size = UDim2.new(0, 138, 0, 35)
  347. AdminGui.Font = Enum.Font.SourceSansItalic
  348. AdminGui.Text = "AdminGui"
  349. AdminGui.TextColor3 = Color3.new(0.333333, 0.666667, 0)
  350. AdminGui.TextScaled = true
  351. AdminGui.TextSize = 14
  352. AdminGui.TextWrapped = true
  353.  
  354. GunGui.Name = "GunGui"
  355. GunGui.Parent = GuisFrame
  356. GunGui.BackgroundColor3 = Color3.new(1, 1, 1)
  357. GunGui.BorderSizePixel = 0
  358. GunGui.Position = UDim2.new(0, 0, 0.424632341, 0)
  359. GunGui.Size = UDim2.new(0, 138, 0, 35)
  360. GunGui.Font = Enum.Font.SourceSansItalic
  361. GunGui.Text = "GunGui"
  362. GunGui.TextColor3 = Color3.new(1, 1, 0.498039)
  363. GunGui.TextScaled = true
  364. GunGui.TextSize = 14
  365. GunGui.TextWrapped = true
  366.  
  367. TMGui.Name = "TM Gui"
  368. TMGui.Parent = GuisFrame
  369. TMGui.BackgroundColor3 = Color3.new(1, 1, 1)
  370. TMGui.BorderSizePixel = 0
  371. TMGui.Position = UDim2.new(0, 0, -0.00183825195, 0)
  372. TMGui.Size = UDim2.new(0, 138, 0, 35)
  373. TMGui.Font = Enum.Font.SourceSansItalic
  374. TMGui.Text = "TM Gui"
  375. TMGui.TextColor3 = Color3.new(1, 0, 0)
  376. TMGui.TextScaled = true
  377. TMGui.TextSize = 14
  378. TMGui.TextWrapped = true
  379. TMGui.MouseButton1Down:connect(function()
  380. -- MADE BY SOCK TAN
  381.  
  382. -- Objects
  383.  
  384. local TwistedMurdererGUI = Instance.new("ScreenGui")
  385. local Opening = Instance.new("Frame")
  386. local OpenGui = Instance.new("TextButton")
  387. local TMGui = Instance.new("Frame")
  388. local TMGUICRED = Instance.new("TextLabel")
  389. local CLOSE = Instance.new("TextButton")
  390. local PlayersTab = Instance.new("Frame")
  391. local INFO = Instance.new("TextLabel")
  392. local UnCloak = Instance.new("TextButton")
  393. local UnCloakAll = Instance.new("TextButton")
  394. local RRadios = Instance.new("TextButton")
  395. local CrashS = Instance.new("TextButton")
  396. local God = Instance.new("TextButton")
  397. local RemoveAnti = Instance.new("TextButton")
  398. local STOPALL = Instance.new("TextButton")
  399. local STOP = Instance.new("TextButton")
  400. local DetectRoles = Instance.new("TextButton")
  401. local PlayerName = Instance.new("TextBox")
  402. local PLAYALL = Instance.new("TextButton")
  403. local PLAY = Instance.new("TextButton")
  404. local MUSICid = Instance.new("TextBox")
  405. local KillOthers = Instance.new("TextButton")
  406. local KillAll = Instance.new("TextButton")
  407. local Kill = Instance.new("TextButton")
  408. local LoopKill = Instance.new("TextButton")
  409. local ForceKevlar = Instance.new("TextButton")
  410. local CloakAll = Instance.new("TextButton")
  411. local Cloak = Instance.new("TextButton")
  412. local ToolName = Instance.new("TextBox")
  413. local SaveTool = Instance.new("TextButton")
  414. local StayL = Instance.new("TextButton")
  415.  
  416. -- Properties
  417.  
  418. TwistedMurdererGUI.Name = "TwistedMurdererGUI"
  419. TwistedMurdererGUI.Parent = game.CoreGui
  420.  
  421. Opening.Name = "Opening"
  422. Opening.Parent = TwistedMurdererGUI
  423. Opening.Active = true
  424. Opening.BackgroundColor3 = Color3.new(1, 1, 1)
  425. Opening.Size = UDim2.new(0, 89, 0, 27)
  426.  
  427. OpenGui.Name = "OpenGui"
  428. OpenGui.Parent = Opening
  429. OpenGui.BackgroundColor3 = Color3.new(0, 0, 0)
  430. OpenGui.BackgroundTransparency = 1
  431. OpenGui.BorderColor3 = Color3.new(0, 0, 0)
  432. OpenGui.Size = UDim2.new(0, 71, 0, 27)
  433. OpenGui.Font = Enum.Font.SourceSans
  434. OpenGui.FontSize = Enum.FontSize.Size18
  435. OpenGui.Text = "Open"
  436. OpenGui.TextColor3 = Color3.new(0, 0, 0)
  437. OpenGui.TextSize = 18
  438.  
  439. TMGui.Name = "TMGui"
  440. TMGui.Parent = TwistedMurdererGUI
  441. TMGui.Active = true
  442. TMGui.BackgroundColor3 = Color3.new(1, 1, 1)
  443. TMGui.Draggable = true
  444. TMGui.Position = UDim2.new(0, 18, 0, 35)
  445. TMGui.Size = UDim2.new(0, 264, 0, 264)
  446. TMGui.Visible = false
  447.  
  448. TMGUICRED.Name = "TMGUI CRED"
  449. TMGUICRED.Parent = TMGui
  450. TMGUICRED.BackgroundColor3 = Color3.new(1, 1, 1)
  451. TMGUICRED.BackgroundTransparency = 1
  452. TMGUICRED.BorderColor3 = Color3.new(0, 0, 0)
  453. TMGUICRED.Size = UDim2.new(0, 240, 0, 18)
  454. TMGUICRED.Font = Enum.Font.SourceSans
  455. TMGUICRED.FontSize = Enum.FontSize.Size18
  456. TMGUICRED.Text = "Twisted Murderer Gui - MADE BY Sock Tan"
  457. TMGUICRED.TextColor3 = Color3.new(0, 0, 0)
  458. TMGUICRED.TextSize = 15
  459.  
  460. CLOSE.Name = "CLOSE"
  461. CLOSE.Parent = TMGui
  462. CLOSE.BackgroundColor3 = Color3.new(0, 0, 0)
  463. CLOSE.BackgroundTransparency = 0.89999997615814
  464. CLOSE.Position = UDim2.new(0, 243, 0, 0)
  465. CLOSE.Size = UDim2.new(0, 21, 0, 17)
  466. CLOSE.Font = Enum.Font.SourceSans
  467. CLOSE.FontSize = Enum.FontSize.Size24
  468. CLOSE.Text = "X"
  469. CLOSE.TextColor3 = Color3.new(1, 0, 0)
  470. CLOSE.TextSize = 20
  471.  
  472. PlayersTab.Name = "PlayersTab"
  473. PlayersTab.Parent = TMGui
  474. PlayersTab.Active = true
  475. PlayersTab.BackgroundColor3 = Color3.new(1, 1, 1)
  476. PlayersTab.Position = UDim2.new(0, 0, 0, 22)
  477. PlayersTab.Size = UDim2.new(0, 264, 0, 242)
  478.  
  479. INFO.Name = "INFO"
  480. INFO.Parent = PlayersTab
  481. INFO.BackgroundColor3 = Color3.new(1, 1, 1)
  482. INFO.BorderColor3 = Color3.new(1, 1, 1)
  483. INFO.Position = UDim2.new(0, 87, 0, 196)
  484. INFO.Size = UDim2.new(0, 146, 0, 13)
  485. INFO.Font = Enum.Font.SourceSans
  486. INFO.FontSize = Enum.FontSize.Size14
  487. INFO.Text = "<-- Spam this heaps to crash."
  488. INFO.TextSize = 14
  489.  
  490. UnCloak.Name = "UnCloak"
  491. UnCloak.Parent = PlayersTab
  492. UnCloak.BackgroundColor3 = Color3.new(1, 1, 1)
  493. UnCloak.Position = UDim2.new(0, 72, 0, 95)
  494. UnCloak.Size = UDim2.new(0, 60, 0, 21)
  495. UnCloak.Font = Enum.Font.SourceSans
  496. UnCloak.FontSize = Enum.FontSize.Size14
  497. UnCloak.Text = "UnCloak"
  498. UnCloak.TextSize = 14
  499.  
  500. UnCloakAll.Name = "UnCloakAll"
  501. UnCloakAll.Parent = PlayersTab
  502. UnCloakAll.BackgroundColor3 = Color3.new(1, 1, 1)
  503. UnCloakAll.Position = UDim2.new(0, 202, 0, 95)
  504. UnCloakAll.Size = UDim2.new(0, 60, 0, 21)
  505. UnCloakAll.Font = Enum.Font.SourceSans
  506. UnCloakAll.FontSize = Enum.FontSize.Size14
  507. UnCloakAll.Text = "UnCloakAll"
  508. UnCloakAll.TextSize = 14
  509.  
  510. RRadios.Name = "RRadios"
  511. RRadios.Parent = PlayersTab
  512. RRadios.BackgroundColor3 = Color3.new(1, 1, 1)
  513. RRadios.Position = UDim2.new(0, 6, 0, 218)
  514. RRadios.Size = UDim2.new(0, 200, 0, 16)
  515. RRadios.Font = Enum.Font.SourceSans
  516. RRadios.FontSize = Enum.FontSize.Size14
  517. RRadios.Text = "Remove Everyones Radio Permanently"
  518. RRadios.TextSize = 14
  519.  
  520. CrashS.Name = "CrashS"
  521. CrashS.Parent = PlayersTab
  522. CrashS.BackgroundColor3 = Color3.new(1, 1, 1)
  523. CrashS.Position = UDim2.new(0, 6, 0, 193)
  524. CrashS.Size = UDim2.new(0, 74, 0, 20)
  525. CrashS.Font = Enum.Font.SourceSans
  526. CrashS.FontSize = Enum.FontSize.Size14
  527. CrashS.Text = "Crash Server"
  528. CrashS.TextSize = 14
  529.  
  530. God.Name = "God"
  531. God.Parent = PlayersTab
  532. God.BackgroundColor3 = Color3.new(1, 1, 1)
  533. God.Position = UDim2.new(0, 6, 0, 167)
  534. God.Size = UDim2.new(0, 45, 0, 21)
  535. God.Font = Enum.Font.SourceSans
  536. God.FontSize = Enum.FontSize.Size14
  537. God.Text = "God"
  538. God.TextSize = 14
  539.  
  540. RemoveAnti.Name = "RemoveAnti"
  541. RemoveAnti.Parent = PlayersTab
  542. RemoveAnti.BackgroundColor3 = Color3.new(1, 1, 1)
  543. RemoveAnti.Position = UDim2.new(0, 154, 0, 6)
  544. RemoveAnti.Size = UDim2.new(0, 104, 0, 19)
  545. RemoveAnti.Font = Enum.Font.SourceSans
  546. RemoveAnti.FontSize = Enum.FontSize.Size14
  547. RemoveAnti.Text = "Remove Anti-Cheat"
  548. RemoveAnti.TextSize = 14
  549.  
  550. STOPALL.Name = "STOPALL"
  551. STOPALL.Parent = PlayersTab
  552. STOPALL.BackgroundColor3 = Color3.new(1, 0, 0)
  553. STOPALL.Position = UDim2.new(0, 61, 0, 73)
  554. STOPALL.Size = UDim2.new(0, 46, 0, 17)
  555. STOPALL.Font = Enum.Font.SourceSans
  556. STOPALL.FontSize = Enum.FontSize.Size14
  557. STOPALL.Text = "STOP ALL"
  558. STOPALL.TextSize = 14
  559.  
  560. STOP.Name = "STOP"
  561. STOP.Parent = PlayersTab
  562. STOP.BackgroundColor3 = Color3.new(1, 0, 0)
  563. STOP.Position = UDim2.new(0, 61, 0, 51)
  564. STOP.Size = UDim2.new(0, 37, 0, 17)
  565. STOP.Font = Enum.Font.SourceSans
  566. STOP.FontSize = Enum.FontSize.Size14
  567. STOP.Text = "STOP"
  568. STOP.TextSize = 14
  569.  
  570. DetectRoles.Name = "DetectRoles"
  571. DetectRoles.Parent = PlayersTab
  572. DetectRoles.BackgroundColor3 = Color3.new(1, 1, 1)
  573. DetectRoles.Position = UDim2.new(0, 154, 0, 30)
  574. DetectRoles.Size = UDim2.new(0, 104, 0, 19)
  575. DetectRoles.Font = Enum.Font.SourceSans
  576. DetectRoles.FontSize = Enum.FontSize.Size14
  577. DetectRoles.Text = "Detect Roles"
  578. DetectRoles.TextSize = 14
  579.  
  580. PlayerName.Name = "PlayerName"
  581. PlayerName.Parent = PlayersTab
  582. PlayerName.BackgroundColor3 = Color3.new(1, 1, 1)
  583. PlayerName.Position = UDim2.new(0, 6, 0, 28)
  584. PlayerName.Size = UDim2.new(0, 95, 0, 18)
  585. PlayerName.Font = Enum.Font.SourceSans
  586. PlayerName.FontSize = Enum.FontSize.Size14
  587. PlayerName.Text = "PLAYER NAME"
  588. PlayerName.TextSize = 14
  589.  
  590. PLAYALL.Name = "PLAYALL"
  591. PLAYALL.Parent = PlayersTab
  592. PLAYALL.BackgroundColor3 = Color3.new(0, 0.666667, 0)
  593. PLAYALL.Position = UDim2.new(0, 6, 0, 73)
  594. PLAYALL.Size = UDim2.new(0, 46, 0, 17)
  595. PLAYALL.Font = Enum.Font.SourceSans
  596. PLAYALL.FontSize = Enum.FontSize.Size14
  597. PLAYALL.Text = "PLAY ALL"
  598. PLAYALL.TextSize = 14
  599.  
  600. PLAY.Name = "PLAY"
  601. PLAY.Parent = PlayersTab
  602. PLAY.BackgroundColor3 = Color3.new(0, 0.666667, 0)
  603. PLAY.Position = UDim2.new(0, 7, 0, 51)
  604. PLAY.Size = UDim2.new(0, 37, 0, 17)
  605. PLAY.Font = Enum.Font.SourceSans
  606. PLAY.FontSize = Enum.FontSize.Size14
  607. PLAY.Text = "PLAY"
  608. PLAY.TextSize = 14
  609.  
  610. MUSICid.Name = "MUSICid"
  611. MUSICid.Parent = PlayersTab
  612. MUSICid.BackgroundColor3 = Color3.new(1, 1, 1)
  613. MUSICid.Position = UDim2.new(0, 6, 0, 6)
  614. MUSICid.Size = UDim2.new(0, 95, 0, 18)
  615. MUSICid.Font = Enum.Font.SourceSans
  616. MUSICid.FontSize = Enum.FontSize.Size14
  617. MUSICid.Text = "MUSIC ID"
  618. MUSICid.TextSize = 14
  619.  
  620. KillOthers.Name = "KillOthers"
  621. KillOthers.Parent = PlayersTab
  622. KillOthers.BackgroundColor3 = Color3.new(1, 1, 1)
  623. KillOthers.Position = UDim2.new(0, 125, 0, 142)
  624. KillOthers.Size = UDim2.new(0, 54, 0, 20)
  625. KillOthers.Font = Enum.Font.SourceSans
  626. KillOthers.FontSize = Enum.FontSize.Size14
  627. KillOthers.Text = "Kill Others"
  628. KillOthers.TextSize = 14
  629.  
  630. KillAll.Name = "KillAll"
  631. KillAll.Parent = PlayersTab
  632. KillAll.BackgroundColor3 = Color3.new(1, 1, 1)
  633. KillAll.Position = UDim2.new(0, 66, 0, 142)
  634. KillAll.Size = UDim2.new(0, 54, 0, 20)
  635. KillAll.Font = Enum.Font.SourceSans
  636. KillAll.FontSize = Enum.FontSize.Size14
  637. KillAll.Text = "Kill All"
  638. KillAll.TextSize = 14
  639.  
  640. Kill.Name = "Kill"
  641. Kill.Parent = PlayersTab
  642. Kill.BackgroundColor3 = Color3.new(1, 1, 1)
  643. Kill.Position = UDim2.new(0, 6, 0, 142)
  644. Kill.Size = UDim2.new(0, 54, 0, 20)
  645. Kill.Font = Enum.Font.SourceSans
  646. Kill.FontSize = Enum.FontSize.Size14
  647. Kill.Text = "Kill"
  648. Kill.TextSize = 14
  649.  
  650. LoopKill.Name = "LoopKill"
  651. LoopKill.Parent = PlayersTab
  652. LoopKill.BackgroundColor3 = Color3.new(1, 1, 1)
  653. LoopKill.Position = UDim2.new(0, 184, 0, 142)
  654. LoopKill.Size = UDim2.new(0, 54, 0, 20)
  655. LoopKill.Font = Enum.Font.SourceSans
  656. LoopKill.FontSize = Enum.FontSize.Size14
  657. LoopKill.Text = "LoopKil"
  658. LoopKill.TextSize = 14
  659.  
  660. ForceKevlar.Name = "ForceKevlar"
  661. ForceKevlar.Parent = PlayersTab
  662. ForceKevlar.BackgroundColor3 = Color3.new(1, 1, 1)
  663. ForceKevlar.Position = UDim2.new(0, 6, 0, 121)
  664. ForceKevlar.Size = UDim2.new(0, 126, 0, 16)
  665. ForceKevlar.Font = Enum.Font.SourceSans
  666. ForceKevlar.FontSize = Enum.FontSize.Size14
  667. ForceKevlar.Text = "Force Kevlar"
  668. ForceKevlar.TextSize = 14
  669.  
  670. CloakAll.Name = "CloakAll"
  671. CloakAll.Parent = PlayersTab
  672. CloakAll.BackgroundColor3 = Color3.new(1, 1, 1)
  673. CloakAll.Position = UDim2.new(0, 137, 0, 95)
  674. CloakAll.Size = UDim2.new(0, 60, 0, 21)
  675. CloakAll.Font = Enum.Font.SourceSans
  676. CloakAll.FontSize = Enum.FontSize.Size14
  677. CloakAll.Text = "CloakAll"
  678. CloakAll.TextSize = 14
  679.  
  680. Cloak.Name = "Cloak"
  681. Cloak.Parent = PlayersTab
  682. Cloak.BackgroundColor3 = Color3.new(1, 1, 1)
  683. Cloak.Position = UDim2.new(0, 6, 0, 95)
  684. Cloak.Size = UDim2.new(0, 60, 0, 21)
  685. Cloak.Font = Enum.Font.SourceSans
  686. Cloak.FontSize = Enum.FontSize.Size14
  687. Cloak.Text = "Cloak"
  688. Cloak.TextSize = 14
  689.  
  690. ToolName.Name = "ToolName"
  691. ToolName.Parent = PlayersTab
  692. ToolName.BackgroundColor3 = Color3.new(1, 1, 1)
  693. ToolName.Position = UDim2.new(0, 132, 0, 54)
  694. ToolName.Size = UDim2.new(0, 69, 0, 19)
  695. ToolName.Font = Enum.Font.SourceSans
  696. ToolName.FontSize = Enum.FontSize.Size14
  697. ToolName.Text = "Tool Name"
  698. ToolName.TextSize = 14
  699.  
  700. SaveTool.Name = "SaveTool"
  701. SaveTool.Parent = PlayersTab
  702. SaveTool.BackgroundColor3 = Color3.new(1, 1, 1)
  703. SaveTool.Position = UDim2.new(0, 206, 0, 54)
  704. SaveTool.Size = UDim2.new(0, 54, 0, 19)
  705. SaveTool.Font = Enum.Font.SourceSans
  706. SaveTool.FontSize = Enum.FontSize.Size14
  707. SaveTool.Text = "Save Tool"
  708. SaveTool.TextSize = 14
  709.  
  710. StayL.Name = "StayL"
  711. StayL.Parent = PlayersTab
  712. StayL.BackgroundColor3 = Color3.new(1, 1, 1)
  713. StayL.Position = UDim2.new(0, 97, 0, 169)
  714. StayL.Size = UDim2.new(0, 139, 0, 20)
  715. StayL.Font = Enum.Font.SourceSans
  716. StayL.FontSize = Enum.FontSize.Size14
  717. StayL.Text = "Stay In Lobby Next Round"
  718. StayL.TextSize = 14
  719.  
  720.  
  721. OpenGui.MouseButton1Down:connect(function()
  722.     game.CoreGui.TwistedMurdererGUI.Opening.Visible = false
  723.     game.CoreGui.TwistedMurdererGUI.TMGui.Visible = true
  724. end)
  725.  
  726. CLOSE.MouseButton1Down:connect(function()
  727.     game.CoreGui.TwistedMurdererGUI.Opening.Visible = true
  728.     game.CoreGui.TwistedMurdererGUI.TMGui.Visible = false
  729. end)
  730.  
  731. PLAY.MouseButton1Down:connect(function()
  732.     game.ReplicatedStorage.Event:FireServer("PlayRadio", game.Players[PlayerName.Text], MUSICid.Text)
  733. end)
  734.  
  735. STOP.MouseButton1Down:connect(function()
  736.     game.ReplicatedStorage.Event:FireServer("StopRadio", game.Players[PlayerName.Text])
  737. end)
  738.  
  739. Cloak.MouseButton1Down:connect(function()
  740.     game.ReplicatedStorage.Event:FireServer("Cloak", game.Workspace.Ignore.Players[PlayerName.Text])
  741. end)
  742.  
  743. UnCloak.MouseButton1Down:connect(function()
  744.     game.ReplicatedStorage.Event:FireServer("UnCloak", game.Workspace.Ignore.Players[PlayerName.Text])
  745. end)
  746.  
  747. CloakAll.MouseButton1Down:connect(function()
  748.     for i,v in pairs(game.Players:GetChildren()) do
  749.     game.ReplicatedStorage.Event:FireServer("Cloak", game.Workspace.Ignore.Players[v.Name])
  750.     end
  751. end)
  752.  
  753. ForceKevlar.MouseButton1Down:connect(function()
  754.     game.ReplicatedStorage.Event:FireServer("TPD", -100, game.Workspace.Ignore.Players[PlayerName.Text].Humanoid)
  755. end)
  756.  
  757. PLAYALL.MouseButton1Down:connect(function()
  758.     for i,v in pairs(game.Players:GetChildren()) do
  759.     game.ReplicatedStorage.Event:FireServer("PlayRadio", v, MUSICid.Text)
  760.     end
  761. end
  762.  
  763. STOPALL.MouseButton1Down:connect(function()
  764.     for i,v in pairs(game.Players:GetChildren()) do
  765.     game.ReplicatedStorage.Event:FireServer("StopRadio", v)
  766.     end
  767. end)
  768.  
  769. Kill.MouseButton1Down:connect(function()
  770.     game.ReplicatedStorage.Event:FireServer("TPD", 20000, game.Workspace.Ignore.Players[PlayerName.Text].Humanoid)
  771. end)
  772.  
  773. KillAll.MouseButton1Down:connect(function()
  774.     for i,v in pairs(game.Players:GetChildren()) do
  775.     game.ReplicatedStorage.Event:FireServer("TPD", 20000, game.Workspace.Ignore.Players[v.Name].Humanoid)
  776.     end
  777. end)
  778.  
  779. KillOthers.MouseButton1Down:connect(function()
  780.     for i,v in pairs(game.Players:GetChildren()) do
  781.     game.ReplicatedStorage.Event:FireServer("TPD", -20000, game.Workspace.Ignore.Players[PlayerName.Text].Humanoid)
  782.     game.ReplicatedStorage.Event:FireServer("TPD", 20000, game.Workspace.Ignore.Players[v.Name].Humanoid)
  783.     end
  784. end)
  785.  
  786. SaveTool.MouseButton1Down:connect(function()
  787.     game.Players.LocalPlayer.Backpack[ToolName.Text].Parent = game.Players.LocalPlayer.StarterGear
  788. end)
  789.  
  790. UnCloakAll.MouseButton1Down:connect(function()
  791.     for i,v in pairs(game.Players:GetChildren()) do
  792.     game.ReplicatedStorage.Event:FireServer("UnCloak", game.Workspace.Ignore.Players[v.Name])
  793.     end
  794. end)
  795.  
  796. LoopKill.MouseButton1Down:connect(function()
  797.     while true do
  798.     wait(1.5)
  799.     game.ReplicatedStorage.Event:FireServer("TPD", 20000, game.Workspace.Ignore.Players[PlayerName.Text].Humanoid)
  800.     end
  801. end)
  802.  
  803. DetectRoles.MouseButton1Down:connect(function()
  804.     while wait(1) do
  805.     for i,v in pairs(game.Players:GetChildren()) do
  806.     if game.Players[v.Name].Character:FindFirstChild("Role") then
  807.     local role = game.Players[v.Name].Character:FindFirstChild("Role")
  808.     if role.Value == "Murderer" then
  809.     game.CoreGui.RobloxGui.PlayerListContainer.ScrollList[v.Name].BGFrame.PlayerName.TextColor3 = Color3.new(1, 0, 0)
  810.     elseif role.Value == "Sheriff" then
  811.     game.CoreGui.RobloxGui.PlayerListContainer.ScrollList[v.Name].BGFrame.PlayerName.TextColor3 = Color3.new(1, 170/255, 0)
  812.     elseif role.Value == "Innocent" then
  813.     game.CoreGui.RobloxGui.PlayerListContainer.ScrollList[v.Name].BGFrame.PlayerName.TextColor3 = Color3.new(0, 1, 0)
  814.     else
  815.     game.CoreGui.RobloxGui.PlayerListContainer.ScrollList[v.Name].BGFrame.PlayerName.TextColor3 = Color3.new(1, 1, 1)
  816.     end
  817.     end
  818.     end
  819.     end
  820. end)
  821.  
  822. RemoveAnti.MouseButton1Down:connect(function()
  823.     antiKek={'AntiSpeedHack','AntiDataTheft','UI','NO FF','NO FF'}
  824.  
  825.     while wait() do
  826.     local Player = game.Players.LocalPlayer
  827.     local Gui = Player.PlayerGui
  828.     for i,v in pairs(antiKek) do
  829.     if Gui:FindFirstChild(v) then
  830.     Gui:FindFirstChild(v):Remove()
  831.     end
  832.     end
  833.     end
  834. end)
  835.  
  836. CrashS.MouseButton1Down:connect(function()
  837.     while true do
  838.     wait()
  839.     for i,v in pairs(game.Players:GetChildren()) do
  840.     game.ReplicatedStorage.Event:FireServer("PlayRadio", v, 491150071)
  841.     end
  842.     end
  843. end)
  844.  
  845. RRadios.MouseButton1Down:connect(function()
  846.     while true do
  847.     wait(1.5)
  848.     for i,v in pairs(game.Players:GetChildren()) do
  849.     game.ReplicatedStorage.Event:FireServer("StopRadio", v)
  850.     end
  851.     end
  852. end)
  853.  
  854. God.MouseButton1Down:connect(function()
  855.     game.ReplicatedStorage.Event:FireServer("TPD", -888888888899999, game.Workspace.Ignore.Players[PlayerName.Text].Humanoid)
  856. end)
  857.  
  858. StayL.MouseButton1Down:connect(function()
  859.     game.ReplicatedStorage.Event:FireServer("Equip", "None", "Perks")
  860.     game.ReplicatedStorage.Event:FireServer("TPD", 99.9, game.Workspace.Ignore.Players[PlayerName.Text].Humanoid)
  861. end
  862. end)
  863. PFAimbot.Name = "PF Aimbot"
  864. PFAimbot.Parent = GuisFrame
  865. PFAimbot.BackgroundColor3 = Color3.new(1, 1, 1)
  866. PFAimbot.BorderSizePixel = 0
  867. PFAimbot.Position = UDim2.new(0, 0, 0.63786763, 0)
  868. PFAimbot.Size = UDim2.new(0, 138, 0, 35)
  869. PFAimbot.Font = Enum.Font.SourceSansItalic
  870. PFAimbot.Text = "PF Aimbot"
  871. PFAimbot.TextColor3 = Color3.new(0, 1, 1)
  872. PFAimbot.TextScaled = true
  873. PFAimbot.TextSize = 14
  874. PFAimbot.TextWrapped = true
  875. PFAimbot.MouseButton1Down:connect(function()
  876. plrs = game.Players
  877. player = plrs.LocalPlayer
  878. char = player.Character
  879. while true do
  880.     wait()
  881.     for i,v in pairs (game.Players:GetChildren()) do
  882.     if v.TeamColor == game.Players.LocalPlayer.TeamColor then        
  883.     else
  884.         v.Character.Torso.CFrame = game.Players.LocalPlayer.Character.Torso.CFrame*CFrame.new(0,0,-5.5)
  885.     for _,x in pairs (v.Character:GetChildren()) do
  886.         if x:IsA("BasePart") then
  887.         x.Transparency = 0.8
  888.         x.CanCollide = false    
  889.        
  890.    
  891.        
  892.  
  893.         end
  894.        
  895.        
  896.         end
  897.         end
  898.     end
  899.     end
  900. end)
  901. Jailbreak.Name = "Jailbreak"
  902. Jailbreak.Parent = GuisFrame
  903. Jailbreak.BackgroundColor3 = Color3.new(1, 1, 1)
  904. Jailbreak.BorderSizePixel = 0
  905. Jailbreak.Position = UDim2.new(0, 0, 0.869485259, 0)
  906. Jailbreak.Size = UDim2.new(0, 138, 0, 35)
  907. Jailbreak.Font = Enum.Font.SourceSansItalic
  908. Jailbreak.Text = "Jailbreak"
  909. Jailbreak.TextColor3 = Color3.new(0, 0.333333, 0.498039)
  910. Jailbreak.TextScaled = true
  911. Jailbreak.TextSize = 14
  912. Jailbreak.TextWrapped = true
  913. Jailbreak.MouseButton1Down:connect(function()
  914. --this shit is unfinished :v
  915. if game.PlaceId == 606849621 then
  916. warn("[v1.1] Unjailbreak Loaded")
  917. warn("[v1.1] -Fixed Explorer")
  918. warn("[v1.1] -Fixed Draggable")
  919. warn("[v1.1] -Fixed Fly Bug")
  920. warn("[v1.1] -Stability Improve")
  921. warn("[v1.1] -Added Checkpoints")
  922. warn("[Meme] -Leaked by N3xul, sorry :P")
  923. Unjailbreak = Instance.new("ScreenGui")
  924. MainFrame = Instance.new("Frame")
  925. TextLabel = Instance.new("TextLabel")
  926. BottomLine = Instance.new("TextLabel")
  927. PlayerImage = Instance.new("ImageLabel")
  928. TextLabel_2 = Instance.new("TextLabel")
  929. TextLabel_3 = Instance.new("TextLabel")
  930. HomeImage = Instance.new("ImageLabel")
  931. TextLabel_4 = Instance.new("TextLabel")
  932. Home = Instance.new("TextButton")
  933. HomeImage_2 = Instance.new("ImageLabel")
  934. TextLabel_5 = Instance.new("TextLabel")
  935. Settings = Instance.new("TextButton")
  936. HomeImage_3 = Instance.new("ImageLabel")
  937. TextLabel_6 = Instance.new("TextLabel")
  938. Teleports = Instance.new("TextButton")
  939. HomeImage_4 = Instance.new("ImageLabel")
  940. TextLabel_7 = Instance.new("TextLabel")
  941. TabFrames = Instance.new("Frame")
  942. HomeFrame = Instance.new("Frame")
  943. TextLabel_8 = Instance.new("TextLabel")
  944. TextLabel_9 = Instance.new("TextLabel")
  945. TextLabel_10 = Instance.new("TextLabel")
  946. TextLabel_11 = Instance.new("TextLabel")
  947. TextLabel_12 = Instance.new("TextLabel")
  948. TextLabel_13 = Instance.new("TextLabel")
  949. TextLabel_14 = Instance.new("TextLabel")
  950. TextLabel_15 = Instance.new("TextLabel")
  951. TeleportsFrame = Instance.new("Frame")
  952. JewelryStore = Instance.new("TextButton")
  953. BankStore = Instance.new("TextButton")
  954. BatCave = Instance.new("TextButton")
  955. CriminalBase = Instance.new("TextButton")
  956. PoliceHQ1 = Instance.new("TextButton")
  957. PoliceHQ2 = Instance.new("TextButton")
  958. DonutShop = Instance.new("TextButton")
  959. GasStation = Instance.new("TextButton")
  960. Prison = Instance.new("TextButton")
  961. Garage = Instance.new("TextButton")
  962. Bugatti = Instance.new("TextButton")
  963. Lamborghini = Instance.new("TextButton")
  964. Tesla3 = Instance.new("TextButton")
  965. Porsche = Instance.new("TextButton")
  966. SWATVan = Instance.new("TextButton")
  967. DuneBuggy = Instance.new("TextButton")
  968. PickUpTruck = Instance.new("TextButton")
  969. MiniCooper = Instance.new("TextButton")
  970. Camaro = Instance.new("TextButton")
  971. DirtBike = Instance.new("TextButton")
  972. sframe = Instance.new("ScrollingFrame")
  973. GoTo = Instance.new("TextButton")
  974. SPlayer = Instance.new("TextLabel")
  975. SettingsFrame = Instance.new("Frame")
  976. CDrag = Instance.new("ImageButton")
  977. CNotifierB = Instance.new("ImageButton")
  978. TextLabel_16 = Instance.new("TextLabel")
  979. TextLabel_17 = Instance.new("TextLabel")
  980. CNotifierJ = Instance.new("ImageButton")
  981. TextLabel_18 = Instance.new("TextLabel")
  982. TextLabel_19 = Instance.new("TextLabel")
  983. CBigHead = Instance.new("ImageButton")
  984. TextLabel_20 = Instance.new("TextLabel")
  985. CESP = Instance.new("ImageButton")
  986. TextLabel_21 = Instance.new("TextLabel")
  987. KeybindConFrame = Instance.new("Frame")
  988. TextLabel_22 = Instance.new("TextLabel")
  989. JewelryKeyy = Instance.new("TextLabel")
  990. BankKeyy = Instance.new("TextLabel")
  991. CriminalKeyy = Instance.new("TextLabel")
  992. KeyContinue = Instance.new("TextButton")
  993. KeyCancel = Instance.new("TextButton")
  994. CustomTP = Instance.new("TextButton")
  995. JewelryKeyBox = Instance.new("TextBox")
  996. CrimBaseBox = Instance.new("TextBox")
  997. BankKeyBox = Instance.new("TextBox")
  998. SetKeybind = Instance.new("TextButton")
  999. TextLabel_23 = Instance.new("TextLabel")
  1000. Coords = Instance.new("TextButton")
  1001. UIColorButton = Instance.new("TextButton")
  1002. Reset = Instance.new("TextButton")
  1003. CForceField = Instance.new("ImageButton")
  1004. TextLabel_24 = Instance.new("TextLabel")
  1005. Explorer = Instance.new("TextButton")
  1006. GameFrame = Instance.new("Frame")
  1007. InfiniteAmmo = Instance.new("TextButton")
  1008. JumpPower = Instance.new("TextButton")
  1009. NoClip = Instance.new("TextButton")
  1010. Gravity = Instance.new("TextButton")
  1011. RemoveAll = Instance.new("TextButton")
  1012. AnnoyServer = Instance.new("TextButton")
  1013. VehicleSpeed = Instance.new("TextButton")
  1014. WalkSpeed = Instance.new("TextButton")
  1015. GodMode = Instance.new("TextButton")
  1016. AK47 = Instance.new("TextButton")
  1017. ClickTP = Instance.new("TextButton")
  1018. AutoRob = Instance.new("TextButton")
  1019. ShotGun = Instance.new("TextButton")
  1020. Btools = Instance.new("TextButton")
  1021. Pistol = Instance.new("TextButton")
  1022. SpamArrest = Instance.new("TextButton")
  1023. KeyCard = Instance.new("TextButton")
  1024. M4A4 = Instance.new("TextButton")
  1025. Fly = Instance.new("TextButton")
  1026. FlashLight = Instance.new("TextButton")
  1027. TextLabel_25 = Instance.new("TextLabel")
  1028. TextLabel_26 = Instance.new("TextLabel")
  1029. TextLabel_27 = Instance.new("TextLabel")
  1030. MainLogo2 = Instance.new("ImageLabel")
  1031. Tabs = Instance.new("ImageButton")
  1032. Dark = Instance.new("Frame")
  1033. MainLogo = Instance.new("ImageLabel")
  1034. TextLabel_28 = Instance.new("TextLabel")
  1035. JNotifierOpen = Instance.new("Frame")
  1036. TextLabel_29 = Instance.new("TextLabel")
  1037. GotoJewelry = Instance.new("TextButton")
  1038. BNotifierOpen = Instance.new("Frame")
  1039. TextLabel_30 = Instance.new("TextLabel")
  1040. GotoBank = Instance.new("TextButton")
  1041. LPlayerDetect = Instance.new("Frame")
  1042. PlayerNameDetected = Instance.new("TextLabel")
  1043. TextLabel_31 = Instance.new("TextLabel")
  1044. TextLabel_32 = Instance.new("TextLabel")
  1045. TextLabel_33 = Instance.new("TextLabel")
  1046. TextLabel_34 = Instance.new("TextLabel")
  1047. TextLabel_35 = Instance.new("TextLabel")
  1048. AdminJoined = Instance.new("Frame")
  1049. AdminDetected = Instance.new("TextLabel")
  1050. TextLabel_36 = Instance.new("TextLabel")
  1051. TextLabel_37 = Instance.new("TextLabel")
  1052. TextLabel_38 = Instance.new("TextLabel")
  1053. TextLabel_39 = Instance.new("TextLabel")
  1054. UIColorFrame = Instance.new("Frame")
  1055. TextLabel_40 = Instance.new("TextLabel")
  1056. TextLabel_41 = Instance.new("TextLabel")
  1057. Commands = Instance.new("Frame")
  1058. TextLabel_42 = Instance.new("TextLabel")
  1059. ScrollingFrame = Instance.new("ScrollingFrame")
  1060. TextLabel_43 = Instance.new("TextLabel")
  1061. TextLabel_44 = Instance.new("TextLabel")
  1062. TextLabel_45 = Instance.new("TextLabel")
  1063. TextLabel_46 = Instance.new("TextLabel")
  1064. TextLabel_47 = Instance.new("TextLabel")
  1065. TextLabel_48 = Instance.new("TextLabel")
  1066. TextLabel_49 = Instance.new("TextLabel")
  1067. TextLabel_50 = Instance.new("TextLabel")
  1068. TextLabel_51 = Instance.new("TextLabel")
  1069. TextLabel_52 = Instance.new("TextLabel")
  1070. CommandClose = Instance.new("TextButton")
  1071. StarterFrame = Instance.new("Frame")
  1072. StarterMainFrame = Instance.new("Frame")
  1073. ContinueCustomization = Instance.new("TextButton")
  1074. TextLabel_53 = Instance.new("TextLabel")
  1075. TextLabel_54 = Instance.new("TextLabel")
  1076. TextLabel_55 = Instance.new("TextLabel")
  1077. TextLabel_56 = Instance.new("TextLabel")
  1078. TextLabel_57 = Instance.new("TextLabel")
  1079. TextLabel_58 = Instance.new("TextLabel")
  1080. TextLabel_59 = Instance.new("TextLabel")
  1081. TextLabel_60 = Instance.new("TextLabel")
  1082. TextLabel_61 = Instance.new("TextLabel")
  1083. TextLabel_62 = Instance.new("TextLabel")
  1084. MainContinue = Instance.new("TextButton")
  1085. TextLabel_63 = Instance.new("TextLabel")
  1086. TextLabel_64 = Instance.new("TextLabel")
  1087. BlueColor = Instance.new("TextButton")
  1088. RedColor = Instance.new("TextButton")
  1089. OrangeColor = Instance.new("TextButton")
  1090. BlackColor = Instance.new("TextButton")
  1091. PurpleColor = Instance.new("TextButton")
  1092. TextLabel_65 = Instance.new("TextLabel")
  1093. UIKeybind = Instance.new("TextBox")
  1094. TextLabel_66 = Instance.new("TextLabel")
  1095. TextLabel_67 = Instance.new("TextLabel")
  1096. TextLabel_68 = Instance.new("TextLabel")
  1097. MainPreview = Instance.new("TextLabel")
  1098. TextLabel_69 = Instance.new("TextLabel")
  1099. Aimbotkeybind = Instance.new("TextBox")
  1100. TextLabel_70 = Instance.new("TextLabel")
  1101. TextLabel_71 = Instance.new("TextLabel")
  1102. TextLabel_72 = Instance.new("TextLabel")
  1103. TextLabel_73 = Instance.new("TextLabel")
  1104. TextLabel_74 = Instance.new("TextLabel")
  1105. TextLabel_75 = Instance.new("TextLabel")
  1106. TextLabel_76 = Instance.new("TextLabel")
  1107. local Game = Instance.new("TextButton")
  1108. ActiveMenu = Instance.new("Folder")
  1109. ButtonWheelMenu = Instance.new("Frame")
  1110. Hue = Instance.new("NumberValue")
  1111. Lig = Instance.new("NumberValue")
  1112. Sat = Instance.new("NumberValue")
  1113. HueBox = Instance.new("TextBox")
  1114. GetColor = Instance.new("BindableFunction")
  1115.  
  1116. Unjailbreak.Name = "Unjailbreak"
  1117. Unjailbreak.Parent = game.CoreGui
  1118.  
  1119. MainFrame.Name = "MainFrame"
  1120. MainFrame.Parent = Unjailbreak
  1121. MainFrame.Active = true
  1122. MainFrame.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  1123. MainFrame.BorderSizePixel = 0
  1124. MainFrame.ClipsDescendants = true
  1125. MainFrame.Draggable = true
  1126. MainFrame.Position = UDim2.new(0.344000012, 0, 1.10000002, -2)
  1127. MainFrame.Size = UDim2.new(0, 598, 0, 356)
  1128.  
  1129. TextLabel.Parent = MainFrame
  1130. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  1131. TextLabel.BorderSizePixel = 0
  1132. TextLabel.Position = UDim2.new(0, 0, 0, 39)
  1133. TextLabel.Size = UDim2.new(0, 598, 0, 3)
  1134. TextLabel.Font = Enum.Font.SourceSans
  1135. TextLabel.FontSize = Enum.FontSize.Size14
  1136. TextLabel.Text = ""
  1137. TextLabel.TextSize = 14
  1138.  
  1139. BottomLine.Name = "BottomLine"
  1140. BottomLine.Parent = MainFrame
  1141. BottomLine.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  1142. BottomLine.BorderSizePixel = 0
  1143. BottomLine.Position = UDim2.new(0, 0, 0, 336)
  1144. BottomLine.Size = UDim2.new(0, 598, 0, 18)
  1145. BottomLine.Font = Enum.Font.SourceSans
  1146. BottomLine.FontSize = Enum.FontSize.Size14
  1147. BottomLine.Text = ""
  1148. BottomLine.TextSize = 14
  1149.  
  1150. PlayerImage.Name = "PlayerImage"
  1151. PlayerImage.Parent = MainFrame
  1152. PlayerImage.BackgroundColor3 = Color3.new(1, 1, 1)
  1153. PlayerImage.BorderSizePixel = 0
  1154. PlayerImage.Position = UDim2.new(0, 0, 0, 48)
  1155. PlayerImage.Size = UDim2.new(0, 149, 0, 129)
  1156. PlayerImage.Image = "https://assetgame.roblox.com/Thumbs/Avatar.ashx?x=250&y=250&Format=Png&username="..game:GetService("Players").LocalPlayer.Name
  1157.  
  1158. TextLabel_2.Parent = MainFrame
  1159. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  1160. TextLabel_2.BackgroundTransparency = 1
  1161. TextLabel_2.Position = UDim2.new(0, 199, 0, 0)
  1162. TextLabel_2.Size = UDim2.new(0, 200, 0, 33)
  1163. TextLabel_2.Font = Enum.Font.Arial
  1164. TextLabel_2.FontSize = Enum.FontSize.Size24
  1165. TextLabel_2.Text = "U N J A I L B R E A K"
  1166. TextLabel_2.TextColor3 = Color3.new(1, 1, 1)
  1167. TextLabel_2.TextSize = 20
  1168.  
  1169. TextLabel_3.Parent = MainFrame
  1170. TextLabel_3.BackgroundColor3 = Color3.new(0.380392, 0.380392, 0.380392)
  1171. TextLabel_3.BorderSizePixel = 0
  1172. TextLabel_3.Position = UDim2.new(0, 0, 0, 177)
  1173. TextLabel_3.Size = UDim2.new(0, 149, 0, 159)
  1174. TextLabel_3.Font = Enum.Font.SourceSans
  1175. TextLabel_3.FontSize = Enum.FontSize.Size14
  1176. TextLabel_3.Text = ""
  1177. TextLabel_3.TextSize = 14
  1178.  
  1179. Game.Name = "Game"
  1180. Game.Parent = MainFrame
  1181. Game.BackgroundColor3 = Color3.new(1, 1, 1)
  1182. Game.BackgroundTransparency = 1
  1183. Game.Position = UDim2.new(0, 21, 0, 229)
  1184. Game.Size = UDim2.new(0, 118, 0, 30)
  1185. Game.Font = Enum.Font.Arial
  1186. Game.FontSize = Enum.FontSize.Size18
  1187. Game.Text = ""
  1188. Game.TextColor3 = Color3.new(1, 1, 1)
  1189. Game.TextSize = 17
  1190.  
  1191. HomeImage.Name = "HomeImage"
  1192. HomeImage.Parent = Game
  1193. HomeImage.BackgroundColor3 = Color3.new(1, 1, 1)
  1194. HomeImage.BackgroundTransparency = 1
  1195. HomeImage.Position = UDim2.new(0, 0, 0, 3)
  1196. HomeImage.Size = UDim2.new(0, 25, 0, 24)
  1197. HomeImage.Image = "rbxassetid://1022440008"
  1198.  
  1199. TextLabel_4.Parent = Game
  1200. TextLabel_4.BackgroundColor3 = Color3.new(1, 1, 1)
  1201. TextLabel_4.BackgroundTransparency = 1
  1202. TextLabel_4.Position = UDim2.new(0, 33, 0, 0)
  1203. TextLabel_4.Size = UDim2.new(0, 85, 0, 30)
  1204. TextLabel_4.Font = Enum.Font.Arial
  1205. TextLabel_4.FontSize = Enum.FontSize.Size18
  1206. TextLabel_4.Text = "Game"
  1207. TextLabel_4.TextColor3 = Color3.new(1, 1, 1)
  1208. TextLabel_4.TextSize = 17
  1209. TextLabel_4.TextXAlignment = Enum.TextXAlignment.Left
  1210.  
  1211. Home.Name = "Home"
  1212. Home.Parent = MainFrame
  1213. Home.BackgroundColor3 = Color3.new(1, 1, 1)
  1214. Home.BackgroundTransparency = 1
  1215. Home.Position = UDim2.new(0, 21, 0, 196)
  1216. Home.Size = UDim2.new(0, 118, 0, 30)
  1217. Home.Font = Enum.Font.Arial
  1218. Home.FontSize = Enum.FontSize.Size18
  1219. Home.Text = ""
  1220. Home.TextColor3 = Color3.new(1, 1, 1)
  1221. Home.TextSize = 17
  1222.  
  1223. HomeImage_2.Name = "HomeImage"
  1224. HomeImage_2.Parent = Home
  1225. HomeImage_2.BackgroundColor3 = Color3.new(1, 1, 1)
  1226. HomeImage_2.BackgroundTransparency = 1
  1227. HomeImage_2.Position = UDim2.new(0, 0, 0, 3)
  1228. HomeImage_2.Size = UDim2.new(0, 25, 0, 24)
  1229. HomeImage_2.Image = "rbxassetid://1022441323"
  1230.  
  1231. TextLabel_5.Parent = Home
  1232. TextLabel_5.BackgroundColor3 = Color3.new(1, 1, 1)
  1233. TextLabel_5.BackgroundTransparency = 1
  1234. TextLabel_5.Position = UDim2.new(0, 33, 0, 0)
  1235. TextLabel_5.Size = UDim2.new(0, 85, 0, 30)
  1236. TextLabel_5.Font = Enum.Font.Arial
  1237. TextLabel_5.FontSize = Enum.FontSize.Size18
  1238. TextLabel_5.Text = "Home"
  1239. TextLabel_5.TextColor3 = Color3.new(1, 1, 1)
  1240. TextLabel_5.TextSize = 17
  1241. TextLabel_5.TextXAlignment = Enum.TextXAlignment.Left
  1242.  
  1243. Settings.Name = "Settings"
  1244. Settings.Parent = MainFrame
  1245. Settings.BackgroundColor3 = Color3.new(1, 1, 1)
  1246. Settings.BackgroundTransparency = 1
  1247. Settings.Position = UDim2.new(0, 21, 0, 295)
  1248. Settings.Size = UDim2.new(0, 118, 0, 30)
  1249. Settings.Font = Enum.Font.Arial
  1250. Settings.FontSize = Enum.FontSize.Size18
  1251. Settings.Text = ""
  1252. Settings.TextColor3 = Color3.new(1, 1, 1)
  1253. Settings.TextSize = 17
  1254.  
  1255. HomeImage_3.Name = "HomeImage"
  1256. HomeImage_3.Parent = Settings
  1257. HomeImage_3.BackgroundColor3 = Color3.new(1, 1, 1)
  1258. HomeImage_3.BackgroundTransparency = 1
  1259. HomeImage_3.Position = UDim2.new(0, 0, 0, 3)
  1260. HomeImage_3.Size = UDim2.new(0, 25, 0, 24)
  1261. HomeImage_3.Image = "rbxassetid://1022442308"
  1262.  
  1263. TextLabel_6.Parent = Settings
  1264. TextLabel_6.BackgroundColor3 = Color3.new(1, 1, 1)
  1265. TextLabel_6.BackgroundTransparency = 1
  1266. TextLabel_6.Position = UDim2.new(0, 33, 0, 0)
  1267. TextLabel_6.Size = UDim2.new(0, 85, 0, 30)
  1268. TextLabel_6.Font = Enum.Font.Arial
  1269. TextLabel_6.FontSize = Enum.FontSize.Size18
  1270. TextLabel_6.Text = "Settings"
  1271. TextLabel_6.TextColor3 = Color3.new(1, 1, 1)
  1272. TextLabel_6.TextSize = 17
  1273. TextLabel_6.TextXAlignment = Enum.TextXAlignment.Left
  1274.  
  1275. Teleports.Name = "Teleports"
  1276. Teleports.Parent = MainFrame
  1277. Teleports.BackgroundColor3 = Color3.new(1, 1, 1)
  1278. Teleports.BackgroundTransparency = 1
  1279. Teleports.Position = UDim2.new(0, 21, 0, 262)
  1280. Teleports.Size = UDim2.new(0, 118, 0, 30)
  1281. Teleports.Font = Enum.Font.Arial
  1282. Teleports.FontSize = Enum.FontSize.Size18
  1283. Teleports.Text = ""
  1284. Teleports.TextColor3 = Color3.new(1, 1, 1)
  1285. Teleports.TextSize = 17
  1286.  
  1287. HomeImage_4.Name = "HomeImage"
  1288. HomeImage_4.Parent = Teleports
  1289. HomeImage_4.BackgroundColor3 = Color3.new(1, 1, 1)
  1290. HomeImage_4.BackgroundTransparency = 1
  1291. HomeImage_4.Position = UDim2.new(0, 0, 0, 3)
  1292. HomeImage_4.Size = UDim2.new(0, 25, 0, 24)
  1293. HomeImage_4.Image = "rbxassetid://1022517730"
  1294.  
  1295. TextLabel_7.Parent = Teleports
  1296. TextLabel_7.BackgroundColor3 = Color3.new(1, 1, 1)
  1297. TextLabel_7.BackgroundTransparency = 1
  1298. TextLabel_7.Position = UDim2.new(0, 33, 0, 0)
  1299. TextLabel_7.Size = UDim2.new(0, 85, 0, 30)
  1300. TextLabel_7.Font = Enum.Font.Arial
  1301. TextLabel_7.FontSize = Enum.FontSize.Size18
  1302. TextLabel_7.Text = "Teleports"
  1303. TextLabel_7.TextColor3 = Color3.new(1, 1, 1)
  1304. TextLabel_7.TextSize = 17
  1305. TextLabel_7.TextXAlignment = Enum.TextXAlignment.Left
  1306.  
  1307. TabFrames.Name = "TabFrames"
  1308. TabFrames.Parent = MainFrame
  1309. TabFrames.BackgroundColor3 = Color3.new(1, 1, 1)
  1310. TabFrames.BorderSizePixel = 0
  1311. TabFrames.ClipsDescendants = true
  1312. TabFrames.Position = UDim2.new(0, 0, 0, 47)
  1313. TabFrames.Size = UDim2.new(0, 598, 0, 289)
  1314.  
  1315. HomeFrame.Name = "HomeFrame"
  1316. HomeFrame.Parent = TabFrames
  1317. HomeFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  1318. HomeFrame.BorderSizePixel = 0
  1319. HomeFrame.ClipsDescendants = true
  1320. HomeFrame.Size = UDim2.new(0, 598, 0, 289)
  1321. HomeFrame.Visible = true
  1322.  
  1323. TextLabel_8.Parent = HomeFrame
  1324. TextLabel_8.BackgroundColor3 = Color3.new(1, 1, 1)
  1325. TextLabel_8.BackgroundTransparency = 1
  1326. TextLabel_8.Position = UDim2.new(0, 199, 0, 18)
  1327. TextLabel_8.Size = UDim2.new(0, 200, 0, 50)
  1328. TextLabel_8.Font = Enum.Font.Arial
  1329. TextLabel_8.FontSize = Enum.FontSize.Size24
  1330. TextLabel_8.Text = "Welcome To Unjailbreak"
  1331. TextLabel_8.TextColor3 = Color3.new(0, 0, 0)
  1332. TextLabel_8.TextSize = 20
  1333.  
  1334. TextLabel_9.Parent = HomeFrame
  1335. TextLabel_9.BackgroundColor3 = Color3.new(1, 1, 1)
  1336. TextLabel_9.BackgroundTransparency = 1
  1337. TextLabel_9.Position = UDim2.new(0, 199, 0, 53)
  1338. TextLabel_9.Size = UDim2.new(0, 200, 0, 50)
  1339. TextLabel_9.Font = Enum.Font.Arial
  1340. TextLabel_9.FontSize = Enum.FontSize.Size24
  1341. TextLabel_9.Text = "Logo Created by ooga#9523"
  1342. TextLabel_9.TextColor3 = Color3.new(0, 0, 0)
  1343. TextLabel_9.TextSize = 20
  1344.  
  1345. TextLabel_10.Parent = HomeFrame
  1346. TextLabel_10.BackgroundColor3 = Color3.new(1, 1, 1)
  1347. TextLabel_10.BackgroundTransparency = 1
  1348. TextLabel_10.Position = UDim2.new(0, 199, 0, 99)
  1349. TextLabel_10.Size = UDim2.new(0, 200, 0, 25)
  1350. TextLabel_10.Font = Enum.Font.Arial
  1351. TextLabel_10.FontSize = Enum.FontSize.Size24
  1352. TextLabel_10.Text = "Whitelist Created By Aren <3"
  1353. TextLabel_10.TextColor3 = Color3.new(0, 0, 0)
  1354. TextLabel_10.TextSize = 20
  1355.  
  1356. TextLabel_11.Parent = HomeFrame
  1357. TextLabel_11.BackgroundColor3 = Color3.new(1, 1, 1)
  1358. TextLabel_11.BackgroundTransparency = 1
  1359. TextLabel_11.Position = UDim2.new(0, 199, 0, 120)
  1360. TextLabel_11.Size = UDim2.new(0, 200, 0, 50)
  1361. TextLabel_11.Font = Enum.Font.Arial
  1362. TextLabel_11.FontSize = Enum.FontSize.Size24
  1363. TextLabel_11.Text = "Credits To Ezy For Being Cool"
  1364. TextLabel_11.TextColor3 = Color3.new(0, 0, 0)
  1365. TextLabel_11.TextSize = 20
  1366.  
  1367. TextLabel_12.Parent = HomeFrame
  1368. TextLabel_12.BackgroundColor3 = Color3.new(0.337255, 0.337255, 0.337255)
  1369. TextLabel_12.BorderSizePixel = 0
  1370. TextLabel_12.Position = UDim2.new(0, 100, 0, -33)
  1371. TextLabel_12.Size = UDim2.new(0, 33, 0, 409)
  1372. TextLabel_12.Font = Enum.Font.Arial
  1373. TextLabel_12.FontSize = Enum.FontSize.Size24
  1374. TextLabel_12.Text = ""
  1375. TextLabel_12.TextColor3 = Color3.new(0, 0, 0)
  1376. TextLabel_12.TextSize = 20
  1377.  
  1378. TextLabel_13.Parent = HomeFrame
  1379. TextLabel_13.BackgroundColor3 = Color3.new(0.337255, 0.337255, 0.337255)
  1380. TextLabel_13.BorderSizePixel = 0
  1381. TextLabel_13.Position = UDim2.new(0, 82, 0, -60)
  1382. TextLabel_13.Size = UDim2.new(0, 9, 0, 409)
  1383. TextLabel_13.Font = Enum.Font.Arial
  1384. TextLabel_13.FontSize = Enum.FontSize.Size24
  1385. TextLabel_13.Text = ""
  1386. TextLabel_13.TextColor3 = Color3.new(0, 0, 0)
  1387. TextLabel_13.TextSize = 20
  1388.  
  1389. TextLabel_14.Parent = HomeFrame
  1390. TextLabel_14.BackgroundColor3 = Color3.new(0.337255, 0.337255, 0.337255)
  1391. TextLabel_14.BorderSizePixel = 0
  1392. TextLabel_14.Position = UDim2.new(0, 570, 0, -60)
  1393. TextLabel_14.Size = UDim2.new(0, 8, 0, 409)
  1394. TextLabel_14.Font = Enum.Font.Arial
  1395. TextLabel_14.FontSize = Enum.FontSize.Size24
  1396. TextLabel_14.Text = ""
  1397. TextLabel_14.TextColor3 = Color3.new(0, 0, 0)
  1398. TextLabel_14.TextSize = 20
  1399.  
  1400. TextLabel_15.Parent = HomeFrame
  1401. TextLabel_15.BackgroundColor3 = Color3.new(0.921569, 0.431373, 0)
  1402. TextLabel_15.BorderSizePixel = 0
  1403. TextLabel_15.Position = UDim2.new(0, 114, 0, -21)
  1404. TextLabel_15.Size = UDim2.new(0, 10, 0, 409)
  1405. TextLabel_15.Font = Enum.Font.Arial
  1406. TextLabel_15.FontSize = Enum.FontSize.Size24
  1407. TextLabel_15.Text = ""
  1408. TextLabel_15.TextColor3 = Color3.new(0, 0, 0)
  1409. TextLabel_15.TextSize = 20
  1410.  
  1411. TeleportsFrame.Name = "TeleportsFrame"
  1412. TeleportsFrame.Parent = TabFrames
  1413. TeleportsFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  1414. TeleportsFrame.BorderSizePixel = 0
  1415. TeleportsFrame.ClipsDescendants = true
  1416. TeleportsFrame.Size = UDim2.new(0, 598, 0, 289)
  1417. TeleportsFrame.Visible = false
  1418.  
  1419. JewelryStore.Name = "JewelryStore"
  1420. JewelryStore.Parent = TeleportsFrame
  1421. JewelryStore.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  1422. JewelryStore.BorderSizePixel = 0
  1423. JewelryStore.Position = UDim2.new(0, 22, 0, 50)
  1424. JewelryStore.Size = UDim2.new(0, 89, 0, 25)
  1425. JewelryStore.AutoButtonColor = false
  1426. JewelryStore.Font = Enum.Font.Arial
  1427. JewelryStore.FontSize = Enum.FontSize.Size18
  1428. JewelryStore.Text = "Jewelry Store"
  1429. JewelryStore.TextColor3 = Color3.new(1, 1, 1)
  1430. JewelryStore.TextSize = 15
  1431.  
  1432. BankStore.Name = "BankStore"
  1433. BankStore.Parent = TeleportsFrame
  1434. BankStore.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  1435. BankStore.BorderSizePixel = 0
  1436. BankStore.Position = UDim2.new(0, 120, 0, 50)
  1437. BankStore.Size = UDim2.new(0, 89, 0, 25)
  1438. BankStore.AutoButtonColor = false
  1439. BankStore.Font = Enum.Font.Arial
  1440. BankStore.FontSize = Enum.FontSize.Size18
  1441. BankStore.Text = "Bank Store"
  1442. BankStore.TextColor3 = Color3.new(1, 1, 1)
  1443. BankStore.TextSize = 15
  1444.  
  1445. BatCave.Name = "BatCave"
  1446. BatCave.Parent = TeleportsFrame
  1447. BatCave.BackgroundColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  1448. BatCave.BorderSizePixel = 0
  1449. BatCave.Position = UDim2.new(0, 22, 0, 85)
  1450. BatCave.Size = UDim2.new(0, 89, 0, 25)
  1451. BatCave.AutoButtonColor = false
  1452. BatCave.Font = Enum.Font.Arial
  1453. BatCave.FontSize = Enum.FontSize.Size18
  1454. BatCave.Text = "Bat Cave"
  1455. BatCave.TextColor3 = Color3.new(1, 1, 1)
  1456. BatCave.TextSize = 15
  1457.  
  1458. CriminalBase.Name = "CriminalBase"
  1459. CriminalBase.Parent = TeleportsFrame
  1460. CriminalBase.BackgroundColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  1461. CriminalBase.BorderSizePixel = 0
  1462. CriminalBase.Position = UDim2.new(0, 120, 0, 85)
  1463. CriminalBase.Size = UDim2.new(0, 89, 0, 25)
  1464. CriminalBase.AutoButtonColor = false
  1465. CriminalBase.Font = Enum.Font.Arial
  1466. CriminalBase.FontSize = Enum.FontSize.Size18
  1467. CriminalBase.Text = "Criminal Base"
  1468. CriminalBase.TextColor3 = Color3.new(1, 1, 1)
  1469. CriminalBase.TextSize = 15
  1470.  
  1471. PoliceHQ1.Name = "PoliceHQ1"
  1472. PoliceHQ1.Parent = TeleportsFrame
  1473. PoliceHQ1.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  1474. PoliceHQ1.BorderSizePixel = 0
  1475. PoliceHQ1.Position = UDim2.new(0, 22, 0, 120)
  1476. PoliceHQ1.Size = UDim2.new(0, 89, 0, 25)
  1477. PoliceHQ1.AutoButtonColor = false
  1478. PoliceHQ1.Font = Enum.Font.Arial
  1479. PoliceHQ1.FontSize = Enum.FontSize.Size18
  1480. PoliceHQ1.Text = "Police HQ 1"
  1481. PoliceHQ1.TextColor3 = Color3.new(1, 1, 1)
  1482. PoliceHQ1.TextSize = 15
  1483.  
  1484. PoliceHQ2.Name = "PoliceHQ2"
  1485. PoliceHQ2.Parent = TeleportsFrame
  1486. PoliceHQ2.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  1487. PoliceHQ2.BorderSizePixel = 0
  1488. PoliceHQ2.Position = UDim2.new(0, 120, 0, 120)
  1489. PoliceHQ2.Size = UDim2.new(0, 89, 0, 25)
  1490. PoliceHQ2.AutoButtonColor = false
  1491. PoliceHQ2.Font = Enum.Font.Arial
  1492. PoliceHQ2.FontSize = Enum.FontSize.Size18
  1493. PoliceHQ2.Text = "Police HQ 2"
  1494. PoliceHQ2.TextColor3 = Color3.new(1, 1, 1)
  1495. PoliceHQ2.TextSize = 15
  1496.  
  1497. DonutShop.Name = "DonutShop"
  1498. DonutShop.Parent = TeleportsFrame
  1499. DonutShop.BackgroundColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  1500. DonutShop.BorderSizePixel = 0
  1501. DonutShop.Position = UDim2.new(0, 120, 0, 155)
  1502. DonutShop.Size = UDim2.new(0, 89, 0, 25)
  1503. DonutShop.AutoButtonColor = false
  1504. DonutShop.Font = Enum.Font.Arial
  1505. DonutShop.FontSize = Enum.FontSize.Size18
  1506. DonutShop.Text = "Donut Shop"
  1507. DonutShop.TextColor3 = Color3.new(1, 1, 1)
  1508. DonutShop.TextSize = 15
  1509.  
  1510. GasStation.Name = "GasStation"
  1511. GasStation.Parent = TeleportsFrame
  1512. GasStation.BackgroundColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  1513. GasStation.BorderSizePixel = 0
  1514. GasStation.Position = UDim2.new(0, 22, 0, 155)
  1515. GasStation.Size = UDim2.new(0, 89, 0, 25)
  1516. GasStation.AutoButtonColor = false
  1517. GasStation.Font = Enum.Font.Arial
  1518. GasStation.FontSize = Enum.FontSize.Size18
  1519. GasStation.Text = "Gas Station"
  1520. GasStation.TextColor3 = Color3.new(1, 1, 1)
  1521. GasStation.TextSize = 15
  1522.  
  1523. Prison.Name = "Prison"
  1524. Prison.Parent = TeleportsFrame
  1525. Prison.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  1526. Prison.BorderSizePixel = 0
  1527. Prison.Position = UDim2.new(0, 22, 0, 190)
  1528. Prison.Size = UDim2.new(0, 89, 0, 25)
  1529. Prison.AutoButtonColor = false
  1530. Prison.Font = Enum.Font.Arial
  1531. Prison.FontSize = Enum.FontSize.Size18
  1532. Prison.Text = "Prison"
  1533. Prison.TextColor3 = Color3.new(1, 1, 1)
  1534. Prison.TextSize = 15
  1535.  
  1536. Garage.Name = "Garage"
  1537. Garage.Parent = TeleportsFrame
  1538. Garage.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  1539. Garage.BorderSizePixel = 0
  1540. Garage.Position = UDim2.new(0, 120, 0, 190)
  1541. Garage.Size = UDim2.new(0, 89, 0, 25)
  1542. Garage.AutoButtonColor = false
  1543. Garage.Font = Enum.Font.Arial
  1544. Garage.FontSize = Enum.FontSize.Size18
  1545. Garage.Text = "Garage"
  1546. Garage.TextColor3 = Color3.new(1, 1, 1)
  1547. Garage.TextSize = 15
  1548.  
  1549. Bugatti.Name = "Bugatti"
  1550. Bugatti.Parent = TeleportsFrame
  1551. Bugatti.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  1552. Bugatti.BorderSizePixel = 0
  1553. Bugatti.Position = UDim2.new(0, 218, 0, 50)
  1554. Bugatti.Size = UDim2.new(0, 89, 0, 25)
  1555. Bugatti.AutoButtonColor = false
  1556. Bugatti.Font = Enum.Font.Arial
  1557. Bugatti.FontSize = Enum.FontSize.Size18
  1558. Bugatti.Text = "Bugatti"
  1559. Bugatti.TextColor3 = Color3.new(1, 1, 1)
  1560. Bugatti.TextSize = 15
  1561.  
  1562. Lamborghini.Name = "Lamborghini"
  1563. Lamborghini.Parent = TeleportsFrame
  1564. Lamborghini.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  1565. Lamborghini.BorderSizePixel = 0
  1566. Lamborghini.Position = UDim2.new(0, 318, 0, 50)
  1567. Lamborghini.Size = UDim2.new(0, 89, 0, 25)
  1568. Lamborghini.AutoButtonColor = false
  1569. Lamborghini.Font = Enum.Font.Arial
  1570. Lamborghini.FontSize = Enum.FontSize.Size18
  1571. Lamborghini.Text = "Lamborghini"
  1572. Lamborghini.TextColor3 = Color3.new(1, 1, 1)
  1573. Lamborghini.TextSize = 15
  1574.  
  1575. Tesla3.Name = "Tesla3"
  1576. Tesla3.Parent = TeleportsFrame
  1577. Tesla3.BackgroundColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  1578. Tesla3.BorderSizePixel = 0
  1579. Tesla3.Position = UDim2.new(0, 318, 0, 85)
  1580. Tesla3.Size = UDim2.new(0, 89, 0, 25)
  1581. Tesla3.AutoButtonColor = false
  1582. Tesla3.Font = Enum.Font.Arial
  1583. Tesla3.FontSize = Enum.FontSize.Size18
  1584. Tesla3.Text = "Tesla 3"
  1585. Tesla3.TextColor3 = Color3.new(1, 1, 1)
  1586. Tesla3.TextSize = 15
  1587.  
  1588. Porsche.Name = "Porsche"
  1589. Porsche.Parent = TeleportsFrame
  1590. Porsche.BackgroundColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  1591. Porsche.BorderSizePixel = 0
  1592. Porsche.Position = UDim2.new(0, 218, 0, 85)
  1593. Porsche.Size = UDim2.new(0, 89, 0, 25)
  1594. Porsche.AutoButtonColor = false
  1595. Porsche.Font = Enum.Font.Arial
  1596. Porsche.FontSize = Enum.FontSize.Size18
  1597. Porsche.Text = "Porsche"
  1598. Porsche.TextColor3 = Color3.new(1, 1, 1)
  1599. Porsche.TextSize = 15
  1600.  
  1601. SWATVan.Name = "SWATVan"
  1602. SWATVan.Parent = TeleportsFrame
  1603. SWATVan.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  1604. SWATVan.BorderSizePixel = 0
  1605. SWATVan.Position = UDim2.new(0, 318, 0, 120)
  1606. SWATVan.Size = UDim2.new(0, 89, 0, 25)
  1607. SWATVan.AutoButtonColor = false
  1608. SWATVan.Font = Enum.Font.Arial
  1609. SWATVan.FontSize = Enum.FontSize.Size18
  1610. SWATVan.Text = "SWAT Van"
  1611. SWATVan.TextColor3 = Color3.new(1, 1, 1)
  1612. SWATVan.TextSize = 15
  1613.  
  1614. DuneBuggy.Name = "DuneBuggy"
  1615. DuneBuggy.Parent = TeleportsFrame
  1616. DuneBuggy.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  1617. DuneBuggy.BorderSizePixel = 0
  1618. DuneBuggy.Position = UDim2.new(0, 218, 0, 120)
  1619. DuneBuggy.Size = UDim2.new(0, 89, 0, 25)
  1620. DuneBuggy.AutoButtonColor = false
  1621. DuneBuggy.Font = Enum.Font.Arial
  1622. DuneBuggy.FontSize = Enum.FontSize.Size18
  1623. DuneBuggy.Text = "Dune Buggy"
  1624. DuneBuggy.TextColor3 = Color3.new(1, 1, 1)
  1625. DuneBuggy.TextSize = 15
  1626.  
  1627. PickUpTruck.Name = "PickUpTruck"
  1628. PickUpTruck.Parent = TeleportsFrame
  1629. PickUpTruck.BackgroundColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  1630. PickUpTruck.BorderSizePixel = 0
  1631. PickUpTruck.Position = UDim2.new(0, 218, 0, 155)
  1632. PickUpTruck.Size = UDim2.new(0, 89, 0, 25)
  1633. PickUpTruck.AutoButtonColor = false
  1634. PickUpTruck.Font = Enum.Font.Arial
  1635. PickUpTruck.FontSize = Enum.FontSize.Size18
  1636. PickUpTruck.Text = "PickUp Truck"
  1637. PickUpTruck.TextColor3 = Color3.new(1, 1, 1)
  1638. PickUpTruck.TextSize = 15
  1639.  
  1640. MiniCooper.Name = "MiniCooper"
  1641. MiniCooper.Parent = TeleportsFrame
  1642. MiniCooper.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  1643. MiniCooper.BorderSizePixel = 0
  1644. MiniCooper.Position = UDim2.new(0, 218, 0, 190)
  1645. MiniCooper.Size = UDim2.new(0, 89, 0, 25)
  1646. MiniCooper.AutoButtonColor = false
  1647. MiniCooper.Font = Enum.Font.Arial
  1648. MiniCooper.FontSize = Enum.FontSize.Size18
  1649. MiniCooper.Text = "Mini Cooper"
  1650. MiniCooper.TextColor3 = Color3.new(1, 1, 1)
  1651. MiniCooper.TextSize = 15
  1652.  
  1653. Camaro.Name = "Camaro"
  1654. Camaro.Parent = TeleportsFrame
  1655. Camaro.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  1656. Camaro.BorderSizePixel = 0
  1657. Camaro.Position = UDim2.new(0, 318, 0, 190)
  1658. Camaro.Size = UDim2.new(0, 89, 0, 25)
  1659. Camaro.AutoButtonColor = false
  1660. Camaro.Font = Enum.Font.Arial
  1661. Camaro.FontSize = Enum.FontSize.Size18
  1662. Camaro.Text = "Camaro"
  1663. Camaro.TextColor3 = Color3.new(1, 1, 1)
  1664. Camaro.TextSize = 15
  1665.  
  1666. DirtBike.Name = "DirtBike"
  1667. DirtBike.Parent = TeleportsFrame
  1668. DirtBike.BackgroundColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  1669. DirtBike.BorderSizePixel = 0
  1670. DirtBike.Position = UDim2.new(0, 318, 0, 155)
  1671. DirtBike.Size = UDim2.new(0, 89, 0, 25)
  1672. DirtBike.AutoButtonColor = false
  1673. DirtBike.Font = Enum.Font.Arial
  1674. DirtBike.FontSize = Enum.FontSize.Size18
  1675. DirtBike.Text = "Dirt Bike"
  1676. DirtBike.TextColor3 = Color3.new(1, 1, 1)
  1677. DirtBike.TextSize = 15
  1678.  
  1679. sframe.Name = "sframe"
  1680. sframe.Parent = TeleportsFrame
  1681. sframe.BackgroundColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  1682. sframe.BorderSizePixel = 0
  1683. sframe.Position = UDim2.new(0, 418, 0, 51)
  1684. sframe.Size = UDim2.new(0, 180, 0, 164)
  1685. sframe.ScrollBarThickness = 4
  1686.  
  1687. GoTo.Name = "GoTo"
  1688. GoTo.Parent = TeleportsFrame
  1689. GoTo.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  1690. GoTo.BorderSizePixel = 0
  1691. GoTo.Position = UDim2.new(0, 459, 0, 247)
  1692. GoTo.Size = UDim2.new(0, 89, 0, 25)
  1693. GoTo.AutoButtonColor = false
  1694. GoTo.Font = Enum.Font.Arial
  1695. GoTo.FontSize = Enum.FontSize.Size18
  1696. GoTo.Text = "GoTo"
  1697. GoTo.TextColor3 = Color3.new(1, 1, 1)
  1698. GoTo.TextSize = 15
  1699.  
  1700. SPlayer.Name = "SPlayer"
  1701. SPlayer.Parent = TeleportsFrame
  1702. SPlayer.BackgroundColor3 = Color3.new(1, 1, 1)
  1703. SPlayer.BackgroundTransparency = 1
  1704. SPlayer.Position = UDim2.new(0, 407, 0, 221)
  1705. SPlayer.Size = UDim2.new(0, 191, 0, 17)
  1706. SPlayer.Font = Enum.Font.Arial
  1707. SPlayer.FontSize = Enum.FontSize.Size14
  1708. SPlayer.Text = "Player:"
  1709. SPlayer.TextSize = 14
  1710.  
  1711. SettingsFrame.Name = "SettingsFrame"
  1712. SettingsFrame.Parent = TabFrames
  1713. SettingsFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  1714. SettingsFrame.BorderSizePixel = 0
  1715. SettingsFrame.ClipsDescendants = true
  1716. SettingsFrame.Size = UDim2.new(0, 598, 0, 289)
  1717. SettingsFrame.Visible = false
  1718.  
  1719. CDrag.Name = "CDrag"
  1720. CDrag.Parent = SettingsFrame
  1721. CDrag.BackgroundColor3 = Color3.new(1, 1, 1)
  1722. CDrag.BackgroundTransparency = 1
  1723. CDrag.Position = UDim2.new(0, 22, 0, 60)
  1724. CDrag.Size = UDim2.new(0, 25, 0, 25)
  1725. CDrag.Image = "rbxassetid://87913710"
  1726. CDrag.ImageColor3 = Color3.new(0.211765, 0.635294, 0)
  1727.  
  1728. CNotifierB.Name = "CNotifierB"
  1729. CNotifierB.Parent = SettingsFrame
  1730. CNotifierB.BackgroundColor3 = Color3.new(1, 1, 1)
  1731. CNotifierB.BackgroundTransparency = 1
  1732. CNotifierB.Position = UDim2.new(0, 22, 0, 100)
  1733. CNotifierB.Size = UDim2.new(0, 25, 0, 25)
  1734. CNotifierB.Image = "rbxassetid://87913710"
  1735. CNotifierB.ImageColor3 = Color3.new(0.380392, 0.380392, 0.380392)
  1736.  
  1737. TextLabel_16.Parent = SettingsFrame
  1738. TextLabel_16.BackgroundColor3 = Color3.new(1, 1, 1)
  1739. TextLabel_16.BackgroundTransparency = 1
  1740. TextLabel_16.Position = UDim2.new(0, 55, 0, 62)
  1741. TextLabel_16.Size = UDim2.new(0, 56, 0, 17)
  1742. TextLabel_16.Font = Enum.Font.Arial
  1743. TextLabel_16.FontSize = Enum.FontSize.Size18
  1744. TextLabel_16.Text = "Draggable"
  1745. TextLabel_16.TextColor3 = Color3.new(0, 0, 0)
  1746. TextLabel_16.TextSize = 15
  1747. TextLabel_16.TextXAlignment = Enum.TextXAlignment.Left
  1748.  
  1749. TextLabel_17.Parent = SettingsFrame
  1750. TextLabel_17.BackgroundColor3 = Color3.new(1, 1, 1)
  1751. TextLabel_17.BackgroundTransparency = 1
  1752. TextLabel_17.Position = UDim2.new(0, 55, 0, 102)
  1753. TextLabel_17.Size = UDim2.new(0, 56, 0, 17)
  1754. TextLabel_17.Font = Enum.Font.Arial
  1755. TextLabel_17.FontSize = Enum.FontSize.Size18
  1756. TextLabel_17.Text = "Bank Notifier"
  1757. TextLabel_17.TextColor3 = Color3.new(0, 0, 0)
  1758. TextLabel_17.TextSize = 15
  1759. TextLabel_17.TextXAlignment = Enum.TextXAlignment.Left
  1760.  
  1761. CNotifierJ.Name = "CNotifierJ"
  1762. CNotifierJ.Parent = SettingsFrame
  1763. CNotifierJ.BackgroundColor3 = Color3.new(1, 1, 1)
  1764. CNotifierJ.BackgroundTransparency = 1
  1765. CNotifierJ.Position = UDim2.new(0, 22, 0, 140)
  1766. CNotifierJ.Size = UDim2.new(0, 25, 0, 25)
  1767. CNotifierJ.Image = "rbxassetid://87913710"
  1768. CNotifierJ.ImageColor3 = Color3.new(0.380392, 0.380392, 0.380392)
  1769.  
  1770. TextLabel_18.Parent = SettingsFrame
  1771. TextLabel_18.BackgroundColor3 = Color3.new(1, 1, 1)
  1772. TextLabel_18.BackgroundTransparency = 1
  1773. TextLabel_18.Position = UDim2.new(0, 55, 0, 142)
  1774. TextLabel_18.Size = UDim2.new(0, 56, 0, 17)
  1775. TextLabel_18.Font = Enum.Font.Arial
  1776. TextLabel_18.FontSize = Enum.FontSize.Size18
  1777. TextLabel_18.Text = "Jewelry Notifier"
  1778. TextLabel_18.TextColor3 = Color3.new(0, 0, 0)
  1779. TextLabel_18.TextSize = 15
  1780. TextLabel_18.TextXAlignment = Enum.TextXAlignment.Left
  1781.  
  1782. TextLabel_19.Parent = SettingsFrame
  1783. TextLabel_19.BackgroundColor3 = Color3.new(1, 1, 1)
  1784. TextLabel_19.BackgroundTransparency = 1
  1785. TextLabel_19.Position = UDim2.new(0, 271, 0, 210)
  1786. TextLabel_19.Size = UDim2.new(0, 56, 0, 17)
  1787. TextLabel_19.Font = Enum.Font.Arial
  1788. TextLabel_19.FontSize = Enum.FontSize.Size18
  1789. TextLabel_19.Text = "Set Current Position As Custom TP"
  1790. TextLabel_19.TextColor3 = Color3.new(0, 0, 0)
  1791. TextLabel_19.TextSize = 15
  1792.  
  1793. CBigHead.Name = "CBigHead"
  1794. CBigHead.Parent = SettingsFrame
  1795. CBigHead.BackgroundColor3 = Color3.new(1, 1, 1)
  1796. CBigHead.BackgroundTransparency = 1
  1797. CBigHead.Position = UDim2.new(0, 22, 0, 180)
  1798. CBigHead.Size = UDim2.new(0, 25, 0, 25)
  1799. CBigHead.Image = "rbxassetid://87913710"
  1800. CBigHead.ImageColor3 = Color3.new(0.380392, 0.380392, 0.380392)
  1801.  
  1802. TextLabel_20.Parent = SettingsFrame
  1803. TextLabel_20.BackgroundColor3 = Color3.new(1, 1, 1)
  1804. TextLabel_20.BackgroundTransparency = 1
  1805. TextLabel_20.Position = UDim2.new(0, 55, 0, 182)
  1806. TextLabel_20.Size = UDim2.new(0, 56, 0, 17)
  1807. TextLabel_20.Font = Enum.Font.Arial
  1808. TextLabel_20.FontSize = Enum.FontSize.Size18
  1809. TextLabel_20.Text = "Big Head"
  1810. TextLabel_20.TextColor3 = Color3.new(0, 0, 0)
  1811. TextLabel_20.TextSize = 15
  1812. TextLabel_20.TextXAlignment = Enum.TextXAlignment.Left
  1813.  
  1814. CESP.Name = "CESP"
  1815. CESP.Parent = SettingsFrame
  1816. CESP.BackgroundColor3 = Color3.new(1, 1, 1)
  1817. CESP.BackgroundTransparency = 1
  1818. CESP.Position = UDim2.new(0, 22, 0, 220)
  1819. CESP.Size = UDim2.new(0, 25, 0, 25)
  1820. CESP.Image = "rbxassetid://87913710"
  1821. CESP.ImageColor3 = Color3.new(0.380392, 0.380392, 0.380392)
  1822.  
  1823. TextLabel_21.Parent = SettingsFrame
  1824. TextLabel_21.BackgroundColor3 = Color3.new(1, 1, 1)
  1825. TextLabel_21.BackgroundTransparency = 1
  1826. TextLabel_21.Position = UDim2.new(0, 55, 0, 222)
  1827. TextLabel_21.Size = UDim2.new(0, 56, 0, 17)
  1828. TextLabel_21.Font = Enum.Font.Arial
  1829. TextLabel_21.FontSize = Enum.FontSize.Size18
  1830. TextLabel_21.Text = "ESP"
  1831. TextLabel_21.TextColor3 = Color3.new(0, 0, 0)
  1832. TextLabel_21.TextSize = 15
  1833. TextLabel_21.TextXAlignment = Enum.TextXAlignment.Left
  1834.  
  1835. KeybindConFrame.Name = "KeybindConFrame"
  1836. KeybindConFrame.Parent = SettingsFrame
  1837. KeybindConFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  1838. KeybindConFrame.BorderColor3 = Color3.new(0.737255, 0.345098, 0)
  1839. KeybindConFrame.BorderSizePixel = 3
  1840. KeybindConFrame.Position = UDim2.new(0, 164, 0, 70)
  1841. KeybindConFrame.Size = UDim2.new(0, 270, 0, 150)
  1842. KeybindConFrame.Visible = false
  1843. KeybindConFrame.ZIndex = 2
  1844.  
  1845. TextLabel_22.Parent = KeybindConFrame
  1846. TextLabel_22.BackgroundColor3 = Color3.new(1, 1, 1)
  1847. TextLabel_22.BackgroundTransparency = 1
  1848. TextLabel_22.Position = UDim2.new(0, 74, 0, 10)
  1849. TextLabel_22.Size = UDim2.new(0, 122, 0, 19)
  1850. TextLabel_22.Font = Enum.Font.Arial
  1851. TextLabel_22.FontSize = Enum.FontSize.Size18
  1852. TextLabel_22.Text = "Are You Sure You Want To Continue?"
  1853. TextLabel_22.TextSize = 15
  1854. TextLabel_22.ZIndex = 2
  1855.  
  1856. JewelryKeyy.Name = "JewelryKeyy"
  1857. JewelryKeyy.Parent = KeybindConFrame
  1858. JewelryKeyy.BackgroundColor3 = Color3.new(1, 1, 1)
  1859. JewelryKeyy.BackgroundTransparency = 1
  1860. JewelryKeyy.Position = UDim2.new(0, 13, 0, 39)
  1861. JewelryKeyy.Size = UDim2.new(0, 122, 0, 19)
  1862. JewelryKeyy.Font = Enum.Font.Arial
  1863. JewelryKeyy.FontSize = Enum.FontSize.Size18
  1864. JewelryKeyy.Text = "Jewelry Key Set:"
  1865. JewelryKeyy.TextSize = 15
  1866. JewelryKeyy.TextXAlignment = Enum.TextXAlignment.Left
  1867. JewelryKeyy.ZIndex = 2
  1868.  
  1869. BankKeyy.Name = "BankKeyy"
  1870. BankKeyy.Parent = KeybindConFrame
  1871. BankKeyy.BackgroundColor3 = Color3.new(1, 1, 1)
  1872. BankKeyy.BackgroundTransparency = 1
  1873. BankKeyy.Position = UDim2.new(0, 13, 0, 56)
  1874. BankKeyy.Size = UDim2.new(0, 122, 0, 19)
  1875. BankKeyy.Font = Enum.Font.Arial
  1876. BankKeyy.FontSize = Enum.FontSize.Size18
  1877. BankKeyy.Text = "Bank Key Set:"
  1878. BankKeyy.TextSize = 15
  1879. BankKeyy.TextXAlignment = Enum.TextXAlignment.Left
  1880. BankKeyy.ZIndex = 2
  1881.  
  1882. CriminalKeyy.Name = "CriminalKeyy"
  1883. CriminalKeyy.Parent = KeybindConFrame
  1884. CriminalKeyy.BackgroundColor3 = Color3.new(1, 1, 1)
  1885. CriminalKeyy.BackgroundTransparency = 1
  1886. CriminalKeyy.Position = UDim2.new(0, 13, 0, 73)
  1887. CriminalKeyy.Size = UDim2.new(0, 122, 0, 19)
  1888. CriminalKeyy.Font = Enum.Font.Arial
  1889. CriminalKeyy.FontSize = Enum.FontSize.Size18
  1890. CriminalKeyy.Text = "Criminal Key Set:"
  1891. CriminalKeyy.TextSize = 15
  1892. CriminalKeyy.TextXAlignment = Enum.TextXAlignment.Left
  1893. CriminalKeyy.ZIndex = 2
  1894.  
  1895. KeyContinue.Name = "KeyContinue"
  1896. KeyContinue.Parent = KeybindConFrame
  1897. KeyContinue.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  1898. KeyContinue.BorderSizePixel = 0
  1899. KeyContinue.Position = UDim2.new(0, 16, 0, 104)
  1900. KeyContinue.Size = UDim2.new(0, 100, 0, 30)
  1901. KeyContinue.Font = Enum.Font.Arial
  1902. KeyContinue.FontSize = Enum.FontSize.Size18
  1903. KeyContinue.Text = "Continue"
  1904. KeyContinue.TextColor3 = Color3.new(1, 1, 1)
  1905. KeyContinue.TextSize = 16
  1906. KeyContinue.ZIndex = 2
  1907.  
  1908. KeyCancel.Name = "KeyCancel"
  1909. KeyCancel.Parent = KeybindConFrame
  1910. KeyCancel.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  1911. KeyCancel.BorderSizePixel = 0
  1912. KeyCancel.Position = UDim2.new(0, 155, 0, 104)
  1913. KeyCancel.Size = UDim2.new(0, 100, 0, 30)
  1914. KeyCancel.Font = Enum.Font.Arial
  1915. KeyCancel.FontSize = Enum.FontSize.Size18
  1916. KeyCancel.Text = "Cancel"
  1917. KeyCancel.TextColor3 = Color3.new(1, 1, 1)
  1918. KeyCancel.TextSize = 16
  1919. KeyCancel.ZIndex = 2
  1920.  
  1921. CustomTP.Name = "CustomTP"
  1922. CustomTP.Parent = SettingsFrame
  1923. CustomTP.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  1924. CustomTP.BorderSizePixel = 0
  1925. CustomTP.Position = UDim2.new(0, 248, 0, 170)
  1926. CustomTP.Size = UDim2.new(0, 101, 0, 29)
  1927. CustomTP.Font = Enum.Font.Arial
  1928. CustomTP.FontSize = Enum.FontSize.Size18
  1929. CustomTP.Text = "GoPoint"
  1930. CustomTP.TextColor3 = Color3.new(1, 1, 1)
  1931. CustomTP.TextSize = 17
  1932.  
  1933. JewelryKeyBox.Name = "JewelryKeyBox"
  1934. JewelryKeyBox.Parent = SettingsFrame
  1935. JewelryKeyBox.BackgroundColor3 = Color3.new(1, 1, 1)
  1936. JewelryKeyBox.BorderColor3 = Color3.new(0.737255, 0.345098, 0)
  1937. JewelryKeyBox.ClipsDescendants = true
  1938. JewelryKeyBox.Position = UDim2.new(0, 234, 0, 70)
  1939. JewelryKeyBox.Size = UDim2.new(0, 30, 0, 29)
  1940. JewelryKeyBox.ClearTextOnFocus = false
  1941. JewelryKeyBox.Font = Enum.Font.Arial
  1942. JewelryKeyBox.FontSize = Enum.FontSize.Size18
  1943. JewelryKeyBox.Text = "J"
  1944. JewelryKeyBox.TextSize = 16
  1945.  
  1946. CrimBaseBox.Name = "CrimBaseBox"
  1947. CrimBaseBox.Parent = SettingsFrame
  1948. CrimBaseBox.BackgroundColor3 = Color3.new(1, 1, 1)
  1949. CrimBaseBox.BorderColor3 = Color3.new(0.737255, 0.345098, 0)
  1950. CrimBaseBox.ClipsDescendants = true
  1951. CrimBaseBox.Position = UDim2.new(0, 284, 0, 70)
  1952. CrimBaseBox.Size = UDim2.new(0, 30, 0, 29)
  1953. CrimBaseBox.ClearTextOnFocus = false
  1954. CrimBaseBox.Font = Enum.Font.Arial
  1955. CrimBaseBox.FontSize = Enum.FontSize.Size18
  1956. CrimBaseBox.Text = "C"
  1957. CrimBaseBox.TextSize = 16
  1958.  
  1959. BankKeyBox.Name = "BankKeyBox"
  1960. BankKeyBox.Parent = SettingsFrame
  1961. BankKeyBox.BackgroundColor3 = Color3.new(1, 1, 1)
  1962. BankKeyBox.BorderColor3 = Color3.new(0.737255, 0.345098, 0)
  1963. BankKeyBox.ClipsDescendants = true
  1964. BankKeyBox.Position = UDim2.new(0, 334, 0, 70)
  1965. BankKeyBox.Size = UDim2.new(0, 30, 0, 29)
  1966. BankKeyBox.ClearTextOnFocus = false
  1967. BankKeyBox.Font = Enum.Font.Arial
  1968. BankKeyBox.FontSize = Enum.FontSize.Size18
  1969. BankKeyBox.Text = "B"
  1970. BankKeyBox.TextSize = 16
  1971.  
  1972. SetKeybind.Name = "SetKeybind"
  1973. SetKeybind.Parent = SettingsFrame
  1974. SetKeybind.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  1975. SetKeybind.BorderSizePixel = 0
  1976. SetKeybind.Position = UDim2.new(0, 265, 0, 120)
  1977. SetKeybind.Size = UDim2.new(0, 67, 0, 29)
  1978. SetKeybind.Font = Enum.Font.Arial
  1979. SetKeybind.FontSize = Enum.FontSize.Size18
  1980. SetKeybind.Text = "Set"
  1981. SetKeybind.TextColor3 = Color3.new(1, 1, 1)
  1982. SetKeybind.TextSize = 17
  1983.  
  1984. TextLabel_23.Parent = SettingsFrame
  1985. TextLabel_23.BackgroundColor3 = Color3.new(1, 1, 1)
  1986. TextLabel_23.BackgroundTransparency = 1
  1987. TextLabel_23.Position = UDim2.new(0, 271, 0, 35)
  1988. TextLabel_23.Size = UDim2.new(0, 56, 0, 17)
  1989. TextLabel_23.Font = Enum.Font.Arial
  1990. TextLabel_23.FontSize = Enum.FontSize.Size18
  1991. TextLabel_23.Text = "Keybind"
  1992. TextLabel_23.TextColor3 = Color3.new(0, 0, 0)
  1993. TextLabel_23.TextSize = 15
  1994.  
  1995. Coords.Name = "Coords"
  1996. Coords.Parent = SettingsFrame
  1997. Coords.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  1998. Coords.BorderSizePixel = 0
  1999. Coords.Position = UDim2.new(0, 248, 0, 240)
  2000. Coords.Size = UDim2.new(0, 101, 0, 29)
  2001. Coords.Font = Enum.Font.Arial
  2002. Coords.FontSize = Enum.FontSize.Size18
  2003. Coords.Text = "Checkpoint"
  2004. Coords.TextColor3 = Color3.new(1, 1, 1)
  2005. Coords.TextSize = 17
  2006.  
  2007. UIColorButton.Name = "UIColorButton"
  2008. UIColorButton.Parent = SettingsFrame
  2009. UIColorButton.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  2010. UIColorButton.BorderSizePixel = 0
  2011. UIColorButton.Position = UDim2.new(0, 450, 0, 130)
  2012. UIColorButton.Size = UDim2.new(0, 101, 0, 29)
  2013. UIColorButton.Font = Enum.Font.Arial
  2014. UIColorButton.FontSize = Enum.FontSize.Size18
  2015. UIColorButton.Text = "UI Color"
  2016. UIColorButton.TextColor3 = Color3.new(1, 1, 1)
  2017. UIColorButton.TextSize = 17
  2018.  
  2019. Reset.Name = "Reset"
  2020. Reset.Parent = SettingsFrame
  2021. Reset.BackgroundColor3 = Color3.new(0.333333, 0.333333, 0.333333)
  2022. Reset.BorderSizePixel = 0
  2023. Reset.Position = UDim2.new(0, 450, 0, 240)
  2024. Reset.Size = UDim2.new(0, 101, 0, 29)
  2025. Reset.Font = Enum.Font.Arial
  2026. Reset.FontSize = Enum.FontSize.Size18
  2027. Reset.Text = "RESET!"
  2028. Reset.TextColor3 = Color3.new(0.666667, 0, 0)
  2029. Reset.TextSize = 17
  2030.  
  2031. CForceField.Name = "CForceField"
  2032. CForceField.Parent = SettingsFrame
  2033. CForceField.BackgroundColor3 = Color3.new(1, 1, 1)
  2034. CForceField.BackgroundTransparency = 1
  2035. CForceField.Position = UDim2.new(0, 22, 0, 260)
  2036. CForceField.Size = UDim2.new(0, 25, 0, 25)
  2037. CForceField.Image = "rbxassetid://87913710"
  2038. CForceField.ImageColor3 = Color3.new(0.380392, 0.380392, 0.380392)
  2039.  
  2040. TextLabel_24.Parent = SettingsFrame
  2041. TextLabel_24.BackgroundColor3 = Color3.new(1, 1, 1)
  2042. TextLabel_24.BackgroundTransparency = 1
  2043. TextLabel_24.Position = UDim2.new(0, 55, 0, 262)
  2044. TextLabel_24.Size = UDim2.new(0, 56, 0, 17)
  2045. TextLabel_24.Font = Enum.Font.Arial
  2046. TextLabel_24.FontSize = Enum.FontSize.Size18
  2047. TextLabel_24.Text = "ForceField"
  2048. TextLabel_24.TextColor3 = Color3.new(0, 0, 0)
  2049. TextLabel_24.TextSize = 15
  2050. TextLabel_24.TextXAlignment = Enum.TextXAlignment.Left
  2051.  
  2052. Explorer.Name = "Explorer"
  2053. Explorer.Parent = SettingsFrame
  2054. Explorer.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  2055. Explorer.BorderSizePixel = 0
  2056. Explorer.Position = UDim2.new(0, 450, 0, 185)
  2057. Explorer.Size = UDim2.new(0, 101, 0, 29)
  2058. Explorer.Font = Enum.Font.Arial
  2059. Explorer.FontSize = Enum.FontSize.Size18
  2060. Explorer.Text = "Explorer"
  2061. Explorer.TextColor3 = Color3.new(1, 1, 1)
  2062. Explorer.TextSize = 17
  2063.  
  2064. GameFrame.Name = "GameFrame"
  2065. GameFrame.Parent = TabFrames
  2066. GameFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  2067. GameFrame.BorderSizePixel = 0
  2068. GameFrame.ClipsDescendants = true
  2069. GameFrame.Size = UDim2.new(0, 598, 0, 289)
  2070. GameFrame.Visible = false
  2071.  
  2072. InfiniteAmmo.Name = "InfiniteAmmo"
  2073. InfiniteAmmo.Parent = GameFrame
  2074. InfiniteAmmo.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  2075. InfiniteAmmo.BorderSizePixel = 0
  2076. InfiniteAmmo.Position = UDim2.new(0, 318, 0, 50)
  2077. InfiniteAmmo.Size = UDim2.new(0, 89, 0, 25)
  2078. InfiniteAmmo.AutoButtonColor = false
  2079. InfiniteAmmo.Font = Enum.Font.Arial
  2080. InfiniteAmmo.FontSize = Enum.FontSize.Size18
  2081. InfiniteAmmo.Text = "Ammo: OFF"
  2082. InfiniteAmmo.TextColor3 = Color3.new(1, 1, 1)
  2083. InfiniteAmmo.TextSize = 15
  2084.  
  2085. JumpPower.Name = "JumpPower"
  2086. JumpPower.Parent = GameFrame
  2087. JumpPower.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  2088. JumpPower.BorderSizePixel = 0
  2089. JumpPower.Position = UDim2.new(0, 218, 0, 50)
  2090. JumpPower.Size = UDim2.new(0, 89, 0, 25)
  2091. JumpPower.AutoButtonColor = false
  2092. JumpPower.Font = Enum.Font.Arial
  2093. JumpPower.FontSize = Enum.FontSize.Size18
  2094. JumpPower.Text = "Jump: OFF"
  2095. JumpPower.TextColor3 = Color3.new(1, 1, 1)
  2096. JumpPower.TextSize = 15
  2097.  
  2098. NoClip.Name = "NoClip"
  2099. NoClip.Parent = GameFrame
  2100. NoClip.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  2101. NoClip.BorderSizePixel = 0
  2102. NoClip.Position = UDim2.new(0, 22, 0, 50)
  2103. NoClip.Size = UDim2.new(0, 89, 0, 25)
  2104. NoClip.AutoButtonColor = false
  2105. NoClip.Font = Enum.Font.Arial
  2106. NoClip.FontSize = Enum.FontSize.Size18
  2107. NoClip.Text = "NoClip: OFF"
  2108. NoClip.TextColor3 = Color3.new(1, 1, 1)
  2109. NoClip.TextSize = 15
  2110.  
  2111. Gravity.Name = "Gravity"
  2112. Gravity.Parent = GameFrame
  2113. Gravity.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  2114. Gravity.BorderSizePixel = 0
  2115. Gravity.Position = UDim2.new(0, 120, 0, 50)
  2116. Gravity.Size = UDim2.new(0, 89, 0, 25)
  2117. Gravity.AutoButtonColor = false
  2118. Gravity.Font = Enum.Font.Arial
  2119. Gravity.FontSize = Enum.FontSize.Size18
  2120. Gravity.Text = "Gravity: OFF"
  2121. Gravity.TextColor3 = Color3.new(1, 1, 1)
  2122. Gravity.TextSize = 15
  2123.  
  2124. RemoveAll.Name = "RemoveAll"
  2125. RemoveAll.Parent = GameFrame
  2126. RemoveAll.BackgroundColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  2127. RemoveAll.BorderSizePixel = 0
  2128. RemoveAll.Position = UDim2.new(0, 22, 0, 85)
  2129. RemoveAll.Size = UDim2.new(0, 89, 0, 25)
  2130. RemoveAll.AutoButtonColor = false
  2131. RemoveAll.Font = Enum.Font.Arial
  2132. RemoveAll.FontSize = Enum.FontSize.Size18
  2133. RemoveAll.Text = "Remove All"
  2134. RemoveAll.TextColor3 = Color3.new(1, 1, 1)
  2135. RemoveAll.TextSize = 15
  2136.  
  2137. AnnoyServer.Name = "AnnoyServer"
  2138. AnnoyServer.Parent = GameFrame
  2139. AnnoyServer.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  2140. AnnoyServer.BorderSizePixel = 0
  2141. AnnoyServer.Position = UDim2.new(0, 318, 0, 120)
  2142. AnnoyServer.Size = UDim2.new(0, 89, 0, 25)
  2143. AnnoyServer.AutoButtonColor = false
  2144. AnnoyServer.Font = Enum.Font.Arial
  2145. AnnoyServer.FontSize = Enum.FontSize.Size18
  2146. AnnoyServer.Text = "Annoy Server"
  2147. AnnoyServer.TextColor3 = Color3.new(1, 1, 1)
  2148. AnnoyServer.TextSize = 15
  2149.  
  2150. VehicleSpeed.Name = "VehicleSpeed"
  2151. VehicleSpeed.Parent = GameFrame
  2152. VehicleSpeed.BackgroundColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  2153. VehicleSpeed.BorderSizePixel = 0
  2154. VehicleSpeed.Position = UDim2.new(0, 218, 0, 85)
  2155. VehicleSpeed.Size = UDim2.new(0, 89, 0, 25)
  2156. VehicleSpeed.AutoButtonColor = false
  2157. VehicleSpeed.Font = Enum.Font.Arial
  2158. VehicleSpeed.FontSize = Enum.FontSize.Size18
  2159. VehicleSpeed.Text = "Car Speed"
  2160. VehicleSpeed.TextColor3 = Color3.new(1, 1, 1)
  2161. VehicleSpeed.TextSize = 15
  2162.  
  2163. WalkSpeed.Name = "WalkSpeed"
  2164. WalkSpeed.Parent = GameFrame
  2165. WalkSpeed.BackgroundColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  2166. WalkSpeed.BorderSizePixel = 0
  2167. WalkSpeed.Position = UDim2.new(0, 120, 0, 85)
  2168. WalkSpeed.Size = UDim2.new(0, 89, 0, 25)
  2169. WalkSpeed.AutoButtonColor = false
  2170. WalkSpeed.Font = Enum.Font.Arial
  2171. WalkSpeed.FontSize = Enum.FontSize.Size18
  2172. WalkSpeed.Text = "Walk Speed"
  2173. WalkSpeed.TextColor3 = Color3.new(1, 1, 1)
  2174. WalkSpeed.TextSize = 15
  2175.  
  2176. GodMode.Name = "GodMode"
  2177. GodMode.Parent = GameFrame
  2178. GodMode.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  2179. GodMode.BorderSizePixel = 0
  2180. GodMode.Position = UDim2.new(0, 218, 0, 120)
  2181. GodMode.Size = UDim2.new(0, 89, 0, 25)
  2182. GodMode.AutoButtonColor = false
  2183. GodMode.Font = Enum.Font.Arial
  2184. GodMode.FontSize = Enum.FontSize.Size18
  2185. GodMode.Text = "God Mode"
  2186. GodMode.TextColor3 = Color3.new(1, 1, 1)
  2187. GodMode.TextSize = 15
  2188.  
  2189. AK47.Name = "AK47"
  2190. AK47.Parent = GameFrame
  2191. AK47.BackgroundColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  2192. AK47.BorderSizePixel = 0
  2193. AK47.Position = UDim2.new(0, 218, 0, 155)
  2194. AK47.Size = UDim2.new(0, 89, 0, 25)
  2195. AK47.AutoButtonColor = false
  2196. AK47.Font = Enum.Font.Arial
  2197. AK47.FontSize = Enum.FontSize.Size18
  2198. AK47.Text = "AK-47"
  2199. AK47.TextColor3 = Color3.new(1, 1, 1)
  2200. AK47.TextSize = 15
  2201.  
  2202. ClickTP.Name = "ClickTP"
  2203. ClickTP.Parent = GameFrame
  2204. ClickTP.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  2205. ClickTP.BorderSizePixel = 0
  2206. ClickTP.Position = UDim2.new(0, 218, 0, 190)
  2207. ClickTP.Size = UDim2.new(0, 89, 0, 25)
  2208. ClickTP.AutoButtonColor = false
  2209. ClickTP.Font = Enum.Font.Arial
  2210. ClickTP.FontSize = Enum.FontSize.Size18
  2211. ClickTP.Text = "Click TP"
  2212. ClickTP.TextColor3 = Color3.new(1, 1, 1)
  2213. ClickTP.TextSize = 15
  2214.  
  2215. AutoRob.Name = "AutoRob"
  2216. AutoRob.Parent = GameFrame
  2217. AutoRob.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  2218. AutoRob.BorderSizePixel = 0
  2219. AutoRob.Position = UDim2.new(0, 318, 0, 190)
  2220. AutoRob.Size = UDim2.new(0, 89, 0, 25)
  2221. AutoRob.AutoButtonColor = false
  2222. AutoRob.Font = Enum.Font.Arial
  2223. AutoRob.FontSize = Enum.FontSize.Size18
  2224. AutoRob.Text = "Auto Rob"
  2225. AutoRob.TextColor3 = Color3.new(1, 1, 1)
  2226. AutoRob.TextSize = 15
  2227.  
  2228. ShotGun.Name = "ShotGun"
  2229. ShotGun.Parent = GameFrame
  2230. ShotGun.BackgroundColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  2231. ShotGun.BorderSizePixel = 0
  2232. ShotGun.Position = UDim2.new(0, 318, 0, 155)
  2233. ShotGun.Size = UDim2.new(0, 89, 0, 25)
  2234. ShotGun.AutoButtonColor = false
  2235. ShotGun.Font = Enum.Font.Arial
  2236. ShotGun.FontSize = Enum.FontSize.Size18
  2237. ShotGun.Text = "Shot Gun"
  2238. ShotGun.TextColor3 = Color3.new(1, 1, 1)
  2239. ShotGun.TextSize = 15
  2240.  
  2241. Btools.Name = "Btools"
  2242. Btools.Parent = GameFrame
  2243. Btools.BackgroundColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  2244. Btools.BorderSizePixel = 0
  2245. Btools.Position = UDim2.new(0, 318, 0, 85)
  2246. Btools.Size = UDim2.new(0, 89, 0, 25)
  2247. Btools.AutoButtonColor = false
  2248. Btools.Font = Enum.Font.Arial
  2249. Btools.FontSize = Enum.FontSize.Size18
  2250. Btools.Text = "Btools"
  2251. Btools.TextColor3 = Color3.new(1, 1, 1)
  2252. Btools.TextSize = 15
  2253.  
  2254. Pistol.Name = "Pistol"
  2255. Pistol.Parent = GameFrame
  2256. Pistol.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  2257. Pistol.BorderSizePixel = 0
  2258. Pistol.Position = UDim2.new(0, 22, 0, 190)
  2259. Pistol.Size = UDim2.new(0, 89, 0, 25)
  2260. Pistol.AutoButtonColor = false
  2261. Pistol.Font = Enum.Font.Arial
  2262. Pistol.FontSize = Enum.FontSize.Size18
  2263. Pistol.Text = "Pistol"
  2264. Pistol.TextColor3 = Color3.new(1, 1, 1)
  2265. Pistol.TextSize = 15
  2266.  
  2267. SpamArrest.Name = "SpamArrest"
  2268. SpamArrest.Parent = GameFrame
  2269. SpamArrest.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  2270. SpamArrest.BorderSizePixel = 0
  2271. SpamArrest.Position = UDim2.new(0, 22, 0, 120)
  2272. SpamArrest.Size = UDim2.new(0, 89, 0, 25)
  2273. SpamArrest.AutoButtonColor = false
  2274. SpamArrest.Font = Enum.Font.Arial
  2275. SpamArrest.FontSize = Enum.FontSize.Size18
  2276. SpamArrest.Text = "Spam Arrest"
  2277. SpamArrest.TextColor3 = Color3.new(1, 1, 1)
  2278. SpamArrest.TextSize = 15
  2279.  
  2280. KeyCard.Name = "KeyCard"
  2281. KeyCard.Parent = GameFrame
  2282. KeyCard.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  2283. KeyCard.BorderSizePixel = 0
  2284. KeyCard.Position = UDim2.new(0, 120, 0, 120)
  2285. KeyCard.Size = UDim2.new(0, 89, 0, 25)
  2286. KeyCard.AutoButtonColor = false
  2287. KeyCard.Font = Enum.Font.Arial
  2288. KeyCard.FontSize = Enum.FontSize.Size18
  2289. KeyCard.Text = "Key Card"
  2290. KeyCard.TextColor3 = Color3.new(1, 1, 1)
  2291. KeyCard.TextSize = 15
  2292.  
  2293. M4A4.Name = "M4A4"
  2294. M4A4.Parent = GameFrame
  2295. M4A4.BackgroundColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  2296. M4A4.BorderSizePixel = 0
  2297. M4A4.Position = UDim2.new(0, 120, 0, 155)
  2298. M4A4.Size = UDim2.new(0, 89, 0, 25)
  2299. M4A4.AutoButtonColor = false
  2300. M4A4.Font = Enum.Font.Arial
  2301. M4A4.FontSize = Enum.FontSize.Size18
  2302. M4A4.Text = "M4A4"
  2303. M4A4.TextColor3 = Color3.new(1, 1, 1)
  2304. M4A4.TextSize = 15
  2305.  
  2306. Fly.Name = "Fly"
  2307. Fly.Parent = GameFrame
  2308. Fly.BackgroundColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  2309. Fly.BorderSizePixel = 0
  2310. Fly.Position = UDim2.new(0, 22, 0, 155)
  2311. Fly.Size = UDim2.new(0, 89, 0, 25)
  2312. Fly.AutoButtonColor = false
  2313. Fly.Font = Enum.Font.Arial
  2314. Fly.FontSize = Enum.FontSize.Size18
  2315. Fly.Text = "Fly: OFF"
  2316. Fly.TextColor3 = Color3.new(1, 1, 1)
  2317. Fly.TextSize = 15
  2318.  
  2319. FlashLight.Name = "FlashLight"
  2320. FlashLight.Parent = GameFrame
  2321. FlashLight.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  2322. FlashLight.BorderSizePixel = 0
  2323. FlashLight.Position = UDim2.new(0, 120, 0, 190)
  2324. FlashLight.Size = UDim2.new(0, 89, 0, 25)
  2325. FlashLight.AutoButtonColor = false
  2326. FlashLight.Font = Enum.Font.Arial
  2327. FlashLight.FontSize = Enum.FontSize.Size18
  2328. FlashLight.Text = "Flash Light"
  2329. FlashLight.TextColor3 = Color3.new(1, 1, 1)
  2330. FlashLight.TextSize = 15
  2331.  
  2332. TextLabel_25.Parent = GameFrame
  2333. TextLabel_25.BackgroundColor3 = Color3.new(0.337255, 0.337255, 0.337255)
  2334. TextLabel_25.BorderSizePixel = 0
  2335. TextLabel_25.Position = UDim2.new(0, 527, 0, -60)
  2336. TextLabel_25.Size = UDim2.new(0, 8, 0, 409)
  2337. TextLabel_25.Font = Enum.Font.Arial
  2338. TextLabel_25.FontSize = Enum.FontSize.Size24
  2339. TextLabel_25.Text = ""
  2340. TextLabel_25.TextColor3 = Color3.new(0, 0, 0)
  2341. TextLabel_25.TextSize = 20
  2342.  
  2343. TextLabel_26.Parent = GameFrame
  2344. TextLabel_26.BackgroundColor3 = Color3.new(0.337255, 0.337255, 0.337255)
  2345. TextLabel_26.BorderSizePixel = 0
  2346. TextLabel_26.Position = UDim2.new(0, 486, 0, -60)
  2347. TextLabel_26.Size = UDim2.new(0, 31, 0, 409)
  2348. TextLabel_26.Font = Enum.Font.Arial
  2349. TextLabel_26.FontSize = Enum.FontSize.Size24
  2350. TextLabel_26.Text = ""
  2351. TextLabel_26.TextColor3 = Color3.new(0, 0, 0)
  2352. TextLabel_26.TextSize = 20
  2353.  
  2354. TextLabel_27.Parent = GameFrame
  2355. TextLabel_27.BackgroundColor3 = Color3.new(0.921569, 0.431373, 0)
  2356. TextLabel_27.BorderSizePixel = 0
  2357. TextLabel_27.Position = UDim2.new(0, 467, 0, -60)
  2358. TextLabel_27.Size = UDim2.new(0, 10, 0, 409)
  2359. TextLabel_27.Font = Enum.Font.Arial
  2360. TextLabel_27.FontSize = Enum.FontSize.Size24
  2361. TextLabel_27.Text = ""
  2362. TextLabel_27.TextColor3 = Color3.new(0, 0, 0)
  2363. TextLabel_27.TextSize = 20
  2364.  
  2365. MainLogo2.Name = "MainLogo2"
  2366. MainLogo2.Parent = GameFrame
  2367. MainLogo2.BackgroundColor3 = Color3.new(1, 1, 1)
  2368. MainLogo2.BackgroundTransparency = 1
  2369. MainLogo2.Position = UDim2.new(0, 444, 0, 84)
  2370. MainLogo2.Size = UDim2.new(0, 120, 0, 120)
  2371. MainLogo2.Image = "rbxassetid://1101478778"
  2372.  
  2373. Tabs.Name = "Tabs"
  2374. Tabs.Parent = TabFrames
  2375. Tabs.BackgroundColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  2376. Tabs.BackgroundTransparency = 1
  2377. Tabs.ClipsDescendants = true
  2378. Tabs.Position = UDim2.new(0, 7, 0, 7)
  2379. Tabs.Size = UDim2.new(0, 26, 0, 27)
  2380. Tabs.Image = "rbxassetid://1037417986"
  2381. Tabs.ImageColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  2382.  
  2383. Dark.Name = "Dark"
  2384. Dark.Parent = TabFrames
  2385. Dark.BackgroundColor3 = Color3.new(0, 0, 0)
  2386. Dark.BorderSizePixel = 0
  2387. Dark.ClipsDescendants = true
  2388. Dark.Size = UDim2.new(0, 598, 0, 289)
  2389. Dark.Visible = false
  2390.  
  2391. MainLogo.Name = "MainLogo"
  2392. MainLogo.Parent = Unjailbreak
  2393. MainLogo.BackgroundColor3 = Color3.new(1, 1, 1)
  2394. MainLogo.BackgroundTransparency = 1
  2395. MainLogo.Position = UDim2.new(0.460416675, 0, 0.411829144, 0)
  2396. MainLogo.Size = UDim2.new(0, 160, 0, 160)
  2397. MainLogo.Image = "rbxassetid://1101478778"
  2398. MainLogo.ImageTransparency = 1
  2399.  
  2400. TextLabel_28.Parent = MainLogo
  2401. TextLabel_28.BackgroundColor3 = Color3.new(1, 1, 1)
  2402. TextLabel_28.BackgroundTransparency = 1
  2403. TextLabel_28.Position = UDim2.new(-0.125, 0, 1, 0)
  2404. TextLabel_28.Size = UDim2.new(0, 200, 0, 50)
  2405. TextLabel_28.Font = Enum.Font.Arial
  2406. TextLabel_28.FontSize = Enum.FontSize.Size28
  2407. TextLabel_28.Text = "Created By Unlisting"
  2408. TextLabel_28.TextColor3 = Color3.new(0.890196, 0.890196, 0.890196)
  2409. TextLabel_28.TextSize = 25
  2410. TextLabel_28.TextTransparency = 1
  2411.  
  2412. JNotifierOpen.Name = "JNotifierOpen"
  2413. JNotifierOpen.Parent = Unjailbreak
  2414. JNotifierOpen.BackgroundColor3 = Color3.new(1, 1, 1)
  2415. JNotifierOpen.BorderSizePixel = 0
  2416. JNotifierOpen.Position = UDim2.new(1, 0, 0.720000029, 0)
  2417. JNotifierOpen.Size = UDim2.new(0.10520833, 0, 0.0799561888, 0)
  2418.  
  2419. TextLabel_29.Parent = JNotifierOpen
  2420. TextLabel_29.BackgroundColor3 = Color3.new(1, 1, 1)
  2421. TextLabel_29.BackgroundTransparency = 1
  2422. TextLabel_29.Size = UDim2.new(0, 202, 0, 37)
  2423. TextLabel_29.Font = Enum.Font.Cartoon
  2424. TextLabel_29.FontSize = Enum.FontSize.Size24
  2425. TextLabel_29.Text = "Jewelry Store Is Open!"
  2426. TextLabel_29.TextColor3 = Color3.new(0, 0, 0)
  2427. TextLabel_29.TextSize = 20
  2428.  
  2429. GotoJewelry.Name = "GotoJewelry"
  2430. GotoJewelry.Parent = JNotifierOpen
  2431. GotoJewelry.BackgroundColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  2432. GotoJewelry.BorderSizePixel = 0
  2433. GotoJewelry.Position = UDim2.new(0, 51, 0, 37)
  2434. GotoJewelry.Size = UDim2.new(0, 99, 0, 36)
  2435. GotoJewelry.Font = Enum.Font.Cartoon
  2436. GotoJewelry.FontSize = Enum.FontSize.Size24
  2437. GotoJewelry.Text = "Goto"
  2438. GotoJewelry.TextColor3 = Color3.new(1, 1, 1)
  2439. GotoJewelry.TextSize = 20
  2440.  
  2441. BNotifierOpen.Name = "BNotifierOpen"
  2442. BNotifierOpen.Parent = Unjailbreak
  2443. BNotifierOpen.BackgroundColor3 = Color3.new(1, 1, 1)
  2444. BNotifierOpen.BorderSizePixel = 0
  2445. BNotifierOpen.Position = UDim2.new(1, 0, 0.633000016, 0)
  2446. BNotifierOpen.Size = UDim2.new(0.10520833, 0, 0.0799561888, 0)
  2447.  
  2448. TextLabel_30.Parent = BNotifierOpen
  2449. TextLabel_30.BackgroundColor3 = Color3.new(1, 1, 1)
  2450. TextLabel_30.BackgroundTransparency = 1
  2451. TextLabel_30.Size = UDim2.new(0, 202, 0, 45)
  2452. TextLabel_30.Font = Enum.Font.Cartoon
  2453. TextLabel_30.FontSize = Enum.FontSize.Size24
  2454. TextLabel_30.Text = "Bank Is Now Open!"
  2455. TextLabel_30.TextColor3 = Color3.new(0, 0, 0)
  2456. TextLabel_30.TextSize = 20
  2457.  
  2458. GotoBank.Name = "GotoBank"
  2459. GotoBank.Parent = BNotifierOpen
  2460. GotoBank.BackgroundColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  2461. GotoBank.BorderSizePixel = 0
  2462. GotoBank.Position = UDim2.new(0, 51, 0, 37)
  2463. GotoBank.Size = UDim2.new(0, 99, 0, 36)
  2464. GotoBank.Font = Enum.Font.Cartoon
  2465. GotoBank.FontSize = Enum.FontSize.Size24
  2466. GotoBank.Text = "Goto"
  2467. GotoBank.TextColor3 = Color3.new(1, 1, 1)
  2468. GotoBank.TextSize = 20
  2469.  
  2470. LPlayerDetect.Name = "LPlayerDetect"
  2471. LPlayerDetect.Parent = Unjailbreak
  2472. LPlayerDetect.BackgroundColor3 = Color3.new(0.282353, 0.282353, 0.282353)
  2473. LPlayerDetect.BorderSizePixel = 0
  2474. LPlayerDetect.ClipsDescendants = true
  2475. LPlayerDetect.Position = UDim2.new(0.404687494, 0, 0.0339539982, 0)
  2476.  
  2477. PlayerNameDetected.Name = "PlayerNameDetected"
  2478. PlayerNameDetected.Parent = LPlayerDetect
  2479. PlayerNameDetected.BackgroundColor3 = Color3.new(1, 1, 1)
  2480. PlayerNameDetected.BackgroundTransparency = 1
  2481. PlayerNameDetected.Position = UDim2.new(0, 83, 0, 15)
  2482. PlayerNameDetected.Size = UDim2.new(0, 200, 0, 34)
  2483. PlayerNameDetected.Font = Enum.Font.Arial
  2484. PlayerNameDetected.FontSize = Enum.FontSize.Size32
  2485. PlayerNameDetected.Text = "Player Name Here"
  2486. PlayerNameDetected.TextColor3 = Color3.new(1, 1, 1)
  2487. PlayerNameDetected.TextSize = 30
  2488.  
  2489. TextLabel_31.Parent = LPlayerDetect
  2490. TextLabel_31.BackgroundColor3 = Color3.new(1, 1, 1)
  2491. TextLabel_31.BackgroundTransparency = 1
  2492. TextLabel_31.Position = UDim2.new(0, 83, 0, 72)
  2493. TextLabel_31.Size = UDim2.new(0, 200, 0, 34)
  2494. TextLabel_31.Font = Enum.Font.Arial
  2495. TextLabel_31.FontSize = Enum.FontSize.Size24
  2496. TextLabel_31.Text = "You Were Detected As An Admin"
  2497. TextLabel_31.TextColor3 = Color3.new(1, 1, 1)
  2498. TextLabel_31.TextSize = 20
  2499.  
  2500. TextLabel_32.Parent = LPlayerDetect
  2501. TextLabel_32.BackgroundColor3 = Color3.new(1, 1, 1)
  2502. TextLabel_32.BackgroundTransparency = 1
  2503. TextLabel_32.Position = UDim2.new(0, 83, 0, 89)
  2504. TextLabel_32.Size = UDim2.new(0, 200, 0, 34)
  2505. TextLabel_32.Font = Enum.Font.Arial
  2506. TextLabel_32.FontSize = Enum.FontSize.Size24
  2507. TextLabel_32.Text = "On Unjailbreak"
  2508. TextLabel_32.TextColor3 = Color3.new(1, 1, 1)
  2509. TextLabel_32.TextSize = 20
  2510.  
  2511. TextLabel_33.Parent = LPlayerDetect
  2512. TextLabel_33.BackgroundColor3 = Color3.new(1, 1, 1)
  2513. TextLabel_33.BackgroundTransparency = 1
  2514. TextLabel_33.Position = UDim2.new(0, 83, 0, 126)
  2515. TextLabel_33.Size = UDim2.new(0, 200, 0, 34)
  2516. TextLabel_33.Font = Enum.Font.Arial
  2517. TextLabel_33.FontSize = Enum.FontSize.Size24
  2518. TextLabel_33.Text = "Your Name Has Been Announced"
  2519. TextLabel_33.TextColor3 = Color3.new(1, 1, 1)
  2520. TextLabel_33.TextSize = 20
  2521.  
  2522. TextLabel_34.Parent = LPlayerDetect
  2523. TextLabel_34.BackgroundColor3 = Color3.new(1, 1, 1)
  2524. TextLabel_34.BackgroundTransparency = 1
  2525. TextLabel_34.Position = UDim2.new(0, 83, 0, 143)
  2526. TextLabel_34.Size = UDim2.new(0, 200, 0, 34)
  2527. TextLabel_34.Font = Enum.Font.Arial
  2528. TextLabel_34.FontSize = Enum.FontSize.Size24
  2529. TextLabel_34.Text = "To Other Players Using Unjailbreak On"
  2530. TextLabel_34.TextColor3 = Color3.new(1, 1, 1)
  2531. TextLabel_34.TextSize = 20
  2532.  
  2533. TextLabel_35.Parent = LPlayerDetect
  2534. TextLabel_35.BackgroundColor3 = Color3.new(1, 1, 1)
  2535. TextLabel_35.BackgroundTransparency = 1
  2536. TextLabel_35.Position = UDim2.new(0, 83, 0, 161)
  2537. TextLabel_35.Size = UDim2.new(0, 200, 0, 34)
  2538. TextLabel_35.Font = Enum.Font.Arial
  2539. TextLabel_35.FontSize = Enum.FontSize.Size24
  2540. TextLabel_35.Text = "This Server!"
  2541. TextLabel_35.TextColor3 = Color3.new(1, 1, 1)
  2542. TextLabel_35.TextSize = 20
  2543.  
  2544. AdminJoined.Name = "AdminJoined"
  2545. AdminJoined.Parent = Unjailbreak
  2546. AdminJoined.BackgroundColor3 = Color3.new(0.282353, 0.282353, 0.282353)
  2547. AdminJoined.BorderSizePixel = 0
  2548. AdminJoined.ClipsDescendants = true
  2549. AdminJoined.Position = UDim2.new(0.404687494, 0, 0.0339539982, 0)
  2550.  
  2551. AdminDetected.Name = "AdminDetected"
  2552. AdminDetected.Parent = AdminJoined
  2553. AdminDetected.BackgroundColor3 = Color3.new(1, 1, 1)
  2554. AdminDetected.BackgroundTransparency = 1
  2555. AdminDetected.Position = UDim2.new(0, 83, 0, 15)
  2556. AdminDetected.Size = UDim2.new(0, 200, 0, 34)
  2557. AdminDetected.Font = Enum.Font.Arial
  2558. AdminDetected.FontSize = Enum.FontSize.Size32
  2559. AdminDetected.Text = "Player Name Here"
  2560. AdminDetected.TextColor3 = Color3.new(1, 1, 1)
  2561. AdminDetected.TextSize = 30
  2562.  
  2563. TextLabel_36.Parent = AdminJoined
  2564. TextLabel_36.BackgroundColor3 = Color3.new(1, 1, 1)
  2565. TextLabel_36.BackgroundTransparency = 1
  2566. TextLabel_36.Position = UDim2.new(0, 83, 0, 50)
  2567. TextLabel_36.Size = UDim2.new(0, 200, 0, 34)
  2568. TextLabel_36.Font = Enum.Font.Arial
  2569. TextLabel_36.FontSize = Enum.FontSize.Size24
  2570. TextLabel_36.Text = "Has Joined Your Server"
  2571. TextLabel_36.TextColor3 = Color3.new(1, 1, 1)
  2572. TextLabel_36.TextSize = 20
  2573.  
  2574. TextLabel_37.Parent = AdminJoined
  2575. TextLabel_37.BackgroundColor3 = Color3.new(1, 1, 1)
  2576. TextLabel_37.BackgroundTransparency = 1
  2577. TextLabel_37.Position = UDim2.new(0, 83, 0, 72)
  2578. TextLabel_37.Size = UDim2.new(0, 200, 0, 34)
  2579. TextLabel_37.Font = Enum.Font.Arial
  2580. TextLabel_37.FontSize = Enum.FontSize.Size24
  2581. TextLabel_37.Text = "And Is An Admin On Unjailbreak"
  2582. TextLabel_37.TextColor3 = Color3.new(1, 1, 1)
  2583. TextLabel_37.TextSize = 20
  2584.  
  2585. TextLabel_38.Parent = AdminJoined
  2586. TextLabel_38.BackgroundColor3 = Color3.new(1, 1, 1)
  2587. TextLabel_38.BackgroundTransparency = 1
  2588. TextLabel_38.Position = UDim2.new(0, 83, 0, 106)
  2589. TextLabel_38.Size = UDim2.new(0, 200, 0, 34)
  2590. TextLabel_38.Font = Enum.Font.Arial
  2591. TextLabel_38.FontSize = Enum.FontSize.Size24
  2592. TextLabel_38.Text = "Go Say Hi To The Admin!"
  2593. TextLabel_38.TextColor3 = Color3.new(1, 1, 1)
  2594. TextLabel_38.TextSize = 20
  2595.  
  2596. TextLabel_39.Parent = AdminJoined
  2597. TextLabel_39.BackgroundColor3 = Color3.new(1, 1, 1)
  2598. TextLabel_39.BackgroundTransparency = 1
  2599. TextLabel_39.Position = UDim2.new(0, 83, 0, 146)
  2600. TextLabel_39.Size = UDim2.new(0, 200, 0, 34)
  2601. TextLabel_39.Font = Enum.Font.Arial
  2602. TextLabel_39.FontSize = Enum.FontSize.Size24
  2603. TextLabel_39.Text = "All Admins Are Dope!"
  2604. TextLabel_39.TextColor3 = Color3.new(1, 1, 1)
  2605. TextLabel_39.TextSize = 20
  2606.  
  2607. UIColorFrame.Name = "UIColorFrame"
  2608. UIColorFrame.Parent = Unjailbreak
  2609. UIColorFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  2610. UIColorFrame.BorderSizePixel = 0
  2611. UIColorFrame.ClipsDescendants = true
  2612. UIColorFrame.Position = UDim2.new(0.460999995, 0, 0.730000019, 0)
  2613. UIColorFrame.Size = UDim2.new(0, 147, 0, 244)
  2614. UIColorFrame.Visible = false
  2615.  
  2616. TextLabel_40.Parent = UIColorFrame
  2617. TextLabel_40.BackgroundColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  2618. TextLabel_40.BorderSizePixel = 0
  2619. TextLabel_40.Position = UDim2.new(0, 0, 0, 234)
  2620. TextLabel_40.Size = UDim2.new(0, 147, 0, 10)
  2621. TextLabel_40.Font = Enum.Font.SourceSans
  2622. TextLabel_40.FontSize = Enum.FontSize.Size14
  2623. TextLabel_40.Text = ""
  2624. TextLabel_40.TextSize = 14
  2625.  
  2626. TextLabel_41.Parent = UIColorFrame
  2627. TextLabel_41.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  2628. TextLabel_41.BorderSizePixel = 0
  2629. TextLabel_41.Size = UDim2.new(0, 147, 0, 7)
  2630. TextLabel_41.Font = Enum.Font.SourceSans
  2631. TextLabel_41.FontSize = Enum.FontSize.Size14
  2632. TextLabel_41.Text = ""
  2633. TextLabel_41.TextSize = 14
  2634.  
  2635. Commands.Name = "Commands"
  2636. Commands.Parent = Unjailbreak
  2637. Commands.BackgroundColor3 = Color3.new(0.266667, 0.266667, 0.266667)
  2638. Commands.BorderSizePixel = 0
  2639. Commands.Position = UDim2.new(-0.142000005, 0, 0.333999991, 0)
  2640. Commands.Size = UDim2.new(0, 272, 0, 304)
  2641.  
  2642. TextLabel_42.Parent = Commands
  2643. TextLabel_42.BackgroundColor3 = Color3.new(1, 1, 1)
  2644. TextLabel_42.BackgroundTransparency = 1
  2645. TextLabel_42.Position = UDim2.new(0, 36, 0, 0)
  2646. TextLabel_42.Size = UDim2.new(0, 200, 0, 39)
  2647. TextLabel_42.Font = Enum.Font.Arial
  2648. TextLabel_42.FontSize = Enum.FontSize.Size24
  2649. TextLabel_42.Text = "Unjailbreak Commands"
  2650. TextLabel_42.TextColor3 = Color3.new(1, 1, 1)
  2651. TextLabel_42.TextSize = 20
  2652.  
  2653. ScrollingFrame.Parent = Commands
  2654. ScrollingFrame.BackgroundColor3 = Color3.new(0.266667, 0.266667, 0.266667)
  2655. ScrollingFrame.BorderSizePixel = 0
  2656. ScrollingFrame.Position = UDim2.new(0, 0, 0, 51)
  2657. ScrollingFrame.Size = UDim2.new(0, 272, 0, 253)
  2658. ScrollingFrame.BottomImage = ""
  2659. ScrollingFrame.ScrollBarThickness = 5
  2660. ScrollingFrame.TopImage = ""
  2661.  
  2662. TextLabel_43.Parent = ScrollingFrame
  2663. TextLabel_43.BackgroundColor3 = Color3.new(1, 1, 1)
  2664. TextLabel_43.BackgroundTransparency = 1
  2665. TextLabel_43.Size = UDim2.new(0, 272, 0, 21)
  2666. TextLabel_43.Font = Enum.Font.Arial
  2667. TextLabel_43.FontSize = Enum.FontSize.Size14
  2668. TextLabel_43.Text = " ;help - Opens The Unjailbreak Command List"
  2669. TextLabel_43.TextColor3 = Color3.new(1, 1, 1)
  2670. TextLabel_43.TextSize = 13
  2671. TextLabel_43.TextXAlignment = Enum.TextXAlignment.Left
  2672.  
  2673. TextLabel_44.Parent = ScrollingFrame
  2674. TextLabel_44.BackgroundColor3 = Color3.new(1, 1, 1)
  2675. TextLabel_44.BackgroundTransparency = 1
  2676. TextLabel_44.Position = UDim2.new(0, 0, 0, 23)
  2677. TextLabel_44.Size = UDim2.new(0, 272, 0, 21)
  2678. TextLabel_44.Font = Enum.Font.Arial
  2679. TextLabel_44.FontSize = Enum.FontSize.Size14
  2680. TextLabel_44.Text = " ;open - Opens The GUI"
  2681. TextLabel_44.TextColor3 = Color3.new(1, 1, 1)
  2682. TextLabel_44.TextSize = 13
  2683. TextLabel_44.TextXAlignment = Enum.TextXAlignment.Left
  2684.  
  2685. TextLabel_45.Parent = ScrollingFrame
  2686. TextLabel_45.BackgroundColor3 = Color3.new(1, 1, 1)
  2687. TextLabel_45.BackgroundTransparency = 1
  2688. TextLabel_45.Position = UDim2.new(0, 0, 0, 48)
  2689. TextLabel_45.Size = UDim2.new(0, 272, 0, 21)
  2690. TextLabel_45.Font = Enum.Font.Arial
  2691. TextLabel_45.FontSize = Enum.FontSize.Size14
  2692. TextLabel_45.Text = " ;close - Closes The GUI"
  2693. TextLabel_45.TextColor3 = Color3.new(1, 1, 1)
  2694. TextLabel_45.TextSize = 13
  2695. TextLabel_45.TextXAlignment = Enum.TextXAlignment.Left
  2696.  
  2697. TextLabel_46.Parent = ScrollingFrame
  2698. TextLabel_46.BackgroundColor3 = Color3.new(1, 1, 1)
  2699. TextLabel_46.BackgroundTransparency = 1
  2700. TextLabel_46.Position = UDim2.new(0, 0, 0, 73)
  2701. TextLabel_46.Size = UDim2.new(0, 272, 0, 21)
  2702. TextLabel_46.Font = Enum.Font.Arial
  2703. TextLabel_46.FontSize = Enum.FontSize.Size14
  2704. TextLabel_46.Text = " ;godmode - Puts You In GodMode"
  2705. TextLabel_46.TextColor3 = Color3.new(1, 1, 1)
  2706. TextLabel_46.TextSize = 13
  2707. TextLabel_46.TextXAlignment = Enum.TextXAlignment.Left
  2708.  
  2709. TextLabel_47.Parent = ScrollingFrame
  2710. TextLabel_47.BackgroundColor3 = Color3.new(1, 1, 1)
  2711. TextLabel_47.BackgroundTransparency = 1
  2712. TextLabel_47.Position = UDim2.new(0, 0, 0, 97)
  2713. TextLabel_47.Size = UDim2.new(0, 272, 0, 21)
  2714. TextLabel_47.Font = Enum.Font.Arial
  2715. TextLabel_47.FontSize = Enum.FontSize.Size14
  2716. TextLabel_47.Text = " ;fly on - Puts You In Fly Mode"
  2717. TextLabel_47.TextColor3 = Color3.new(1, 1, 1)
  2718. TextLabel_47.TextSize = 13
  2719. TextLabel_47.TextXAlignment = Enum.TextXAlignment.Left
  2720.  
  2721. TextLabel_48.Parent = ScrollingFrame
  2722. TextLabel_48.BackgroundColor3 = Color3.new(1, 1, 1)
  2723. TextLabel_48.BackgroundTransparency = 1
  2724. TextLabel_48.Position = UDim2.new(0, 0, 0, 121)
  2725. TextLabel_48.Size = UDim2.new(0, 272, 0, 21)
  2726. TextLabel_48.Font = Enum.Font.Arial
  2727. TextLabel_48.FontSize = Enum.FontSize.Size14
  2728. TextLabel_48.Text = " ;fly off - Removes Fly Mode"
  2729. TextLabel_48.TextColor3 = Color3.new(1, 1, 1)
  2730. TextLabel_48.TextSize = 13
  2731. TextLabel_48.TextXAlignment = Enum.TextXAlignment.Left
  2732.  
  2733. TextLabel_49.Parent = ScrollingFrame
  2734. TextLabel_49.BackgroundColor3 = Color3.new(1, 1, 1)
  2735. TextLabel_49.BackgroundTransparency = 1
  2736. TextLabel_49.Position = UDim2.new(0, 0, 0, 145)
  2737. TextLabel_49.Size = UDim2.new(0, 272, 0, 21)
  2738. TextLabel_49.Font = Enum.Font.Arial
  2739. TextLabel_49.FontSize = Enum.FontSize.Size14
  2740. TextLabel_49.Text = " ;esp on - Turns ESP On"
  2741. TextLabel_49.TextColor3 = Color3.new(1, 1, 1)
  2742. TextLabel_49.TextSize = 13
  2743. TextLabel_49.TextXAlignment = Enum.TextXAlignment.Left
  2744.  
  2745. TextLabel_50.Parent = ScrollingFrame
  2746. TextLabel_50.BackgroundColor3 = Color3.new(1, 1, 1)
  2747. TextLabel_50.BackgroundTransparency = 1
  2748. TextLabel_50.Position = UDim2.new(0, 0, 0, 169)
  2749. TextLabel_50.Size = UDim2.new(0, 272, 0, 21)
  2750. TextLabel_50.Font = Enum.Font.Arial
  2751. TextLabel_50.FontSize = Enum.FontSize.Size14
  2752. TextLabel_50.Text = " ;esp off - Turns ESP Off"
  2753. TextLabel_50.TextColor3 = Color3.new(1, 1, 1)
  2754. TextLabel_50.TextSize = 13
  2755. TextLabel_50.TextXAlignment = Enum.TextXAlignment.Left
  2756.  
  2757. TextLabel_51.Parent = ScrollingFrame
  2758. TextLabel_51.BackgroundColor3 = Color3.new(1, 1, 1)
  2759. TextLabel_51.BackgroundTransparency = 1
  2760. TextLabel_51.Position = UDim2.new(0, 0, 0, 194)
  2761. TextLabel_51.Size = UDim2.new(0, 272, 0, 21)
  2762. TextLabel_51.Font = Enum.Font.Arial
  2763. TextLabel_51.FontSize = Enum.FontSize.Size14
  2764. TextLabel_51.Text = " ;reset - Resets Your Character"
  2765. TextLabel_51.TextColor3 = Color3.new(1, 1, 1)
  2766. TextLabel_51.TextSize = 13
  2767. TextLabel_51.TextXAlignment = Enum.TextXAlignment.Left
  2768.  
  2769. TextLabel_52.Parent = ScrollingFrame
  2770. TextLabel_52.BackgroundColor3 = Color3.new(1, 1, 1)
  2771. TextLabel_52.BackgroundTransparency = 1
  2772. TextLabel_52.Position = UDim2.new(0, 0, 0, 216)
  2773. TextLabel_52.Size = UDim2.new(0, 272, 0, 21)
  2774. TextLabel_52.Font = Enum.Font.Arial
  2775. TextLabel_52.FontSize = Enum.FontSize.Size14
  2776. TextLabel_52.Text = " ;remove - Removes The Whole UI"
  2777. TextLabel_52.TextColor3 = Color3.new(1, 1, 1)
  2778. TextLabel_52.TextSize = 13
  2779. TextLabel_52.TextXAlignment = Enum.TextXAlignment.Left
  2780.  
  2781. CommandClose.Name = "CommandClose"
  2782. CommandClose.Parent = Commands
  2783. CommandClose.BackgroundColor3 = Color3.new(1, 1, 1)
  2784. CommandClose.BackgroundTransparency = 1
  2785. CommandClose.Position = UDim2.new(0, 247, 0, 0)
  2786. CommandClose.Size = UDim2.new(0, 25, 0, 26)
  2787. CommandClose.Font = Enum.Font.SourceSans
  2788. CommandClose.FontSize = Enum.FontSize.Size32
  2789. CommandClose.Text = "X"
  2790. CommandClose.TextColor3 = Color3.new(1, 1, 1)
  2791. CommandClose.TextSize = 30
  2792. CommandClose.TextWrapped = true
  2793.  
  2794. StarterFrame.Name = "StarterFrame"
  2795. StarterFrame.Parent = Unjailbreak
  2796. StarterFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  2797. StarterFrame.BorderSizePixel = 0
  2798. StarterFrame.ClipsDescendants = true
  2799. StarterFrame.Position = UDim2.new(0.377083331, 0, 0.35377875, 0)
  2800.  
  2801. StarterMainFrame.Name = "StarterMainFrame"
  2802. StarterMainFrame.Parent = StarterFrame
  2803. StarterMainFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  2804. StarterMainFrame.Size = UDim2.new(0, 944, 0, 267)
  2805.  
  2806. ContinueCustomization.Name = "ContinueCustomization"
  2807. ContinueCustomization.Parent = StarterMainFrame
  2808. ContinueCustomization.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  2809. ContinueCustomization.BorderSizePixel = 0
  2810. ContinueCustomization.Position = UDim2.new(0, 187, 0, 190)
  2811. ContinueCustomization.Size = UDim2.new(0, 100, 0, 30)
  2812. ContinueCustomization.Font = Enum.Font.Arial
  2813. ContinueCustomization.FontSize = Enum.FontSize.Size18
  2814. ContinueCustomization.Text = "Customize"
  2815. ContinueCustomization.TextColor3 = Color3.new(1, 1, 1)
  2816. ContinueCustomization.TextSize = 16
  2817.  
  2818. TextLabel_53.Parent = StarterMainFrame
  2819. TextLabel_53.BackgroundColor3 = Color3.new(1, 1, 1)
  2820. TextLabel_53.BackgroundTransparency = 1
  2821. TextLabel_53.Position = UDim2.new(0, 135, 0, 85)
  2822. TextLabel_53.Size = UDim2.new(0, 200, 0, 19)
  2823. TextLabel_53.Font = Enum.Font.Arial
  2824. TextLabel_53.FontSize = Enum.FontSize.Size18
  2825. TextLabel_53.Text = "Settings Has Been Updated And You Can Now"
  2826. TextLabel_53.TextColor3 = Color3.new(0, 0, 0)
  2827. TextLabel_53.TextSize = 16
  2828.  
  2829. TextLabel_54.Parent = StarterMainFrame
  2830. TextLabel_54.BackgroundColor3 = Color3.new(1, 1, 1)
  2831. TextLabel_54.BackgroundTransparency = 1
  2832. TextLabel_54.Position = UDim2.new(0, 825, 0, 190)
  2833. TextLabel_54.Size = UDim2.new(0, 93, 0, 19)
  2834. TextLabel_54.Font = Enum.Font.Arial
  2835. TextLabel_54.FontSize = Enum.FontSize.Size18
  2836. TextLabel_54.Text = "WARNING:"
  2837. TextLabel_54.TextColor3 = Color3.new(1, 0.666667, 0)
  2838. TextLabel_54.TextSize = 16
  2839.  
  2840. TextLabel_55.Parent = StarterMainFrame
  2841. TextLabel_55.BackgroundColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  2842. TextLabel_55.BorderSizePixel = 0
  2843. TextLabel_55.Position = UDim2.new(0, 0, 0, 19)
  2844. TextLabel_55.Size = UDim2.new(0, 944, 0, 22)
  2845. TextLabel_55.Font = Enum.Font.SourceSans
  2846. TextLabel_55.FontSize = Enum.FontSize.Size14
  2847. TextLabel_55.Text = ""
  2848. TextLabel_55.TextSize = 14
  2849.  
  2850. TextLabel_56.Parent = StarterMainFrame
  2851. TextLabel_56.BackgroundColor3 = Color3.new(1, 1, 1)
  2852. TextLabel_56.BackgroundTransparency = 1
  2853. TextLabel_56.Position = UDim2.new(0, 135, 0, 63)
  2854. TextLabel_56.Size = UDim2.new(0, 200, 0, 19)
  2855. TextLabel_56.Font = Enum.Font.Arial
  2856. TextLabel_56.FontSize = Enum.FontSize.Size18
  2857. TextLabel_56.Text = "Welcome To Unjailbreak Full Release!"
  2858. TextLabel_56.TextColor3 = Color3.new(0, 0, 0)
  2859. TextLabel_56.TextSize = 16
  2860.  
  2861. TextLabel_57.Parent = StarterMainFrame
  2862. TextLabel_57.BackgroundColor3 = Color3.new(1, 1, 1)
  2863. TextLabel_57.BackgroundTransparency = 1
  2864. TextLabel_57.Position = UDim2.new(0, 135, 0, 21)
  2865. TextLabel_57.Size = UDim2.new(0, 200, 0, 19)
  2866. TextLabel_57.Font = Enum.Font.Arial
  2867. TextLabel_57.FontSize = Enum.FontSize.Size24
  2868. TextLabel_57.Text = "U N J A I L B R E A K"
  2869. TextLabel_57.TextColor3 = Color3.new(1, 1, 1)
  2870. TextLabel_57.TextSize = 20
  2871.  
  2872. TextLabel_58.Parent = StarterMainFrame
  2873. TextLabel_58.BackgroundColor3 = Color3.new(1, 1, 1)
  2874. TextLabel_58.BackgroundTransparency = 1
  2875. TextLabel_58.Position = UDim2.new(0, 825, 0, 210)
  2876. TextLabel_58.Size = UDim2.new(0, 93, 0, 19)
  2877. TextLabel_58.Font = Enum.Font.Arial
  2878. TextLabel_58.FontSize = Enum.FontSize.Size18
  2879. TextLabel_58.Text = "Aimbot Is Very"
  2880. TextLabel_58.TextColor3 = Color3.new(1, 0.666667, 0)
  2881. TextLabel_58.TextSize = 16
  2882.  
  2883. TextLabel_59.Parent = StarterMainFrame
  2884. TextLabel_59.BackgroundColor3 = Color3.new(1, 1, 1)
  2885. TextLabel_59.BackgroundTransparency = 1
  2886. TextLabel_59.Position = UDim2.new(0, 825, 0, 230)
  2887. TextLabel_59.Size = UDim2.new(0, 93, 0, 19)
  2888. TextLabel_59.Font = Enum.Font.Arial
  2889. TextLabel_59.FontSize = Enum.FontSize.Size18
  2890. TextLabel_59.Text = "Unstable And Laggy"
  2891. TextLabel_59.TextColor3 = Color3.new(1, 0.666667, 0)
  2892. TextLabel_59.TextSize = 16
  2893.  
  2894. TextLabel_60.Parent = StarterMainFrame
  2895. TextLabel_60.BackgroundColor3 = Color3.new(1, 1, 1)
  2896. TextLabel_60.BackgroundTransparency = 1
  2897. TextLabel_60.Position = UDim2.new(0, 135, 0, 134)
  2898. TextLabel_60.Size = UDim2.new(0, 200, 0, 19)
  2899. TextLabel_60.Font = Enum.Font.Arial
  2900. TextLabel_60.FontSize = Enum.FontSize.Size18
  2901. TextLabel_60.Text = "Anyways Enjoy The Full Release!"
  2902. TextLabel_60.TextColor3 = Color3.new(0, 0, 0)
  2903. TextLabel_60.TextSize = 16
  2904.  
  2905. TextLabel_61.Parent = StarterMainFrame
  2906. TextLabel_61.BackgroundColor3 = Color3.new(1, 1, 1)
  2907. TextLabel_61.BackgroundTransparency = 1
  2908. TextLabel_61.Position = UDim2.new(0, 135, 0, 110)
  2909. TextLabel_61.Size = UDim2.new(0, 200, 0, 19)
  2910. TextLabel_61.Font = Enum.Font.Arial
  2911. TextLabel_61.FontSize = Enum.FontSize.Size18
  2912. TextLabel_61.Text = "Set Up The Bank And Jewelry Notifiers In Settings"
  2913. TextLabel_61.TextColor3 = Color3.new(0, 0, 0)
  2914. TextLabel_61.TextSize = 16
  2915.  
  2916. TextLabel_62.Parent = StarterMainFrame
  2917. TextLabel_62.BackgroundColor3 = Color3.new(1, 1, 1)
  2918. TextLabel_62.BackgroundTransparency = 1
  2919. TextLabel_62.Position = UDim2.new(0, 610, 0, 21)
  2920. TextLabel_62.Size = UDim2.new(0, 200, 0, 19)
  2921. TextLabel_62.Font = Enum.Font.Arial
  2922. TextLabel_62.FontSize = Enum.FontSize.Size24
  2923. TextLabel_62.Text = "C U S T O M I Z A T I O N"
  2924. TextLabel_62.TextColor3 = Color3.new(1, 1, 1)
  2925. TextLabel_62.TextSize = 20
  2926.  
  2927. MainContinue.Name = "MainContinue"
  2928. MainContinue.Parent = StarterMainFrame
  2929. MainContinue.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  2930. MainContinue.BorderSizePixel = 0
  2931. MainContinue.Position = UDim2.new(0, 658, 0, 230)
  2932. MainContinue.Size = UDim2.new(0, 100, 0, 30)
  2933. MainContinue.Font = Enum.Font.Arial
  2934. MainContinue.FontSize = Enum.FontSize.Size18
  2935. MainContinue.Text = "Continue"
  2936. MainContinue.TextColor3 = Color3.new(1, 1, 1)
  2937. MainContinue.TextSize = 16
  2938.  
  2939. TextLabel_63.Parent = StarterMainFrame
  2940. TextLabel_63.BackgroundColor3 = Color3.new(1, 1, 1)
  2941. TextLabel_63.BackgroundTransparency = 1
  2942. TextLabel_63.Position = UDim2.new(0, 610, 0, 51)
  2943. TextLabel_63.Size = UDim2.new(0, 200, 0, 19)
  2944. TextLabel_63.Font = Enum.Font.Arial
  2945. TextLabel_63.FontSize = Enum.FontSize.Size18
  2946. TextLabel_63.Text = "Here You Customize Your UI"
  2947. TextLabel_63.TextColor3 = Color3.new(0, 0, 0)
  2948. TextLabel_63.TextSize = 16
  2949.  
  2950. TextLabel_64.Parent = StarterMainFrame
  2951. TextLabel_64.BackgroundColor3 = Color3.new(1, 1, 1)
  2952. TextLabel_64.BackgroundTransparency = 1
  2953. TextLabel_64.Position = UDim2.new(0, 495, 0, 81)
  2954. TextLabel_64.Size = UDim2.new(0, 93, 0, 19)
  2955. TextLabel_64.Font = Enum.Font.Arial
  2956. TextLabel_64.FontSize = Enum.FontSize.Size18
  2957. TextLabel_64.Text = "Border Color"
  2958. TextLabel_64.TextColor3 = Color3.new(0, 0, 0)
  2959. TextLabel_64.TextSize = 16
  2960.  
  2961. BlueColor.Name = "BlueColor"
  2962. BlueColor.Parent = StarterMainFrame
  2963. BlueColor.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  2964. BlueColor.BorderSizePixel = 0
  2965. BlueColor.Position = UDim2.new(0, 493, 0, 104)
  2966. BlueColor.Size = UDim2.new(0, 100, 0, 30)
  2967. BlueColor.Font = Enum.Font.Arial
  2968. BlueColor.FontSize = Enum.FontSize.Size18
  2969. BlueColor.Text = "Blue"
  2970. BlueColor.TextColor3 = Color3.new(1, 1, 1)
  2971. BlueColor.TextSize = 16
  2972.  
  2973. RedColor.Name = "RedColor"
  2974. RedColor.Parent = StarterMainFrame
  2975. RedColor.BackgroundColor3 = Color3.new(1, 0, 0)
  2976. RedColor.BorderSizePixel = 0
  2977. RedColor.Position = UDim2.new(0, 493, 0, 135)
  2978. RedColor.Size = UDim2.new(0, 100, 0, 30)
  2979. RedColor.Font = Enum.Font.Arial
  2980. RedColor.FontSize = Enum.FontSize.Size18
  2981. RedColor.Text = "Red"
  2982. RedColor.TextColor3 = Color3.new(1, 1, 1)
  2983. RedColor.TextSize = 16
  2984.  
  2985. OrangeColor.Name = "OrangeColor"
  2986. OrangeColor.Parent = StarterMainFrame
  2987. OrangeColor.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  2988. OrangeColor.BorderSizePixel = 0
  2989. OrangeColor.Position = UDim2.new(0, 493, 0, 166)
  2990. OrangeColor.Size = UDim2.new(0, 100, 0, 30)
  2991. OrangeColor.Font = Enum.Font.Arial
  2992. OrangeColor.FontSize = Enum.FontSize.Size18
  2993. OrangeColor.Text = "Orange"
  2994. OrangeColor.TextColor3 = Color3.new(1, 1, 1)
  2995. OrangeColor.TextSize = 16
  2996.  
  2997. BlackColor.Name = "BlackColor"
  2998. BlackColor.Parent = StarterMainFrame
  2999. BlackColor.BackgroundColor3 = Color3.new(0, 0, 0)
  3000. BlackColor.BorderSizePixel = 0
  3001. BlackColor.Position = UDim2.new(0, 493, 0, 197)
  3002. BlackColor.Size = UDim2.new(0, 100, 0, 30)
  3003. BlackColor.Font = Enum.Font.Arial
  3004. BlackColor.FontSize = Enum.FontSize.Size18
  3005. BlackColor.Text = "Black"
  3006. BlackColor.TextColor3 = Color3.new(1, 1, 1)
  3007. BlackColor.TextSize = 16
  3008.  
  3009. PurpleColor.Name = "PurpleColor"
  3010. PurpleColor.Parent = StarterMainFrame
  3011. PurpleColor.BackgroundColor3 = Color3.new(0.333333, 0, 0.498039)
  3012. PurpleColor.BorderSizePixel = 0
  3013. PurpleColor.Position = UDim2.new(0, 493, 0, 228)
  3014. PurpleColor.Size = UDim2.new(0, 100, 0, 30)
  3015. PurpleColor.Font = Enum.Font.Arial
  3016. PurpleColor.FontSize = Enum.FontSize.Size18
  3017. PurpleColor.Text = "Purple"
  3018. PurpleColor.TextColor3 = Color3.new(1, 1, 1)
  3019. PurpleColor.TextSize = 16
  3020.  
  3021. TextLabel_65.Parent = StarterMainFrame
  3022. TextLabel_65.BackgroundColor3 = Color3.new(1, 1, 1)
  3023. TextLabel_65.BackgroundTransparency = 1
  3024. TextLabel_65.Position = UDim2.new(0, 662, 0, 81)
  3025. TextLabel_65.Size = UDim2.new(0, 93, 0, 19)
  3026. TextLabel_65.Font = Enum.Font.Arial
  3027. TextLabel_65.FontSize = Enum.FontSize.Size18
  3028. TextLabel_65.Text = "UI Keybind"
  3029. TextLabel_65.TextColor3 = Color3.new(0, 0, 0)
  3030. TextLabel_65.TextSize = 16
  3031.  
  3032. UIKeybind.Name = "UIKeybind"
  3033. UIKeybind.Parent = StarterMainFrame
  3034. UIKeybind.BackgroundColor3 = Color3.new(1, 1, 1)
  3035. UIKeybind.BorderSizePixel = 0
  3036. UIKeybind.Position = UDim2.new(0, 660, 0, 110)
  3037. UIKeybind.Size = UDim2.new(0, 102, 0, 24)
  3038. UIKeybind.Font = Enum.Font.Arial
  3039. UIKeybind.FontSize = Enum.FontSize.Size18
  3040. UIKeybind.Text = ""
  3041. UIKeybind.TextSize = 15
  3042. UIKeybind.TextXAlignment = Enum.TextXAlignment.Left
  3043.  
  3044. TextLabel_66.Parent = StarterMainFrame
  3045. TextLabel_66.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
  3046. TextLabel_66.BorderSizePixel = 0
  3047. TextLabel_66.Position = UDim2.new(0, 660, 0, 135)
  3048. TextLabel_66.Size = UDim2.new(0, 102, 0, 3)
  3049. TextLabel_66.Font = Enum.Font.Arial
  3050. TextLabel_66.FontSize = Enum.FontSize.Size18
  3051. TextLabel_66.Text = ""
  3052. TextLabel_66.TextColor3 = Color3.new(0, 0, 0)
  3053. TextLabel_66.TextSize = 16
  3054.  
  3055. TextLabel_67.Parent = StarterMainFrame
  3056. TextLabel_67.BackgroundColor3 = Color3.new(1, 1, 1)
  3057. TextLabel_67.BackgroundTransparency = 1
  3058. TextLabel_67.Position = UDim2.new(0, 662, 0, 150)
  3059. TextLabel_67.Size = UDim2.new(0, 93, 0, 19)
  3060. TextLabel_67.Font = Enum.Font.Arial
  3061. TextLabel_67.FontSize = Enum.FontSize.Size18
  3062. TextLabel_67.Text = "Normal Keybind"
  3063. TextLabel_67.TextColor3 = Color3.new(0, 0, 0)
  3064. TextLabel_67.TextSize = 16
  3065.  
  3066. TextLabel_68.Parent = StarterMainFrame
  3067. TextLabel_68.BackgroundColor3 = Color3.new(1, 1, 1)
  3068. TextLabel_68.BackgroundTransparency = 1
  3069. TextLabel_68.Position = UDim2.new(0, 662, 0, 165)
  3070. TextLabel_68.Size = UDim2.new(0, 93, 0, 19)
  3071. TextLabel_68.Font = Enum.Font.Arial
  3072. TextLabel_68.FontSize = Enum.FontSize.Size18
  3073. TextLabel_68.Text = "\"V\""
  3074. TextLabel_68.TextColor3 = Color3.new(0, 0, 0)
  3075. TextLabel_68.TextSize = 16
  3076.  
  3077. MainPreview.Name = "MainPreview"
  3078. MainPreview.Parent = StarterMainFrame
  3079. MainPreview.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  3080. MainPreview.BorderSizePixel = 0
  3081. MainPreview.Position = UDim2.new(0, 528, 0, 49)
  3082. MainPreview.Size = UDim2.new(0, 32, 0, 29)
  3083. MainPreview.Font = Enum.Font.Arial
  3084. MainPreview.FontSize = Enum.FontSize.Size18
  3085. MainPreview.Text = ""
  3086. MainPreview.TextColor3 = Color3.new(0, 0, 0)
  3087. MainPreview.TextSize = 16
  3088.  
  3089. TextLabel_69.Parent = StarterMainFrame
  3090. TextLabel_69.BackgroundColor3 = Color3.new(1, 1, 1)
  3091. TextLabel_69.BackgroundTransparency = 1
  3092. TextLabel_69.Position = UDim2.new(0, 825, 0, 81)
  3093. TextLabel_69.Size = UDim2.new(0, 93, 0, 19)
  3094. TextLabel_69.Font = Enum.Font.Arial
  3095. TextLabel_69.FontSize = Enum.FontSize.Size18
  3096. TextLabel_69.Text = "Aimbot Keybind"
  3097. TextLabel_69.TextColor3 = Color3.new(0, 0, 0)
  3098. TextLabel_69.TextSize = 16
  3099.  
  3100. Aimbotkeybind.Name = "Aimbotkeybind"
  3101. Aimbotkeybind.Parent = StarterMainFrame
  3102. Aimbotkeybind.BackgroundColor3 = Color3.new(1, 1, 1)
  3103. Aimbotkeybind.BorderSizePixel = 0
  3104. Aimbotkeybind.Position = UDim2.new(0, 822, 0, 110)
  3105. Aimbotkeybind.Size = UDim2.new(0, 102, 0, 24)
  3106. Aimbotkeybind.Font = Enum.Font.Arial
  3107. Aimbotkeybind.FontSize = Enum.FontSize.Size18
  3108. Aimbotkeybind.Text = ""
  3109. Aimbotkeybind.TextSize = 15
  3110. Aimbotkeybind.TextXAlignment = Enum.TextXAlignment.Left
  3111.  
  3112. TextLabel_70.Parent = StarterMainFrame
  3113. TextLabel_70.BackgroundColor3 = Color3.new(1, 1, 1)
  3114. TextLabel_70.BackgroundTransparency = 1
  3115. TextLabel_70.Position = UDim2.new(0, 825, 0, 150)
  3116. TextLabel_70.Size = UDim2.new(0, 93, 0, 19)
  3117. TextLabel_70.Font = Enum.Font.Arial
  3118. TextLabel_70.FontSize = Enum.FontSize.Size18
  3119. TextLabel_70.Text = "Set A Keybind To"
  3120. TextLabel_70.TextColor3 = Color3.new(0, 0, 0)
  3121. TextLabel_70.TextSize = 16
  3122.  
  3123. TextLabel_71.Parent = StarterMainFrame
  3124. TextLabel_71.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
  3125. TextLabel_71.BorderSizePixel = 0
  3126. TextLabel_71.Position = UDim2.new(0, 821, 0, 135)
  3127. TextLabel_71.Size = UDim2.new(0, 102, 0, 3)
  3128. TextLabel_71.Font = Enum.Font.Arial
  3129. TextLabel_71.FontSize = Enum.FontSize.Size18
  3130. TextLabel_71.Text = ""
  3131. TextLabel_71.TextColor3 = Color3.new(0, 0, 0)
  3132. TextLabel_71.TextSize = 16
  3133.  
  3134. TextLabel_72.Parent = StarterMainFrame
  3135. TextLabel_72.BackgroundColor3 = Color3.new(1, 1, 1)
  3136. TextLabel_72.BackgroundTransparency = 1
  3137. TextLabel_72.Position = UDim2.new(0, 825, 0, 165)
  3138. TextLabel_72.Size = UDim2.new(0, 93, 0, 19)
  3139. TextLabel_72.Font = Enum.Font.Arial
  3140. TextLabel_72.FontSize = Enum.FontSize.Size18
  3141. TextLabel_72.Text = "Turn On Aimbot"
  3142. TextLabel_72.TextColor3 = Color3.new(0, 0, 0)
  3143. TextLabel_72.TextSize = 16
  3144.  
  3145. TextLabel_73.Parent = StarterMainFrame
  3146. TextLabel_73.BackgroundColor3 = Color3.new(1, 1, 1)
  3147. TextLabel_73.BackgroundTransparency = 1
  3148. TextLabel_73.Position = UDim2.new(0, 662, 0, 190)
  3149. TextLabel_73.Size = UDim2.new(0, 93, 0, 19)
  3150. TextLabel_73.Font = Enum.Font.Arial
  3151. TextLabel_73.FontSize = Enum.FontSize.Size18
  3152. TextLabel_73.Text = "Make All Keybinds Lower Case"
  3153. TextLabel_73.TextColor3 = Color3.new(0, 0, 0)
  3154. TextLabel_73.TextSize = 16
  3155.  
  3156. TextLabel_74.Parent = StarterMainFrame
  3157. TextLabel_74.BackgroundColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  3158. TextLabel_74.BorderSizePixel = 0
  3159. TextLabel_74.Position = UDim2.new(0, 40, 0, 0)
  3160. TextLabel_74.Size = UDim2.new(0, 19, 0, 267)
  3161. TextLabel_74.Font = Enum.Font.Arial
  3162. TextLabel_74.FontSize = Enum.FontSize.Size24
  3163. TextLabel_74.Text = ""
  3164. TextLabel_74.TextColor3 = Color3.new(1, 1, 1)
  3165. TextLabel_74.TextSize = 20
  3166.  
  3167. TextLabel_75.Parent = StarterMainFrame
  3168. TextLabel_75.BackgroundColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  3169. TextLabel_75.BorderSizePixel = 0
  3170. TextLabel_75.Position = UDim2.new(0, 26, 0, 0)
  3171. TextLabel_75.Size = UDim2.new(0, 7, 0, 267)
  3172. TextLabel_75.Font = Enum.Font.Arial
  3173. TextLabel_75.FontSize = Enum.FontSize.Size24
  3174. TextLabel_75.Text = ""
  3175. TextLabel_75.TextColor3 = Color3.new(1, 1, 1)
  3176. TextLabel_75.TextSize = 20
  3177.  
  3178. TextLabel_76.Parent = StarterMainFrame
  3179. TextLabel_76.BackgroundColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  3180. TextLabel_76.BorderSizePixel = 0
  3181. TextLabel_76.Position = UDim2.new(0, 408, 0, 29)
  3182. TextLabel_76.Size = UDim2.new(0, 10, 0, 238)
  3183. TextLabel_76.Font = Enum.Font.Arial
  3184. TextLabel_76.FontSize = Enum.FontSize.Size24
  3185. TextLabel_76.Text = ""
  3186. TextLabel_76.TextColor3 = Color3.new(1, 1, 1)
  3187. TextLabel_76.TextSize = 20
  3188.  
  3189. ActiveMenu.Parent = UIColorFrame
  3190. ActiveMenu.Name = "ActiveMenu"
  3191.  
  3192. ButtonWheelMenu.Parent = ActiveMenu
  3193. ButtonWheelMenu.Name = "ButtonWheelMenu"
  3194. ButtonWheelMenu.Position = UDim2.new(0,10,0,10)
  3195. ButtonWheelMenu.Size = UDim2.new(1,-20,1,-20)
  3196. ButtonWheelMenu.Visible = true
  3197.  
  3198. Hue.Parent = ButtonWheelMenu
  3199. Hue.Name = "Hue"
  3200.  
  3201. Lig.Parent = ButtonWheelMenu
  3202. Lig.Name = "Lig"
  3203.  
  3204. Sat.Parent = ButtonWheelMenu
  3205. Sat.Name = "Sat"
  3206.  
  3207. HueBox.Parent = ButtonWheelMenu
  3208. HueBox.Size = UDim2.new(0,50,0,25)
  3209. HueBox.Text = "Hue: 70"
  3210. HueBox.Font = Enum.Font.Arial
  3211. HueBox.FontSize = Enum.FontSize.Size14
  3212.  
  3213. GetColor.Parent = ActiveMenu
  3214.  
  3215. local plrname = game:GetService("Players").LocalPlayer.Name
  3216.  
  3217. if plrname == "Unlisting" or plrname == "AyeJoey" or plrname == "ColdEzy" or plrname == "NumNum00" or plrname == "Decryptance" then
  3218.     game.CoreGui.Unjailbreak.LPlayerDetect.PlayerNameDetected.Text = plrname
  3219.     game.CoreGui.Unjailbreak.LPlayerDetect:TweenSize(UDim2.new(0, 366,0, 212),"Out","Quint",1.5,true)
  3220.     wait(2)
  3221.     game.CoreGui.Unjailbreak.LPlayerDetect:TweenSize(UDim2.new(0, 0,0, 0),"Out","Quint",1.5,true)
  3222. end
  3223.  
  3224. game:GetService("Players").PlayerAdded:connect(function(plr)
  3225.     if plr.Name ~= game.Players.LocalPlayer.Name then
  3226.     if plr.Name == "Unlisting" or plr.Name == "ColdEzy" or plr.Name == "AyeJoey" or plr.Name == "NumNum00" or plr.Name == "Decryptance" then
  3227.         game.CoreGui.Unjailbreak.AdminJoined.AdminDetected.Text = plr.Name.." Has Joined"
  3228.         game.CoreGui.Unjailbreak.AdminJoined:TweenSize(UDim2.new(0, 366,0, 212),"Out","Quint",1.5,true)
  3229.         wait(2)
  3230.         game.CoreGui.Unjailbreak.AdminJoined:TweenSize(UDim2.new(0, 0,0, 0),"Out","Quint",1.5,true)
  3231.         end
  3232.     end
  3233. end)
  3234.  
  3235. game.CoreGui.Unjailbreak.MainLogo.ImageTransparency = 1
  3236. game.CoreGui.Unjailbreak.MainLogo.TextLabel.TextTransparency = 1
  3237. wait(0.03)
  3238. game.CoreGui.Unjailbreak.MainLogo.ImageTransparency = 0.9
  3239. game.CoreGui.Unjailbreak.MainLogo.TextLabel.TextTransparency = 0.9
  3240. wait(0.03)
  3241. game.CoreGui.Unjailbreak.MainLogo.ImageTransparency = 0.8
  3242. game.CoreGui.Unjailbreak.MainLogo.TextLabel.TextTransparency = 0.8
  3243. wait(0.03)
  3244. game.CoreGui.Unjailbreak.MainLogo.ImageTransparency = 0.7
  3245. game.CoreGui.Unjailbreak.MainLogo.TextLabel.TextTransparency = 0.7
  3246. wait(0.03)
  3247. game.CoreGui.Unjailbreak.MainLogo.ImageTransparency = 0.6
  3248. game.CoreGui.Unjailbreak.MainLogo.TextLabel.TextTransparency = 0.6
  3249. wait(0.03)
  3250. game.CoreGui.Unjailbreak.MainLogo.ImageTransparency = 0.5
  3251. game.CoreGui.Unjailbreak.MainLogo.TextLabel.TextTransparency = 0.5
  3252. wait(0.03)
  3253. game.CoreGui.Unjailbreak.MainLogo.ImageTransparency = 0.4
  3254. game.CoreGui.Unjailbreak.MainLogo.TextLabel.TextTransparency = 0.4
  3255. wait(0.03)
  3256. game.CoreGui.Unjailbreak.MainLogo.ImageTransparency = 0.3
  3257. game.CoreGui.Unjailbreak.MainLogo.TextLabel.TextTransparency = 0.3
  3258. wait(0.03)
  3259. game.CoreGui.Unjailbreak.MainLogo.ImageTransparency = 0.2
  3260. game.CoreGui.Unjailbreak.MainLogo.TextLabel.TextTransparency = 0.2
  3261. wait(0.03)
  3262. game.CoreGui.Unjailbreak.MainLogo.TextLabel.TextTransparency = 0.1
  3263. game.CoreGui.Unjailbreak.MainLogo.ImageTransparency = 0.1
  3264. wait(0.03)
  3265. game.CoreGui.Unjailbreak.MainLogo.TextLabel.TextTransparency = 0
  3266. game.CoreGui.Unjailbreak.MainLogo.ImageTransparency = 0
  3267.  
  3268. wait(3.5)
  3269. game.CoreGui.Unjailbreak.MainLogo.ImageTransparency = 0.1
  3270. game.CoreGui.Unjailbreak.MainLogo.TextLabel.TextTransparency = 0.1
  3271. wait(0.03)
  3272. game.CoreGui.Unjailbreak.MainLogo.ImageTransparency = 0.2
  3273. game.CoreGui.Unjailbreak.MainLogo.TextLabel.TextTransparency = 0.2
  3274. wait(0.03)
  3275. game.CoreGui.Unjailbreak.MainLogo.ImageTransparency = 0.3
  3276. game.CoreGui.Unjailbreak.MainLogo.TextLabel.TextTransparency = 0.3
  3277. wait(0.03)
  3278. game.CoreGui.Unjailbreak.MainLogo.ImageTransparency = 0.4
  3279. game.CoreGui.Unjailbreak.MainLogo.TextLabel.TextTransparency = 0.4
  3280. wait(0.03)
  3281. game.CoreGui.Unjailbreak.MainLogo.ImageTransparency = 0.5
  3282. game.CoreGui.Unjailbreak.MainLogo.TextLabel.TextTransparency = 0.5
  3283. wait(0.03)
  3284. game.CoreGui.Unjailbreak.MainLogo.ImageTransparency = 0.6
  3285. game.CoreGui.Unjailbreak.MainLogo.TextLabel.TextTransparency = 0.6
  3286. wait(0.03)
  3287. game.CoreGui.Unjailbreak.MainLogo.ImageTransparency = 0.7
  3288. game.CoreGui.Unjailbreak.MainLogo.TextLabel.TextTransparency = 0.7
  3289. wait(0.03)
  3290. game.CoreGui.Unjailbreak.MainLogo.ImageTransparency = 0.8
  3291. game.CoreGui.Unjailbreak.MainLogo.TextLabel.TextTransparency = 0.8
  3292. wait(0.03)
  3293. game.CoreGui.Unjailbreak.MainLogo.ImageTransparency = 0.9
  3294. game.CoreGui.Unjailbreak.MainLogo.TextLabel.TextTransparency = 0.9
  3295. wait(0.03)
  3296. game.CoreGui.Unjailbreak.MainLogo.TextLabel.TextTransparency = 1
  3297. game.CoreGui.Unjailbreak.MainLogo.ImageTransparency = 1
  3298. game.CoreGui.Unjailbreak.MainLogo.Visible = false
  3299.  
  3300. wait(0.1)
  3301. game.CoreGui.Unjailbreak.StarterFrame:TweenSize(UDim2.new(0, 472,0, 267),"Out","Quint",1.5,true)
  3302.  
  3303. ContinueCustomization.MouseButton1Down:connect(function()
  3304.     game.CoreGui.Unjailbreak.StarterFrame.StarterMainFrame:TweenPosition(UDim2.new(0, -472,0, 0),"Out","Quint",2,true)
  3305. end)
  3306.  
  3307. ENABLED      = false
  3308. PLAYER  = game:GetService("Players").LocalPlayer
  3309. MOUSE   = PLAYER:GetMouse()
  3310. CC      = game:GetService("Workspace").CurrentCamera
  3311. _G.FREE_FOR_ALL = false
  3312. _G.AIM_AT = 'Head'
  3313. local player = game:GetService("Players").LocalPlayer
  3314. local esp = false
  3315. local track = false
  3316.  
  3317. function Create(base, team)
  3318. local bb = Instance.new("BillboardGui",player.PlayerGui)
  3319. bb.Adornee = base
  3320. bb.ExtentsOffset = Vector3.new(0,1,0)
  3321. bb.AlwaysOnTop = true
  3322. bb.Size = UDim2.new(0,5,0,5)
  3323. bb.StudsOffset = Vector3.new(0,1,0)
  3324. bb.Name = "tracker"
  3325. local frame = Instance.new("Frame",bb)
  3326. frame.ZIndex = 10
  3327. frame.BackgroundTransparency = 0.3
  3328. frame.Size = UDim2.new(1,0,1,0)
  3329. frame.Position = UDim2.new(0,0,0)
  3330. frame.Transparency = 1
  3331. local txtlbl = Instance.new("TextLabel",bb)
  3332. txtlbl.ZIndex = 10
  3333. txtlbl.Text = (string.upper(base.Parent.Name))
  3334. txtlbl.BackgroundTransparency = 1
  3335. txtlbl.Position = UDim2.new(0,0,0,-35)
  3336. txtlbl.Size = UDim2.new(1,0,10,0)
  3337. txtlbl.Font = "SourceSansBold"
  3338. txtlbl.FontSize = "Size10"
  3339. txtlbl.TextStrokeTransparency = 0.5
  3340.  
  3341. local txtlbl2 = Instance.new("TextLabel",bb)
  3342. txtlbl2.ZIndex = 10
  3343. txtlbl2.Text = (math.floor(base.Parent.Humanoid.Health*100)/100)
  3344. txtlbl2.BackgroundTransparency = 1
  3345. txtlbl2.Position = UDim2.new(0,0,0,-25)
  3346. txtlbl2.Size = UDim2.new(1,0,10,0)
  3347. txtlbl2.Font = "SourceSansBold"
  3348. txtlbl2.FontSize = "Size10"
  3349.  
  3350. txtlbl2.TextStrokeTransparency = 0.5
  3351. if team then
  3352. txtlbl.TextColor3 = Color3.new(85,0,127)
  3353. txtlbl2.TextColor3 = Color3.new(85,0,127)
  3354. frame.BackgroundColor3 = Color3.new(85,0,127)
  3355.  
  3356. elseif base.Parent.Name == "Decryptance" or base.Parent.Name == "Unlisting"  then
  3357. txtlbl.TextColor3 = Color3.new(0,255,0)
  3358. txtlbl2.TextColor3 = Color3.new(0,255,0)
  3359. frame.BackgroundColor3 = Color3.new(0,255,0)
  3360. txtlbl.Text = "FRIEND"
  3361. txtlbl.FontSize = "Size14"
  3362. txtlbl2.FontSize = "Size14"
  3363.  
  3364.  
  3365.  
  3366. elseif base.Parent.Name == game:GetService("Players").LocalPlayer.Name then
  3367. txtlbl2.Transparency = 1
  3368. txtlbl.Transparency = 1
  3369. frame.Transparency = 1
  3370. else
  3371. txtlbl.TextColor3 = Color3.new(85,0,127)
  3372. txtlbl2.TextColor3 = Color3.new(85,0,127)
  3373. frame.BackgroundColor3 = Color3.new(85,0,127)
  3374.  
  3375. end
  3376. end
  3377.  
  3378.  
  3379. function Find()
  3380. Clear()
  3381. track = true
  3382. spawn(function()
  3383. while wait() do
  3384. if track then
  3385. Clear()
  3386. for _,v in pairs(game:GetService("Players"):players()) do
  3387.  
  3388. if v.Character and v.Character.Head then
  3389. Create(v.Character.Head, false)
  3390. end
  3391. end
  3392. end
  3393. end
  3394. wait(1)
  3395. end)
  3396. end
  3397. function Clear()
  3398. for _,v in pairs(player.PlayerGui:children()) do
  3399. if v.Name == "tracker" and v:isA("BillboardGui") then
  3400. v:Destroy()
  3401. end
  3402. end
  3403. end
  3404.  
  3405. CESP.MouseButton1Down:connect(function()
  3406.     if not esp then
  3407. Find()
  3408. warn("Jailbreak ESP Enabled")
  3409. game.CoreGui.Unjailbreak.MainFrame.TabFrames.SettingsFrame.CESP.ImageColor3 = Color3.new(0.211765, 0.635294, 0)
  3410. esp = true
  3411. else
  3412. Clear()
  3413. track = false
  3414. warn("Jailbreak ESP Disabled")
  3415. game.CoreGui.Unjailbreak.MainFrame.TabFrames.SettingsFrame.CESP.ImageColor3 = Color3.new(0.380392, 0.380392, 0.380392)
  3416. esp = false
  3417. end
  3418. end)
  3419.  
  3420. BlueColor.MouseButton1Down:connect(function()
  3421.     game.CoreGui.Unjailbreak.MainFrame.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  3422.     game.CoreGui.Unjailbreak.MainFrame.BottomLine.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  3423.     game.CoreGui.Unjailbreak.StarterFrame.StarterMainFrame.MainPreview.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  3424. end)
  3425.  
  3426. RedColor.MouseButton1Down:connect(function()
  3427.     game.CoreGui.Unjailbreak.MainFrame.BackgroundColor3 = Color3.new(1, 0, 0)
  3428.     game.CoreGui.Unjailbreak.MainFrame.BottomLine.BackgroundColor3 = Color3.new(1, 0, 0)
  3429.     game.CoreGui.Unjailbreak.StarterFrame.StarterMainFrame.MainPreview.BackgroundColor3 = Color3.new(1, 0, 0)
  3430. end)
  3431.  
  3432. OrangeColor.MouseButton1Down:connect(function()
  3433.     game.CoreGui.Unjailbreak.MainFrame.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  3434.     game.CoreGui.Unjailbreak.MainFrame.BottomLine.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  3435.     game.CoreGui.Unjailbreak.StarterFrame.StarterMainFrame.MainPreview.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  3436. end)
  3437.  
  3438. BlackColor.MouseButton1Down:connect(function()
  3439.     game.CoreGui.Unjailbreak.MainFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  3440.     game.CoreGui.Unjailbreak.MainFrame.BottomLine.BackgroundColor3 = Color3.new(0, 0, 0)
  3441.     game.CoreGui.Unjailbreak.StarterFrame.StarterMainFrame.MainPreview.BackgroundColor3 = Color3.new(0, 0, 0)
  3442. end)
  3443.  
  3444. PurpleColor.MouseButton1Down:connect(function()
  3445.     game.CoreGui.Unjailbreak.MainFrame.BackgroundColor3 = Color3.new(0.333333, 0, 0.498039)
  3446.     game.CoreGui.Unjailbreak.MainFrame.BottomLine.BackgroundColor3 = Color3.new(0.333333, 0, 0.498039)
  3447.     game.CoreGui.Unjailbreak.StarterFrame.StarterMainFrame.MainPreview.BackgroundColor3 = Color3.new(0.333333, 0, 0.498039)
  3448. end)
  3449.  
  3450. function Aimbot()
  3451.    
  3452. end
  3453.  
  3454. MainContinue.MouseButton1Down:connect(function()
  3455.     game.CoreGui.Unjailbreak.StarterFrame:TweenSize(UDim2.new(0, 0,0, 0),"Out","Quint",1.5,true)
  3456.     if game.CoreGui.Unjailbreak.StarterFrame.StarterMainFrame.UIKeybind.Text == "" then
  3457.         local mouse1 = game:GetService("Players").LocalPlayer:GetMouse()
  3458.         mouse1.KeyDown:connect(function(key)
  3459.             if key == "v" then
  3460.                 if Openn == true then
  3461.                     Openn = false
  3462.                     game.CoreGui.Unjailbreak.MainFrame:TweenPosition(UDim2.new(0.344, 0,1.1, 0),"Out","Quint",1,true)
  3463.                 else
  3464.                     Openn = true
  3465.                     game.CoreGui.Unjailbreak.MainFrame:TweenPosition(UDim2.new(0.344, 0,0.307, 0),"Out","Quint",1,true)
  3466.                 end
  3467.             end
  3468.         end)
  3469.     else
  3470.         local mouse1 = game:GetService("Players").LocalPlayer:GetMouse()
  3471.         mouse1.KeyDown:connect(function(key)
  3472.             if key == UIKeybind.Text then
  3473.                 if Openn == true then
  3474.                     Openn = false
  3475.                     game.CoreGui.Unjailbreak.MainFrame:TweenPosition(UDim2.new(0.344, 0,1.1, 0),"Out","Quint",1,true)
  3476.                 else
  3477.                     Openn = true
  3478.                     game.CoreGui.Unjailbreak.MainFrame:TweenPosition(UDim2.new(0.344, 0,0.307, 0),"Out","Quint",1,true)
  3479.                 end
  3480.             end
  3481.         end)
  3482.     end
  3483. end)
  3484.  
  3485. local i=20 do
  3486.     wait()
  3487.     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
  3488. end
  3489.  
  3490. Tabs.MouseButton1Down:connect(function()
  3491.     game.CoreGui.Unjailbreak.MainFrame.TabFrames:TweenPosition(UDim2.new(0, 150,0, 47), 'Out', 'Quint', 1, true)
  3492.     game.CoreGui.Unjailbreak.MainFrame.TabFrames.Dark.Visible = true
  3493.     game.CoreGui.Unjailbreak.MainFrame.TabFrames.Dark.Transparency = 0.5
  3494. end)
  3495.  
  3496. Home.MouseButton1Down:connect(function()
  3497.     game.CoreGui.Unjailbreak.MainFrame.TabFrames.HomeFrame.Visible = true
  3498.     game.CoreGui.Unjailbreak.MainFrame.TabFrames.GameFrame.Visible = false
  3499.     game.CoreGui.Unjailbreak.MainFrame.TabFrames.TeleportsFrame.Visible = false
  3500.     game.CoreGui.Unjailbreak.MainFrame.TabFrames.SettingsFrame.Visible = false
  3501.     game.CoreGui.Unjailbreak.MainFrame.TabFrames:TweenPosition(UDim2.new(0, 0,0, 47), 'Out', 'Quint', 1, true)
  3502.     game.CoreGui.Unjailbreak.MainFrame.TabFrames.Dark.Visible = false
  3503. end)
  3504.  
  3505. Game.MouseButton1Down:connect(function()
  3506.     game.CoreGui.Unjailbreak.MainFrame.TabFrames.HomeFrame.Visible = false
  3507.     game.CoreGui.Unjailbreak.MainFrame.TabFrames.GameFrame.Visible = true
  3508.     game.CoreGui.Unjailbreak.MainFrame.TabFrames.TeleportsFrame.Visible = false
  3509.     game.CoreGui.Unjailbreak.MainFrame.TabFrames.SettingsFrame.Visible = false
  3510.     game.CoreGui.Unjailbreak.MainFrame.TabFrames:TweenPosition(UDim2.new(0, 0,0, 47), 'Out', 'Quint', 1, true)
  3511.     game.CoreGui.Unjailbreak.MainFrame.TabFrames.Dark.Visible = false
  3512. end)
  3513.  
  3514. Teleports.MouseButton1Down:connect(function()
  3515.     game.CoreGui.Unjailbreak.MainFrame.TabFrames.HomeFrame.Visible = false
  3516.     game.CoreGui.Unjailbreak.MainFrame.TabFrames.GameFrame.Visible = false
  3517.     game.CoreGui.Unjailbreak.MainFrame.TabFrames.TeleportsFrame.Visible = true
  3518.     game.CoreGui.Unjailbreak.MainFrame.TabFrames.SettingsFrame.Visible = false
  3519.     game.CoreGui.Unjailbreak.MainFrame.TabFrames:TweenPosition(UDim2.new(0, 0,0, 47), 'Out', 'Quint', 1, true)
  3520.     game.CoreGui.Unjailbreak.MainFrame.TabFrames.Dark.Visible = false
  3521. end)
  3522.  
  3523. Settings.MouseButton1Down:connect(function()
  3524.     game.CoreGui.Unjailbreak.MainFrame.TabFrames.HomeFrame.Visible = false
  3525.     game.CoreGui.Unjailbreak.MainFrame.TabFrames.GameFrame.Visible = false
  3526.     game.CoreGui.Unjailbreak.MainFrame.TabFrames.TeleportsFrame.Visible = false
  3527.     game.CoreGui.Unjailbreak.MainFrame.TabFrames.SettingsFrame.Visible = true
  3528.     game.CoreGui.Unjailbreak.MainFrame.TabFrames:TweenPosition(UDim2.new(0, 0,0, 47), 'Out', 'Quint', 1, true)
  3529.     game.CoreGui.Unjailbreak.MainFrame.TabFrames.Dark.Visible = false
  3530. end)
  3531.  
  3532. SetKeybind.MouseButton1Down:connect(function()
  3533.     game.CoreGui.Unjailbreak.MainFrame.TabFrames.SettingsFrame.KeybindConFrame.Visible = true
  3534.     game.CoreGui.Unjailbreak.MainFrame.TabFrames.SettingsFrame.KeybindConFrame.JewelryKeyy.Text = "Jewelry Color Set: "..JewelryKeyBox.Text
  3535.     game.CoreGui.Unjailbreak.MainFrame.TabFrames.SettingsFrame.KeybindConFrame.CriminalKeyy.Text = "Criminal Key Set: "..CrimBaseBox.Text
  3536.     game.CoreGui.Unjailbreak.MainFrame.TabFrames.SettingsFrame.KeybindConFrame.BankKeyy.Text = "Bank Key Set: "..BankKeyBox.Text
  3537. end)
  3538.  
  3539. KeyContinue.MouseButton1Down:connect(function()
  3540.     game.CoreGui.Unjailbreak.MainFrame.TabFrames.SettingsFrame.KeybindConFrame.Visible = false
  3541.    
  3542. --Jewelry  
  3543. game.Players.LocalPlayer:GetMouse().KeyDown:connect(function(key)
  3544. if string.lower(key) == game.CoreGui.Unjailbreak.MainFrame.TabFrames.SettingsFrame.KeybindConFrame.JewelryKeyy.Text then
  3545.     for i=1,20 do
  3546.         wait()
  3547.         game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(137.325, 17.878, 1320.123) + Vector3.new(1,0,0)
  3548.     end
  3549. end
  3550. end)
  3551.  
  3552.  
  3553. --Bank
  3554. game.Players.LocalPlayer:GetMouse().KeyDown:connect(function(key)
  3555. if string.lower(key) == game.CoreGui.Unjailbreak.MainFrame.TabFrames.SettingsFrame.KeybindConFrame.BankKeyy.Text then
  3556.     for i=1,20 do
  3557.         wait()
  3558.         game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-11.036747, 17.9193821, 797.971521) + Vector3.new(1,0,0)
  3559.     end
  3560. end
  3561. end)
  3562.  
  3563.  
  3564. --Criminal
  3565. game.Players.LocalPlayer:GetMouse().KeyDown:connect(function(key)
  3566. if string.lower(key) ==  game.CoreGui.Unjailbreak.MainFrame.TabFrames.SettingsFrame.KeybindConFrame.CriminalKeyy.Text then
  3567.     for i=1,20 do
  3568.         wait()
  3569.         game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-222.339157, 17.9125443, 1575.82336) + Vector3.new(1,0,0)
  3570.     end
  3571. end
  3572. end)
  3573. end)
  3574.  
  3575. KeyCancel.MouseButton1Click:connect(function()
  3576.     game.CoreGui.Unjailbreak.MainFrame.TabFrames.SettingsFrame.KeybindConFrame.Visible = false
  3577. end)
  3578.  
  3579. CDrag.MouseButton1Down:connect(function()
  3580.     if Dragg == true then
  3581.         Dragg = false
  3582.         game.CoreGui.Unjailbreak.MainFrame.Draggable = true
  3583.         game.CoreGui.Unjailbreak.MainFrame.TabFrames.SettingsFrame.CDrag.ImageColor3 = Color3.new(0.211765, 0.635294, 0)
  3584.     else
  3585.         Dragg = true
  3586.         game.CoreGui.Unjailbreak.MainFrame.Draggable = false
  3587.         game.CoreGui.Unjailbreak.MainFrame.TabFrames.SettingsFrame.CDrag.ImageColor3 = Color3.new(0.380392, 0.380392, 0.380392)
  3588.     end
  3589. end)
  3590.  
  3591. local ee = true
  3592. CNotifierB.MouseButton1Down:connect(function()
  3593.     if BNotif == true then
  3594.         BNotif = false
  3595.         game.CoreGui.Unjailbreak.MainFrame.TabFrames.SettingsFrame.CNotifierB.ImageColor3 = Color3.new(0.380392, 0.380392, 0.380392)
  3596.         ee = false
  3597.     else
  3598.         ee = true
  3599.         BNotif = true
  3600.         game.CoreGui.Unjailbreak.MainFrame.TabFrames.SettingsFrame.CNotifierB.ImageColor3 = Color3.new(0.211765, 0.635294, 0)
  3601.     for i, v in pairs(game:GetService("Workspace").Banks:GetChildren()) do
  3602.         while ee do
  3603.             wait(1)
  3604.             if v.Extra.Light.SurfaceLight.Enabled == true then
  3605.                 game.CoreGui.Unjailbreak.BNotifierOpen:TweenPosition(UDim2.new(0, 1718,0, 578),"Out","Quint",2,true)
  3606.             else
  3607.                 game.CoreGui.Unjailbreak.BNotifierOpen:TweenPosition(UDim2.new(0, 1950,0, 578),"Out","Quint",2,true)
  3608.             end
  3609.         end
  3610.     end
  3611.     end
  3612. end)
  3613.  
  3614. local eeee = true
  3615. CNotifierJ.MouseButton1Down:connect(function()
  3616.     if JNotif == true then
  3617.         JNotif = false
  3618.         game.CoreGui.Unjailbreak.MainFrame.TabFrames.SettingsFrame.CNotifierJ.ImageColor3 = Color3.new(0.380392, 0.380392, 0.380392)
  3619.         eeee = false
  3620.     else
  3621.         eeee = true
  3622.         JNotif = true
  3623.         game.CoreGui.Unjailbreak.MainFrame.TabFrames.SettingsFrame.CNotifierJ.ImageColor3 = Color3.new(0.211765, 0.635294, 0)
  3624.     for i, v in pairs(game:GetService("Workspace").Jewelrys:GetChildren()) do
  3625.         while eeee do
  3626.             wait(1)
  3627.             if v.Extra.Light.SurfaceLight.Enabled == true then
  3628.                 game.CoreGui.Unjailbreak.JNotifierOpen:TweenPosition(UDim2.new(0, 1718,0, 657),"Out","Quint",2,true)
  3629.             else
  3630.                 game.CoreGui.Unjailbreak.JNotifierOpen:TweenPosition(UDim2.new(0, 1950,0, 657),"Out","Quint",2,true)
  3631.             end
  3632.         end
  3633.     end
  3634.     end
  3635. end)
  3636.  
  3637. function bigggHead()
  3638.     for i, v in pairs(game:GetService("Players"):GetChildren()) do
  3639.         if v.TeamValue.Value == "Police" then
  3640.             v.Character.HumanoidRootPart.Transparency = 0
  3641.             v.Character.HumanoidRootPart.BrickColor = BrickColor.new("Blue")
  3642.             v.Character.HumanoidRootPart.Size = Vector3.new(16,16,16)
  3643.         end
  3644.     end
  3645. end
  3646.  
  3647. CBigHead.MouseButton1Down:connect(function()
  3648.     if bigheadd == true then
  3649.         bigheadd = false
  3650.         bigggHead(false)
  3651.         game.CoreGui.Unjailbreak.MainFrame.TabFrames.SettingsFrame.CBigHead.ImageColor3 = Color3.new(0.380392, 0.380392, 0.380392)
  3652.     else
  3653.         bigheadd = true
  3654.         bigggHead(true)
  3655.         game.CoreGui.Unjailbreak.MainFrame.TabFrames.SettingsFrame.CBigHead.ImageColor3 = Color3.new(0.211765, 0.635294, 0)
  3656.     end
  3657. end)
  3658.  
  3659. CForceField.MouseButton1Down:connect(function()
  3660.     if forcefieldd == true then
  3661.         forcefieldd = false
  3662.         game.CoreGui.Unjailbreak.MainFrame.TabFrames.SettingsFrame.CForceField.ImageColor3 = Color3.new(0.380392, 0.380392, 0.380392)
  3663.     else
  3664.         forcefieldd = true
  3665.         game.CoreGui.Unjailbreak.MainFrame.TabFrames.SettingsFrame.CForceField.ImageColor3 = Color3.new(0.211765, 0.635294, 0)
  3666.         local es = true
  3667.         while es do
  3668.             wait(0.1)
  3669.         for i, v in pairs(game:GetService("Players"):GetChildren()) do
  3670.             if v.TeamValue.Value == "Police" then
  3671.                 if (game:GetService("Players").Character.Torso.Position - v.Position).magnitude <= 5 then
  3672.                         for i=1,20 do
  3673.                             wait()
  3674.                     game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-222.339157, 17.9125443, 1575.82336) + Vector3.new(1,0,0)
  3675.                 end
  3676.                 end
  3677.             end
  3678.         end
  3679.         end
  3680.     end
  3681. end)
  3682.  
  3683. local Checkpoint = {}
  3684. Coords.MouseButton1Down:connect(function()
  3685.     table.remove(Checkpoint, 1)
  3686.     table.insert(Checkpoint, game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position)
  3687. end)
  3688.  
  3689. CustomTP.MouseButton1Down:connect(function()
  3690. for i=1, 20 do
  3691.     game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Checkpoint[1]) + Vector3.new(1,0,0)
  3692. end
  3693. end)
  3694.  
  3695. Reset.MouseButton1Down:connect(function()
  3696.     game.CoreGui.Unjailbreak:Remove()
  3697. end)
  3698.  
  3699. InfiniteAmmo.MouseButton1Down:connect(function()
  3700.     if magInf == true then
  3701.     magInf = false
  3702.     game:GetService("Players").LocalPlayer.PlayerGui.ScreenGui.Ammo.MagSize.RobloxLocked = false
  3703.     game.CoreGui.Unjailbreak.MainFrame.TabFrames.GameFrame.InfiniteAmmo.Text = "Ammo: OFF"
  3704. else
  3705.     magInf = true  
  3706.     game:GetService("Players").LocalPlayer.PlayerGui.ScreenGui.Ammo.MagSize.RobloxLocked = true
  3707.     game.CoreGui.Unjailbreak.MainFrame.TabFrames.GameFrame.InfiniteAmmo.Text = "Ammo: ON"
  3708.     end
  3709. end)
  3710.  
  3711. Prison.MouseButton1Down:connect(function()
  3712.     for i=1,20 do
  3713.    wait()
  3714.     game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1138.66, 18.009, -1430.01) + Vector3.new(1,0,0)
  3715.     end
  3716. end)
  3717.  
  3718. CriminalBase.MouseButton1Down:connect(function()
  3719.     for i=1,20 do
  3720.    wait()
  3721.     game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-222.339157, 17.9125443, 1575.82336) + Vector3.new(1,0,0)
  3722.     end
  3723. end)
  3724.  
  3725. BatCave.MouseButton1Down:connect(function()
  3726.     for i=1,20 do
  3727.    wait()
  3728.     game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1579.4823, 49.787693, -1759.61438) + Vector3.new(1,0,0)
  3729.     end
  3730. end)
  3731.  
  3732. PoliceHQ1.MouseButton1Click:connect(function()
  3733.     for i=1,20 do
  3734.    wait()
  3735.     game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1130.11426, 17.950058, -1593.09766) + Vector3.new(1,0,0)
  3736.     end
  3737. end)
  3738.  
  3739. PoliceHQ2.MouseButton1Down:connect(function()
  3740.     for i=1,20 do
  3741.    wait()
  3742.     game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(736.232239, 38.1125107, 1130.04456) + Vector3.new(1,0,0)
  3743.     end
  3744. end)
  3745.  
  3746. Garage.MouseButton1Click:connect(function()
  3747.     for i=1,20 do
  3748.    wait()
  3749.     game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-341.0529, 19.644, 1182.502) + Vector3.new(1,0,0)
  3750.     end
  3751. end)
  3752.  
  3753. BankStore.MouseButton1Down:connect(function()
  3754.     for i=1,20 do
  3755.    wait()
  3756.     game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(32.214, 2.67609, 818.648926) + Vector3.new(1,0,0)
  3757.     end
  3758. end)
  3759.  
  3760. JewelryStore.MouseButton1Down:connect(function()
  3761.     for i=1,20 do
  3762.    wait()
  3763.     game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(137.325, 17.878, 1320.123) + Vector3.new(1,0,0)
  3764.     end
  3765. end)
  3766.  
  3767. GasStation.MouseButton1Click:connect(function()
  3768.     for i=1,20 do
  3769.    wait()
  3770.     game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1548.20093, 17.7475166, 701.546997) + Vector3.new(1,0,0)
  3771.     end
  3772. end)
  3773.  
  3774. DonutShop.MouseButton1Down:connect(function()
  3775.     for i=1,20 do
  3776.    wait()
  3777.     game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(267.315552, 17.6180038, -1796.33093) + Vector3.new(1,0,0)
  3778.     end
  3779. end)
  3780.  
  3781. Lamborghini.MouseButton1Down:connect(function()
  3782.     for i=1,20 do
  3783.    wait()
  3784.     game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(144.794067, 17.6189003, 768.572693) + Vector3.new(1,0,0)
  3785.     end
  3786. end)
  3787.  
  3788. Bugatti.MouseButton1Down:connect(function()
  3789.     for i=1,20 do
  3790.    wait()
  3791.     game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(245.938766, 17.6064777, 1372.15076) + Vector3.new(1,0,0)
  3792.     end
  3793. end)
  3794.  
  3795. SWATVan.MouseButton1Down:connect(function()
  3796.     for i=1,20 do
  3797.    wait()
  3798.     game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1355.2417, 18, -1531.86047) + Vector3.new(1,0,0)
  3799.     end
  3800. end)
  3801.  
  3802. DuneBuggy.MouseButton1Down:connect(function()
  3803.     for i=1,20 do
  3804.    wait()
  3805.     game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(571.526733, 16.66436, -470.50943) + Vector3.new(1,0,0)
  3806.     end
  3807. end)
  3808.  
  3809. PickUpTruck.MouseButton1Down:connect(function()
  3810.     for i=1,20 do
  3811.    wait()
  3812.     game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1541.10388, 17.746624, 729) + Vector3.new(1,0,0)
  3813.     end
  3814. end)
  3815.  
  3816. DirtBike.MouseButton1Down:connect(function()
  3817.     for i=1,20 do
  3818.    wait()
  3819.     game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1313.71118, 17.3656254, 370.085327) + Vector3.new(1,0,0)
  3820.     end
  3821. end)
  3822.  
  3823. Porsche.MouseButton1Down:connect(function()
  3824.     for i=1,20 do
  3825.    wait()
  3826.     game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1112.11475, 101.16069, 1290.57654) + Vector3.new(1,0,0)
  3827.     end
  3828. end)
  3829.  
  3830. Camaro.MouseButton1Down:connect(function()
  3831.     for i=1,20 do
  3832.    wait()
  3833.     game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-956.153564, 19.8500576, -1451.23572) + Vector3.new(1,0,0)
  3834.     end
  3835. end)
  3836.  
  3837. MiniCooper.MouseButton1Down:connect(function()
  3838.     for i=1,20 do
  3839.    wait()
  3840.     game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(767.823242, 17.3656254, -1216.83643) + Vector3.new(1,0,0)
  3841.     end
  3842. end)
  3843.  
  3844. Tesla3.MouseButton1Down:connect(function()
  3845.     for i=1,20 do
  3846.    wait()
  3847.     game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-111.571999, 17.6169529, 541.515747) + Vector3.new(1,0,0)
  3848.     end
  3849. end)
  3850.  
  3851. GodMode.MouseButton1Down:connect(function()
  3852.     game:GetService("Players").LocalPlayer.Character.Humanoid.Name = 1
  3853. local l = game:GetService("Players").LocalPlayer.Character["1"]:Clone()
  3854. l.Parent = game:GetService("Players").LocalPlayer.Character
  3855. l.Name = "Humanoid"
  3856. wait(0.1)
  3857. game:GetService("Players").LocalPlayer.Character["1"]:Destroy()
  3858. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players").LocalPlayer.Character
  3859. game:GetService("Players").LocalPlayer.Character.Animate.Disabled = true
  3860. wait(0.1)
  3861. game:GetService("Players").LocalPlayer.Character.Animate.Disabled = false
  3862. game:GetService("Players").LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
  3863. end)
  3864.  
  3865. Btools.MouseButton1Down:connect(function()
  3866.     game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Backpack, true)
  3867. for index, child in pairs(game:GetService("Workspace"):GetChildren()) do
  3868.    if child.ClassName == "Part" then
  3869.        child.Locked = false
  3870.    end
  3871.    if child.ClassName == "MeshPart" then
  3872.        child.Locked = false
  3873.    end
  3874.    if child.ClassName == "UnionOperation" then
  3875.        child.Locked = false
  3876.    end
  3877.    if child.ClassName == "Model" then
  3878.        for index, chil in pairs(child:GetChildren()) do
  3879.            if chil.ClassName == "Part" then
  3880.                chil.Locked = false
  3881.            end
  3882.            if chil.ClassName == "MeshPart" then
  3883.                chil.Locked = false
  3884.            end
  3885.            if chil.ClassName == "UnionOperation" then
  3886.                chil.Locked = false
  3887.            end
  3888.            if chil.ClassName == "Model" then
  3889.                for index, childe in pairs(chil:GetChildren()) do
  3890.                    if childe.ClassName == "Part" then
  3891.                        childe.Locked = false
  3892.                    end
  3893.                    if childe.ClassName == "MeshPart" then
  3894.                        childe.Locked = false
  3895.                    end
  3896.                    if childe.ClassName == "UnionOperation" then
  3897.                        childe.Locked = false
  3898.                    end
  3899.                    if childe.ClassName == "Model" then
  3900.                        for index, childeo in pairs(childe:GetChildren()) do
  3901.                            if childeo.ClassName == "Part" then
  3902.                                childeo.Locked = false
  3903.                            end
  3904.                            if childeo.ClassName == "MeshPart" then
  3905.                                childeo.Locked = false
  3906.                            end
  3907.                            if childeo.ClassName == "UnionOperation" then
  3908.                                childeo.Locked = false
  3909.                            end
  3910.                            if childeo.ClassName == "Model" then
  3911.                            end
  3912.                        end
  3913.                    end
  3914.                end
  3915.            end
  3916.        end
  3917.    end
  3918. end
  3919. c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
  3920. c.BinType = Enum.BinType.Hammer
  3921. c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
  3922. c.BinType = Enum.BinType.Clone
  3923. c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
  3924. c.BinType = Enum.BinType.Grab
  3925. end)
  3926.  
  3927. RemoveAll.MouseButton1Down:connect(function()
  3928.     for i, v in pairs(game:GetService("Workspace").Jewelrys:GetChildren()) do
  3929.         v.Lasers:Remove()
  3930.         v.Cameras:Remove()
  3931.         v.FloorLasers:Remove()
  3932.     end
  3933.     game:GetService("Workspace").Cells:Remove()
  3934.     game:GetService("Workspace").Doors:Remove()
  3935.     game:GetService("Workspace").EscapeRoutes.ExplodeWall:Destroy()
  3936.     game:GetService("Workspace").EscapeRoutes.LiftGate:Remove()
  3937.     for i, v in pairs(game:GetService("Workspace").Banks:GetChildren()) do
  3938.         v.Door:Destroy()
  3939.         v.TriggerDoor:Destroy()
  3940.         v.Lasers:Remove()
  3941.     end
  3942. end)
  3943.  
  3944. AnnoyServer.MouseButton1Down:connect(function()
  3945. if annnoy == true then
  3946. annnoy = false
  3947. e = false
  3948. else
  3949. annnoy = true
  3950. e = true
  3951. while eee do
  3952. for _,plr in pairs(game:GetService("Players"):GetPlayers()) do
  3953. pcall(function()
  3954. for _,obj in pairs(plr.Character.Head:GetChildren()) do
  3955. if obj:IsA("Sound") then
  3956. obj:Play()
  3957. end
  3958. end
  3959. end)
  3960. end
  3961. end
  3962. end
  3963. end)
  3964.  
  3965. SpamArrest.MouseButton1Down:connect(function()
  3966.     local Player = game:GetService("Players").LocalPlayer
  3967.     wait(0.5)
  3968.     for i,v in pairs(game.Teams.Criminal:GetPlayers()) do
  3969.         repeat
  3970.             wait()
  3971.             Player.Character.HumanoidRootPart.CFrame = v.Character.HumanoidRootPart.CFrame * CFrame.new(0, 0, 1)
  3972.         until v.Team.Name ~= "Criminal"
  3973.     end
  3974. end)
  3975.  
  3976. noclip = false
  3977. game:GetService('RunService').Stepped:connect(function()
  3978. if noclip then
  3979. game:GetService("Players").LocalPlayer.Character.Humanoid:ChangeState(11)
  3980. end
  3981. end)
  3982.  
  3983. NoClip.MouseButton1Down:connect(function()
  3984. noclip = not noclip
  3985. if NoClip.Text == "NoClip: ON" then
  3986.     NoClip.Text = "NoClip: OFF"
  3987. else
  3988.     NoClip.Text = "NoClip: ON"
  3989. end
  3990. end)
  3991.  
  3992. WalkSpeed.MouseButton1Down:connect(function()
  3993.     down = false
  3994. velocity = Instance.new("BodyVelocity")
  3995. velocity.maxForce = Vector3.new(100000, 0, 100000)
  3996. local speed = 150
  3997. gyro = Instance.new("BodyGyro")
  3998. gyro.maxTorque = Vector3.new(100000, 0, 100000)
  3999.  
  4000. local hum = game:GetService("Players").LocalPlayer.Character.Humanoid
  4001.  
  4002. function onButton1Down(mouse)
  4003.     down = true
  4004.     velocity.Parent = game:GetService("Players").LocalPlayer.Character.UpperTorso
  4005.     velocity.velocity = (hum.MoveDirection) * speed
  4006.     gyro.Parent = game:GetService("Players").LocalPlayer.Character.UpperTorso
  4007.     while down do
  4008.         if not down then break end
  4009.         velocity.velocity = (hum.MoveDirection) * speed
  4010.         local refpos = gyro.Parent.Position + (gyro.Parent.Position - workspace.CurrentCamera.CoordinateFrame.p).unit * 5
  4011.         gyro.cframe = CFrame.new(gyro.Parent.Position, Vector3.new(refpos.x, gyro.Parent.Position.y, refpos.z))
  4012.         wait(0.1)
  4013.     end
  4014. end
  4015.  
  4016. function onButton1Up(mouse)
  4017.     velocity.Parent = nil
  4018.     gyro.Parent = nil
  4019.     down = false
  4020. end
  4021.  
  4022. function onSelected(mouse)
  4023.     mouse.KeyDown:connect(function(k) if k:lower()=="q"then onButton1Down(mouse)end end)
  4024.     mouse.KeyUp:connect(function(k) if k:lower()=="q"then onButton1Up(mouse)end end)
  4025. end
  4026.  
  4027. onSelected(game:GetService("Players").LocalPlayer:GetMouse())
  4028. end)
  4029.  
  4030. Gravity.MouseButton1Down:connect(function()
  4031.     if Gravity == true then
  4032. Gravity = false
  4033. game:GetService("Workspace").Gravity = 196.2
  4034. game.CoreGui.Unjailbreak.MainFrame.TabFrames.GameFrame.Gravity.Text = "Gravity: OFF"
  4035. else
  4036. Gravity = true
  4037. game.CoreGui.Unjailbreak.MainFrame.TabFrames.GameFrame.Gravity.Text = "Gravity: ON"
  4038. game:GetService("Workspace").Gravity = 45
  4039. end
  4040. end)
  4041.  
  4042. JumpPower.MouseButton1Down:connect(function()
  4043.     if Jump == true then
  4044. Jump = false
  4045. game:GetService("Players").LocalPlayer.Character.Humanoid.JumpPower = 50
  4046. game.CoreGui.Unjailbreak.MainFrame.TabFrames.GameFrame.JumpPower.Text = "Jump: OFF"
  4047. else
  4048. Jump = true
  4049. game:GetService("Players").LocalPlayer.Character.Humanoid.JumpPower = 100
  4050. game.CoreGui.Unjailbreak.MainFrame.TabFrames.GameFrame.JumpPower.Text = "Jump: ON"
  4051. end
  4052. end)
  4053.  
  4054. VehicleSpeed.MouseButton1Down:connect(function()
  4055. dir = 0
  4056. gs = game.GetService
  4057. gs(game,"RunService").RenderStepped:connect(function()
  4058.    for i,v in next,workspace.Vehicles:children() do
  4059.        if v.Name ~= "Heli" then
  4060.            if v:FindFirstChild("Engine") then
  4061.                local bf,cf = v.Engine:FindFirstChild("NewForce"),v:GetPrimaryPartCFrame().lookVector
  4062.                if not bf then
  4063.                    bf = v.Engine:FindFirstChild("BodyForce") or v.Engine:FindFirstChild("VectorForce")
  4064.                    if bf then
  4065.                        bf = bf:Clone()
  4066.                        bf.Parent = v.Engine
  4067.                        bf.Name = "NewForce"
  4068.                    end
  4069.                end
  4070.                if bf then
  4071.                    local fa = 1
  4072.                    if v.Name:lower():find("bike") then fa = .3 elseif v.Name:lower():find("bugg") then fa = .5 end
  4073.                    if v.Seat.PlayerName.Value ~= game:GetService("Players").LocalPlayer.Name then fa = 0 end
  4074.                    bf.Force = Vector3.new(cf.X*300000*dir*fa,0,cf.Z*300000*dir*fa)
  4075.                end
  4076.            end
  4077.       end
  4078.    end
  4079. end)
  4080. val = {
  4081. {Enum.KeyCode.W,1};
  4082. {Enum.KeyCode.S,-1};
  4083. }
  4084. uis = gs(game,"UserInputService")
  4085. chk = function(k)
  4086.    for i,v in next,val do
  4087.        if v[1]==k.KeyCode then
  4088.            return v[2]
  4089.        end
  4090.    end
  4091. end
  4092. uis.InputBegan:connect(function(k)
  4093. dir = chk(k) or dir
  4094. end)
  4095. uis.InputEnded:connect(function(k)
  4096.    if chk(k) == dir then
  4097.        dir = 0
  4098.    end
  4099. end)
  4100. end)
  4101.  
  4102. KeyCard.MouseButton1Down:connect(function()
  4103.     game:GetService("Players").LocalPlayer.TeamValue.Value= "Police"
  4104. end)
  4105.  
  4106. local mouse=game:GetService("Players").LocalPlayer:GetMouse''
  4107.   localplayer=game:GetService("Players").LocalPlayer
  4108.   game:GetService("Players").LocalPlayer.Character:WaitForChild("HumanoidRootPart")
  4109.   local torso = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart
  4110.   local speed=0
  4111.   local keys={a=false,d=false,w=false,s=false}
  4112.   local e1
  4113.   local e2
  4114.   local function start()
  4115.    local pos = Instance.new("BodyPosition",torso)
  4116.    local gyro = Instance.new("BodyGyro",torso)
  4117.    pos.Name="EPIXPOS"
  4118.    pos.maxForce = Vector3.new(math.huge, math.huge, math.huge)
  4119.    pos.position = torso.Position
  4120.    gyro.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  4121.    gyro.cframe = torso.CFrame
  4122.    repeat
  4123.     wait()
  4124.     localplayer.Character.Humanoid.PlatformStand=true
  4125.     local new=gyro.cframe - gyro.cframe.p + pos.position
  4126.     if not keys.w and not keys.s and not keys.a and not keys.d then
  4127.      speed=1
  4128.     end
  4129.     if keys.w then
  4130.      new = new + workspace.CurrentCamera.CoordinateFrame.lookVector * speed
  4131.      speed=speed+0.01
  4132.     end
  4133.     if keys.s then
  4134.      new = new - workspace.CurrentCamera.CoordinateFrame.lookVector * speed
  4135.      speed=speed+0.01
  4136.     end
  4137.     if keys.d then
  4138.      new = new * CFrame.new(speed,0,0)
  4139.      speed=speed+0.01
  4140.     end
  4141.     if keys.a then
  4142.      new = new * CFrame.new(-speed,0,0)
  4143.      speed=speed+0.01
  4144.     end
  4145.     if speed>5 then
  4146.      speed=5
  4147.     end
  4148.     pos.position=new.p
  4149.     if keys.w then
  4150.      gyro.cframe = workspace.CurrentCamera.CoordinateFrame*CFrame.Angles(-math.rad(speed*15),0,0)
  4151.     elseif keys.s then
  4152.      gyro.cframe = workspace.CurrentCamera.CoordinateFrame*CFrame.Angles(math.rad(speed*15),0,0)
  4153.     else
  4154.      gyro.cframe = workspace.CurrentCamera.CoordinateFrame
  4155.     end
  4156.    until not Fly
  4157.    if gyro then gyro:Destroy() end
  4158.    if pos then pos:Destroy() end
  4159.    flying=false
  4160.    localplayer.Character.Humanoid.PlatformStand=false
  4161.    speed=0
  4162.   end
  4163.   e1=mouse.KeyDown:connect(function(key)
  4164.    if not torso or not torso.Parent then flying=false e1:disconnect() e2:disconnect() return end
  4165.    if key=="w" then
  4166.     keys.w=true
  4167.    elseif key=="s" then
  4168.     keys.s=true
  4169.    elseif key=="a" then
  4170.     keys.a=true
  4171.    elseif key=="d" then
  4172.     keys.d=true
  4173.    end
  4174.   end)
  4175.   e2=mouse.KeyUp:connect(function(key)
  4176.    if key=="w" then
  4177.     keys.w=false
  4178.    elseif key=="s" then
  4179.     keys.s=false
  4180.    elseif key=="a" then
  4181.     keys.a=false
  4182.    elseif key=="d" then
  4183.     keys.d=false
  4184.     end
  4185.   end)
  4186.  
  4187. Fly.MouseButton1Down:connect(function()
  4188.     if flyy == true then
  4189.         game.CoreGui.Unjailbreak.MainFrame.TabFrames.GameFrame.Fly.Text = "Fly: OFF"
  4190.         flyy = false
  4191.         Fly = false
  4192.         start()
  4193.     else
  4194.         game.CoreGui.Unjailbreak.MainFrame.TabFrames.GameFrame.Fly.Text = "Fly: ON"
  4195.         flyy = true
  4196.         Fly = true
  4197.         start()
  4198.     end
  4199. end)
  4200.  
  4201. FlashLight.MouseButton1Down:connect(function()
  4202.     local hit = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  4203.  
  4204.     a = Instance.new("Part", workspace)
  4205.     a.Anchored = true
  4206.     a.Position = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  4207.     a.CanCollide = false
  4208.    
  4209.         for i, v in pairs(game:GetService("Workspace").Givers:GetChildren()) do
  4210.     if v.Name == "Station" then
  4211.     for a, b in pairs(v:GetChildren()) do
  4212.     if b:IsA("StringValue") then
  4213.     if b.Value == "Flashlight" then
  4214.     v.CFrame = CFrame.new(hit)
  4215.     end
  4216.     end
  4217.     end
  4218.     end
  4219.     end
  4220. end)
  4221.  
  4222. M4A4.MouseButton1Down:connect(function()
  4223.     local hit = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  4224.  
  4225.     a = Instance.new("Part", workspace)
  4226.     a.Anchored = true
  4227.     a.Position = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  4228.     a.CanCollide = false
  4229.    
  4230.         for i, v in pairs(game:GetService("Workspace").Givers:GetChildren()) do
  4231.     if v.Name == "Station" then
  4232.     for a, b in pairs(v:GetChildren()) do
  4233.     if b:IsA("StringValue") then
  4234.     if b.Value == "RifleSWAT" then
  4235.     v.CFrame = CFrame.new(hit)
  4236.     end
  4237.     end
  4238.     end
  4239.     end
  4240.     end
  4241. end)
  4242.  
  4243. AK47.MouseButton1Down:connect(function()
  4244.     local hit = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  4245.  
  4246.     a = Instance.new("Part", workspace)
  4247.     a.Anchored = true
  4248.     a.Position = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  4249.     a.CanCollide = false
  4250.    
  4251.         for i, v in pairs(game:GetService("Workspace").Givers:GetChildren()) do
  4252.     if v.Name == "ShootingRange" then
  4253.     for a, b in pairs(v:GetChildren()) do
  4254.     if b:IsA("StringValue") then
  4255.     if b.Value == "AK47" then
  4256.     v.CFrame = CFrame.new(hit)
  4257.     end
  4258.     end
  4259.     end
  4260.     end
  4261.     end
  4262. end)
  4263.  
  4264. ShotGun.MouseButton1Down:connect(function()
  4265. local hit = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  4266.  
  4267.     a = Instance.new("Part", workspace)
  4268.     a.Anchored = true
  4269.     a.Position = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  4270.     a.CanCollide = false
  4271.    
  4272.         for i, v in pairs(game:GetService("Workspace").Givers:GetChildren()) do
  4273.     if v.Name == "Station" then
  4274.     for a, b in pairs(v:GetChildren()) do
  4275.     if b:IsA("StringValue") then
  4276.     if b.Value == "Shotgun" then
  4277.     v.CFrame = CFrame.new(hit)
  4278.     end
  4279.     end
  4280.     end
  4281.     end
  4282.     end
  4283. end)
  4284.  
  4285. Pistol.MouseButton1Down:connect(function()
  4286.     local hit = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  4287.  
  4288.     a = Instance.new("Part", workspace)
  4289.     a.Anchored = true
  4290.     a.Position = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  4291.     a.CanCollide = false
  4292.    
  4293.         for i, v in pairs(game:GetService("Workspace").Givers:GetChildren()) do
  4294.     if v.Name == "Station" then
  4295.     for a, b in pairs(v:GetChildren()) do
  4296.     if b:IsA("StringValue") then
  4297.     if b.Value == "Pistol" then
  4298.     v.CFrame = CFrame.new(hit)
  4299.     end
  4300.     end
  4301.     end
  4302.     end
  4303.     end
  4304. end)
  4305.  
  4306. GotoBank.MouseButton1Down:connect(function()
  4307.     for i=1,20 do
  4308.    wait()
  4309.     game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(32.214, 2.67609, 818.648926) + Vector3.new(1,0,0)
  4310.     end
  4311. end)
  4312.  
  4313. GotoJewelry.MouseButton1Down:connect(function()
  4314.     for i=1,20 do
  4315.    wait()
  4316.     game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(137.325, 17.878, 1320.123) + Vector3.new(1,0,0)
  4317.     end
  4318. end);
  4319.  
  4320. GoTo.MouseButton1Down:connect(function()
  4321.     p = getPlayer()
  4322.     if p then
  4323.             for i=1,20 do
  4324.    wait()
  4325.         PLR.Character.HumanoidRootPart.CFrame = p.Character.HumanoidRootPart.CFrame + Vector3.new(0, 3, 0)
  4326.         end
  4327.     else
  4328.         GoTo.Text = "Retry"; wait(1); GoTo.Text = "GoTo" end
  4329. end)
  4330.  
  4331. Explorer.MouseButton1Down:connect(function()
  4332.     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"}
  4333. 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"}
  4334. BrickColorProperties = {"BrickColor", "Color", "TeamColor", "AllowSweep", "WaterColor", "ParallelPhysics", "Is30FpsThrottleEnabled", "HeadsUpDisplay",  "Texture", "Value", "WaterColor", "SkinColor", "SparkleColor", "FogColor", "HeadColor", "LeftArmColor", "RightArmColor", "TorsoColor", "RightLegColor", "LeftLegColor","ShadowColor", "Ambient", "SecondaryColor"}
  4335. s = Instance.new("ScreenGui", game.CoreGui)
  4336. pgr = Instance.new("TextButton")
  4337. pgr.Parent = s
  4338. pgr.Size = UDim2.new(0,100,0,40)
  4339. pgr.Position = UDim2.new(0,30,0,440)
  4340. pgr.Text="Xplorer"
  4341. pgr.BackgroundTransparency = 0.7
  4342. pgr.TextColor = BrickColor.new("Black")
  4343. pgr.BackgroundColor = BrickColor.new("Really Black")
  4344. pgr.BorderColor = BrickColor.new("Black")
  4345. pgr.Font = "ArialBold"
  4346. pgr.FontSize = "Size14"
  4347. pgr.TextStrokeColor3 = Color3.new(0/0,0/0,0/0)
  4348. pgr.TextStrokeTransparency = 0.3
  4349. pgr.BorderSizePixel = 1
  4350. pgr.BorderColor = BrickColor.new("White")
  4351.  
  4352. if game.Players.LocalPlayer.PlayerGui:findFirstChild("Explorer") then
  4353.     game.Players.LocalPlayer.PlayerGui:findFirstChild("Explorer"):Remove()
  4354. end
  4355.  
  4356. Banned = {}
  4357.  
  4358.  
  4359.  
  4360. function isBanned()
  4361.     for i,v in pairs(game.Players:GetPlayers()) do
  4362.         if v.Name == Banned then
  4363.             v:Destroy();
  4364.         else
  4365.             print("Player: "..v.Name.." has passed the test of banishments.");
  4366.         end
  4367.     end
  4368. end
  4369.  
  4370.  
  4371.  
  4372. local Cloned
  4373. local Deleted
  4374. local DeleteParent
  4375. local Player
  4376. local Search
  4377. local ScriptSearch
  4378. local Gui
  4379. local Cloned = nil
  4380. local Deleted = nil
  4381. local DeleteParent = nil
  4382. local Current = 0
  4383. local CurrentOption = 0
  4384.  
  4385. function Clear()
  4386.     if Gui then
  4387.         Gui:Remove()
  4388.     end
  4389.     Current = 0
  4390.     CurrentOption = 0
  4391. end
  4392.  
  4393. function AddButton(N, Function, Color, Copy)
  4394.     if not N then
  4395.         error("RenderButton - No Name Specified")
  4396.     end
  4397.     if not Function then
  4398.         error("RenderButton - No Function Specified")
  4399.     end
  4400.     if not Color then
  4401.         Color = Color3.new(1, 1, 1)
  4402.     end
  4403.     if Copy == nil then
  4404.         Copy = true
  4405.     end
  4406.     P = Instance.new("TextButton")
  4407.     if Copy then
  4408.         P.Size = UDim2.new(0, 110, 0, 20)
  4409.     else
  4410.         P.Size = UDim2.new(0, 130, 0, 20)
  4411.     end
  4412.     P.Text = N.Name
  4413.     P.Name = N.Name
  4414.     P.Parent = Gui
  4415.     P.BackgroundColor3 = Color
  4416.     P.TextColor3 = Color3.new(0, 0, 0)
  4417.     P.BackgroundTransparency = 0.5
  4418.     P.Position = UDim2.new(0, ((math.modf(Current/30))*150)+300, 0, 50+(20*((Current%30)-1)))
  4419.     P.MouseButton1Click:connect(function()
  4420.         Function(P)
  4421.     end)
  4422.     D = Instance.new("TextButton")
  4423.     D.Size = UDim2.new(0, 20, 0, 20)
  4424.     D.Text = "X"
  4425.     D.Name = N.Name
  4426.     D.Parent = Gui
  4427.     D.BackgroundColor3 = Color3.new(1, 0, 0)
  4428.     D.TextColor3 = Color3.new(0, 0, 0)
  4429.     D.BackgroundTransparency = 0.5
  4430.     D.Position = UDim2.new(0, ((math.modf(Current/30))*150)+300+130, 0, 50+(20*((Current%30)-1)))
  4431.     D.MouseButton1Click:connect(function()
  4432.         Deleted = N
  4433.         DeleteParent = N.Parent
  4434.         N.Parent = nil
  4435.         Clear()
  4436.         Search(DeleteParent)
  4437.     end)
  4438.     if Copy then
  4439.         C = Instance.new("TextButton")
  4440.         C.Size = UDim2.new(0, 20, 0, 20)
  4441.         C.Text = "C"
  4442.         C.Name = N.Name
  4443.         C.Parent = Gui
  4444.         C.BackgroundColor3 = Color3.new(0, 1, 0.5)
  4445.         C.TextColor3 = Color3.new(0, 0, 0)
  4446.         C.BackgroundTransparency = 0.5
  4447.         C.Position = UDim2.new(0, ((math.modf(Current/30))*150)+300+110, 0, 50+(20*((Current%30)-1)))
  4448.         C.MouseButton1Click:connect(function()
  4449.             Cloned = N
  4450.             Clear()
  4451.             Search(N.Parent)
  4452.         end)
  4453.     end
  4454.     Current = Current + 1
  4455.     return P
  4456. end
  4457.    
  4458. function AddOption(N, Function, Color, Text)
  4459.     if not N then
  4460.         error("RenderButton - No Name Specified")
  4461.     end
  4462.     if not Color then
  4463.         Color = Color3.new(1, 1, 1)
  4464.     end
  4465.     if Text == nil then
  4466.         Text = false
  4467.     end
  4468.     if Text then
  4469.         P = Instance.new("TextBox")
  4470.     else
  4471.         P = Instance.new("TextButton")
  4472.     end
  4473.     P.Text = N
  4474.     P.Name = N
  4475.     P.Parent = Gui
  4476.     P.BackgroundColor3 = Color
  4477.     P.TextColor3 = Color3.new(0, 0, 0)
  4478.     P.BackgroundTransparency = 0.5
  4479.     P.Size = UDim2.new(0, 150, 0, 20)
  4480.     P.Position = UDim2.new(0, ((math.modf(CurrentOption/30))*150)+150, 0, 50+(20*((CurrentOption%30)-1)))
  4481.     if not Text and Function then
  4482.         P.MouseButton1Click:connect(function() Function(P) end)
  4483.     end
  4484.     CurrentOption = CurrentOption + 1
  4485.     return P
  4486. end
  4487.  
  4488. function AddTextOption(Obj, Prop)
  4489.     local Ob = Obj
  4490.     local Pro = Prop
  4491.     if type(Ob[Pro]) == "number" or type(Ob[Pro]) == "string" then
  4492.         CurrentOption = CurrentOption + 1
  4493.         local T = AddOption(Ob[Pro], nil, Color3.new(0.1, 0.4, 0.1), true)
  4494.         CurrentOption = CurrentOption - 2
  4495.         local O = AddOption("Change "..Pro..":", function() Ob[Pro] = T.Text end, Color3.new(0.1, 0.8, 0.1), false)
  4496.         CurrentOption = CurrentOption + 1
  4497.     end
  4498. end
  4499.  
  4500. function AddBrickColorOption(Obj, Prop)
  4501.     local Ob = Obj
  4502.     local Pro = Prop
  4503.     if BrickColor.new(tostring(Ob[Pro])) == Ob[Pro] then
  4504.         CurrentOption = CurrentOption + 1
  4505.         local T = AddOption(tostring(Ob[Pro]), nil, Color3.new(0.1, 0.4, 0.1), true)
  4506.         CurrentOption = CurrentOption - 2
  4507.         local O = AddOption("Change "..Pro..":", function() Ob[Pro] = BrickColor.new(T.Text) end, Color3.new(0.1, 0.8, 0.1), false)
  4508.         CurrentOption = CurrentOption + 1
  4509.     end
  4510. end
  4511.  
  4512. function UnanchorObject(Objects)
  4513. local function Recurse(Base)
  4514. for _, Object in pairs(Base:GetChildren()) do
  4515. if _G.TestProperty(Object, "Anchored") then
  4516. Object.Anchored = not Object.Anchored
  4517. end
  4518. Recurse(Object)
  4519. end
  4520. end
  4521. Recurse(Objects)
  4522. end
  4523.  
  4524.  
  4525.  
  4526.  
  4527. function AddBoolOption(Obj, Prop)
  4528.     local Ob = Obj
  4529.     local Pro = Prop
  4530.     if type(Ob[Pro]) == "boolean" then
  4531.         local O = AddOption(Pro..": "..tostring(Ob[Pro]), nil, Color3.new(0.1, 0.8, 0.1), false)
  4532.         O.MouseButton1Click:connect(function()
  4533.             if Ob[Pro] then
  4534.                 Ob[Pro] = false
  4535.                 O.Text = Pro..": false"
  4536.             else
  4537.                 Ob[Pro] = true
  4538.                 O.Text = Pro..": true"
  4539.             end
  4540.         end)
  4541.     end
  4542. end
  4543.  
  4544. function TestProperty(Obj, Property)
  4545.     Success = pcall(function()
  4546.         if Obj[Property] then
  4547.             return
  4548.         end
  4549.     end)
  4550.     return Success
  4551. end
  4552.  
  4553. function LoadOptions(Object)
  4554.     for Num, Prop in pairs(TextProperties) do
  4555.         if TestProperty(Object, Prop) then
  4556.             AddTextOption(Object, Prop)
  4557.         end
  4558.     end
  4559.     for Num, Prop in pairs(BoolProperties) do
  4560.         if TestProperty(Object, Prop) then
  4561.             AddBoolOption(Object, Prop)
  4562.         end
  4563.     end
  4564.     for Num, Prop in pairs(BrickColorProperties) do
  4565.         if TestProperty(Object, Prop) then
  4566.             AddBrickColorOption(Object, Prop)
  4567.         end
  4568.     end
  4569. end
  4570.  
  4571.  
  4572. function AddForceField(Player)
  4573.     Instance.new("ForceField", Player.Character)
  4574. end
  4575. function Killp(Player)
  4576.     Player.Character.Humanoid.Health=0
  4577. end
  4578. function AddExplode(Player)
  4579.     Instance.new("Explosion", Player.Character)
  4580. end
  4581. function AddSparkles(Player)
  4582.     Instance.new("Sparkles", Player.Character)
  4583. end
  4584.  
  4585.  
  4586. function FreezeParts(b)
  4587.     if (b.className == "Part") then
  4588.         b.Anchored=true;
  4589.     end
  4590. end
  4591.  
  4592. function TPToObject(Object1)
  4593.     local localplr = game.Players.LocalPlayer.Character.Torso
  4594.     localplr.Position = Object1.Position
  4595. end
  4596.  
  4597.  
  4598. function Search(Object)
  4599.     Gui = Instance.new("ScreenGui")
  4600.     Gui.Parent = game.Players.LocalPlayer.PlayerGui
  4601.     Gui.Name = "Explorer"
  4602.     if Object ~= game then
  4603.         AddOption("Back", function()
  4604.             Clear();
  4605.             Search(Object.Parent)
  4606.         end, Color3.new(0.5, 1, 1), false)
  4607.     end
  4608.     if Object:IsA("Sound") then
  4609.         AddOption("Copy ID", function() CopyString(tostring(Object.SoundId):sub(14)); warn("Copied."); Clear(); Search(Object); end, Color3.new(1, 0.2, 0), false)
  4610.         AddOption("Play", function() Object:Play(); Clear(); Search(Object); end, Color3.new(0, 0, 1), false)
  4611.         AddOption("Stop", function() Object:Stop(); Clear(); Search(Object); end, Color3.new(1, 1, 0), false)
  4612.     end
  4613.     if Object:IsA("Workspace") then
  4614.         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)
  4615.     end
  4616.      if Object:IsA("IntValue") or Object:IsA("StringValue") or Object:IsA("NumberValue")  then
  4617.         AddOption("Copy Value", function() CopyString(tostring(Object.Value)); warn("Copied."); Clear(); Search(Object); end, Color3.new(1, 0.2, 0), false)
  4618.      end
  4619.      if Object:IsA("TextLabel") or Object:IsA("TextBox") or Object:IsA("Message")  then
  4620.         AddOption("Copy Value", function() CopyString(tostring(Object.Text)); warn("Copied."); Clear(); Search(Object); end, Color3.new(1, 0.2, 0), false)
  4621.      end
  4622.     AddOption("Get Path", function() CopyString(tostring("game." .. Object:GetFullName())) Clear(); Search(Object) end, Color3.new(0.5, 1, 1), false)
  4623.     if Object ~= game then
  4624.         AddOption("Unanchor Children", function() UnanchorObject(Object);  Clear(); Search(Object); end, Color3.new(1, 0.2, 0), false)
  4625.         AddOption("ClearAllChildren", function() Object:ClearAllChildren(); Clear(); Search(Object); end, Color3.new(1, 0.6, 0.1), false)
  4626.     end
  4627.     AddOption("Reload", function() Clear(); Search(Object); end, Color3.new(0.2, 1, 0.2), false)
  4628.     if Cloned then
  4629.         AddOption("Paste", function() Cloned:Clone().Parent = Object; Clear(); Search(Object); end, Color3.new(0.5, 1, 1), false)
  4630.     end
  4631.     if Deleted then
  4632.         AddOption("Undo", function() Deleted.Parent = DeleteParent; Deleted = nil; DeletedParent = nil; Clear(); Search(Object); end, Color3.new(1, 0.6, 0.1), false)
  4633.     end
  4634.     if Object:IsA("Player") then
  4635.         AddOption("Goto Character", function() Clear(); if Object.Character then Search(Object.Character); end end, Color3.new(1, 1, 1), false)
  4636.         AddOption("Kill", function() Killp(Object) end, Color3.new(1,0.6,0.1), false)
  4637.         AddOption("ForceField", function() AddForceField(Object); end, Color3.new(1, 0.6, 0.1), false)
  4638.         AddOption("Freeze", function() FreezeParts(Object.Character.Torso); end, Color3.new(1, 0.6, 0.1), false)
  4639.         AddOption("Unequip Tools", function() Object.Character.Humanoid:UnequipTools() end, Color3.new(1, 0.6, 0.1), false)
  4640.         AddOption("Ban", function() table.insert(Banned, Object.Name); end, Color3.new(1,0.6,0.1), false)
  4641.         --AddOption("Explode", function() AddExplode(Object); end, Color3.new(1, 0.6, 0.1), false)
  4642.     end
  4643.     if Object:IsA("Lighting") then
  4644.         AddOption("Night", function() Object.TimeOfDay="24:24:24" end, Color3.new(1.,0.6,0.1), false)
  4645.         AddOption("Day", function() Object.TimeOfDay="12:12:12" end, Color3.new(1.,0.6,0.1), false)
  4646.     end
  4647.     if Object:IsA("LocalScript") then
  4648.         AddOption("EditScript", function() Clear(); ScriptSearch(Object); end, Color3.new(1, 1, 1), false)
  4649.     end
  4650.     if Object:IsA("Terrain") then
  4651.         AddOption("Clear", function() Object:Clear(); end, Color3.new(1, 1, 1), false)
  4652.     end
  4653.      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
  4654.         AddOption("Teleport To Part", function() TPToObject(Object); Clear(); Search(Object); end, Color3.new(1, 0.2, 0), false)
  4655.      end
  4656.  
  4657.     LoadOptions(Object)
  4658.     AddOption("Close", Clear, Color3.new(1, 0.2, 0), false)
  4659.     if not Object:IsA("Workspace") or not Object:IsA("Player") then
  4660.         for Num, Obj in pairs(Object:GetChildren()) do
  4661.             --if not Obj:IsA("BasePart") or not Object.Parent == game.Workspace then
  4662.             if true then
  4663.                 if Obj:IsA("LocalScript") then
  4664.                     AddButton(Obj, function() Clear(); Search(Obj); end, Color3.new(1, 0, 0), true)
  4665.                 elseif Obj:IsA("Script") or Obj:IsA("StarterScript") or Obj:IsA("CoreScript") then
  4666.                     AddButton(Obj, function() Clear(); Search(Obj); end, Color3.new(0.5, 0.5, 0.8), true)
  4667.                 elseif Obj.Parent == game then
  4668.                     AddButton(Obj, function() Clear(); Search(Obj); end, Color3.new(1, 1, 1), false)
  4669.                 else
  4670.                     AddButton(Obj, function() Clear(); Search(Obj); end, Color3.new(1, 1, 1), true)
  4671.                 end
  4672.             end
  4673.         end
  4674.     end
  4675.     function MoveUp(Place, Amount)
  4676.         for i,v in pairs(Place:GetChildren()) do
  4677.             if v:IsA("TextLabel") or v:IsA("TextBox") then
  4678.                 v.Position = v.Position + UDim2.new(0,0,0,-Amount)
  4679.             end
  4680.         end
  4681.     end
  4682.     function MoveDown(Place, Amount)
  4683.         for i,v in pairs(Place:GetChildren()) do
  4684.             if v:IsA("TextLabel") or v:IsA("TextBox") then
  4685.                 v.Position = v.Position + UDim2.new(0,0,0,Amount)
  4686.             end
  4687.         end
  4688.     end
  4689.     i=0
  4690.     function ScriptSearch(S)
  4691.         Script2 = S
  4692.         Script = decompile(Script2)
  4693.         Table = {}
  4694.         Enabled = true
  4695.         Gui = Instance.new("ScreenGui")
  4696.         Gui.Parent = game.Players.LocalPlayer.PlayerGui
  4697.         Gui.Name = "Explorer"
  4698.         while Enabled do
  4699.             Start, End = string.find(Script, '\n')
  4700.             print(Start, End)
  4701.             if Start and End then
  4702.                 table.insert(Table, string.sub(Script, 1, End))
  4703.                 New = string.sub(Script, End+1, string.len(Script))
  4704.                 Script = New
  4705.             else
  4706.                 Enabled = false
  4707.                 table.insert(Table, string.sub(Script, 1, End))
  4708.                 print("Finished")
  4709.             end
  4710.         end
  4711.         P = Instance.new("TextLabel")
  4712.         P.Size = UDim2.new(0, 500, 0, 20)
  4713.         P.Text = Script2.Name
  4714.         P.Name = "Script Line"
  4715.         P.Parent = Gui
  4716.         P.BackgroundColor3 = Color3.new(1, 1, 1)
  4717.         P.TextColor3 = Color3.new(0, 0, 0)
  4718.         P.BackgroundTransparency = 0.5
  4719.         P.Position = UDim2.new(0.5, -250, 0, 150+(20*(i-1)))
  4720.         P.TextXAlignment = "Left"
  4721.         i=i+1
  4722.         New = {}
  4723.         for I,Val in pairs(Table) do
  4724.             print(Val)
  4725.             P = Instance.new("TextBox")
  4726.             P.ClearTextOnFocus = false
  4727.             P.Size = UDim2.new(0, 500, 0, 20)
  4728.             P.Text = Val
  4729.             P.Name = "Script Line"
  4730.             P.Parent = Gui
  4731.             P.BackgroundColor3 = Color3.new(1, 1, 1)
  4732.             P.TextColor3 = Color3.new(0, 0, 0)
  4733.             P.BackgroundTransparency = 0.5
  4734.             P.Position = UDim2.new(0.5, -250, 0, 150+(20*(i-1)))
  4735.             P.TextXAlignment = "Left"
  4736.             table.insert(New, P)
  4737.             i=i+1
  4738.         end
  4739.         i=1
  4740.         P = Instance.new("TextButton")
  4741.         P.Size = UDim2.new(0, 20, 0, 20)
  4742.         P.Text = "^"
  4743.         P.Name = "Scroll"
  4744.         P.Parent = Gui
  4745.         P.BackgroundColor3 = Color3.new(1, 1, 1)
  4746.         P.TextColor3 = Color3.new(0, 0, 0)
  4747.         P.BackgroundTransparency = 0.5
  4748.         P.Position = UDim2.new(0.5, -270, 0, 150+(20*(i-1)))
  4749.         P.MouseButton1Click:connect(function()
  4750.             MoveUp(Gui, -20)
  4751.         end)
  4752.         i=i+1
  4753.         P = Instance.new("TextButton")
  4754.         P.Size = UDim2.new(0, 20, 0, 20)
  4755.         P.Text = "v"
  4756.         P.Name = "Scroll"
  4757.         P.Parent = Gui
  4758.         P.BackgroundColor3 = Color3.new(1, 1, 1)
  4759.         P.TextColor3 = Color3.new(0, 0, 0)
  4760.         P.BackgroundTransparency = 0.5
  4761.         P.Position = UDim2.new(0.5, -270, 0, 150+(20*(i-1)))
  4762.         P.MouseButton1Click:connect(function()
  4763.             MoveDown(Gui, -20)
  4764.         end)
  4765.         i=i+1
  4766.         P = Instance.new("TextButton")
  4767.         P.Size = UDim2.new(0, 20, 0, 20)
  4768.         P.Text = "^^"
  4769.         P.Name = "Scroll"
  4770.         P.Parent = Gui
  4771.         P.BackgroundColor3 = Color3.new(1, 1, 1)
  4772.         P.TextColor3 = Color3.new(0, 0, 0)
  4773.         P.BackgroundTransparency = 0.5
  4774.         P.Position = UDim2.new(0.5, -270, 0, 150+(20*(i-1)))
  4775.         P.MouseButton1Click:connect(function()
  4776.             MoveUp(Gui, -200)
  4777.         end)
  4778.         i=i+1
  4779.         P = Instance.new("TextButton")
  4780.         P.Size = UDim2.new(0, 20, 0, 20)
  4781.         P.Text = "vv"
  4782.         P.Name = "Scroll"
  4783.         P.Parent = Gui
  4784.         P.BackgroundColor3 = Color3.new(1, 1, 1)
  4785.         P.TextColor3 = Color3.new(0, 0, 0)
  4786.         P.BackgroundTransparency = 0.5
  4787.         P.Position = UDim2.new(0.5, -270, 0, 150+(20*(i-1)))
  4788.         P.MouseButton1Click:connect(function()
  4789.             MoveDown(Gui, -200)
  4790.         end)
  4791.         i=i+1
  4792.         P = Instance.new("TextButton")
  4793.         P.Size = UDim2.new(0, 20, 0, 20)
  4794.         P.Text = "S"
  4795.         P.Name = "Save"
  4796.         P.Parent = Gui
  4797.         P.BackgroundColor3 = Color3.new(0, 1, 0)
  4798.         P.TextColor3 = Color3.new(0, 0, 0)
  4799.         P.BackgroundTransparency = 0.5
  4800.         P.Position = UDim2.new(0.5, -270, 0, 150+(20*(i-1)))
  4801.         P.MouseButton1Click:connect(function()
  4802.             StringS = ""
  4803.             for Num, Obj in pairs(New) do
  4804.                 StringS = StringS..Obj.Text..'\n'
  4805.             end
  4806.             S.Source = StringS
  4807.             S.Disabled = true
  4808.             S.Disabled = false
  4809.         end)
  4810.         i=i+1
  4811.         P = Instance.new("TextButton")
  4812.         P.Size = UDim2.new(0, 20, 0, 20)
  4813.         P.Text = "C"
  4814.         P.Name = "Copy"
  4815.         P.Parent = Gui
  4816.         P.BackgroundColor3 = Color3.new(1, 0.2, 0)
  4817.         P.TextColor3 = Color3.new(0, 0, 0)
  4818.         P.BackgroundTransparency = 0.5
  4819.         P.Position = UDim2.new(0.5, -270, 0, 150+(20*(i-1)))
  4820.         P.MouseButton1Click:connect(function()
  4821.             StringS = ""
  4822.             for Num, Obj in pairs(New) do
  4823.                 StringS = StringS..Obj.Text..'\n'
  4824.             end
  4825.             CopyString(StringS)
  4826.         end)
  4827.         i=i+1
  4828.         P = Instance.new("TextButton")
  4829.         P.Size = UDim2.new(0, 20, 0, 20)
  4830.         P.Text = "x"
  4831.         P.Name = "Back"
  4832.         P.Parent = Gui
  4833.         P.BackgroundColor3 = Color3.new(1, 0.2, 0)
  4834.         P.TextColor3 = Color3.new(0, 0, 0)
  4835.         P.BackgroundTransparency = 0.5
  4836.         P.Position = UDim2.new(0.5, -270, 0, 150+(20*(i-1)))
  4837.         P.MouseButton1Click:connect(function()
  4838.             Clear()
  4839.             i=0
  4840.             Search(S)
  4841.         end)
  4842.         i=i+1
  4843.         P = Instance.new("TextButton")
  4844.         P.Size = UDim2.new(0, 20, 0, 20)
  4845.         P.Text = "CB"
  4846.         P.Name = "Back"
  4847.         P.Parent = Gui
  4848.         P.BackgroundColor3 = Color3.new(1, 0.2, 0)
  4849.         P.TextColor3 = Color3.new(0, 0, 0)
  4850.         P.BackgroundTransparency = 0.5
  4851.         P.Position = UDim2.new(0.5, -270, 0, 150+(20*(i-1)))
  4852.         P.MouseButton1Click:connect(function()
  4853.             CopyString(decompile(Script2,true))
  4854.         end)
  4855.         i=i+1
  4856.     end
  4857. end
  4858.  
  4859. pgr.MouseButton1Click:connect(function()
  4860.     Clear()
  4861.     Search(game)
  4862. end)
  4863. end)
  4864.  
  4865. UIColorButton.MouseButton1Down:connect(function()
  4866.     print("not ready")
  4867. end)
  4868.  
  4869. PLR = game:GetService("Players").LocalPlayer
  4870.  
  4871. Players = game:GetService("Players"):GetPlayers()
  4872.  
  4873. Selected1 = game.CoreGui.Unjailbreak.MainFrame.TabFrames.TeleportsFrame.SPlayer
  4874.  
  4875. val.Name = "Selected"
  4876.  
  4877. function alphabetize(p1, p2)
  4878.     Player1 = p1.Name:lower()
  4879.     P1 = Player1:sub(1, 1):byte()
  4880.     Player2 = p2.Name:lower()
  4881.     P2 = Player2:sub(1, 1):byte()
  4882.  
  4883.  
  4884.     if P1 < P2 then return true else return false end
  4885. end
  4886. table.sort(Players, alphabetize)
  4887.  
  4888. for i = 1, #Players do
  4889.     p = Players[i]
  4890.     if p ~= PLR then
  4891.         btn = Instance.new("TextButton", sframe)
  4892.         btn.Name = p.Name
  4893.         btn.Text = p.Name
  4894.         btn.Size = UDim2.new(0, 260, 0, 25)
  4895.         btn.Font = Enum.Font.Highway
  4896.         btn.FontSize = Enum.FontSize.Size14
  4897.         btn.TextColor3 = Color3.new(255, 255, 255)
  4898.         btn.BackgroundTransparency = 1
  4899.         btn.Position = UDim2.new(0, 0, 0, (i * 25) - 25)
  4900.         sframe.CanvasSize = UDim2.new(0, 0, 0, (#Players * 25) - 25)
  4901.         btn.MouseButton1Click:connect(function()
  4902.         val.Value = p
  4903.             Selected1.Text = "Player: "..p.Name
  4904.         end)
  4905.        
  4906.     end
  4907. end
  4908.  
  4909. function update()
  4910.    
  4911.     for i, btn in ipairs(sframe:GetChildren()) do if btn:IsA("TextButton") then btn:Destroy() end end
  4912.    
  4913.     plrs = game:GetService("Players"):GetPlayers()
  4914.     table.sort(plrs, alphabetize)
  4915.  
  4916.     for i = 1, #plrs do
  4917.        
  4918.         p = plrs[i]
  4919.         if p ~= PLR then
  4920.            
  4921.             btn = Instance.new("TextButton", sframe)
  4922.             btn.Text = p.Name
  4923.             btn.Size = UDim2.new(0, 260, 0, 25)
  4924.             btn.Font = Enum.Font.Highway
  4925.             btn.FontSize = Enum.FontSize.Size14
  4926.             btn.TextColor3 = Color3.new(255, 255, 255)
  4927.             btn.BackgroundTransparency = 1
  4928.             btn.Position = UDim2.new(0, 0, 0, (i * 25) - 25)
  4929.            
  4930.             sframe.CanvasSize = UDim2.new(0, 0, 0, (#Players * 25) - 25)
  4931.            
  4932.             btn.MouseButton1Click:connect(function()
  4933.                 val.Value = p
  4934.                 SPlayer.Text = "Player: "..p.Name
  4935.             end)
  4936.            
  4937.         end
  4938.     end
  4939.    
  4940. end
  4941. game:GetService("Players").PlayerAdded:connect(update)
  4942. game:GetService("Players").PlayerRemoving:connect(update)
  4943.  
  4944. function getPlayer()
  4945.     if val.Value:IsA("Player") and val.Value.Character:FindFirstChild("HumanoidRootPart") then return val.Value else return nil end
  4946. end
  4947. end
  4948.  
  4949. if game.PlaceId == 292439477 then
  4950. ESP = true
  4951.  
  4952. Sniper = {"INTERVENTION", "REMINGTON 700", "AWS", "L115A3", "MOSIN NAGANT", "OBREZ"}
  4953. SpecialSniper = {"BFG 50", "SFG 50"}
  4954. WeakSniper = {"MK11", "SKS", "SCAR SSR", "DRAGUNOV SVU", "HENRY 45-70"}
  4955. 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"}
  4956. WeakSMG = {"MP5K", "UMP45", "MP7", "MAC10", "MP5", "COLT SMG 635", "MP5SD", "MP10", "MP5/10", "KRISS VECTOR"}
  4957. ShotGun = {"REMINGTON 870", "KSG 12", "KS-23M", "SERBU SHOTGUN"}
  4958. LMG = {"COLT LMG", "M60", "AUG HBAR", "MG36", "L86 LSW", "RPK", "SCAR HAMR", "RPK74"}
  4959. Other = {"M9", "GLOCK 17", "M1911", "DEAGLE 44", "GLOCK 18", "M93R", "TEC9", "MP412 REX"}
  4960. Melee = {"KNIFE", "MACHETE"}
  4961.  
  4962. warn("Phantom Forces ESP Created By Unlisting")
  4963.  
  4964. if ESP == true then
  4965. for i,v in pairs(game:GetService("Players"):GetChildren()) do
  4966. pass = false
  4967. if workspace:FindFirstChild(v.Name) then
  4968. if v.Team == game:GetService("Players").LocalPlayer.Team then
  4969. if v.Character:FindFirstChild("HumanoidRootPart") then
  4970. if v.Character.HumanoidRootPart:FindFirstChild("ESP") then
  4971. v.Character.HumanoidRootPart.ESP:Destroy()
  4972. end
  4973. end
  4974. end
  4975. if v.Team ~= game:GetService("Players").LocalPlayer.Team then
  4976. if v.Character:FindFirstChild("HumanoidRootPart") then
  4977. for i,v in pairs(v.Character:GetChildren()) do
  4978. if v:IsA("Model") then
  4979. pass = true
  4980. break
  4981. end
  4982. end
  4983.  
  4984. shirt = nil
  4985. passer = false
  4986. for i,v in pairs(v.Character:GetChildren()) do
  4987.     if v:IsA("Shirt") then
  4988.         shirt = v
  4989.         break
  4990.     end
  4991. end
  4992.  
  4993. for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetChildren()) do
  4994.     if v:IsA("Shirt") then
  4995.         if shirt ~= nil then
  4996.         if v.Name ~= shirt.Name then
  4997.         passer = true
  4998.         break
  4999.         end
  5000.         end
  5001.     end
  5002. end
  5003.  
  5004. if passer == true then
  5005. if v.Character:FindFirstChild("HumanoidRootPart") then
  5006. if v.Character.HumanoidRootPart:FindFirstChild("ESP") then
  5007.        
  5008.         v.Character.HumanoidRootPart.ESP.TextLabel.Text = v.Name.." Distance: "..math.floor(((game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position - v.Character.HumanoidRootPart.Position).magnitude))
  5009.  
  5010.         hitting = false
  5011.  
  5012.  
  5013.         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)
  5014.         local part, position = workspace:FindPartOnRayWithIgnoreList(ray, {game:GetService("Players").LocalPlayer.Character, workspace.CurrentCamera, workspace.Ignore}, false, true)
  5015.         if part then
  5016.             if part.Parent == v.Character then
  5017.                 hitting = true
  5018.             end
  5019.         end                
  5020.                     if hitting == false then
  5021.                     elseif hitting == true then
  5022.                         v.Character.HumanoidRootPart.ESP.Frame.BackgroundColor3 = Color3.new(0, 1, 0.498039)
  5023.                     end
  5024.        
  5025.         if hitting == false then
  5026.         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)
  5027.         local part, position = workspace:FindPartOnRayWithIgnoreList(ray, {game:GetService("Players").LocalPlayer.Character, workspace.CurrentCamera, workspace.Ignore}, false, true)
  5028.         if part then
  5029.             if part.Parent == v.Character then
  5030.                 hitting = true
  5031.             end
  5032.         end                
  5033.                     if hitting == false then
  5034.                         v.Character.HumanoidRootPart.ESP.Frame.BackgroundColor3 = Color3.new(1, 0, 0)
  5035.                     elseif hitting == true then
  5036.                         v.Character.HumanoidRootPart.ESP.Frame.BackgroundColor3 = Color3.new(0, 1, 0.498039)
  5037.                     end
  5038.                    
  5039.             if hitting == false then
  5040.                     elseif hitting == true then
  5041.                         v.Character.HumanoidRootPart.ESP.Frame.BackgroundColor3 = Color3.new(0, 1, 0.498039)
  5042.             end
  5043.            
  5044.            
  5045.    
  5046.    
  5047.    
  5048.    
  5049.    
  5050.    
  5051.    
  5052.    
  5053.    
  5054.             if hitting == false then
  5055.         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)
  5056.         local part, position = workspace:FindPartOnRayWithIgnoreList(ray, {game:GetService("Players").LocalPlayer.Character, workspace.CurrentCamera, workspace.Ignore}, false, true)
  5057.         if part then
  5058.             if part:IsA("BasePart") then
  5059.                
  5060.                 CurrentGun = nil
  5061.                 for i,v in pairs(workspace.CurrentCamera:GetChildren()) do
  5062.                     if v.Name ~= "Right Arm" and v.Name ~= "Left Arm" then
  5063.                         if v:IsA("Model") then
  5064.                             if v:FindFirstChild("Flame") then
  5065.                                 CurrentGun = v
  5066.                                 break
  5067.                             end
  5068.                         end
  5069.                     end
  5070.                 end            
  5071.                
  5072.                 found = false              
  5073.                
  5074.                 if found == false then
  5075.                 for i = 1,#Sniper do
  5076.                     if CurrentGun ~= nil then
  5077.                         if Sniper[i] == CurrentGun.Name then
  5078.                             found = true
  5079.                             Min = 2.75
  5080.                             Max = 3
  5081.                             break
  5082.                         end
  5083.                     end
  5084.                 end
  5085.                 end
  5086.                
  5087.                 if found == false then
  5088.                 for i = 1,#SpecialSniper do
  5089.                     if CurrentGun ~= nil then
  5090.                         if SpecialSniper[i] == CurrentGun.Name then
  5091.                             found = true
  5092.                             Min = 3.25
  5093.                             Max = 3.5
  5094.                             break
  5095.                         end
  5096.                     end
  5097.                 end
  5098.                 end
  5099.                
  5100.                 if found == false then
  5101.                 for i = 1,#WeakSniper do
  5102.                     if CurrentGun ~= nil then
  5103.                         if WeakSniper[i] == CurrentGun.Name then
  5104.                             found = true
  5105.                             Min = 2.75
  5106.                             Max = 3
  5107.                             break
  5108.                         end
  5109.                     end
  5110.                 end
  5111.                 end
  5112.                
  5113.                 if found == false then
  5114.                 for i = 1,#WeakSMG do
  5115.                     if CurrentGun ~= nil then
  5116.                         if WeakSMG[i] == CurrentGun.Name then
  5117.                             found = true
  5118.                             Min = 2.25
  5119.                             Max = 3
  5120.                             break
  5121.                         end
  5122.                     end
  5123.                 end
  5124.                 end
  5125.                
  5126.                 if found == false then
  5127.                 for i = 1,#SMG do
  5128.                     if CurrentGun ~= nil then
  5129.                         if SMG[i] == CurrentGun.Name then
  5130.                             found = true
  5131.                             Min = 2.5
  5132.                             Max = 3
  5133.                             break
  5134.                         end
  5135.                     end
  5136.                 end
  5137.                 end
  5138.                
  5139.                 if found == false then
  5140.                 for i = 1,#ShotGun do
  5141.                     if CurrentGun ~= nil then
  5142.                         if ShotGun[i] == CurrentGun.Name then
  5143.                             found = true
  5144.                             Min = 2.75
  5145.                             Max = 3
  5146.                             break
  5147.                         end
  5148.                     end
  5149.                 end
  5150.                 end
  5151.                
  5152.                 if found == false then
  5153.                 for i = 1,#LMG do
  5154.                     if CurrentGun ~= nil then
  5155.                         if LMG[i] == CurrentGun.Name then
  5156.                             found = true
  5157.                             Min = 2.5
  5158.                             Max = 3
  5159.                             break
  5160.                         end
  5161.                     end
  5162.                 end
  5163.                 end
  5164.                
  5165.                 if found == false then
  5166.                 for i = 1,#Other do
  5167.                     if CurrentGun ~= nil then
  5168.                         if Other[i] == CurrentGun.Name then
  5169.                             found = true
  5170.                             Min = 0
  5171.                             Max = 0
  5172.                             break
  5173.                         end
  5174.                     end
  5175.                 end
  5176.                 end
  5177.                
  5178.                 if found == false then
  5179.                 for i = 1,#Melee do
  5180.                     if CurrentGun ~= nil then
  5181.                         if Melee[i] == CurrentGun.Name then
  5182.                             found = true
  5183.                             Min = 0
  5184.                             Max = 0
  5185.                             break
  5186.                         end
  5187.                     end
  5188.                 end
  5189.                 end
  5190.                
  5191.                 if found == false then
  5192.                     Min = 0
  5193.                     Max = 0
  5194.                 end
  5195.                
  5196.                 if part.Parent.Name == "Map" then
  5197.                 if part.Size.X <= Min and part.Size.Z <= Min and part.Size.Y >= Max then
  5198.                 hitting = true
  5199.                 parter = part
  5200.                 elseif part.Size.X <= Min and part.Size.Z >= Max and part.Size.Y >= Max then
  5201.                     hitting = true
  5202.                 parter = part
  5203.                 elseif part.Size.X <= Min and part.Size.Z >= Max and part.Size.Y <= Min then
  5204.                     hitting = true
  5205.                 parter = part
  5206.                 elseif part.Size.X <= Min and part.Size.Z <= Min and part.Size.Y <= Min then
  5207.                     hitting = true
  5208.                 parter = part
  5209.                 elseif part.Size.X <= Min and part.Size.Z >= Min and part.Size.Y <= Min then
  5210.                     hitting = true
  5211.                 parter = part
  5212.                 elseif part.Size.X >= Max and part.Size.Z <= Min and part.Size.Y <= Min then
  5213.                     hitting = true
  5214.                 parter = part
  5215.                 elseif part.Size.X >= Max and part.Size.Z >= Max and part.Size.Y <= Min-1 then
  5216.                     hitting = true
  5217.                 parter = part
  5218.                 elseif part.Size.X <= Min and part.Size.Z <= Min and part.Size.Y <= Max then
  5219.                     hitting = true
  5220.                 parter = part
  5221.                 elseif part.Size.X <= Min and part.Size.Z <= Min and part.Size.Y >= Max then
  5222.                     hitting = true
  5223.                 parter = part
  5224.                 elseif part.Size.X <= Min or part.Size.Z <= Min or part.Size.Z <= Min then
  5225.                     hitting = true
  5226.                 parter = part
  5227.                 end
  5228.                 end
  5229.             end
  5230.         end                
  5231.                     if hitting == true then
  5232.                                 hitting = false
  5233.                                 part = parter
  5234.                                 list = {}
  5235.                                 pos1 = part.Position - (part.Size/2) - Vector3.new(0.01,0.01,0.01)
  5236.                                 pos2 = part.Position + (part.Size/2) + Vector3.new(0.01,0.01,0.01)
  5237.                                 Reg = Region3.new(pos1, pos2)
  5238.                                 TouchingParts = game.Workspace:FindPartsInRegion3(Reg)
  5239.                                 o = 1
  5240.                                 if TouchingParts ~= nil then
  5241.                                 for i,v in pairs(TouchingParts) do
  5242.                                 if v ~= parter then
  5243.                                    
  5244.                                    
  5245.                                     part = v
  5246.                                     if part.Parent.Name == "Map" then
  5247.                 if part.Size.X <= Min and part.Size.Z <= Min and part.Size.Y >= Max then
  5248.                 hitting = true
  5249.                 parter = part
  5250.                 elseif part.Size.X <= Min and part.Size.Z >= Max and part.Size.Y >= Max then
  5251.                     hitting = true
  5252.                 parter = part
  5253.                 elseif part.Size.X <= Min and part.Size.Z >= Max and part.Size.Y <= Min then
  5254.                     hitting = true
  5255.                 parter = part
  5256.                 elseif part.Size.X <= Min and part.Size.Z <= Min and part.Size.Y <= Min then
  5257.                     hitting = true
  5258.                 parter = part
  5259.                 elseif part.Size.X <= Min and part.Size.Z >= Min and part.Size.Y <= Min then
  5260.                     hitting = true
  5261.                 parter = part
  5262.                 elseif part.Size.X >= Max and part.Size.Z <= Min and part.Size.Y <= Min then
  5263.                     hitting = true
  5264.                 parter = part
  5265.                 elseif part.Size.X >= Max and part.Size.Z >= Max and part.Size.Y <= Min-1 then
  5266.                     hitting = true
  5267.                 parter = part
  5268.                 elseif part.Size.X <= Min and part.Size.Z <= Min and part.Size.Y <= Max then
  5269.                     hitting = true
  5270.                 parter = part
  5271.                 elseif part.Size.X <= Min and part.Size.Z <= Min and part.Size.Y >= Max then
  5272.                     hitting = true
  5273.                 parter = part
  5274.                 elseif part.Size.X <= Min or part.Size.Z <= Min or part.Size.Z <= Min then
  5275.                     hitting = true
  5276.                 parter = part
  5277.                 end    
  5278.                 end                        
  5279.                                    
  5280.                                    
  5281.                                     if hitting == true then
  5282.                                     table.insert(list, o, v)
  5283.                                     o = o + 1
  5284.                                     end
  5285.                                 end
  5286.                                 end
  5287.                                 end
  5288.                                
  5289.                                 hitting = false
  5290.                                
  5291.                                 part = parter
  5292.                                
  5293.                                 pos1 = part.Position + (part.Size/2) + Vector3.new(0.01,0.01,0.01)
  5294.                                 pos2 = part.Position - (part.Size/2) - Vector3.new(0.01,0.01,0.01)                                         
  5295.                                
  5296.                                 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)
  5297.                                 local part, position = workspace:FindPartOnRayWithIgnoreList(ray, {game:GetService("Players").LocalPlayer.Character, workspace.CurrentCamera, workspace.Ignore, parter, unpack(list)}, false, true)
  5298.                                 if part then
  5299.                                     if part.Parent == v.Character then
  5300.                                         hitting = true
  5301.                                     end
  5302.                                 end                
  5303.                                             if hitting == false then
  5304.                                                 v.Character.HumanoidRootPart.ESP.Frame.BackgroundColor3 = Color3.new(1, 0, 0)
  5305.                                             elseif hitting == true then
  5306.                                                 if ((parter.Position - v.Character.HumanoidRootPart.Position).magnitude) <= 40 then
  5307.                                                     v.Character.HumanoidRootPart.ESP.Frame.BackgroundColor3 = Color3.new(1, 0.666667, 0)
  5308.                                                     else
  5309.                                                 v.Character.HumanoidRootPart.ESP.Frame.BackgroundColor3 = Color3.new(1, 0, 0)
  5310.                                                 end
  5311.                                             end                
  5312.                        
  5313.                     elseif hitting == false then
  5314.                         v.Character.HumanoidRootPart.ESP.Frame.BackgroundColor3 = Color3.new(1, 0, 0)
  5315.                     end
  5316.                     end                
  5317.    
  5318.    
  5319.    
  5320.    
  5321.    
  5322.    
  5323.    
  5324.                
  5325.            
  5326.        
  5327.         if hitting == false then
  5328.         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)
  5329.         local part, position = workspace:FindPartOnRayWithIgnoreList(ray, {game:GetService("Players").LocalPlayer.Character, workspace.CurrentCamera, workspace.Ignore}, false, true)
  5330.         if part then
  5331.             if part:IsA("BasePart") then
  5332.  
  5333.                 CurrentGun = nil
  5334.                 for i,v in pairs(workspace.CurrentCamera:GetChildren()) do
  5335.                     if v.Name ~= "Right Arm" and v.Name ~= "Left Arm" then
  5336.                         if v:IsA("Model") then
  5337.                             if v:FindFirstChild("Flame") then
  5338.                                 CurrentGun = v
  5339.                                 break
  5340.                             end
  5341.                         end
  5342.                     end
  5343.                 end            
  5344.                
  5345.                 found = false              
  5346.                
  5347.                 if found == false then
  5348.                 for i = 1,#Sniper do
  5349.                     if CurrentGun ~= nil then
  5350.                         if Sniper[i] == CurrentGun.Name then
  5351.                             found = true
  5352.                             Min = 2.75
  5353.                             Max = 3
  5354.                             break
  5355.                         end
  5356.                     end
  5357.                 end
  5358.                 end
  5359.                
  5360.                 if found == false then
  5361.                 for i = 1,#SpecialSniper do
  5362.                     if CurrentGun ~= nil then
  5363.                         if SpecialSniper[i] == CurrentGun.Name then
  5364.                             found = true
  5365.                             Min = 3.25
  5366.                             Max = 3.5
  5367.                             break
  5368.                         end
  5369.                     end
  5370.                 end
  5371.                 end
  5372.                
  5373.                 if found == false then
  5374.                 for i = 1,#WeakSniper do
  5375.                     if CurrentGun ~= nil then
  5376.                         if WeakSniper[i] == CurrentGun.Name then
  5377.                             found = true
  5378.                             Min = 2.75
  5379.                             Max = 3
  5380.                             break
  5381.                         end
  5382.                     end
  5383.                 end
  5384.                 end
  5385.                
  5386.                 if found == false then
  5387.                 for i = 1,#WeakSMG do
  5388.                     if CurrentGun ~= nil then
  5389.                         if WeakSMG[i] == CurrentGun.Name then
  5390.                             found = true
  5391.                             Min = 2.25
  5392.                             Max = 3
  5393.                             break
  5394.                         end
  5395.                     end
  5396.                 end
  5397.                 end
  5398.                
  5399.                 if found == false then
  5400.                 for i = 1,#SMG do
  5401.                     if CurrentGun ~= nil then
  5402.                         if SMG[i] == CurrentGun.Name then
  5403.                             found = true
  5404.                             Min = 2.5
  5405.                             Max = 3
  5406.                             break
  5407.                         end
  5408.                     end
  5409.                 end
  5410.                 end
  5411.                
  5412.                 if found == false then
  5413.                 for i = 1,#ShotGun do
  5414.                     if CurrentGun ~= nil then
  5415.                         if ShotGun[i] == CurrentGun.Name then
  5416.                             found = true
  5417.                             Min = 2.75
  5418.                             Max = 3
  5419.                             break
  5420.                         end
  5421.                     end
  5422.                 end
  5423.                 end
  5424.                
  5425.                 if found == false then
  5426.                 for i = 1,#LMG do
  5427.                     if CurrentGun ~= nil then
  5428.                         if LMG[i] == CurrentGun.Name then
  5429.                             found = true
  5430.                             Min = 2.5
  5431.                             Max = 3
  5432.                             break
  5433.                         end
  5434.                     end
  5435.                 end
  5436.                 end
  5437.                
  5438.                 if found == false then
  5439.                 for i = 1,#Other do
  5440.                     if CurrentGun ~= nil then
  5441.                         if Other[i] == CurrentGun.Name then
  5442.                             found = true
  5443.                             Min = 0
  5444.                             Max = 0
  5445.                             break
  5446.                         end
  5447.                     end
  5448.                 end
  5449.                 end
  5450.                
  5451.                 if found == false then
  5452.                 for i = 1,#Melee do
  5453.                     if CurrentGun ~= nil then
  5454.                         if Melee[i] == CurrentGun.Name then
  5455.                             found = true
  5456.                             Min = 0
  5457.                             Max = 0
  5458.                             break
  5459.                         end
  5460.                     end
  5461.                 end
  5462.                 end
  5463.                
  5464.                 if found == false then
  5465.                     Min = 0
  5466.                     Max = 0
  5467.                 end
  5468.                
  5469.                 if part.Parent.Name == "Map" then
  5470.                 if part.Size.X <= Min and part.Size.Z <= Min and part.Size.Y >= Max then
  5471.                 hitting = true
  5472.                 parter = part
  5473.                 elseif part.Size.X <= Min and part.Size.Z >= Max and part.Size.Y >= Max then
  5474.                     hitting = true
  5475.                 parter = part
  5476.                 elseif part.Size.X <= Min and part.Size.Z >= Max and part.Size.Y <= Min then
  5477.                     hitting = true
  5478.                 parter = part
  5479.                 elseif part.Size.X <= Min and part.Size.Z <= Min and part.Size.Y <= Min then
  5480.                     hitting = true
  5481.                 parter = part
  5482.                 elseif part.Size.X <= Min and part.Size.Z >= Min and part.Size.Y <= Min then
  5483.                     hitting = true
  5484.                 parter = part
  5485.                 elseif part.Size.X >= Max and part.Size.Z <= Min and part.Size.Y <= Min then
  5486.                     hitting = true
  5487.                 parter = part
  5488.                 elseif part.Size.X >= Max and part.Size.Z >= Max and part.Size.Y <= Min-1 then
  5489.                     hitting = true
  5490.                 parter = part
  5491.                 elseif part.Size.X <= Min and part.Size.Z <= Min and part.Size.Y <= Max then
  5492.                     hitting = true
  5493.                 parter = part
  5494.                 elseif part.Size.X <= Min and part.Size.Z <= Min and part.Size.Y >= Max then
  5495.                     hitting = true
  5496.                 parter = part
  5497.                 elseif part.Size.X <= Min or part.Size.Z <= Min or part.Size.Z <= Min then
  5498.                     hitting = true
  5499.                 parter = part
  5500.                 end
  5501.                 end
  5502.             end
  5503.         end                
  5504.                     if hitting == true then
  5505.                                 hitting = false
  5506.                                 part = parter
  5507.                                 list = {}
  5508.                                 pos1 = part.Position - (part.Size/2) - Vector3.new(0.01,0.01,0.01)
  5509.                                 pos2 = part.Position + (part.Size/2) + Vector3.new(0.01,0.01,0.01)
  5510.                                 Reg = Region3.new(pos1, pos2)
  5511.                                 TouchingParts = game.Workspace:FindPartsInRegion3(Reg)
  5512.                                 o = 1
  5513.                                 if TouchingParts ~= nil then
  5514.                                 for i,v in pairs(TouchingParts) do
  5515.                                 if v ~= parter then
  5516.                                    
  5517.                                    
  5518.                                     part = v
  5519.                                     if part.Parent.Name == "Map" then
  5520.                 if part.Size.X <= Min and part.Size.Z <= Min and part.Size.Y >= Max then
  5521.                 hitting = true
  5522.                 parter = part
  5523.                 elseif part.Size.X <= Min and part.Size.Z >= Max and part.Size.Y >= Max then
  5524.                     hitting = true
  5525.                 parter = part
  5526.                 elseif part.Size.X <= Min and part.Size.Z >= Max and part.Size.Y <= Min then
  5527.                     hitting = true
  5528.                 parter = part
  5529.                 elseif part.Size.X <= Min and part.Size.Z <= Min and part.Size.Y <= Min then
  5530.                     hitting = true
  5531.                 parter = part
  5532.                 elseif part.Size.X <= Min and part.Size.Z >= Min and part.Size.Y <= Min then
  5533.                     hitting = true
  5534.                 parter = part
  5535.                 elseif part.Size.X >= Max and part.Size.Z <= Min and part.Size.Y <= Min then
  5536.                     hitting = true
  5537.                 parter = part
  5538.                 elseif part.Size.X >= Max and part.Size.Z >= Max and part.Size.Y <= Min-1 then
  5539.                     hitting = true
  5540.                 parter = part
  5541.                 elseif part.Size.X <= Min and part.Size.Z <= Min and part.Size.Y <= Max then
  5542.                     hitting = true
  5543.                 parter = part
  5544.                 elseif part.Size.X <= Min and part.Size.Z <= Min and part.Size.Y >= Max then
  5545.                     hitting = true
  5546.                 parter = part
  5547.                 elseif part.Size.X <= Min or part.Size.Z <= Min or part.Size.Z <= Min then
  5548.                     hitting = true
  5549.                 parter = part
  5550.                 end
  5551.                 end                            
  5552.                                    
  5553.                                    
  5554.                                     if hitting == true then
  5555.                                     table.insert(list, o, v)
  5556.                                     o = o + 1
  5557.                                     end
  5558.                                 end
  5559.                                 end
  5560.                                 end
  5561.                                
  5562.                                 hitting = false
  5563.                                
  5564.                                 part = parter
  5565.                                
  5566.                                 pos1 = part.Position + (part.Size/2) + Vector3.new(0.01,0.01,0.01)
  5567.                                 pos2 = part.Position - (part.Size/2) - Vector3.new(0.01,0.01,0.01)                     
  5568.                                
  5569.                                 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)
  5570.                                 local part, position = workspace:FindPartOnRayWithIgnoreList(ray, {game:GetService("Players").LocalPlayer.Character, workspace.CurrentCamera, workspace.Ignore, parter, unpack(list)}, false, true)
  5571.                                 if part then
  5572.                                     if part.Parent == v.Character then
  5573.                                         hitting = true
  5574.                                     end
  5575.                                 end                
  5576.                                             if hitting == false then
  5577.                                                 v.Character.HumanoidRootPart.ESP.Frame.BackgroundColor3 = Color3.new(1, 0, 0)
  5578.                                             elseif hitting == true then
  5579.                                                 if ((parter.Position - v.Character.HumanoidRootPart.Position).magnitude) <= 40 then
  5580.                                                     v.Character.HumanoidRootPart.ESP.Frame.BackgroundColor3 = Color3.new(1, 0.666667, 0)
  5581.                                                     else
  5582.                                                 v.Character.HumanoidRootPart.ESP.Frame.BackgroundColor3 = Color3.new(1, 0, 0)
  5583.                                                 end
  5584.                                             end                    
  5585.                        
  5586.                     elseif hitting == false then
  5587.                         v.Character.HumanoidRootPart.ESP.Frame.BackgroundColor3 = Color3.new(1, 0, 0)
  5588.                     end
  5589.                     end            
  5590.                     end
  5591.        
  5592.    
  5593.  
  5594. elseif pass == true then
  5595. local ESP = Instance.new("BillboardGui",v.Character.HumanoidRootPart)
  5596. ESP.Name = "ESP"
  5597. ESP.Size = UDim2.new(6, 0, 8, 0)
  5598. ESP.StudsOffset = Vector3.new(0, 0.75, 0)
  5599. ESP.AlwaysOnTop = true
  5600. local Frame = Instance.new("Frame",ESP)
  5601. Frame.ZIndex = 1000
  5602. Frame.Size = UDim2.new(0.6, 0, 0.8, 0)
  5603. Frame.Position = UDim2.new(0.2, 0, 0.3, 0)
  5604. Frame.BorderSizePixel = 3
  5605. Frame.BackgroundTransparency = 0.3
  5606. Frame.BackgroundColor3 = Color3.new(1, 0.666667, 0)
  5607. Label = Instance.new("TextLabel", ESP)
  5608. Label.Position = UDim2.new(0, 0, -0.1, 0)
  5609. Label.Size = UDim2.new(1, 0, 0.3, 0)
  5610. Label.Font = "SourceSansLight"
  5611. Label.TextColor3 = Color3.new(1,1,1)
  5612. Label.TextStrokeColor3 = Color3.new(0,0,0)
  5613. Label.TextStrokeTransparency = 0
  5614. Label.BackgroundColor3 = Color3.new(1, 1, 1)
  5615. Label.TextScaled = true
  5616. Label.Text = v.Name.." Distance: "..math.floor(((game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position - v.Character.HumanoidRootPart.Position).magnitude))
  5617. Label.BackgroundTransparency = 1
  5618. end
  5619. end
  5620. end
  5621. end
  5622. end
  5623. end
  5624. end
  5625. end
  5626. end
  5627.  
  5628. if game.PlaceId ~= 606849621 or 292439477 then
  5629. warn("Unjailbreak Is Not Compatible With This Game!")
  5630. end
  5631. end)
  5632. -- Scripts
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement