Modder29000

Game Maker V.2

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