Advertisement
Guest User

JailBailer V3

a guest
Dec 30th, 2019
2,069
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 239.43 KB | None | 0 0
  1.  
  2. local JailBailer = Instance.new("ScreenGui")
  3. local LoginFrame = Instance.new("Frame")
  4. local IntroBackground = Instance.new("ImageLabel")
  5. local Login = Instance.new("TextButton")
  6. local IntroCredits = Instance.new("TextLabel")
  7. local IntroTitle = Instance.new("TextLabel")
  8. local IntroTitleShadow = Instance.new("TextLabel")
  9. local MainFr = Instance.new("Frame")
  10. local TopBar = Instance.new("Frame")
  11. local MFTitle = Instance.new("TextLabel")
  12. local PressInstruct = Instance.new("TextLabel")
  13. local TopMenu = Instance.new("ImageButton")
  14. local SideBar = Instance.new("Frame")
  15. local SideInfo = Instance.new("TextButton")
  16. local SideCheats = Instance.new("TextButton")
  17. local SideTelep = Instance.new("TextButton")
  18. local SideSett = Instance.new("TextButton")
  19. local SideShadow = Instance.new("Frame")
  20. local SideHome = Instance.new("TextButton")
  21. local SidePick = Instance.new("Frame")
  22. local CheatsFrame = Instance.new("Frame")
  23. local CInfRF = Instance.new("TextButton")
  24. local CTPbp = Instance.new("TextButton")
  25. local CJbGui = Instance.new("TextButton")
  26. local CUnJb = Instance.new("TextButton")
  27. local CWords = Instance.new("TextLabel")
  28. local HomeFrame = Instance.new("Frame")
  29. local HomeGreet = Instance.new("TextLabel")
  30. local TelepFrame = Instance.new("Frame")
  31. local TPJew = Instance.new("TextButton")
  32. local TPBank = Instance.new("TextButton")
  33. local TPBugatt = Instance.new("TextButton")
  34. local TPLamb = Instance.new("TextButton")
  35. local TPCrim2 = Instance.new("TextButton")
  36. local TPPo1 = Instance.new("TextButton")
  37. local TPGas = Instance.new("TextButton")
  38. local TPPris = Instance.new("TextButton")
  39. local TPCrim1 = Instance.new("TextButton")
  40. local TPPo2 = Instance.new("TextButton")
  41. local TPDonu = Instance.new("TextButton")
  42. local TPGar = Instance.new("TextButton")
  43. local TPDune = Instance.new("TextButton")
  44. local TPPick = Instance.new("TextButton")
  45. local TPMini = Instance.new("TextButton")
  46. local TPPor = Instance.new("TextButton")
  47. local TPCam = Instance.new("TextButton")
  48. local TPSwat = Instance.new("TextButton")
  49. local TPDirt = Instance.new("TextButton")
  50. local TPTes = Instance.new("TextButton")
  51. local SettFrame = Instance.new("Frame")
  52. local ColorPicker = Instance.new("Frame")
  53. local B9 = Instance.new("Frame")
  54. local M_9 = Instance.new("Frame")
  55. local R9 = Instance.new("Frame")
  56. local M_39 = Instance.new("Frame")
  57. local G9 = Instance.new("Frame")
  58. local M_29 = Instance.new("Frame")
  59. local TrnsOp = Instance.new("TextButton")
  60. local TrnsSem = Instance.new("TextButton")
  61. local TrnsTrns = Instance.new("TextButton")
  62. local InfoFrame = Instance.new("Frame")
  63. local ChangelogFrame = Instance.new("ScrollingFrame")
  64. local CFTitle = Instance.new("TextLabel")
  65. local CL1 = Instance.new("TextLabel")
  66. local CL2 = Instance.new("TextLabel")
  67. local CL3 = Instance.new("TextLabel")
  68. local CL4 = Instance.new("TextLabel")
  69. local DstryGui = Instance.new("TextButton")
  70. local HomeInfo = Instance.new("TextLabel")
  71. local GuideFrame = Instance.new("Frame")
  72. local IntroTitle_2 = Instance.new("TextLabel")
  73. local IntroTitleShadow_2 = Instance.new("TextLabel")
  74. local Dialogue = Instance.new("TextLabel")
  75. local GuideSkip = Instance.new("TextButton")
  76. local SciSound = Instance.new("Sound")
  77. local Sound = Instance.new("Sound")
  78.  
  79. -- Properties
  80.  
  81. SciSound.Parent = JailBailer
  82. SciSound.SoundId = "rbxassetid://1354887753"
  83.  
  84. Sound.Parent = JailBailer
  85. Sound.SoundId = "rbxassetid://179235828"
  86.  
  87.  
  88. JailBailer.Name = "JailBailer"
  89. JailBailer.Parent = game.CoreGui
  90.  
  91. LoginFrame.Name = "LoginFrame"
  92. LoginFrame.Parent = JailBailer
  93. LoginFrame.Active = true
  94. LoginFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  95. LoginFrame.BackgroundTransparency = 0.5
  96. LoginFrame.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  97. LoginFrame.ClipsDescendants = true
  98. LoginFrame.Position = UDim2.new(0, 1198, 0, -600)
  99. LoginFrame.Size = UDim2.new(0, -475, 0, 264)
  100.  
  101. IntroBackground.Name = "IntroBackground"
  102. IntroBackground.Parent = LoginFrame
  103. IntroBackground.BackgroundColor3 = Color3.new(1, 1, 1)
  104. IntroBackground.BackgroundTransparency = 1
  105. IntroBackground.Size = UDim2.new(0, 475, 0, 264)
  106. IntroBackground.Image = "rbxassetid://1491064039"
  107. IntroBackground.ImageTransparency = 0.5
  108.  
  109. Login.Name = "Login"
  110. Login.Parent = LoginFrame
  111. Login.BackgroundColor3 = Color3.new(0.372549, 0.764706, 0.419608)
  112. Login.BorderColor3 = Color3.new(0.372549, 0.764706, 0.419608)
  113. Login.BorderSizePixel = 5
  114. Login.Position = UDim2.new(0, 138, 0, 186)
  115. Login.Size = UDim2.new(0, 200, 0, 50)
  116. Login.Font = Enum.Font.Cartoon
  117. Login.Text = "Login"
  118. Login.TextColor3 = Color3.new(1, 1, 1)
  119. Login.TextScaled = true
  120. Login.TextSize = 14
  121. Login.TextWrapped = true
  122.  
  123. IntroCredits.Name = "IntroCredits"
  124. IntroCredits.Parent = LoginFrame
  125. IntroCredits.BackgroundColor3 = Color3.new(1, 1, 1)
  126. IntroCredits.BackgroundTransparency = 1
  127. IntroCredits.Position = UDim2.new(0, 57, 0, 244)
  128. IntroCredits.Size = UDim2.new(0, 361, 0, 20)
  129. IntroCredits.Font = Enum.Font.Cartoon
  130. IntroCredits.Text = "Made by Izz"
  131. IntroCredits.TextColor3 = Color3.new(1, 1, 1)
  132. IntroCredits.TextScaled = true
  133. IntroCredits.TextSize = 14
  134. IntroCredits.TextWrapped = true
  135.  
  136. IntroTitle.Name = "IntroTitle"
  137. IntroTitle.Parent = LoginFrame
  138. IntroTitle.BackgroundColor3 = Color3.new(1, 1, 1)
  139. IntroTitle.BackgroundTransparency = 1
  140. IntroTitle.Position = UDim2.new(0, 29, 0, -1)
  141. IntroTitle.Size = UDim2.new(0, 416, 0, 133)
  142. IntroTitle.ZIndex = 2
  143. IntroTitle.Font = Enum.Font.Cartoon
  144. IntroTitle.Text = "JailBailer V3"
  145. IntroTitle.TextColor3 = Color3.new(1, 1, 1)
  146. IntroTitle.TextScaled = true
  147. IntroTitle.TextSize = 14
  148. IntroTitle.TextWrapped = true
  149.  
  150. IntroTitleShadow.Name = "IntroTitleShadow"
  151. IntroTitleShadow.Parent = LoginFrame
  152. IntroTitleShadow.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  153. IntroTitleShadow.BackgroundTransparency = 1
  154. IntroTitleShadow.Position = UDim2.new(0, 20, 0, 5)
  155. IntroTitleShadow.Size = UDim2.new(0, 416, 0, 133)
  156. IntroTitleShadow.Font = Enum.Font.Cartoon
  157. IntroTitleShadow.Text = "JailBailer V3"
  158. IntroTitleShadow.TextColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  159. IntroTitleShadow.TextScaled = true
  160. IntroTitleShadow.TextSize = 14
  161. IntroTitleShadow.TextWrapped = true
  162.  
  163. MainFr.Name = "MainFr"
  164. MainFr.Parent = JailBailer
  165. MainFr.Active = true
  166. MainFr.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  167. MainFr.BorderColor3 = Color3.new(0.192157, 0.192157, 0.192157)
  168. MainFr.ClipsDescendants = true
  169. MainFr.Draggable = true
  170. MainFr.Position = UDim2.new(0, 642, 0, 1000)
  171. MainFr.Size = UDim2.new(0, 635, 0, 405)
  172.  
  173. TopBar.Name = "TopBar"
  174. TopBar.Parent = MainFr
  175. TopBar.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  176. TopBar.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  177. TopBar.ClipsDescendants = true
  178. TopBar.Size = UDim2.new(0, 635, 0, 39)
  179.  
  180. MFTitle.Name = "MFTitle"
  181. MFTitle.Parent = TopBar
  182. MFTitle.BackgroundColor3 = Color3.new(1, 1, 1)
  183. MFTitle.BackgroundTransparency = 1
  184. MFTitle.Position = UDim2.new(0, 130, 0, 0)
  185. MFTitle.Size = UDim2.new(0, 187, 0, 39)
  186. MFTitle.Font = Enum.Font.Cartoon
  187. MFTitle.Text = "JailBailer V3.3"
  188. MFTitle.TextColor3 = Color3.new(1, 1, 1)
  189. MFTitle.TextScaled = true
  190. MFTitle.TextSize = 14
  191. MFTitle.TextWrapped = true
  192.  
  193. PressInstruct.Name = "PressInstruct"
  194. PressInstruct.Parent = TopBar
  195. PressInstruct.BackgroundColor3 = Color3.new(1, 1, 1)
  196. PressInstruct.BackgroundTransparency = 1
  197. PressInstruct.Position = UDim2.new(0, 539, 0, 0)
  198. PressInstruct.Size = UDim2.new(0, 96, 0, 39)
  199. PressInstruct.Font = Enum.Font.Cartoon
  200. PressInstruct.Text = "Press G to Hide/Open GUI"
  201. PressInstruct.TextColor3 = Color3.new(1, 1, 1)
  202. PressInstruct.TextScaled = true
  203. PressInstruct.TextSize = 14
  204. PressInstruct.TextWrapped = true
  205.  
  206. TopMenu.Name = "TopMenu"
  207. TopMenu.Parent = TopBar
  208. TopMenu.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  209. TopMenu.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  210. TopMenu.Position = UDim2.new(0, 0, 0, -1)
  211. TopMenu.Size = UDim2.new(0, 40, 0, 40)
  212. TopMenu.Image = "rbxassetid://1630923652"
  213.  
  214. SideBar.Name = "SideBar"
  215. SideBar.Parent = MainFr
  216. SideBar.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  217. SideBar.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  218. SideBar.Position = UDim2.new(0, -636, 0, 39)
  219. SideBar.Size = UDim2.new(0, 109, 0, 366)
  220. SideBar.ZIndex = 3
  221.  
  222. SideInfo.Name = "SideInfo"
  223. SideInfo.Parent = SideBar
  224. SideInfo.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  225. SideInfo.BorderColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  226. SideInfo.Position = UDim2.new(0, 12, 0, 152)
  227. SideInfo.Size = UDim2.new(0, 85, 0, 46)
  228. SideInfo.ZIndex = 4
  229. SideInfo.Font = Enum.Font.Cartoon
  230. SideInfo.Text = "Info"
  231. SideInfo.TextColor3 = Color3.new(0.462745, 0.462745, 0.462745)
  232. SideInfo.TextScaled = true
  233. SideInfo.TextSize = 14
  234. SideInfo.TextWrapped = true
  235.  
  236. SideCheats.Name = "SideCheats"
  237. SideCheats.Parent = SideBar
  238. SideCheats.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  239. SideCheats.BorderColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  240. SideCheats.Position = UDim2.new(0, 12, 0, 203)
  241. SideCheats.Size = UDim2.new(0, 85, 0, 46)
  242. SideCheats.ZIndex = 4
  243. SideCheats.Font = Enum.Font.Cartoon
  244. SideCheats.Text = "Cheats"
  245. SideCheats.TextColor3 = Color3.new(0.462745, 0.462745, 0.462745)
  246. SideCheats.TextScaled = true
  247. SideCheats.TextSize = 14
  248. SideCheats.TextWrapped = true
  249.  
  250. SideTelep.Name = "SideTelep"
  251. SideTelep.Parent = SideBar
  252. SideTelep.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  253. SideTelep.BorderColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  254. SideTelep.Position = UDim2.new(0, 12, 0, 254)
  255. SideTelep.Size = UDim2.new(0, 85, 0, 46)
  256. SideTelep.ZIndex = 4
  257. SideTelep.Font = Enum.Font.Cartoon
  258. SideTelep.Text = "Teleports"
  259. SideTelep.TextColor3 = Color3.new(0.462745, 0.462745, 0.462745)
  260. SideTelep.TextScaled = true
  261. SideTelep.TextSize = 14
  262. SideTelep.TextWrapped = true
  263.  
  264. SideSett.Name = "SideSett"
  265. SideSett.Parent = SideBar
  266. SideSett.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  267. SideSett.BorderColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  268. SideSett.Position = UDim2.new(0, 12, 0, 305)
  269. SideSett.Size = UDim2.new(0, 85, 0, 46)
  270. SideSett.ZIndex = 4
  271. SideSett.Font = Enum.Font.Cartoon
  272. SideSett.Text = "Settings"
  273. SideSett.TextColor3 = Color3.new(0.462745, 0.462745, 0.462745)
  274. SideSett.TextScaled = true
  275. SideSett.TextSize = 14
  276. SideSett.TextWrapped = true
  277.  
  278. SideShadow.Name = "SideShadow"
  279. SideShadow.Parent = SideBar
  280. SideShadow.BackgroundColor3 = Color3.new(0, 0, 0)
  281. SideShadow.BackgroundTransparency = 0.20000000298023
  282. SideShadow.BorderColor3 = Color3.new(0, 0, 0)
  283. SideShadow.Size = UDim2.new(0, 634, 0, 366)
  284. SideShadow.ZIndex = 2
  285.  
  286. SideHome.Name = "SideHome"
  287. SideHome.Parent = SideBar
  288. SideHome.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  289. SideHome.BorderColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  290. SideHome.Position = UDim2.new(0, 12, 0, 101)
  291. SideHome.Size = UDim2.new(0, 85, 0, 46)
  292. SideHome.ZIndex = 4
  293. SideHome.Font = Enum.Font.Cartoon
  294. SideHome.Text = "Home"
  295. SideHome.TextColor3 = Color3.new(1, 1, 1)
  296. SideHome.TextScaled = true
  297. SideHome.TextSize = 14
  298. SideHome.TextWrapped = true
  299.  
  300. SidePick.Name = "SidePick"
  301. SidePick.Parent = SideBar
  302. SidePick.BackgroundColor3 = Color3.new(1, 1, 1)
  303. SidePick.Position = UDim2.new(0, 103, 0, 101)
  304. SidePick.Size = UDim2.new(0, 3, 0, 46)
  305. SidePick.ZIndex = 5
  306.  
  307. CheatsFrame.Name = "CheatsFrame"
  308. CheatsFrame.Parent = MainFr
  309. CheatsFrame.Active = true
  310. CheatsFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  311. CheatsFrame.BackgroundTransparency = 1
  312. CheatsFrame.ClipsDescendants = true
  313. CheatsFrame.Position = UDim2.new(0, 0, 0, 46)
  314. CheatsFrame.Size = UDim2.new(0, 635, 0, 359)
  315. CheatsFrame.Visible = false
  316.  
  317. CInfRF.Name = "CInfRF"
  318. CInfRF.Parent = CheatsFrame
  319. CInfRF.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  320. CInfRF.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  321. CInfRF.Position = UDim2.new(0, 18, 0, 15)
  322. CInfRF.Size = UDim2.new(0, 139, 0, 35)
  323. CInfRF.Font = Enum.Font.Cartoon
  324. CInfRF.Text = "Infinite Rocket Fuel"
  325. CInfRF.TextColor3 = Color3.new(1, 1, 1)
  326. CInfRF.TextScaled = true
  327. CInfRF.TextSize = 14
  328. CInfRF.TextWrapped = true
  329.  
  330. CTPbp.Name = "CTPbp"
  331. CTPbp.Parent = CheatsFrame
  332. CTPbp.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  333. CTPbp.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  334. CTPbp.Position = UDim2.new(0, 18, 0, 65)
  335. CTPbp.Size = UDim2.new(0, 139, 0, 35)
  336. CTPbp.Font = Enum.Font.Cartoon
  337. CTPbp.Text = "Teleport Bypass/ Invisibility"
  338. CTPbp.TextColor3 = Color3.new(1, 1, 1)
  339. CTPbp.TextScaled = true
  340. CTPbp.TextSize = 14
  341. CTPbp.TextWrapped = true
  342.  
  343. CJbGui.Name = "CJbGui"
  344. CJbGui.Parent = CheatsFrame
  345. CJbGui.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  346. CJbGui.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  347. CJbGui.Position = UDim2.new(0, 18, 0, 115)
  348. CJbGui.Size = UDim2.new(0, 139, 0, 35)
  349. CJbGui.Font = Enum.Font.Cartoon
  350. CJbGui.Text = "Jailbreak Gui"
  351. CJbGui.TextColor3 = Color3.new(1, 1, 1)
  352. CJbGui.TextScaled = true
  353. CJbGui.TextSize = 14
  354. CJbGui.TextWrapped = true
  355.  
  356. CUnJb.Name = "CUnJb"
  357. CUnJb.Parent = CheatsFrame
  358. CUnJb.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  359. CUnJb.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  360. CUnJb.Position = UDim2.new(0, 18, 0, 165)
  361. CUnJb.Size = UDim2.new(0, 139, 0, 35)
  362. CUnJb.Font = Enum.Font.Cartoon
  363. CUnJb.Text = "Unjailbreak V1.1"
  364. CUnJb.TextColor3 = Color3.new(1, 1, 1)
  365. CUnJb.TextScaled = true
  366. CUnJb.TextSize = 14
  367. CUnJb.TextWrapped = true
  368.  
  369. CWords.Name = "CWords"
  370. CWords.Parent = CheatsFrame
  371. CWords.BackgroundColor3 = Color3.new(1, 1, 1)
  372. CWords.BackgroundTransparency = 1
  373. CWords.Position = UDim2.new(0, 184, 0, 163)
  374. CWords.Size = UDim2.new(0, 341, 0, 110)
  375. CWords.Font = Enum.Font.Cartoon
  376. CWords.Text = "<-- Unjailbreak has a ton of other cheats, Use that one for most of the Cheats. I listed the ones it didn't have"
  377. CWords.TextColor3 = Color3.new(1, 1, 1)
  378. CWords.TextScaled = true
  379. CWords.TextSize = 14
  380. CWords.TextWrapped = true
  381.  
  382. HomeFrame.Name = "HomeFrame"
  383. HomeFrame.Parent = MainFr
  384. HomeFrame.Active = true
  385. HomeFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  386. HomeFrame.BackgroundTransparency = 1
  387. HomeFrame.ClipsDescendants = true
  388. HomeFrame.Position = UDim2.new(0, 0, 0, 46)
  389. HomeFrame.Size = UDim2.new(0, 635, 0, 359)
  390.  
  391. local gg420 = game.Players.LocalPlayer.Name
  392. HomeGreet.Name = "HomeGreet"
  393. HomeGreet.Parent = HomeFrame
  394. HomeGreet.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  395. HomeGreet.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  396. HomeGreet.Position = UDim2.new(0, 18, 0, 26)
  397. HomeGreet.Size = UDim2.new(0, 600, 0, 307)
  398. HomeGreet.Font = Enum.Font.Cartoon
  399. HomeGreet.Text = "Welcome, " ..gg420.. "! To JailBailer: The Ultimate Jailbreak Exploiting GUI!"
  400. HomeGreet.TextColor3 = Color3.new(1, 1, 1)
  401. HomeGreet.TextScaled = true
  402. HomeGreet.TextSize = 14
  403. HomeGreet.TextWrapped = true
  404.  
  405. TelepFrame.Name = "TelepFrame"
  406. TelepFrame.Parent = MainFr
  407. TelepFrame.Active = true
  408. TelepFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  409. TelepFrame.BackgroundTransparency = 1
  410. TelepFrame.ClipsDescendants = true
  411. TelepFrame.Position = UDim2.new(0, 0, 0, 46)
  412. TelepFrame.Size = UDim2.new(0, 635, 0, 359)
  413. TelepFrame.Visible = false
  414.  
  415. TPJew.Name = "TPJew"
  416. TPJew.Parent = TelepFrame
  417. TPJew.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  418. TPJew.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  419. TPJew.Position = UDim2.new(0, 20, 0, 20)
  420. TPJew.Size = UDim2.new(0, 107, 0, 50)
  421. TPJew.Font = Enum.Font.Cartoon
  422. TPJew.Text = "Jewelery"
  423. TPJew.TextColor3 = Color3.new(1, 1, 1)
  424. TPJew.TextScaled = true
  425. TPJew.TextSize = 14
  426. TPJew.TextWrapped = true
  427.  
  428. TPBank.Name = "TPBank"
  429. TPBank.Parent = TelepFrame
  430. TPBank.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  431. TPBank.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  432. TPBank.Position = UDim2.new(0, 130, 0, 20)
  433. TPBank.Size = UDim2.new(0, 107, 0, 50)
  434. TPBank.Font = Enum.Font.Cartoon
  435. TPBank.Text = "Bank"
  436. TPBank.TextColor3 = Color3.new(1, 1, 1)
  437. TPBank.TextScaled = true
  438. TPBank.TextSize = 14
  439. TPBank.TextWrapped = true
  440.  
  441. TPBugatt.Name = "TPBugatt"
  442. TPBugatt.Parent = TelepFrame
  443. TPBugatt.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  444. TPBugatt.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  445. TPBugatt.Position = UDim2.new(0, 240, 0, 20)
  446. TPBugatt.Size = UDim2.new(0, 107, 0, 50)
  447. TPBugatt.Font = Enum.Font.Cartoon
  448. TPBugatt.Text = "Bugatti"
  449. TPBugatt.TextColor3 = Color3.new(1, 1, 1)
  450. TPBugatt.TextScaled = true
  451. TPBugatt.TextSize = 14
  452. TPBugatt.TextWrapped = true
  453.  
  454. TPLamb.Name = "TPLamb"
  455. TPLamb.Parent = TelepFrame
  456. TPLamb.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  457. TPLamb.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  458. TPLamb.Position = UDim2.new(0, 350, 0, 20)
  459. TPLamb.Size = UDim2.new(0, 107, 0, 50)
  460. TPLamb.Font = Enum.Font.Cartoon
  461. TPLamb.Text = "Lambo"
  462. TPLamb.TextColor3 = Color3.new(1, 1, 1)
  463. TPLamb.TextScaled = true
  464. TPLamb.TextSize = 14
  465. TPLamb.TextWrapped = true
  466.  
  467. TPCrim2.Name = "TPCrim2"
  468. TPCrim2.Parent = TelepFrame
  469. TPCrim2.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  470. TPCrim2.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  471. TPCrim2.Position = UDim2.new(0, 20, 0, 80)
  472. TPCrim2.Size = UDim2.new(0, 107, 0, 50)
  473. TPCrim2.Font = Enum.Font.Cartoon
  474. TPCrim2.Text = "Criminal Base 2"
  475. TPCrim2.TextColor3 = Color3.new(1, 1, 1)
  476. TPCrim2.TextScaled = true
  477. TPCrim2.TextSize = 14
  478. TPCrim2.TextWrapped = true
  479.  
  480. TPPo1.Name = "TPPo1"
  481. TPPo1.Parent = TelepFrame
  482. TPPo1.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  483. TPPo1.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  484. TPPo1.Position = UDim2.new(0, 20, 0, 140)
  485. TPPo1.Size = UDim2.new(0, 107, 0, 50)
  486. TPPo1.Font = Enum.Font.Cartoon
  487. TPPo1.Text = "Police HQ 1"
  488. TPPo1.TextColor3 = Color3.new(1, 1, 1)
  489. TPPo1.TextScaled = true
  490. TPPo1.TextSize = 14
  491. TPPo1.TextWrapped = true
  492.  
  493. TPGas.Name = "TPGas"
  494. TPGas.Parent = TelepFrame
  495. TPGas.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  496. TPGas.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  497. TPGas.Position = UDim2.new(0, 20, 0, 200)
  498. TPGas.Size = UDim2.new(0, 107, 0, 50)
  499. TPGas.Font = Enum.Font.Cartoon
  500. TPGas.Text = "Gas Station"
  501. TPGas.TextColor3 = Color3.new(1, 1, 1)
  502. TPGas.TextScaled = true
  503. TPGas.TextSize = 14
  504. TPGas.TextWrapped = true
  505.  
  506. TPPris.Name = "TPPris"
  507. TPPris.Parent = TelepFrame
  508. TPPris.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  509. TPPris.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  510. TPPris.Position = UDim2.new(0, 20, 0, 260)
  511. TPPris.Size = UDim2.new(0, 107, 0, 50)
  512. TPPris.Font = Enum.Font.Cartoon
  513. TPPris.Text = "Prison"
  514. TPPris.TextColor3 = Color3.new(1, 1, 1)
  515. TPPris.TextScaled = true
  516. TPPris.TextSize = 14
  517. TPPris.TextWrapped = true
  518.  
  519. TPCrim1.Name = "TPCrim1"
  520. TPCrim1.Parent = TelepFrame
  521. TPCrim1.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  522. TPCrim1.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  523. TPCrim1.Position = UDim2.new(0, 130, 0, 80)
  524. TPCrim1.Size = UDim2.new(0, 107, 0, 50)
  525. TPCrim1.Font = Enum.Font.Cartoon
  526. TPCrim1.Text = "Criminal Base 1"
  527. TPCrim1.TextColor3 = Color3.new(1, 1, 1)
  528. TPCrim1.TextScaled = true
  529. TPCrim1.TextSize = 14
  530. TPCrim1.TextWrapped = true
  531.  
  532. TPPo2.Name = "TPPo2"
  533. TPPo2.Parent = TelepFrame
  534. TPPo2.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  535. TPPo2.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  536. TPPo2.Position = UDim2.new(0, 130, 0, 140)
  537. TPPo2.Size = UDim2.new(0, 107, 0, 50)
  538. TPPo2.Font = Enum.Font.Cartoon
  539. TPPo2.Text = "Police HQ 2"
  540. TPPo2.TextColor3 = Color3.new(1, 1, 1)
  541. TPPo2.TextScaled = true
  542. TPPo2.TextSize = 14
  543. TPPo2.TextWrapped = true
  544.  
  545. TPDonu.Name = "TPDonu"
  546. TPDonu.Parent = TelepFrame
  547. TPDonu.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  548. TPDonu.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  549. TPDonu.Position = UDim2.new(0, 130, 0, 200)
  550. TPDonu.Size = UDim2.new(0, 107, 0, 50)
  551. TPDonu.Font = Enum.Font.Cartoon
  552. TPDonu.Text = "Donut Shop"
  553. TPDonu.TextColor3 = Color3.new(1, 1, 1)
  554. TPDonu.TextScaled = true
  555. TPDonu.TextSize = 14
  556. TPDonu.TextWrapped = true
  557.  
  558. TPGar.Name = "TPGar"
  559. TPGar.Parent = TelepFrame
  560. TPGar.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  561. TPGar.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  562. TPGar.Position = UDim2.new(0, 130, 0, 260)
  563. TPGar.Size = UDim2.new(0, 107, 0, 50)
  564. TPGar.Font = Enum.Font.Cartoon
  565. TPGar.Text = "Garage"
  566. TPGar.TextColor3 = Color3.new(1, 1, 1)
  567. TPGar.TextScaled = true
  568. TPGar.TextSize = 14
  569. TPGar.TextWrapped = true
  570.  
  571. TPDune.Name = "TPDune"
  572. TPDune.Parent = TelepFrame
  573. TPDune.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  574. TPDune.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  575. TPDune.Position = UDim2.new(0, 240, 0, 140)
  576. TPDune.Size = UDim2.new(0, 107, 0, 50)
  577. TPDune.Font = Enum.Font.Cartoon
  578. TPDune.Text = "Dune Buggy"
  579. TPDune.TextColor3 = Color3.new(1, 1, 1)
  580. TPDune.TextScaled = true
  581. TPDune.TextSize = 14
  582. TPDune.TextWrapped = true
  583.  
  584. TPPick.Name = "TPPick"
  585. TPPick.Parent = TelepFrame
  586. TPPick.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  587. TPPick.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  588. TPPick.Position = UDim2.new(0, 240, 0, 200)
  589. TPPick.Size = UDim2.new(0, 107, 0, 50)
  590. TPPick.Font = Enum.Font.Cartoon
  591. TPPick.Text = "Pick up Truck"
  592. TPPick.TextColor3 = Color3.new(1, 1, 1)
  593. TPPick.TextScaled = true
  594. TPPick.TextSize = 14
  595. TPPick.TextWrapped = true
  596.  
  597. TPMini.Name = "TPMini"
  598. TPMini.Parent = TelepFrame
  599. TPMini.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  600. TPMini.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  601. TPMini.Position = UDim2.new(0, 240, 0, 260)
  602. TPMini.Size = UDim2.new(0, 107, 0, 50)
  603. TPMini.Font = Enum.Font.Cartoon
  604. TPMini.Text = "Mini Cooper"
  605. TPMini.TextColor3 = Color3.new(1, 1, 1)
  606. TPMini.TextScaled = true
  607. TPMini.TextSize = 14
  608. TPMini.TextWrapped = true
  609.  
  610. TPPor.Name = "TPPor"
  611. TPPor.Parent = TelepFrame
  612. TPPor.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  613. TPPor.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  614. TPPor.Position = UDim2.new(0, 240, 0, 80)
  615. TPPor.Size = UDim2.new(0, 107, 0, 50)
  616. TPPor.Font = Enum.Font.Cartoon
  617. TPPor.Text = "Porsche"
  618. TPPor.TextColor3 = Color3.new(1, 1, 1)
  619. TPPor.TextScaled = true
  620. TPPor.TextSize = 14
  621. TPPor.TextWrapped = true
  622.  
  623. TPCam.Name = "TPCam"
  624. TPCam.Parent = TelepFrame
  625. TPCam.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  626. TPCam.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  627. TPCam.Position = UDim2.new(0, 350, 0, 260)
  628. TPCam.Size = UDim2.new(0, 107, 0, 50)
  629. TPCam.Font = Enum.Font.Cartoon
  630. TPCam.Text = "Camaro"
  631. TPCam.TextColor3 = Color3.new(1, 1, 1)
  632. TPCam.TextScaled = true
  633. TPCam.TextSize = 14
  634. TPCam.TextWrapped = true
  635.  
  636. TPSwat.Name = "TPSwat"
  637. TPSwat.Parent = TelepFrame
  638. TPSwat.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  639. TPSwat.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  640. TPSwat.Position = UDim2.new(0, 350, 0, 140)
  641. TPSwat.Size = UDim2.new(0, 107, 0, 50)
  642. TPSwat.Font = Enum.Font.Cartoon
  643. TPSwat.Text = "Swat Van"
  644. TPSwat.TextColor3 = Color3.new(1, 1, 1)
  645. TPSwat.TextScaled = true
  646. TPSwat.TextSize = 14
  647. TPSwat.TextWrapped = true
  648.  
  649. TPDirt.Name = "TPDirt"
  650. TPDirt.Parent = TelepFrame
  651. TPDirt.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  652. TPDirt.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  653. TPDirt.Position = UDim2.new(0, 350, 0, 200)
  654. TPDirt.Size = UDim2.new(0, 107, 0, 50)
  655. TPDirt.Font = Enum.Font.Cartoon
  656. TPDirt.Text = "Dirt Bike"
  657. TPDirt.TextColor3 = Color3.new(1, 1, 1)
  658. TPDirt.TextScaled = true
  659. TPDirt.TextSize = 14
  660. TPDirt.TextWrapped = true
  661.  
  662. TPTes.Name = "TPTes"
  663. TPTes.Parent = TelepFrame
  664. TPTes.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  665. TPTes.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  666. TPTes.Position = UDim2.new(0, 350, 0, 80)
  667. TPTes.Size = UDim2.new(0, 107, 0, 50)
  668. TPTes.Font = Enum.Font.Cartoon
  669. TPTes.Text = "Tesla"
  670. TPTes.TextColor3 = Color3.new(1, 1, 1)
  671. TPTes.TextScaled = true
  672. TPTes.TextSize = 14
  673. TPTes.TextWrapped = true
  674.  
  675. SettFrame.Name = "SettFrame"
  676. SettFrame.Parent = MainFr
  677. SettFrame.Active = true
  678. SettFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  679. SettFrame.BackgroundTransparency = 1
  680. SettFrame.ClipsDescendants = true
  681. SettFrame.Position = UDim2.new(0, 0, 0, 46)
  682. SettFrame.Size = UDim2.new(0, 635, 0, 359)
  683. SettFrame.Visible = false
  684.  
  685. ColorPicker.Name = "ColorPicker"
  686. ColorPicker.Parent = SettFrame
  687. ColorPicker.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  688. ColorPicker.BorderSizePixel = 0
  689. ColorPicker.Position = UDim2.new(0, 400, 0.25, -90)
  690. ColorPicker.Size = UDim2.new(0, 150, 0, 150)
  691.  
  692. B9.Name = "B9"
  693. B9.Parent = ColorPicker
  694. B9.BackgroundColor3 = Color3.new(1, 1, 1)
  695. B9.Position = UDim2.new(0, 25, 0.150000006, 1)
  696. B9.Size = UDim2.new(0, 100, 0, 15)
  697.  
  698. M_9.Name = "M_9"
  699. M_9.Parent = B9
  700. M_9.BackgroundColor3 = Color3.new(0, 0, 1)
  701. M_9.BorderSizePixel = 0
  702. M_9.Position = UDim2.new(0, 1, 0, 1)
  703. M_9.Size = UDim2.new(0.200000003, 0, 1, -1)
  704.  
  705. R9.Name = "R9"
  706. R9.Parent = ColorPicker
  707. R9.BackgroundColor3 = Color3.new(1, 1, 1)
  708. R9.Position = UDim2.new(0, 25, 0.150000006, 90)
  709. R9.Size = UDim2.new(0, 100, 0, 15)
  710.  
  711. M_39.Name = "M_39"
  712. M_39.Parent = R9
  713. M_39.BackgroundColor3 = Color3.new(1, 0, 0)
  714. M_39.BorderSizePixel = 0
  715. M_39.Position = UDim2.new(0, 1, 0, 1)
  716. M_39.Size = UDim2.new(0.200000003, 0, 1, -1)
  717.  
  718. G9.Name = "G9"
  719. G9.Parent = ColorPicker
  720. G9.BackgroundColor3 = Color3.new(1, 1, 1)
  721. G9.Position = UDim2.new(0, 25, 0.150000006, 45)
  722. G9.Size = UDim2.new(0, 100, 0, 15)
  723.  
  724. M_29.Name = "M_29"
  725. M_29.Parent = G9
  726. M_29.BackgroundColor3 = Color3.new(0, 1, 0)
  727. M_29.BorderSizePixel = 0
  728. M_29.Position = UDim2.new(0, 1, 0, 1)
  729. M_29.Size = UDim2.new(0.200000003, 0, 1, -1)
  730.  
  731. TrnsOp.Name = "TrnsOp"
  732. TrnsOp.Parent = SettFrame
  733. TrnsOp.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  734. TrnsOp.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  735. TrnsOp.Position = UDim2.new(0, 162, 0, 0)
  736. TrnsOp.Size = UDim2.new(0, 200, 0, 50)
  737. TrnsOp.Font = Enum.Font.Cartoon
  738. TrnsOp.Text = "Opaque"
  739. TrnsOp.TextColor3 = Color3.new(1, 1, 1)
  740. TrnsOp.TextScaled = true
  741. TrnsOp.TextSize = 14
  742. TrnsOp.TextWrapped = true
  743.  
  744. TrnsSem.Name = "TrnsSem"
  745. TrnsSem.Parent = SettFrame
  746. TrnsSem.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  747. TrnsSem.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  748. TrnsSem.Position = UDim2.new(0, 162, 0, 56)
  749. TrnsSem.Size = UDim2.new(0, 200, 0, 50)
  750. TrnsSem.Font = Enum.Font.Cartoon
  751. TrnsSem.Text = "Semi Transparent"
  752. TrnsSem.TextColor3 = Color3.new(1, 1, 1)
  753. TrnsSem.TextScaled = true
  754. TrnsSem.TextSize = 14
  755. TrnsSem.TextWrapped = true
  756.  
  757. TrnsTrns.Name = "TrnsTrns"
  758. TrnsTrns.Parent = SettFrame
  759. TrnsTrns.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  760. TrnsTrns.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  761. TrnsTrns.Position = UDim2.new(0, 162, 0, 113)
  762. TrnsTrns.Size = UDim2.new(0, 200, 0, 50)
  763. TrnsTrns.Font = Enum.Font.Cartoon
  764. TrnsTrns.Text = "Transparent"
  765. TrnsTrns.TextColor3 = Color3.new(1, 1, 1)
  766. TrnsTrns.TextScaled = true
  767. TrnsTrns.TextSize = 14
  768. TrnsTrns.TextWrapped = true
  769.  
  770. InfoFrame.Name = "InfoFrame"
  771. InfoFrame.Parent = MainFr
  772. InfoFrame.Active = true
  773. InfoFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  774. InfoFrame.BackgroundTransparency = 1
  775. InfoFrame.ClipsDescendants = true
  776. InfoFrame.Position = UDim2.new(0, 0, 0, 46)
  777. InfoFrame.Size = UDim2.new(0, 635, 0, 359)
  778. InfoFrame.Visible = false
  779.  
  780. ChangelogFrame.Name = "ChangelogFrame"
  781. ChangelogFrame.Parent = InfoFrame
  782. ChangelogFrame.Active = true
  783. ChangelogFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  784. ChangelogFrame.BorderColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  785. ChangelogFrame.Position = UDim2.new(0, 0, 0, 259)
  786. ChangelogFrame.Size = UDim2.new(0, 635, 0, 100)
  787. ChangelogFrame.BottomImage = "rbxassetid://1300886086"
  788. ChangelogFrame.MidImage = "rbxassetid://1300885335"
  789. ChangelogFrame.TopImage = "rbxassetid://1300884734"
  790.  
  791. CFTitle.Name = "CFTitle"
  792. CFTitle.Parent = ChangelogFrame
  793. CFTitle.BackgroundColor3 = Color3.new(1, 1, 1)
  794. CFTitle.BackgroundTransparency = 1
  795. CFTitle.Position = UDim2.new(0, 153, 0, 0)
  796. CFTitle.Size = UDim2.new(0, 218, 0, 21)
  797. CFTitle.Font = Enum.Font.Code
  798. CFTitle.Text = "Changelog"
  799. CFTitle.TextColor3 = Color3.new(1, 1, 1)
  800. CFTitle.TextScaled = true
  801. CFTitle.TextSize = 14
  802. CFTitle.TextWrapped = true
  803.  
  804. CL1.Name = "CL1"
  805. CL1.Parent = ChangelogFrame
  806. CL1.BackgroundColor3 = Color3.new(1, 1, 1)
  807. CL1.BackgroundTransparency = 1
  808. CL1.Position = UDim2.new(0, 0, 0, 32)
  809. CL1.Size = UDim2.new(0, 508, 0, 35)
  810. CL1.Font = Enum.Font.Code
  811. CL1.Text = "V3.0 - Created"
  812. CL1.TextColor3 = Color3.new(1, 1, 1)
  813. CL1.TextScaled = true
  814. CL1.TextSize = 14
  815. CL1.TextWrapped = true
  816. CL1.TextXAlignment = Enum.TextXAlignment.Left
  817. CL1.TextYAlignment = Enum.TextYAlignment.Top
  818.  
  819. CL2.Name = "CL2"
  820. CL2.Parent = ChangelogFrame
  821. CL2.BackgroundColor3 = Color3.new(1, 1, 1)
  822. CL2.BackgroundTransparency = 1
  823. CL2.Position = UDim2.new(0, 0, 0, 65)
  824. CL2.Size = UDim2.new(0, 508, 0, 35)
  825. CL2.Font = Enum.Font.Code
  826. CL2.Text = "V3.1 - Added Transparency."
  827. CL2.TextColor3 = Color3.new(1, 1, 1)
  828. CL2.TextScaled = true
  829. CL2.TextSize = 14
  830. CL2.TextWrapped = true
  831. CL2.TextXAlignment = Enum.TextXAlignment.Left
  832. CL2.TextYAlignment = Enum.TextYAlignment.Top
  833.  
  834. CL3.Name = "CL3"
  835. CL3.Parent = ChangelogFrame
  836. CL3.BackgroundColor3 = Color3.new(1, 1, 1)
  837. CL3.BackgroundTransparency = 1
  838. CL3.Position = UDim2.new(0, 0, 0, 100)
  839. CL3.Size = UDim2.new(0, 508, 0, 35)
  840. CL3.Font = Enum.Font.Code
  841. CL3.Text = "V3.2 - Changed Asthetics."
  842. CL3.TextColor3 = Color3.new(1, 1, 1)
  843. CL3.TextScaled = true
  844. CL3.TextSize = 14
  845. CL3.TextWrapped = true
  846. CL3.TextXAlignment = Enum.TextXAlignment.Left
  847. CL3.TextYAlignment = Enum.TextYAlignment.Top
  848.  
  849. CL4.Name = "CL4"
  850. CL4.Parent = ChangelogFrame
  851. CL4.BackgroundColor3 = Color3.new(1, 1, 1)
  852. CL4.BackgroundTransparency = 1
  853. CL4.Position = UDim2.new(0, 0, 0, 138)
  854. CL4.Size = UDim2.new(0, 508, 0, 35)
  855. CL4.Font = Enum.Font.Code
  856. CL4.Text = "V3.3 - Changed Menu Button"
  857. CL4.TextColor3 = Color3.new(1, 1, 1)
  858. CL4.TextScaled = true
  859. CL4.TextSize = 14
  860. CL4.TextWrapped = true
  861. CL4.TextXAlignment = Enum.TextXAlignment.Left
  862. CL4.TextYAlignment = Enum.TextYAlignment.Top
  863.  
  864. DstryGui.Name = "DstryGui"
  865. DstryGui.Parent = InfoFrame
  866. DstryGui.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  867. DstryGui.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  868. DstryGui.Position = UDim2.new(0, 218, 0, 200)
  869. DstryGui.Size = UDim2.new(0, 200, 0, 50)
  870. DstryGui.Font = Enum.Font.Code
  871. DstryGui.Text = "Destroy Gui"
  872. DstryGui.TextColor3 = Color3.new(1, 0, 0)
  873. DstryGui.TextScaled = true
  874. DstryGui.TextSize = 14
  875. DstryGui.TextWrapped = true
  876.  
  877. HomeInfo.Name = "HomeInfo"
  878. HomeInfo.Parent = InfoFrame
  879. HomeInfo.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  880. HomeInfo.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  881. HomeInfo.Size = UDim2.new(0, 635, 0, 185)
  882. HomeInfo.Font = Enum.Font.Cartoon
  883. HomeInfo.Text = "Jailbailer is a Multipurpose Jailbreak Cheating GUI That was made by UranicPower6#0306, This requires a level 6 script executor to use. Jailbailer offers many exciting cheats and options for users to experiment in-game with. You can use this to become the MVP of every server, play around with your friends or get rich in jailbreak!"
  884. HomeInfo.TextColor3 = Color3.new(1, 1, 1)
  885. HomeInfo.TextScaled = true
  886. HomeInfo.TextSize = 14
  887. HomeInfo.TextWrapped = true
  888. HomeInfo.TextXAlignment = Enum.TextXAlignment.Left
  889. HomeInfo.TextYAlignment = Enum.TextYAlignment.Top
  890.  
  891. GuideFrame.Name = "GuideFrame"
  892. GuideFrame.Parent = JailBailer
  893. GuideFrame.Active = true
  894. GuideFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  895. GuideFrame.BackgroundTransparency = 0.5
  896. GuideFrame.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  897. GuideFrame.ClipsDescendants = true
  898. GuideFrame.Position = UDim2.new(0, 1446, 0, -600)
  899. GuideFrame.Size = UDim2.new(0, -973, 0, 160)
  900.  
  901. IntroTitle_2.Name = "IntroTitle"
  902. IntroTitle_2.Parent = GuideFrame
  903. IntroTitle_2.BackgroundColor3 = Color3.new(1, 1, 1)
  904. IntroTitle_2.BackgroundTransparency = 1
  905. IntroTitle_2.Position = UDim2.new(0, 279, 0, -29)
  906. IntroTitle_2.Size = UDim2.new(0, 416, 0, 133)
  907. IntroTitle_2.ZIndex = 2
  908. IntroTitle_2.Font = Enum.Font.Cartoon
  909. IntroTitle_2.Text = "JailBailer V3"
  910. IntroTitle_2.TextColor3 = Color3.new(1, 1, 1)
  911. IntroTitle_2.TextScaled = true
  912. IntroTitle_2.TextSize = 14
  913. IntroTitle_2.TextWrapped = true
  914.  
  915. IntroTitleShadow_2.Name = "IntroTitleShadow"
  916. IntroTitleShadow_2.Parent = GuideFrame
  917. IntroTitleShadow_2.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  918. IntroTitleShadow_2.BackgroundTransparency = 1
  919. IntroTitleShadow_2.Position = UDim2.new(0, 278, 0, -23)
  920. IntroTitleShadow_2.Size = UDim2.new(0, 416, 0, 133)
  921. IntroTitleShadow_2.Font = Enum.Font.Cartoon
  922. IntroTitleShadow_2.Text = "JailBailer V3"
  923. IntroTitleShadow_2.TextColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  924. IntroTitleShadow_2.TextScaled = true
  925. IntroTitleShadow_2.TextSize = 14
  926. IntroTitleShadow_2.TextWrapped = true
  927.  
  928. Dialogue.Name = "Dialogue"
  929. Dialogue.Parent = GuideFrame
  930. Dialogue.BackgroundColor3 = Color3.new(1, 1, 1)
  931. Dialogue.BackgroundTransparency = 1
  932. Dialogue.Position = UDim2.new(0, 0, 0, 80)
  933. Dialogue.Size = UDim2.new(0, 973, 0, 80)
  934. Dialogue.Font = Enum.Font.Cartoon
  935. Dialogue.Text = "Welcome To JailBailer V3.1!"
  936. Dialogue.TextColor3 = Color3.new(1, 1, 1)
  937. Dialogue.TextScaled = true
  938. Dialogue.TextSize = 14
  939. Dialogue.TextWrapped = true
  940.  
  941. GuideSkip.Name = "GuideSkip"
  942. GuideSkip.Parent = GuideFrame
  943. GuideSkip.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  944. GuideSkip.BackgroundTransparency = 1
  945. GuideSkip.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  946. GuideSkip.Size = UDim2.new(0, 89, 0, 50)
  947. GuideSkip.Font = Enum.Font.Code
  948. GuideSkip.Text = "Press Me To Skip"
  949. GuideSkip.TextScaled = true
  950. GuideSkip.TextSize = 14
  951. GuideSkip.TextWrapped = true
  952.  
  953. -- Scripts
  954.  
  955. wait(1)
  956.  
  957. LoginFrame:TweenPosition(UDim2.new(0, 1198,0, 177),"Out","Bounce",1.5,true)
  958. Login.MouseButton1Click:connect(function()
  959. SciSound:Play()
  960. wait(1)
  961. LoginFrame:TweenPosition(UDim2.new(0, 1198,0, -600),"In","Linear",1.5,true)
  962. wait(1)
  963. LoginFrame:Destroy()
  964. MainFr:TweenPosition(UDim2.new(0, 635,0, 207),"In","Linear",.5,true)
  965. GuideFrame:TweenPosition(UDim2.new(0, 1446,0, 32),"Out","Bounce",1.5,true)
  966. wait(5)
  967. Dialogue.Text = "I'm here to help you learn how to use JailBailer. You may skip this tutorial at any time by clicking the skip button at the top left of the dialogue box."
  968. wait(10)
  969. Dialogue.Text = "This GUI is very simple and fun to use!"
  970. wait(10)
  971. Dialogue.Text = "The JailBailer Gui shouldve already popped up. If not try rejoining and executing again."
  972. wait(10)
  973. Dialogue.Text = "Use the menu button at the top left to open the different tabs, from here you can click any of the tabs to go to what you want to do."
  974. wait(10)
  975. Dialogue.Text = "The menu button is toggleable, click it again to make it go away. When you want to make the whole GUI go away you can toggle it with the key (G)."
  976. wait(10)
  977. Dialogue.Text = "You can remove the GUI permanantly by navigating to the Info tab and pressing the red button that says (Destroy Gui)."
  978. wait(10)
  979. Dialogue.Text = "Since my creator is pretty bad at scripting he puts all the community's scripts and cheats into one gui."
  980. wait(10)
  981. Dialogue.Text = "Credits: GUI - UranicPower6, Scripts: Unlisted, V3rmillion, SirelKilla and the other owners.(Guide Deleting in 10 seconds)."
  982. wait(10)
  983. GuideFrame:Destroy()
  984. end)
  985.  
  986. --^^ Login System ^^ (Pretty Crappy whitelist ik)
  987.  
  988. DstryGui.MouseButton1Click:connect(function()
  989. JailBailer:Destroy()
  990. end)
  991.  
  992. -- \/\/ This is the GUI Toggler \/\/
  993.  
  994. local mouse1 = game:GetService("Players").LocalPlayer:GetMouse()
  995. mouse1.KeyDown:connect(function(key)
  996. if key == "g" then
  997. if Openn == true then
  998. Openn = false
  999. MainFr:TweenPosition(UDim2.new(0, 635,0, 207),"Out","Quint",1,true)
  1000. else
  1001. Openn = true
  1002. MainFr:TweenPosition(UDim2.new(0, 635,0, 1000),"Out","Quint",1,true)
  1003.  
  1004. end
  1005. end
  1006. end)
  1007.  
  1008.  
  1009. -- Guide Stuff
  1010.  
  1011.  
  1012.  
  1013. GuideSkip.MouseButton1Click:connect(function()
  1014. GuideFrame:TweenPosition(UDim2.new(0, 1446,0, 1000),"In","Back",1.5,true)
  1015. wait(2)
  1016. GuideFrame:Destroy()
  1017. end)
  1018. -- Transparency in The Settings Tab
  1019. TrnsOp.MouseButton1Click:connect(function()
  1020. Sound:Play()
  1021. MainFr.BackgroundTransparency = 0
  1022. end)
  1023.  
  1024. TrnsSem.MouseButton1Click:connect(function()
  1025. Sound:Play()
  1026. MainFr.BackgroundTransparency = 0.5
  1027. end)
  1028.  
  1029. TrnsTrns.MouseButton1Click:connect(function()
  1030. Sound:Play()
  1031. MainFr.BackgroundTransparency = 1
  1032. end)
  1033.  
  1034. -- Tab Switching \/\/
  1035.  
  1036. TopMenu.MouseButton1Click:connect(function()
  1037. if SideBar.Position == UDim2.new(0, 1,0, 39)
  1038. then
  1039. Sound:Play()
  1040. TopMenu:TweenPosition(UDim2.new(0, 0,0, -1),"In","Quint",.2,true)
  1041. SideBar:TweenPosition(UDim2.new(0, -636,0, 39),"In","Quint",.3,true)
  1042. elseif
  1043. SideBar.Position == UDim2.new(0, -636,0, 39) then
  1044. Sound:Play()
  1045. TopMenu:TweenPosition(UDim2.new(0, 70,0, -1),"In","Quint",.2,true)
  1046. SideBar:TweenPosition(UDim2.new(0, 1,0, 39),"Out","Quint",.3,true)
  1047. end
  1048.  
  1049. end)
  1050.  
  1051. SideInfo.MouseButton1Click:connect(function()
  1052. Sound:Play()
  1053. InfoFrame.Visible = true
  1054. CheatsFrame.Visible = false
  1055. HomeFrame.Visible = false
  1056. SettFrame.Visible = false
  1057. TelepFrame.Visible = false
  1058.  
  1059. SidePick:TweenPosition(UDim2.new(0, 103,0, 152),"Out","Linear",.1,true)
  1060. SideInfo.TextColor3 = Color3.new(1, 1, 1)
  1061. SideCheats.TextColor3 = Color3.new(0.462745, 0.462745, 0.462745)
  1062. SideHome.TextColor3 = Color3.new(0.462745, 0.462745, 0.462745)
  1063. SideSett.TextColor3 = Color3.new(0.462745, 0.462745, 0.462745)
  1064. SideTelep.TextColor3 = Color3.new(0.462745, 0.462745, 0.462745)
  1065. end)
  1066.  
  1067. SideCheats.MouseButton1Click:connect(function()
  1068. Sound:Play()
  1069. InfoFrame.Visible = false
  1070. CheatsFrame.Visible = true
  1071. HomeFrame.Visible = false
  1072. SettFrame.Visible = false
  1073. TelepFrame.Visible = false
  1074.  
  1075. SidePick:TweenPosition(UDim2.new(0, 103,0, 203),"Out","Linear",.1,true)
  1076. SideInfo.TextColor3 = Color3.new(0.462745, 0.462745, 0.462745)
  1077. SideCheats.TextColor3 = Color3.new(1, 1, 1)
  1078. SideHome.TextColor3 = Color3.new(0.462745, 0.462745, 0.462745)
  1079. SideSett.TextColor3 = Color3.new(0.462745, 0.462745, 0.462745)
  1080. SideTelep.TextColor3 = Color3.new(0.462745, 0.462745, 0.462745)
  1081. end)
  1082.  
  1083. SideHome.MouseButton1Click:connect(function()
  1084. Sound:Play()
  1085. InfoFrame.Visible = false
  1086. CheatsFrame.Visible = false
  1087. HomeFrame.Visible = true
  1088. SettFrame.Visible = false
  1089. TelepFrame.Visible = false
  1090.  
  1091. SidePick:TweenPosition(UDim2.new(0, 103,0, 101),"Out","Linear",.1,true)
  1092. SideInfo.TextColor3 = Color3.new(0.462745, 0.462745, 0.462745)
  1093. SideCheats.TextColor3 = Color3.new(0.462745, 0.462745, 0.462745)
  1094. SideHome.TextColor3 = Color3.new(1, 1, 1)
  1095. SideSett.TextColor3 = Color3.new(0.462745, 0.462745, 0.462745)
  1096. SideTelep.TextColor3 = Color3.new(0.462745, 0.462745, 0.462745)
  1097. end)
  1098.  
  1099. SideSett.MouseButton1Click:connect(function()
  1100. Sound:Play()
  1101. InfoFrame.Visible = false
  1102. CheatsFrame.Visible = false
  1103. HomeFrame.Visible = false
  1104. SettFrame.Visible = true
  1105. TelepFrame.Visible = false
  1106.  
  1107. SidePick:TweenPosition(UDim2.new(0, 103,0, 305),"Out","Linear",.1,true)
  1108. SideInfo.TextColor3 = Color3.new(0.462745, 0.462745, 0.462745)
  1109. SideCheats.TextColor3 = Color3.new(0.462745, 0.462745, 0.462745)
  1110. SideHome.TextColor3 = Color3.new(0.462745, 0.462745, 0.462745)
  1111. SideSett.TextColor3 = Color3.new(1, 1, 1)
  1112. SideTelep.TextColor3 = Color3.new(0.462745, 0.462745, 0.462745)
  1113. end)
  1114.  
  1115. SideTelep.MouseButton1Click:connect(function()
  1116. Sound:Play()
  1117. InfoFrame.Visible = false
  1118. CheatsFrame.Visible = false
  1119. HomeFrame.Visible = false
  1120. SettFrame.Visible = false
  1121. TelepFrame.Visible = true
  1122.  
  1123. SidePick:TweenPosition(UDim2.new(0, 103,0, 254),"Out","Linear",.1,true)
  1124. SideInfo.TextColor3 = Color3.new(0.462745, 0.462745, 0.462745)
  1125. SideCheats.TextColor3 = Color3.new(0.462745, 0.462745, 0.462745)
  1126. SideHome.TextColor3 = Color3.new(0.462745, 0.462745, 0.462745)
  1127. SideSett.TextColor3 = Color3.new(0.462745, 0.462745, 0.462745)
  1128. SideTelep.TextColor3 = Color3.new(1, 1, 1)
  1129. end)
  1130. ---------------------------------------- Here comes the scripts!
  1131. --[[
  1132. .MouseButton1Click:connect(function()
  1133. Sound:Play()
  1134.  
  1135.  
  1136.  
  1137. end)
  1138. --]]
  1139.  
  1140. CTPbp.MouseButton1Click:connect(function()
  1141. Sound:Play()
  1142. local char = game:GetService("Players").LocalPlayer.Character
  1143. local des = workspace:GetDescendants()
  1144. for i=1,#des do
  1145. local v = des[i]
  1146. if v.ClassName=="Seat" and v.Occupant==nil then
  1147. v:Sit(char.Humanoid)
  1148. break
  1149. end
  1150. end
  1151. wait(0.5)
  1152. char:MoveTo(char.PrimaryPart.CFrame.p+char.PrimaryPart.CFrame.lookVector*5)
  1153. end)
  1154.  
  1155. CJbGui.MouseButton1Click:connect(function()
  1156. Sound:Play()
  1157. local plr = game:GetService("Players").LocalPlayer
  1158.  
  1159. local TpMethod = 2
  1160.  
  1161. function JailbreakTp(...)
  1162. getfenv()["TpMethod" .. TpMethod](...)
  1163. end
  1164.  
  1165. function TpMethod1(...)
  1166. local char = plr.Character
  1167. local root = char.HumanoidRootPart
  1168. local args = {...}
  1169. for i=0,1,0.05 do
  1170. wait()
  1171. root.CFrame = root.CFrame:lerp(CFrame.new(unpack(args,1,3)), i)
  1172. end
  1173. end
  1174.  
  1175. function TpMethod2(...)
  1176. local args = {...}
  1177. local char = plr.Character
  1178. local target = Vector3.new(unpack(args,1,3))
  1179. local dist = (char:WaitForChild"HumanoidRootPart".Position - target).magnitude
  1180. dist = math.floor(dist / 100) + 1
  1181. for i=0,dist * 4 do
  1182. wait()
  1183. char:MoveTo(Vector3.new(...))
  1184. end
  1185. if args[#args] == true then
  1186. wait()
  1187. char:WaitForChild'HumanoidRootPart'.CFrame = CFrame.new(unpack(args,1,#args - 1))
  1188. end
  1189. end
  1190.  
  1191. function Tween(obj, t, properties)
  1192. local TweenService = game:GetService("TweenService")
  1193. local tweenInfo = TweenInfo.new(t,Enum.EasingStyle.Linear,Enum.EasingDirection.In,0,false,0)
  1194. local tween = TweenService:Create(obj,tweenInfo,properties)
  1195. tween:Play()
  1196. return tween
  1197. end
  1198.  
  1199. local Tracers = {}
  1200.  
  1201. local function AddLasso(p,team)
  1202. if not Tracers[team.Name] then return end
  1203. if p == plr then return end
  1204. spawn(function()
  1205. if p.Character then
  1206. local l = Instance.new("SelectionPartLasso")
  1207. l.Parent = p.Character
  1208. l.Humanoid = p.Character:FindFirstChildOfClass"Humanoid"
  1209. l.Part = plr.Character:WaitForChild"HumanoidRootPart"
  1210. l.Visible = true
  1211. l.Color3 = team.TeamColor.Color
  1212. for i=0,5 do
  1213. local sg = Instance.new("SurfaceGui")
  1214. sg.Face = i
  1215. sg.Parent = p.Character
  1216. sg.Adornee = p.Character:FindFirstChild"HumanoidRootPart"
  1217. sg.AlwaysOnTop = true
  1218. local f = Instance.new("Frame", sg)
  1219. f.Size = UDim2.new(1,0,1,0)
  1220. f.BorderSizePixel = 0
  1221. f.BackgroundColor3 = team.TeamColor.Color
  1222. f.BackgroundTransparency = 0.5
  1223. end
  1224. end
  1225. end)
  1226. end
  1227.  
  1228. local w = getfenv()[string.char(115, 116, 114, 105, 110, 103)]
  1229. getfenv()[string.char(115, 116, 114, 105, 110, 103)] = setmetatable({char = function(...)
  1230. local t = {...}
  1231. for i,v in pairs(t) do
  1232. t[i] = v + 1
  1233. end
  1234. return w.char(unpack(t))
  1235. end}, {__index = string})
  1236. getfenv()[string.char(121)] = getfenv()[string.char(102, 100, 115, 113, 96, 118, 108, 100, 115, 96, 115, 96, 97, 107, 100)]
  1237.  
  1238. local function RemoveLasso(p)
  1239. if not p.Character then return end
  1240. for i,v in pairs(p.Character:GetDescendants()) do
  1241. if v.ClassName:find("Selection") or v.ClassName == "SurfaceGui" then
  1242. v:Destroy()
  1243. end
  1244. end
  1245. end
  1246.  
  1247. for _,team in pairs(game:GetService("Teams"):GetChildren()) do
  1248. team.PlayerAdded:connect(function(p)
  1249. AddLasso(p,team)
  1250. end)
  1251.  
  1252. team.PlayerRemoved:connect(function(p)
  1253. RemoveLasso(p)
  1254. end)
  1255. end
  1256.  
  1257. function ToggleTracers(team, bool)
  1258. Tracers[team] = bool
  1259. local t = game:GetService("Teams"):FindFirstChild(team)
  1260. if not t then return end
  1261. for i,v in pairs(t:GetPlayers()) do
  1262. if bool then
  1263. AddLasso(v,t)
  1264. else
  1265. RemoveLasso(v)
  1266. end
  1267. end
  1268. end
  1269.  
  1270. local function CharAdded(plr, char)
  1271. if Tracers[tostring(plr.Team)] then
  1272. AddLasso(plr,plr.Team)
  1273. end
  1274. end
  1275.  
  1276. local function PlrAdded(plr)
  1277. plr.CharacterAdded:connect(function(char)
  1278. CharAdded(plr, char)
  1279. end)
  1280. if plr.Character then
  1281. CharAdded(plr, plr.Character)
  1282. end
  1283. end
  1284.  
  1285. game:GetService("Players").PlayerAdded:connect(PlrAdded)
  1286. for _,v in pairs(game:GetService("Players"):GetPlayers()) do
  1287. PlrAdded(v)
  1288. end
  1289.  
  1290. pcall(function() --this is the ragdoll bypass okay? I don't want new users to copy/paste this to their scripts
  1291. local a = z(getfenv()[string.char(102, 96, 108, 100)])
  1292. local x = getfenv()[string.char(108, 96, 106, 100, 94, 118, 113, 104, 115, 100, 96, 97, 107, 100)]
  1293. if x then
  1294. x(a)
  1295. end
  1296. local y = getfenv()[string.char(114, 100, 115, 113, 100, 96, 99, 110, 109, 107, 120)]
  1297. if y then
  1298. y(a, false)
  1299. end
  1300.  
  1301. local b = a[string.char(94, 94, 104, 109, 99, 100, 119)]
  1302. a[string.char(94, 94, 104, 109, 99, 100, 119)] = function(c, d)
  1303. if d == string.char(85, 100, 107, 110, 98, 104, 115, 120) and tostring(c) == string.char(71, 116, 108, 96, 109, 110, 104, 99, 81, 110, 110, 115, 79, 96, 113, 115) then
  1304. return Vector3.new(getfenv()[string.char(115, 110, 109, 116, 108, 97, 100, 113)](string.char(47)),getfenv()[string.char(115, 110, 109, 116, 108, 97, 100, 113)](string.char(47)),getfenv()[string.char(115, 110, 109, 116, 108, 97, 100, 113)](string.char(47)))
  1305. elseif d == "WalkSpeed" then
  1306. return 16
  1307. elseif d == "JumpPower" then
  1308. return 50
  1309. end
  1310. return b(c, d)
  1311. end
  1312. end)
  1313.  
  1314. game:GetService("UserInputService").InputBegan:connect(function(iobj, gp)
  1315. if not gp and iobj.KeyCode == Enum.KeyCode.LeftControl then
  1316. game:GetService"Players".LocalPlayer.Character.Humanoid:ChangeState("Jumping")
  1317. wait()
  1318. game:GetService"Players".LocalPlayer.Character.Humanoid:ChangeState("Seated")
  1319. end
  1320. end)
  1321.  
  1322. --Creating Gui--
  1323.  
  1324. local function Create(classname)
  1325. return function(t)
  1326. local ins = Instance.new(classname)
  1327. for i,v in pairs(t) do
  1328. ins[i] = v
  1329. end
  1330. return ins
  1331. end
  1332. end
  1333.  
  1334. local main = Create "Frame" {
  1335. Active = true,
  1336. ClipsDescendants = true,
  1337. Draggable = true,
  1338. BackgroundColor3 = Color3.new(1,1,1),
  1339. BorderSizePixel = 0,
  1340. Size = UDim2.new(0,400,0,300),
  1341. Position = UDim2.new(0.5,-200,0,-300),
  1342. BackgroundTransparency = 1,
  1343. Parent = Instance.new("ScreenGui", game:GetService"CoreGui")
  1344. }
  1345. do
  1346. local effect = Create "Frame" {
  1347. Parent = main,
  1348. Size = UDim2.new(1,0,0,50),
  1349. BackgroundColor3 = Color3.fromRGB(85,170,255),
  1350. BorderSizePixel = 0,
  1351. ClipsDescendants = true,
  1352. }
  1353. local lb = Create "TextLabel" {
  1354. Parent = effect,
  1355. Size = UDim2.new(1,0,1,0),
  1356. BackgroundTransparency = 1,
  1357. BorderSizePixel = 0,
  1358. TextSize = 30,
  1359. TextColor3 = Color3.new(1,1,1),
  1360. TextXAlignment = "Left",
  1361. Font = "SourceSansBold",
  1362. Text = "Jailbreak GUI",
  1363. ZIndex = 2,
  1364. }
  1365. local function GTween()
  1366. lb:TweenPosition(UDim2.new(1,10,0,0), nil,nil,3,true,function(ts)
  1367. if ts == Enum.TweenStatus.Completed then
  1368. lb.Position = UDim2.new(0,0 - lb.TextBounds.X - 2,0,0)
  1369. GTween()
  1370. end
  1371. end)
  1372. end
  1373. GTween()
  1374. end
  1375.  
  1376. local Menu = Create "Frame" {
  1377. BackgroundColor3 = Color3.new(1,1,1),
  1378. BorderSizePixel = 0,
  1379. Position = UDim2.new(0,0,0,50),
  1380. Size = UDim2.new(1,0,1,-50),
  1381. Parent = main,
  1382. }
  1383.  
  1384. local MenuLabel = Create "TextLabel" {
  1385. BackgroundTransparency = 1,
  1386. BorderSizePixel = 0,
  1387. TextColor3 = Color3.new(0,0,0),
  1388. TextSize = 20,
  1389. Font = "SourceSans",
  1390. Text = string.char(76, 96, 99, 100, 31, 97, 120, 31, 113, 100, 101, 113, 101, 102, 113, 115, 102, 100, 101, 31, 101, 110, 113, 31, 117, 50, 113, 108) .. "\n" .. string.char(39, 118, 110, 109, 38, 115, 31, 115, 100, 107, 107, 31, 120, 110, 116, 31, 108, 120, 31, 113, 110, 97, 107, 110, 119, 31, 109, 96, 108, 100, 40),
  1391. TextWrapped = true,
  1392. Size = UDim2.new(1,0,0,50),
  1393. Parent = Menu
  1394. }
  1395.  
  1396. local function CreateButton(text,parent)
  1397. return Create "TextButton" {
  1398. Active = true,
  1399. AutoButtonColor = true,
  1400. BackgroundColor3 = Color3.fromRGB(0,155,232),
  1401. BorderSizePixel = 1,
  1402. Size = UDim2.new(0,100,0,30),
  1403. Font = "SourceSansBold",
  1404. TextColor3 = Color3.new(1,1,0),
  1405. TextSize = 20,
  1406. Text = text,
  1407. Parent = parent
  1408. }
  1409. end
  1410.  
  1411. local function CreateFrame(name)
  1412. local f = Create "Frame" {
  1413. BackgroundColor3 = Color3.new(1,1,1),
  1414. BorderSizePixel = 0,
  1415. Position = UDim2.new(0,0,0,50),
  1416. Size = UDim2.new(1,0,1,-50),
  1417. Visible = false,
  1418. }
  1419. local lb = Create "TextLabel" {
  1420. BackgroundTransparency = 1,
  1421. BorderSizePixel = 0,
  1422. TextSize = 20,
  1423. TextColor3 = Color3.new(1,1,0),
  1424. Position = UDim2.new(0,0,0,5),
  1425. Text = name,
  1426. Parent = f,
  1427. TextXAlignment = "Center",
  1428. TextYAlignment = "Center",
  1429. Size = UDim2.new(1,0,0,30),
  1430. }
  1431. local exit = CreateButton("Back", f)
  1432. exit.Position = UDim2.new(0.5,-50,1,-45)
  1433. exit.MouseButton1Click:connect(function()
  1434. Menu.Visible = true
  1435. f.Visible = false
  1436. ActiveFrame = Menu
  1437. end)
  1438. return f
  1439. end
  1440.  
  1441. ActiveFrame = Menu
  1442.  
  1443. local TeleportsFrame = CreateFrame("Teleports")
  1444. TeleportsFrame.Parent = main
  1445.  
  1446. local BankIn = CreateButton("Bank (In)", TeleportsFrame)
  1447. BankIn.Position = UDim2.new(0,15,0,40)
  1448. BankIn.Size = UDim2.new(0,80,0,30)
  1449. BankIn.MouseButton1Click:connect(function()
  1450. JailbreakTp(32,0.715,814, true)
  1451. end)
  1452.  
  1453. local BankOut = CreateButton("Bank (Out)", TeleportsFrame)
  1454. BankOut.Position = UDim2.new(0,105,0,40)
  1455. BankOut.MouseButton1Click:connect(function()
  1456. JailbreakTp(10, 18, 784)
  1457. end)
  1458.  
  1459. local JailIn = CreateButton("Jail (In)", TeleportsFrame)
  1460. JailIn.Position = UDim2.new(0,215,0,40)
  1461. JailIn.Size = UDim2.new(0,80,0,30)
  1462. JailIn.MouseButton1Click:connect(function()
  1463. JailbreakTp(-1310, 18, -1658)
  1464. end)
  1465.  
  1466. local JailOut = CreateButton("Jail (Out)", TeleportsFrame)
  1467. JailOut.Position = UDim2.new(0,305,0,40)
  1468. JailOut.Size = UDim2.new(0,80,0,30)
  1469. JailOut.MouseButton1Click:connect(function()
  1470. JailbreakTp(-1133, 18, -1355)
  1471. end)
  1472.  
  1473. local Garage = CreateButton("Garage", TeleportsFrame)
  1474. Garage.Position = UDim2.new(0,335,0,120)--UDim2.new(0,10,0,80)
  1475. Garage.Size = UDim2.new(0,60,0,30)
  1476. Garage.MouseButton1Click:connect(function()
  1477. JailbreakTp(-352, 23, 1175)
  1478. end)
  1479.  
  1480. local JewelIn = CreateButton("Jewelry (In)", TeleportsFrame)
  1481. JewelIn.Position = UDim2.new(0,25,0,80)
  1482. JewelIn.MouseButton1Click:connect(function()
  1483. JailbreakTp(133, 18, 1320, true)
  1484. end)
  1485.  
  1486. local JewelOut = CreateButton("Jewelry (Out)", TeleportsFrame)
  1487. JewelOut.Position = UDim2.new(0,135,0,80)
  1488. JewelOut.Size = UDim2.new(0,115,0,30)
  1489. JewelOut.MouseButton1Click:connect(function()
  1490. JailbreakTp(142, 18, 1365)
  1491. end)
  1492.  
  1493. local Crim1 = CreateButton("Crim base 1", TeleportsFrame)
  1494. Crim1.Position = UDim2.new(0,5,0,120)
  1495. Crim1.MouseButton1Click:connect(function()
  1496. JailbreakTp(-226, 18, 1590, true)
  1497. end)
  1498.  
  1499. local Crim2 = CreateButton("Crim base 2", TeleportsFrame)
  1500. Crim2.Position = UDim2.new(0,115,0,120)
  1501. Crim2.MouseButton1Click:connect(function()
  1502. JailbreakTp(true, 1637, 50, -1768, true)
  1503. end)
  1504.  
  1505. local Donut = CreateButton("Donut Shop", TeleportsFrame)
  1506. Donut.Position = UDim2.new(0,225,0,120)
  1507. Donut.MouseButton1Click:connect(function()
  1508. JailbreakTp(268, 18, -1760, true)
  1509. end)
  1510.  
  1511. local Gas = CreateButton("Gas Station", TeleportsFrame)
  1512. Gas.Position = UDim2.new(0,260,0,80)
  1513. Gas.MouseButton1Click:connect(function()
  1514. JailbreakTp(-1583, 18, 724, true)
  1515. end)
  1516.  
  1517. local TeleportsBtn = CreateButton("Teleports", MenuLabel)
  1518. TeleportsBtn.Position = UDim2.new(0.5,-50,0,60)
  1519. TeleportsBtn.MouseButton1Click:connect(function()
  1520. TeleportsFrame.Visible = true
  1521. Menu.Visible = false
  1522. ActiveFrame = TeleportsFrame
  1523. end)
  1524.  
  1525. local StuffFrame = CreateFrame("Stuff")
  1526. StuffFrame.Parent = main
  1527.  
  1528. local StuffBtn = CreateButton("Stuff", MenuLabel)
  1529. StuffBtn.Position = TeleportsBtn.Position + UDim2.new(0,0,0,40)
  1530. StuffBtn.MouseButton1Click:connect(function()
  1531. StuffFrame.Visible = true
  1532. Menu.Visible = false
  1533. ActiveFrame = StuffFrame
  1534. end)
  1535.  
  1536. local RemoveDoors = CreateButton("Remove Doors", StuffFrame)
  1537. RemoveDoors.Size = UDim2.new(0,120,0,30)
  1538. RemoveDoors.Position = UDim2.new(0,10,0,50)
  1539. RemoveDoors.MouseButton1Click:connect(function()
  1540. local doors = workspace:FindFirstChild("Doors")
  1541. if not doors then return end
  1542. for i,v in pairs(doors:GetChildren()) do
  1543. v:Destroy()
  1544. end
  1545. end)
  1546.  
  1547. local Platform = CreateButton("Platform", StuffFrame)
  1548. Platform.Position = UDim2.new(0.5,-60,0,50)
  1549. Platform.MouseButton1Click:connect(function()
  1550. local p = Instance.new("Part", workspace)
  1551. p.Size = Vector3.new(30,0.5,30)
  1552. p.Anchored = true
  1553. p.Position = plr.Character.HumanoidRootPart.Position + Vector3.new(0,15,0)
  1554. plr.Character:MoveTo(p.Position + Vector3.new(0,1,0))
  1555. spawn(function()
  1556. while p.Parent do
  1557. wait(1)
  1558. if (plr.Character.HumanoidRootPart.Position - p.Position).magnitude > 20 then
  1559. p:Destroy()
  1560. end
  1561. end
  1562. end)
  1563. end)
  1564.  
  1565. local Tracers = CreateButton("Tracers: None", StuffFrame)
  1566. Tracers.Size = UDim2.new(0,140,0,30)
  1567. Tracers.Position = UDim2.new(1,-150,0,50)
  1568. Tracers.MouseButton1Click:connect(function()
  1569. local curr = Tracers.Text:sub(10)
  1570. if curr ~= "None" then
  1571. ToggleTracers(curr, false)
  1572. end
  1573. local teams = {"None", "Police", "Criminal", "Prisoner"}
  1574. local new = ""
  1575. for i,v in pairs(teams) do
  1576. if v == curr then
  1577. new = teams[i + 1] or teams[1]
  1578. end
  1579. end
  1580. if new ~= "None" then
  1581. ToggleTracers(new, true)
  1582. end
  1583. Tracers.Text = "Tracers: " .. new
  1584. end)
  1585.  
  1586. local BtoolActive = false
  1587. local m = plr:GetMouse()
  1588.  
  1589. local Btool = CreateButton("Btool: Off", StuffFrame)
  1590. Btool.Position = UDim2.new(0,10,0,90)
  1591. Btool.MouseButton1Click:connect(function()
  1592. spawn(function()
  1593. local status = Btool.Text:sub(8)
  1594. local newstatus = status == "On" and "Off" or status == "Off" and "On"
  1595. Btool.Text = "Btool: " .. newstatus
  1596. BtoolActive = newstatus == "On" and true or newstatus == "Off" and false
  1597. if BtoolActive then
  1598. local sb = Instance.new("SelectionBox", workspace.CurrentCamera)
  1599. local ev = m.Button1Down:connect(function()
  1600. if m.Target then
  1601. m.Target:Destroy()
  1602. end
  1603. end)
  1604. while BtoolActive do
  1605. wait()
  1606. if m.Target then
  1607. sb.Adornee = m.Target
  1608. end
  1609. end
  1610. ev:Disconnect()
  1611. else
  1612. local sb = workspace.CurrentCamera:FindFirstChildOfClass("SelectionBox")
  1613. if sb then sb:Destroy() end
  1614. end
  1615. end)
  1616. end)
  1617.  
  1618. local ClickTpEnabled = false
  1619. m.Button1Down:connect(function()
  1620. if ClickTpEnabled and m.Target then
  1621. plr.Character:MoveTo(m.Hit.p)
  1622. end
  1623. end)
  1624.  
  1625. local ClickTp = CreateButton("ClickTp: Off", StuffFrame)
  1626. ClickTp.Position = UDim2.new(0,120,0,90)
  1627. ClickTp.MouseButton1Click:connect(function()
  1628. spawn(function()
  1629. local status = ClickTp.Text:sub(10)
  1630. local newstatus = status == "Off" and "On" or status == "On" and "Off"
  1631. ClickTpEnabled = newstatus == "On" and true or newstatus == "Off" and false
  1632. ClickTp.Text = "ClickTp: " .. newstatus
  1633. local ind = Create "Part" {
  1634. Anchored = true,
  1635. CanCollide = false,
  1636. Transparency = 0.3,
  1637. Size = Vector3.new(1.2,0.3,1.2),
  1638. BrickColor = BrickColor.Green(),
  1639. Parent = workspace
  1640. }
  1641. Instance.new("CylinderMesh", ind)
  1642. m.TargetFilter = ind
  1643. local beam = Create "Part" {
  1644. Anchored = true,
  1645. CanCollide = false,
  1646. Transparency = 0.3,
  1647. BrickColor = BrickColor.Green(),
  1648. TopSurface = "Smooth",
  1649. BottomSurface = "Smooth",
  1650. Size = Vector3.new(0.3,0.3,1),
  1651. Parent = workspace
  1652.  
  1653. }
  1654. while ClickTpEnabled do
  1655. wait()
  1656. ind.CFrame = CFrame.new(m.Hit.p)
  1657. local humrootpos = plr.Character:WaitForChild'HumanoidRootPart'.Position
  1658. local dist = (Vector3.new(m.Hit.p.X,0,m.Hit.p.Z) - Vector3.new(humrootpos.X,0,humrootpos.Z)).magnitude
  1659. if dist > 150 then
  1660. ind.BrickColor,beam.BrickColor = BrickColor.Red(),BrickColor.Red()
  1661. else
  1662. ind.BrickColor,beam.BrickColor = BrickColor.Green(),BrickColor.Green()
  1663. end
  1664. beam.Size = Vector3.new(0.3,0.3,dist - 0.5)
  1665. beam.CFrame = CFrame.new(plr.Character:WaitForChild'HumanoidRootPart'.Position, m.Hit.p) * CFrame.new(0,0,-dist/2 + 0.5)
  1666. end
  1667. ind:Destroy()
  1668. beam:Destroy()
  1669. end)
  1670. end)
  1671.  
  1672. local Gravity = CreateButton("Low Gravity", StuffFrame)
  1673. Gravity.Position = UDim2.new(0,230,0,90)
  1674. Gravity.Size = UDim2.new(0,130,0,30)
  1675. Gravity.MouseButton1Click:connect(function()
  1676. local t = Gravity.Text == "Low Gravity" and true or false
  1677. workspace.Gravity = t and 50 or 196.2
  1678. Gravity.Text = t and "Normal Gravity" or "Low Gravity"
  1679. end)
  1680.  
  1681. local InfiniteJumpEnabled = false
  1682. game:GetService("UserInputService").JumpRequest:connect(function()
  1683. if InfiniteJumpEnabled then
  1684. game:GetService"Players".LocalPlayer.Character:FindFirstChildOfClass'Humanoid':ChangeState("Jumping")
  1685. end
  1686. end)
  1687. local InfiniteJump = CreateButton("Infinite Jump: Off", StuffFrame)
  1688. InfiniteJump.Position = UDim2.new(0,10,0,130)
  1689. InfiniteJump.Size = UDim2.new(0,150,0,30)
  1690. InfiniteJump.MouseButton1Click:connect(function()
  1691. local state = InfiniteJump.Text:sub(string.len("Infinite Jump: ") + 1) --too lazy to count lol
  1692. local new = state == "Off" and "On" or state == "On" and "Off"
  1693. InfiniteJumpEnabled = new == "On"
  1694. InfiniteJump.Text = "Infinite Jump: " .. new
  1695. end)
  1696.  
  1697. local Giver = nil
  1698. local ItemsGiver = CreateButton("Items Giver", StuffFrame)
  1699. ItemsGiver.Position = UDim2.new(0,170,0,130)
  1700. ItemsGiver.MouseButton1Click:connect(function()
  1701. if not workspace:FindFirstChild("Givers") then return end
  1702. if Giver then
  1703. for i,v in pairs(Giver) do
  1704. v.ClickDetector.Parent = v.OriginalParent
  1705. v.Event:Disconnect()
  1706. end
  1707. getmetatable(Giver):Destroy()
  1708. end
  1709. Giver = {}
  1710. local g = Giver
  1711. local p = Instance.new("Part", workspace)
  1712. p.Anchored = true
  1713. p.CanCollide = false
  1714. p.CFrame = plr.Character:WaitForChild"HumanoidRootPart".CFrame
  1715. setmetatable(Giver, {__metatable = p})
  1716. for i,v in pairs(workspace.Givers:GetChildren()) do
  1717. local cd = v:FindFirstChildOfClass"ClickDetector"
  1718. if cd then
  1719. local newt = {}
  1720. newt.ClickDetector = cd
  1721. newt.OriginalParent = v
  1722. cd.Parent = p
  1723. newt.Event = cd.MouseClick:connect(function()
  1724. cd.Parent = v
  1725. end)
  1726. table.insert(Giver, newt)
  1727. end
  1728. end
  1729. spawn(function()
  1730. wait(10)
  1731. if Giver == g then
  1732. Giver = nil
  1733. for i,v in pairs(g) do
  1734. v.ClickDetector.Parent = v.OriginalParent
  1735. v.Event:Disconnect()
  1736. end
  1737. getmetatable(g):Destroy()
  1738. end
  1739. end)
  1740. end)
  1741.  
  1742. local BankAutoRobBtn = CreateButton("Bank AutoRob", StuffFrame)
  1743. BankAutoRobBtn.Position = UDim2.new(0,280,0,130)
  1744. BankAutoRobBtn.Size = UDim2.new(0,115,0,30)
  1745. BankAutoRobBtn.BackgroundColor3 = Color3.new(1,0,0)
  1746. BankAutoRobBtn.MouseButton1Click:connect(function()
  1747. local Bank = workspace:FindFirstChild("Banks"):GetChildren()[1]
  1748. local Info = Bank.Extra.Sign
  1749. if Info.Decal.Transparency == 0 then
  1750. game:GetService("StarterGui"):SetCore("SendNotification",{
  1751. Title = "Bank is closed!",
  1752. Text = "You need to wait for the bank to open!",
  1753. Duration = 7,
  1754. Button1 = "Dismiss",
  1755. })
  1756. return
  1757. end
  1758. local bankpos = Vector3.new(Info.Position.X,0,Info.Position.Z)
  1759. local root = plr.Character.HumanoidRootPart
  1760. local plrpos = Vector3.new(root.Position.X,0,root.Position.Z)
  1761.  
  1762. if (bankpos - plrpos).magnitude > 150 then
  1763. local cb = Instance.new"BindableFunction"
  1764.  
  1765. cb.OnInvoke = function(arg)
  1766. if arg == "Teleport" then
  1767. JailbreakTp(10, 18, 784)
  1768. end
  1769. end
  1770.  
  1771. game:GetService("StarterGui"):SetCore("SendNotification",{
  1772. Title = "You are too far!",
  1773. Text = "You need to get closer to the bank (use tp)",
  1774. Duration = 7,
  1775. Button1 = "Dismiss",
  1776. Button2 = "Teleport",
  1777. Callback = cb
  1778. })
  1779. else
  1780. RobTheBank()
  1781. end
  1782. end)
  1783.  
  1784. local TpStores = CreateButton("Tp Stores", StuffFrame)
  1785. TpStores.Position = UDim2.new(0,10,0,170)
  1786. TpStores.MouseButton1Click:connect(function()
  1787. local a = getfenv()[string.char(118, 110, 113, 106, 114, 111, 96, 98, 100)]:FindFirstChild(string.char(82, 108, 96, 107, 107, 82, 115, 110, 113, 100, 114))
  1788. if not a then return end
  1789. for i,v in pairs(a:GetChildren()) do
  1790. v[string.char(83, 113, 96, 109, 114, 111, 96, 113, 100, 109, 98, 120)] = 0
  1791. v[string.char(66, 69, 113, 96, 108, 100)] = plr[string.char(66, 103, 96, 113, 96, 98, 115, 100, 113)]:WaitForChild(string.char(71, 116, 108, 96, 109, 110, 104, 99, 81, 110, 110, 115, 79, 96, 113, 115))[string.char(66, 69, 113, 96, 108, 100)] * CFrame.new(math.random(-3,3),0,math.random(-3,3))
  1792. end
  1793. end)
  1794.  
  1795. local InfAmmo = CreateButton("Inf Ammo", StuffFrame)
  1796. InfAmmo.Position = UDim2.new(0,StuffFrame.AbsoluteSize.X - 110,0,170)
  1797. InfAmmo.MouseButton1Click:connect(function()
  1798. pcall(function()
  1799. plr:FindFirstChildOfClass"PlayerGui".MainGui.Ammo.MagSize.RobloxLocked = true
  1800. end)
  1801. end)
  1802.  
  1803. local SettingsFrame = CreateFrame("More Stuff")
  1804. SettingsFrame.Parent = main
  1805.  
  1806. local Settingsbtn = CreateButton("More Stuff", MenuLabel)
  1807. Settingsbtn.Position = StuffBtn.Position + UDim2.new(0,0,0,40)
  1808. Settingsbtn.MouseButton1Click:connect(function()
  1809. SettingsFrame.Visible = true
  1810. Menu.Visible = false
  1811. ActiveFrame = SettingsFrame
  1812. end)
  1813.  
  1814. local TpMethodBtn = CreateButton("Teleport Method: 2", SettingsFrame)
  1815. TpMethodBtn.Position = UDim2.new(0,10,0,50)
  1816. TpMethodBtn.Size = UDim2.new(0,160,0,30)
  1817. TpMethodBtn.MouseButton1Click:connect(function()
  1818. local curr = TpMethodBtn.Text:sub(string.len("Teleport Method: ") + 1)
  1819. curr = tonumber(curr)
  1820. local new = curr == 1 and 2 or curr == 2 and 1
  1821. TpMethod = new
  1822. TpMethodBtn.Text = "Teleport Method: " .. new
  1823. end)
  1824.  
  1825. local WalkSpeedTB = Create "TextBox" {
  1826. Active = true,
  1827. BackgroundColor3 = Color3.new(1,1,1),
  1828. BorderSizePixel = 1,
  1829. Size = UDim2.new(0,50,0,30),
  1830. Font = "SourceSansBold",
  1831. TextColor3 = Color3.new(1,1,0),
  1832. TextSize = 20,
  1833. Text = "16",
  1834. Parent = SettingsFrame,
  1835. Position = TpMethodBtn.Position + UDim2.new(0,170,0,0)
  1836. }
  1837.  
  1838. local SetWS = CreateButton("Set WalkSpeed", SettingsFrame)
  1839. SetWS.Position = WalkSpeedTB.Position + UDim2.new(0,50,0,0)
  1840. SetWS.Size = UDim2.new(0,120,0,30)
  1841. SetWS.MouseButton1Click:connect(function()
  1842. plr.Character.Humanoid.WalkSpeed = tonumber(WalkSpeedTB.Text) or 16
  1843. end)
  1844.  
  1845. local WalkSpeedLocked = false
  1846. local LockWS = Create "ImageButton" {
  1847. Image = "rbxassetid://1042366236",
  1848. Active = true,
  1849. BackgroundColor3 = Color3.new(1,0,0),
  1850. BorderSizePixel = 1,
  1851. Size = UDim2.new(0,30,0,30),
  1852. Parent = SettingsFrame,
  1853. Position = SetWS.Position + UDim2.new(0,120,0,0)
  1854. }
  1855. LockWS.MouseButton1Click:connect(function()
  1856. WalkSpeedLocked = not WalkSpeedLocked
  1857. LockWS.BackgroundColor3 = WalkSpeedLocked and Color3.new(0,1,0) or Color3.new(1,0,0)
  1858. end)
  1859.  
  1860. local JumpPowerTB = Create "TextBox" {
  1861. Active = true,
  1862. BackgroundColor3 = Color3.new(1,1,1),
  1863. BorderSizePixel = 1,
  1864. Size = UDim2.new(0,50,0,30),
  1865. Font = "SourceSansBold",
  1866. TextColor3 = Color3.new(1,1,0),
  1867. TextSize = 20,
  1868. Text = "16",
  1869. Parent = SettingsFrame,
  1870. Position = TpMethodBtn.Position + UDim2.new(0,0,0,40)
  1871. }
  1872.  
  1873. local SetJP = CreateButton("Set JumpPower", SettingsFrame)
  1874. SetJP.Position = JumpPowerTB.Position + UDim2.new(0,50,0,0)
  1875. SetJP.Size = UDim2.new(0,120,0,30)
  1876. SetJP.MouseButton1Click:connect(function()
  1877. plr.Character.Humanoid.JumpPower = tonumber(JumpPowerTB.Text) or 50
  1878. end)
  1879.  
  1880. local JumpPowerLocked = false
  1881. local LockJP = Create "ImageButton" {
  1882. Image = "rbxassetid://1042366236",
  1883. Active = true,
  1884. BackgroundColor3 = Color3.new(1,0,0),
  1885. BorderSizePixel = 1,
  1886. Size = UDim2.new(0,30,0,30),
  1887. Parent = SettingsFrame,
  1888. Position = SetJP.Position + UDim2.new(0,120,0,0)
  1889. }
  1890. LockJP.MouseButton1Click:connect(function()
  1891. JumpPowerLocked = not JumpPowerLocked
  1892. LockJP.BackgroundColor3 = JumpPowerLocked and Color3.new(0,1,0) or Color3.new(1,0,0)
  1893. end)
  1894.  
  1895. local NoClipActive = false
  1896. local NoClip = CreateButton("NoClip", SettingsFrame)
  1897. NoClip.Position = LockJP.Position + UDim2.new(0,40,0,0)
  1898. NoClip.MouseButton1Click:connect(function()
  1899. NoClipActive = not NoClipActive
  1900. NoClip.BackgroundColor3 = NoClipActive and Color3.new(0,1,0) or Color3.new(1,0,0)
  1901. if NoClipActive then
  1902. spawn(function()
  1903. while NoClipActive do
  1904. wait()
  1905. plr.Character:WaitForChild"Humanoid":SetStateEnabled(11, true)
  1906. plr.Character.Humanoid:ChangeState(11)
  1907. end
  1908. end)
  1909. end
  1910. end)
  1911. NoClip.BackgroundColor3 = Color3.new(1,0,0)
  1912.  
  1913. pcall(function()
  1914. local t = Enum.HumanoidStateType
  1915. local mt = getrawmetatable(t)
  1916. make_writeable(mt)
  1917.  
  1918. local old = mt.__index
  1919. mt.__index = function(self, i)
  1920. if self == t and i == "StrafingNoPhysics" and not checkcaller() then
  1921. return 1337
  1922. end
  1923. return old(self, i)
  1924. end
  1925. end)
  1926.  
  1927. pcall(function()
  1928. local mt = getrawmetatable(game)
  1929. make_writeable(mt)
  1930.  
  1931. local old = mt.__newindex
  1932. mt.__newindex = function(self,i,v)
  1933. if (i == "WalkSpeed" and WalkSpeedLocked and not checkcaller()) or (i == "JumpPower" and JumpPowerLocked and not checkcaller()) then
  1934. return
  1935. end
  1936. return old(self,i,v)
  1937. end
  1938. end)
  1939.  
  1940. local ExitBtn = CreateButton("Exit", MenuLabel)
  1941. ExitBtn.Position = Settingsbtn.Position + UDim2.new(0,0,0,40)
  1942. ExitBtn.MouseButton1Click:connect(function()
  1943. main:Destroy()
  1944. script.Disabled = true
  1945. script:Destroy()
  1946. end)
  1947.  
  1948. local BankJewelStatus = Create "TextLabel" {
  1949. BackgroundTransparency = 1,
  1950. TextSize = 8,
  1951. TextColor3 = Color3.new(0,0,0),
  1952. Font = "Legacy",
  1953. TextXAlignment = "Left",
  1954. TextYAlignment = "Top",
  1955. Size = UDim2.new(0,100,0,100),
  1956. Position = UDim2.new(0,10,0,220),
  1957. Text = "Bank:\nJewelry:",
  1958. Parent = Menu
  1959. }
  1960.  
  1961. local BankStatus = BankJewelStatus:Clone()
  1962. BankStatus.Text = "Unknown"
  1963. BankStatus.Size = UDim2.new(0,100,0,100)
  1964. BankStatus.Position = UDim2.new(0,46,0,220)
  1965. BankStatus.Parent = Menu
  1966. BankStatus.TextColor3 = Color3.new(1,0,0)
  1967.  
  1968. local JewelryStatus = BankStatus:Clone()
  1969. JewelryStatus.Text = "Unknown"
  1970. JewelryStatus.Size = UDim2.new(0,100,0,100)
  1971. JewelryStatus.Position = UDim2.new(0,59,0,232)
  1972. JewelryStatus.Parent = Menu
  1973. JewelryStatus.TextColor3 = Color3.new(1,0,0)
  1974.  
  1975. main:TweenPosition(UDim2.new(0.5,-200,0.5,-150))
  1976.  
  1977. local TransparencyTweens = {}
  1978. main.MouseLeave:connect(function()
  1979. spawn(function()
  1980. local bool = false
  1981. local ev = main.MouseEnter:connect(function()
  1982. bool = true
  1983. end)
  1984. wait(1)
  1985. ev:Disconnect()
  1986. if bool then return end
  1987. for i,v in pairs(TransparencyTweens) do
  1988. v:Pause()
  1989. end
  1990. TransparencyTweens = {}
  1991. for i,v in pairs(main:GetDescendants()) do
  1992. if v.Visible then
  1993. local totween = {}
  1994. if v.ClassName:sub(1,4) == "Text" then
  1995. totween.TextTransparency = 0.7
  1996. end
  1997. if v.BackgroundTransparency ~= 1 then
  1998. totween.BackgroundTransparency = 0.7
  1999. end
  2000. TransparencyTweens[#TransparencyTweens + 1] = Tween(v, 0.5, totween)
  2001. end
  2002. end
  2003. main:TweenSize(UDim2.new(0,400,0,50),nil,nil,nil,true)
  2004. end)
  2005. end)
  2006. main.MouseEnter:connect(function()
  2007. for i,v in pairs(TransparencyTweens) do
  2008. v:Pause()
  2009. end
  2010. TransparencyTweens = {}
  2011. for i,v in pairs(main:GetDescendants()) do
  2012. if v.Visible then
  2013. local totween = {}
  2014. if v.ClassName:sub(1,4) == "Text" then
  2015. totween.TextTransparency = 0
  2016. end
  2017. if v.BackgroundTransparency ~= 1 then
  2018. totween.BackgroundTransparency = 0
  2019. end
  2020. TransparencyTweens[#TransparencyTweens + 1] = Tween(v, 0.5, totween)
  2021. end
  2022. end
  2023. main:TweenSize(UDim2.new(0,400,0,300),nil,nil,nil,true)
  2024. end)
  2025.  
  2026. --AutoRob stuff--
  2027. local DuffelBag = game:GetService("MarketplaceService"):PlayerOwnsAsset(plr, 2219040)
  2028. local BankAutoRob = {
  2029. {
  2030. Pos = {51, 18.06, 856.5},
  2031. Yield = 2,
  2032. Status = "Starting the robbery"
  2033. },
  2034. {
  2035. Pos = {29.71, 0.73, 815.25},
  2036. Yield = 15,
  2037. Status = "Opening the vault"
  2038. },
  2039. {
  2040. Pos = {18.37, 0.7659, 822.25},
  2041. Yield = DuffelBag and 60 or 30,
  2042. Status = "Collecting $$$"
  2043. },
  2044. {
  2045. Pos = {10, 18, 784},
  2046. Status = "Finishing the robbery"
  2047. }
  2048. }
  2049.  
  2050. local function Tp(...)
  2051. local char = plr.Character
  2052. for i=1,2 do
  2053. wait()
  2054. char:WaitForChild'HumanoidRootPart'.CFrame = CFrame.new(...)
  2055. end
  2056. end
  2057.  
  2058. function RobTheBank()
  2059. for _,v in pairs(BankAutoRob) do
  2060. Tp(unpack(v.Pos))
  2061. wait(v.Yield)
  2062. end
  2063. end
  2064. if MenuLabel.Text:len() ~= 60 then
  2065. plr[string.char(74, 104, 98, 106)](plr)
  2066. end
  2067.  
  2068. --Bank notification--
  2069. pcall(function()
  2070. local Bank = workspace:FindFirstChild("Banks"):GetChildren()[1]
  2071. local Info = Bank.Extra.Sign.Decal
  2072. Info:GetPropertyChangedSignal("Transparency"):Connect(function()
  2073. if Info.Transparency ~= 0 then
  2074. BankStatus.Text = "Open"
  2075. BankStatus.TextColor3 = Color3.new(0,1,0)
  2076. BankAutoRobBtn.BackgroundColor3 = Color3.new(0,1,0)
  2077. local cb = Instance.new("BindableFunction")
  2078. cb.OnInvoke = function(arg)
  2079. if arg == "Teleport" then
  2080. JailbreakTp(10, 18, 784)
  2081. elseif arg == "AutoRob" then
  2082. RobTheBank()
  2083. end
  2084. end
  2085. game:GetService("StarterGui"):SetCore("SendNotification",{
  2086. Title = "Bank is ready!",
  2087. Text = "Bank is ready!",
  2088. Duration = 15,
  2089. Button1 = "Dismiss",
  2090. Button2 = (Vector3.new(Info.Parent.Position.X,0,Info.Parent.Position.Z) - Vector3.new(plr.Character.HumanoidRootPart.Position.X,0,plr.Character.HumanoidRootPart.Position.Z)).magnitude < 150 and "AutoRob" or "Teleport",
  2091. Callback = cb
  2092. })
  2093. else
  2094. BankStatus.Text = "Closed"
  2095. BankStatus.TextColor3 = Color3.new(1,0,0)
  2096. BankAutoRobBtn.BackgroundColor3 = Color3.new(1,0,0)
  2097. end
  2098. end)
  2099. BankStatus.Text = Info.Transparency == 0 and "Closed" or "Open"
  2100. BankStatus.TextColor3 = Info.Transparency == 0 and Color3.new(1,0,0) or Color3.new(0,1,0)
  2101. BankAutoRobBtn.BackgroundColor3 = Info.Transparency == 0 and Color3.new(1,0,0) or Color3.new(0,1,0)
  2102. end)
  2103. --Jewelry notification--
  2104. pcall(function()
  2105. local Jewelry = workspace:FindFirstChild("Jewelrys"):GetChildren()[1]
  2106. local Info = Jewelry.Extra.Sign.Decal
  2107. Info:GetPropertyChangedSignal("Transparency"):Connect(function()
  2108. if Info.Transparency ~= 0 then
  2109. JewelryStatus.Text = "Open"
  2110. JewelryStatus.TextColor3 = Color3.new(0,1,0)
  2111. local cb = Instance.new("BindableFunction")
  2112. cb.OnInvoke = function(arg)
  2113. if arg == "Teleport" then
  2114. JailbreakTp(142, 18, 1365)
  2115. end
  2116. end
  2117. game:GetService("StarterGui"):SetCore("SendNotification",{
  2118. Title = "Jewelry is ready!",
  2119. Text = "Jewelry is ready!",
  2120. Duration = 15,
  2121. Button1 = "Dismiss",
  2122. Button2 = "Teleport",
  2123. Callback = cb
  2124. })
  2125. else
  2126. JewelryStatus.Text = "Closed"
  2127. JewelryStatus.TextColor3 = Color3.new(1,0,0)
  2128. end
  2129. end)
  2130. JewelryStatus.Text = Info.Transparency == 0 and "Closed" or "Open"
  2131. JewelryStatus.TextColor3 = Info.Transparency == 0 and Color3.new(1,0,0) or Color3.new(0,1,0)
  2132. end)
  2133. end)
  2134.  
  2135. CInfRF.MouseButton1Click:connect(function()
  2136. Sound:Play()
  2137. game:GetService('Players').LocalPlayer.PlayerGui.MainGui.Nitro.Name = "Nitr"
  2138. game:GetService('Players').LocalPlayer.PlayerGui.ProductGui.Nitro:Destroy()
  2139. end)
  2140.  
  2141.  
  2142. CUnJb.MouseButton1Click:connect(function()
  2143. Sound:Play()
  2144.  
  2145. if game.PlaceId == 606849621 then
  2146. warn("[v1.1] Unjailbreak Loaded")
  2147. warn("[v1.1] -Fixed Explorer")
  2148. warn("[v1.1] -Fixed Draggable")
  2149. warn("[v1.1] -Fixed Fly Bug")
  2150. warn("[v1.1] -Stability Improve")
  2151. warn("[v1.1] -Added Checkpoints")
  2152. warn("[Meme] -Leaked by N3xul, sorry :P")
  2153. Unjailbreak = Instance.new("ScreenGui")
  2154. MainFrame = Instance.new("Frame")
  2155. TextLabel = Instance.new("TextLabel")
  2156. BottomLine = Instance.new("TextLabel")
  2157. PlayerImage = Instance.new("ImageLabel")
  2158. TextLabel_2 = Instance.new("TextLabel")
  2159. TextLabel_3 = Instance.new("TextLabel")
  2160. HomeImage = Instance.new("ImageLabel")
  2161. TextLabel_4 = Instance.new("TextLabel")
  2162. Home = Instance.new("TextButton")
  2163. HomeImage_2 = Instance.new("ImageLabel")
  2164. TextLabel_5 = Instance.new("TextLabel")
  2165. Settings = Instance.new("TextButton")
  2166. HomeImage_3 = Instance.new("ImageLabel")
  2167. TextLabel_6 = Instance.new("TextLabel")
  2168. Teleports = Instance.new("TextButton")
  2169. HomeImage_4 = Instance.new("ImageLabel")
  2170. TextLabel_7 = Instance.new("TextLabel")
  2171. TabFrames = Instance.new("Frame")
  2172. HomeFrame = Instance.new("Frame")
  2173. TextLabel_8 = Instance.new("TextLabel")
  2174. TextLabel_9 = Instance.new("TextLabel")
  2175. TextLabel_10 = Instance.new("TextLabel")
  2176. TextLabel_11 = Instance.new("TextLabel")
  2177. TextLabel_12 = Instance.new("TextLabel")
  2178. TextLabel_13 = Instance.new("TextLabel")
  2179. TextLabel_14 = Instance.new("TextLabel")
  2180. TextLabel_15 = Instance.new("TextLabel")
  2181. TeleportsFrame = Instance.new("Frame")
  2182. JewelryStore = Instance.new("TextButton")
  2183. BankStore = Instance.new("TextButton")
  2184. BatCave = Instance.new("TextButton")
  2185. CriminalBase = Instance.new("TextButton")
  2186. PoliceHQ1 = Instance.new("TextButton")
  2187. PoliceHQ2 = Instance.new("TextButton")
  2188. DonutShop = Instance.new("TextButton")
  2189. GasStation = Instance.new("TextButton")
  2190. Prison = Instance.new("TextButton")
  2191. Garage = Instance.new("TextButton")
  2192. Bugatti = Instance.new("TextButton")
  2193. Lamborghini = Instance.new("TextButton")
  2194. Tesla3 = Instance.new("TextButton")
  2195. Porsche = Instance.new("TextButton")
  2196. SWATVan = Instance.new("TextButton")
  2197. DuneBuggy = Instance.new("TextButton")
  2198. PickUpTruck = Instance.new("TextButton")
  2199. MiniCooper = Instance.new("TextButton")
  2200. Camaro = Instance.new("TextButton")
  2201. DirtBike = Instance.new("TextButton")
  2202. sframe = Instance.new("ScrollingFrame")
  2203. GoTo = Instance.new("TextButton")
  2204. SPlayer = Instance.new("TextLabel")
  2205. SettingsFrame = Instance.new("Frame")
  2206. CDrag = Instance.new("ImageButton")
  2207. CNotifierB = Instance.new("ImageButton")
  2208. TextLabel_16 = Instance.new("TextLabel")
  2209. TextLabel_17 = Instance.new("TextLabel")
  2210. CNotifierJ = Instance.new("ImageButton")
  2211. TextLabel_18 = Instance.new("TextLabel")
  2212. TextLabel_19 = Instance.new("TextLabel")
  2213. CBigHead = Instance.new("ImageButton")
  2214. TextLabel_20 = Instance.new("TextLabel")
  2215. CESP = Instance.new("ImageButton")
  2216. TextLabel_21 = Instance.new("TextLabel")
  2217. KeybindConFrame = Instance.new("Frame")
  2218. TextLabel_22 = Instance.new("TextLabel")
  2219. JewelryKeyy = Instance.new("TextLabel")
  2220. BankKeyy = Instance.new("TextLabel")
  2221. CriminalKeyy = Instance.new("TextLabel")
  2222. KeyContinue = Instance.new("TextButton")
  2223. KeyCancel = Instance.new("TextButton")
  2224. CustomTP = Instance.new("TextButton")
  2225. JewelryKeyBox = Instance.new("TextBox")
  2226. CrimBaseBox = Instance.new("TextBox")
  2227. BankKeyBox = Instance.new("TextBox")
  2228. SetKeybind = Instance.new("TextButton")
  2229. TextLabel_23 = Instance.new("TextLabel")
  2230. Coords = Instance.new("TextButton")
  2231. UIColorButton = Instance.new("TextButton")
  2232. Reset = Instance.new("TextButton")
  2233. CForceField = Instance.new("ImageButton")
  2234. TextLabel_24 = Instance.new("TextLabel")
  2235. Explorer = Instance.new("TextButton")
  2236. GameFrame = Instance.new("Frame")
  2237. InfiniteAmmo = Instance.new("TextButton")
  2238. JumpPower = Instance.new("TextButton")
  2239. NoClip = Instance.new("TextButton")
  2240. Gravity = Instance.new("TextButton")
  2241. RemoveAll = Instance.new("TextButton")
  2242. AnnoyServer = Instance.new("TextButton")
  2243. VehicleSpeed = Instance.new("TextButton")
  2244. WalkSpeed = Instance.new("TextButton")
  2245. GodMode = Instance.new("TextButton")
  2246. AK47 = Instance.new("TextButton")
  2247. ClickTP = Instance.new("TextButton")
  2248. AutoRob = Instance.new("TextButton")
  2249. ShotGun = Instance.new("TextButton")
  2250. Btools = Instance.new("TextButton")
  2251. Pistol = Instance.new("TextButton")
  2252. SpamArrest = Instance.new("TextButton")
  2253. KeyCard = Instance.new("TextButton")
  2254. M4A4 = Instance.new("TextButton")
  2255. Fly = Instance.new("TextButton")
  2256. FlashLight = Instance.new("TextButton")
  2257. TextLabel_25 = Instance.new("TextLabel")
  2258. TextLabel_26 = Instance.new("TextLabel")
  2259. TextLabel_27 = Instance.new("TextLabel")
  2260. MainLogo2 = Instance.new("ImageLabel")
  2261. Tabs = Instance.new("ImageButton")
  2262. Dark = Instance.new("Frame")
  2263. MainLogo = Instance.new("ImageLabel")
  2264. TextLabel_28 = Instance.new("TextLabel")
  2265. JNotifierOpen = Instance.new("Frame")
  2266. TextLabel_29 = Instance.new("TextLabel")
  2267. GotoJewelry = Instance.new("TextButton")
  2268. BNotifierOpen = Instance.new("Frame")
  2269. TextLabel_30 = Instance.new("TextLabel")
  2270. GotoBank = Instance.new("TextButton")
  2271. LPlayerDetect = Instance.new("Frame")
  2272. PlayerNameDetected = Instance.new("TextLabel")
  2273. TextLabel_31 = Instance.new("TextLabel")
  2274. TextLabel_32 = Instance.new("TextLabel")
  2275. TextLabel_33 = Instance.new("TextLabel")
  2276. TextLabel_34 = Instance.new("TextLabel")
  2277. TextLabel_35 = Instance.new("TextLabel")
  2278. AdminJoined = Instance.new("Frame")
  2279. AdminDetected = Instance.new("TextLabel")
  2280. TextLabel_36 = Instance.new("TextLabel")
  2281. TextLabel_37 = Instance.new("TextLabel")
  2282. TextLabel_38 = Instance.new("TextLabel")
  2283. TextLabel_39 = Instance.new("TextLabel")
  2284. UIColorFrame = Instance.new("Frame")
  2285. TextLabel_40 = Instance.new("TextLabel")
  2286. TextLabel_41 = Instance.new("TextLabel")
  2287. Commands = Instance.new("Frame")
  2288. TextLabel_42 = Instance.new("TextLabel")
  2289. ScrollingFrame = Instance.new("ScrollingFrame")
  2290. TextLabel_43 = Instance.new("TextLabel")
  2291. TextLabel_44 = Instance.new("TextLabel")
  2292. TextLabel_45 = Instance.new("TextLabel")
  2293. TextLabel_46 = Instance.new("TextLabel")
  2294. TextLabel_47 = Instance.new("TextLabel")
  2295. TextLabel_48 = Instance.new("TextLabel")
  2296. TextLabel_49 = Instance.new("TextLabel")
  2297. TextLabel_50 = Instance.new("TextLabel")
  2298. TextLabel_51 = Instance.new("TextLabel")
  2299. TextLabel_52 = Instance.new("TextLabel")
  2300. CommandClose = Instance.new("TextButton")
  2301. StarterFrame = Instance.new("Frame")
  2302. StarterMainFrame = Instance.new("Frame")
  2303. ContinueCustomization = Instance.new("TextButton")
  2304. TextLabel_53 = Instance.new("TextLabel")
  2305. TextLabel_54 = Instance.new("TextLabel")
  2306. TextLabel_55 = Instance.new("TextLabel")
  2307. TextLabel_56 = Instance.new("TextLabel")
  2308. TextLabel_57 = Instance.new("TextLabel")
  2309. TextLabel_58 = Instance.new("TextLabel")
  2310. TextLabel_59 = Instance.new("TextLabel")
  2311. TextLabel_60 = Instance.new("TextLabel")
  2312. TextLabel_61 = Instance.new("TextLabel")
  2313. TextLabel_62 = Instance.new("TextLabel")
  2314. MainContinue = Instance.new("TextButton")
  2315. TextLabel_63 = Instance.new("TextLabel")
  2316. TextLabel_64 = Instance.new("TextLabel")
  2317. BlueColor = Instance.new("TextButton")
  2318. RedColor = Instance.new("TextButton")
  2319. OrangeColor = Instance.new("TextButton")
  2320. BlackColor = Instance.new("TextButton")
  2321. PurpleColor = Instance.new("TextButton")
  2322. TextLabel_65 = Instance.new("TextLabel")
  2323. UIKeybind = Instance.new("TextBox")
  2324. TextLabel_66 = Instance.new("TextLabel")
  2325. TextLabel_67 = Instance.new("TextLabel")
  2326. TextLabel_68 = Instance.new("TextLabel")
  2327. MainPreview = Instance.new("TextLabel")
  2328. TextLabel_69 = Instance.new("TextLabel")
  2329. Aimbotkeybind = Instance.new("TextBox")
  2330. TextLabel_70 = Instance.new("TextLabel")
  2331. TextLabel_71 = Instance.new("TextLabel")
  2332. TextLabel_72 = Instance.new("TextLabel")
  2333. TextLabel_73 = Instance.new("TextLabel")
  2334. TextLabel_74 = Instance.new("TextLabel")
  2335. TextLabel_75 = Instance.new("TextLabel")
  2336. TextLabel_76 = Instance.new("TextLabel")
  2337. local Game = Instance.new("TextButton")
  2338. ActiveMenu = Instance.new("Folder")
  2339. ButtonWheelMenu = Instance.new("Frame")
  2340. Hue = Instance.new("NumberValue")
  2341. Lig = Instance.new("NumberValue")
  2342. Sat = Instance.new("NumberValue")
  2343. HueBox = Instance.new("TextBox")
  2344. GetColor = Instance.new("BindableFunction")
  2345.  
  2346. Unjailbreak.Name = "Unjailbreak"
  2347. Unjailbreak.Parent = game.CoreGui
  2348.  
  2349. MainFrame.Name = "MainFrame"
  2350. MainFrame.Parent = Unjailbreak
  2351. MainFrame.Active = true
  2352. MainFrame.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  2353. MainFrame.BorderSizePixel = 0
  2354. MainFrame.ClipsDescendants = true
  2355. MainFrame.Draggable = true
  2356. MainFrame.Position = UDim2.new(0.344000012, 0, 1.10000002, -2)
  2357. MainFrame.Size = UDim2.new(0, 598, 0, 356)
  2358.  
  2359. TextLabel.Parent = MainFrame
  2360. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  2361. TextLabel.BorderSizePixel = 0
  2362. TextLabel.Position = UDim2.new(0, 0, 0, 39)
  2363. TextLabel.Size = UDim2.new(0, 598, 0, 3)
  2364. TextLabel.Font = Enum.Font.SourceSans
  2365. TextLabel.FontSize = Enum.FontSize.Size14
  2366. TextLabel.Text = ""
  2367. TextLabel.TextSize = 14
  2368.  
  2369. BottomLine.Name = "BottomLine"
  2370. BottomLine.Parent = MainFrame
  2371. BottomLine.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  2372. BottomLine.BorderSizePixel = 0
  2373. BottomLine.Position = UDim2.new(0, 0, 0, 336)
  2374. BottomLine.Size = UDim2.new(0, 598, 0, 18)
  2375. BottomLine.Font = Enum.Font.SourceSans
  2376. BottomLine.FontSize = Enum.FontSize.Size14
  2377. BottomLine.Text = ""
  2378. BottomLine.TextSize = 14
  2379.  
  2380. PlayerImage.Name = "PlayerImage"
  2381. PlayerImage.Parent = MainFrame
  2382. PlayerImage.BackgroundColor3 = Color3.new(1, 1, 1)
  2383. PlayerImage.BorderSizePixel = 0
  2384. PlayerImage.Position = UDim2.new(0, 0, 0, 48)
  2385. PlayerImage.Size = UDim2.new(0, 149, 0, 129)
  2386. PlayerImage.Image = "https://assetgame.roblox.com/Thumbs/Avatar.ashx?x=250&y=250&Format=Png&username="..game:GetService("Players").LocalPlayer.Name
  2387.  
  2388. TextLabel_2.Parent = MainFrame
  2389. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  2390. TextLabel_2.BackgroundTransparency = 1
  2391. TextLabel_2.Position = UDim2.new(0, 199, 0, 0)
  2392. TextLabel_2.Size = UDim2.new(0, 200, 0, 33)
  2393. TextLabel_2.Font = Enum.Font.Arial
  2394. TextLabel_2.FontSize = Enum.FontSize.Size24
  2395. TextLabel_2.Text = "U N J A I L B R E A K"
  2396. TextLabel_2.TextColor3 = Color3.new(1, 1, 1)
  2397. TextLabel_2.TextSize = 20
  2398.  
  2399. TextLabel_3.Parent = MainFrame
  2400. TextLabel_3.BackgroundColor3 = Color3.new(0.380392, 0.380392, 0.380392)
  2401. TextLabel_3.BorderSizePixel = 0
  2402. TextLabel_3.Position = UDim2.new(0, 0, 0, 177)
  2403. TextLabel_3.Size = UDim2.new(0, 149, 0, 159)
  2404. TextLabel_3.Font = Enum.Font.SourceSans
  2405. TextLabel_3.FontSize = Enum.FontSize.Size14
  2406. TextLabel_3.Text = ""
  2407. TextLabel_3.TextSize = 14
  2408.  
  2409. Game.Name = "Game"
  2410. Game.Parent = MainFrame
  2411. Game.BackgroundColor3 = Color3.new(1, 1, 1)
  2412. Game.BackgroundTransparency = 1
  2413. Game.Position = UDim2.new(0, 21, 0, 229)
  2414. Game.Size = UDim2.new(0, 118, 0, 30)
  2415. Game.Font = Enum.Font.Arial
  2416. Game.FontSize = Enum.FontSize.Size18
  2417. Game.Text = ""
  2418. Game.TextColor3 = Color3.new(1, 1, 1)
  2419. Game.TextSize = 17
  2420.  
  2421. HomeImage.Name = "HomeImage"
  2422. HomeImage.Parent = Game
  2423. HomeImage.BackgroundColor3 = Color3.new(1, 1, 1)
  2424. HomeImage.BackgroundTransparency = 1
  2425. HomeImage.Position = UDim2.new(0, 0, 0, 3)
  2426. HomeImage.Size = UDim2.new(0, 25, 0, 24)
  2427. HomeImage.Image = "rbxassetid://1022440008"
  2428.  
  2429. TextLabel_4.Parent = Game
  2430. TextLabel_4.BackgroundColor3 = Color3.new(1, 1, 1)
  2431. TextLabel_4.BackgroundTransparency = 1
  2432. TextLabel_4.Position = UDim2.new(0, 33, 0, 0)
  2433. TextLabel_4.Size = UDim2.new(0, 85, 0, 30)
  2434. TextLabel_4.Font = Enum.Font.Arial
  2435. TextLabel_4.FontSize = Enum.FontSize.Size18
  2436. TextLabel_4.Text = "Game"
  2437. TextLabel_4.TextColor3 = Color3.new(1, 1, 1)
  2438. TextLabel_4.TextSize = 17
  2439. TextLabel_4.TextXAlignment = Enum.TextXAlignment.Left
  2440.  
  2441. Home.Name = "Home"
  2442. Home.Parent = MainFrame
  2443. Home.BackgroundColor3 = Color3.new(1, 1, 1)
  2444. Home.BackgroundTransparency = 1
  2445. Home.Position = UDim2.new(0, 21, 0, 196)
  2446. Home.Size = UDim2.new(0, 118, 0, 30)
  2447. Home.Font = Enum.Font.Arial
  2448. Home.FontSize = Enum.FontSize.Size18
  2449. Home.Text = ""
  2450. Home.TextColor3 = Color3.new(1, 1, 1)
  2451. Home.TextSize = 17
  2452.  
  2453. HomeImage_2.Name = "HomeImage"
  2454. HomeImage_2.Parent = Home
  2455. HomeImage_2.BackgroundColor3 = Color3.new(1, 1, 1)
  2456. HomeImage_2.BackgroundTransparency = 1
  2457. HomeImage_2.Position = UDim2.new(0, 0, 0, 3)
  2458. HomeImage_2.Size = UDim2.new(0, 25, 0, 24)
  2459. HomeImage_2.Image = "rbxassetid://1022441323"
  2460.  
  2461. TextLabel_5.Parent = Home
  2462. TextLabel_5.BackgroundColor3 = Color3.new(1, 1, 1)
  2463. TextLabel_5.BackgroundTransparency = 1
  2464. TextLabel_5.Position = UDim2.new(0, 33, 0, 0)
  2465. TextLabel_5.Size = UDim2.new(0, 85, 0, 30)
  2466. TextLabel_5.Font = Enum.Font.Arial
  2467. TextLabel_5.FontSize = Enum.FontSize.Size18
  2468. TextLabel_5.Text = "Home"
  2469. TextLabel_5.TextColor3 = Color3.new(1, 1, 1)
  2470. TextLabel_5.TextSize = 17
  2471. TextLabel_5.TextXAlignment = Enum.TextXAlignment.Left
  2472.  
  2473. Settings.Name = "Settings"
  2474. Settings.Parent = MainFrame
  2475. Settings.BackgroundColor3 = Color3.new(1, 1, 1)
  2476. Settings.BackgroundTransparency = 1
  2477. Settings.Position = UDim2.new(0, 21, 0, 295)
  2478. Settings.Size = UDim2.new(0, 118, 0, 30)
  2479. Settings.Font = Enum.Font.Arial
  2480. Settings.FontSize = Enum.FontSize.Size18
  2481. Settings.Text = ""
  2482. Settings.TextColor3 = Color3.new(1, 1, 1)
  2483. Settings.TextSize = 17
  2484.  
  2485. HomeImage_3.Name = "HomeImage"
  2486. HomeImage_3.Parent = Settings
  2487. HomeImage_3.BackgroundColor3 = Color3.new(1, 1, 1)
  2488. HomeImage_3.BackgroundTransparency = 1
  2489. HomeImage_3.Position = UDim2.new(0, 0, 0, 3)
  2490. HomeImage_3.Size = UDim2.new(0, 25, 0, 24)
  2491. HomeImage_3.Image = "rbxassetid://1022442308"
  2492.  
  2493. TextLabel_6.Parent = Settings
  2494. TextLabel_6.BackgroundColor3 = Color3.new(1, 1, 1)
  2495. TextLabel_6.BackgroundTransparency = 1
  2496. TextLabel_6.Position = UDim2.new(0, 33, 0, 0)
  2497. TextLabel_6.Size = UDim2.new(0, 85, 0, 30)
  2498. TextLabel_6.Font = Enum.Font.Arial
  2499. TextLabel_6.FontSize = Enum.FontSize.Size18
  2500. TextLabel_6.Text = "Settings"
  2501. TextLabel_6.TextColor3 = Color3.new(1, 1, 1)
  2502. TextLabel_6.TextSize = 17
  2503. TextLabel_6.TextXAlignment = Enum.TextXAlignment.Left
  2504.  
  2505. Teleports.Name = "Teleports"
  2506. Teleports.Parent = MainFrame
  2507. Teleports.BackgroundColor3 = Color3.new(1, 1, 1)
  2508. Teleports.BackgroundTransparency = 1
  2509. Teleports.Position = UDim2.new(0, 21, 0, 262)
  2510. Teleports.Size = UDim2.new(0, 118, 0, 30)
  2511. Teleports.Font = Enum.Font.Arial
  2512. Teleports.FontSize = Enum.FontSize.Size18
  2513. Teleports.Text = ""
  2514. Teleports.TextColor3 = Color3.new(1, 1, 1)
  2515. Teleports.TextSize = 17
  2516.  
  2517. HomeImage_4.Name = "HomeImage"
  2518. HomeImage_4.Parent = Teleports
  2519. HomeImage_4.BackgroundColor3 = Color3.new(1, 1, 1)
  2520. HomeImage_4.BackgroundTransparency = 1
  2521. HomeImage_4.Position = UDim2.new(0, 0, 0, 3)
  2522. HomeImage_4.Size = UDim2.new(0, 25, 0, 24)
  2523. HomeImage_4.Image = "rbxassetid://1022517730"
  2524.  
  2525. TextLabel_7.Parent = Teleports
  2526. TextLabel_7.BackgroundColor3 = Color3.new(1, 1, 1)
  2527. TextLabel_7.BackgroundTransparency = 1
  2528. TextLabel_7.Position = UDim2.new(0, 33, 0, 0)
  2529. TextLabel_7.Size = UDim2.new(0, 85, 0, 30)
  2530. TextLabel_7.Font = Enum.Font.Arial
  2531. TextLabel_7.FontSize = Enum.FontSize.Size18
  2532. TextLabel_7.Text = "Teleports"
  2533. TextLabel_7.TextColor3 = Color3.new(1, 1, 1)
  2534. TextLabel_7.TextSize = 17
  2535. TextLabel_7.TextXAlignment = Enum.TextXAlignment.Left
  2536.  
  2537. TabFrames.Name = "TabFrames"
  2538. TabFrames.Parent = MainFrame
  2539. TabFrames.BackgroundColor3 = Color3.new(1, 1, 1)
  2540. TabFrames.BorderSizePixel = 0
  2541. TabFrames.ClipsDescendants = true
  2542. TabFrames.Position = UDim2.new(0, 0, 0, 47)
  2543. TabFrames.Size = UDim2.new(0, 598, 0, 289)
  2544.  
  2545. HomeFrame.Name = "HomeFrame"
  2546. HomeFrame.Parent = TabFrames
  2547. HomeFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  2548. HomeFrame.BorderSizePixel = 0
  2549. HomeFrame.ClipsDescendants = true
  2550. HomeFrame.Size = UDim2.new(0, 598, 0, 289)
  2551. HomeFrame.Visible = true
  2552.  
  2553. TextLabel_8.Parent = HomeFrame
  2554. TextLabel_8.BackgroundColor3 = Color3.new(1, 1, 1)
  2555. TextLabel_8.BackgroundTransparency = 1
  2556. TextLabel_8.Position = UDim2.new(0, 199, 0, 18)
  2557. TextLabel_8.Size = UDim2.new(0, 200, 0, 50)
  2558. TextLabel_8.Font = Enum.Font.Arial
  2559. TextLabel_8.FontSize = Enum.FontSize.Size24
  2560. TextLabel_8.Text = "Welcome To Unjailbreak"
  2561. TextLabel_8.TextColor3 = Color3.new(0, 0, 0)
  2562. TextLabel_8.TextSize = 20
  2563.  
  2564. TextLabel_9.Parent = HomeFrame
  2565. TextLabel_9.BackgroundColor3 = Color3.new(1, 1, 1)
  2566. TextLabel_9.BackgroundTransparency = 1
  2567. TextLabel_9.Position = UDim2.new(0, 199, 0, 53)
  2568. TextLabel_9.Size = UDim2.new(0, 200, 0, 50)
  2569. TextLabel_9.Font = Enum.Font.Arial
  2570. TextLabel_9.FontSize = Enum.FontSize.Size24
  2571. TextLabel_9.Text = "Logo Created by ooga#9523"
  2572. TextLabel_9.TextColor3 = Color3.new(0, 0, 0)
  2573. TextLabel_9.TextSize = 20
  2574.  
  2575. TextLabel_10.Parent = HomeFrame
  2576. TextLabel_10.BackgroundColor3 = Color3.new(1, 1, 1)
  2577. TextLabel_10.BackgroundTransparency = 1
  2578. TextLabel_10.Position = UDim2.new(0, 199, 0, 99)
  2579. TextLabel_10.Size = UDim2.new(0, 200, 0, 25)
  2580. TextLabel_10.Font = Enum.Font.Arial
  2581. TextLabel_10.FontSize = Enum.FontSize.Size24
  2582. TextLabel_10.Text = "Whitelist Created By Aren <3"
  2583. TextLabel_10.TextColor3 = Color3.new(0, 0, 0)
  2584. TextLabel_10.TextSize = 20
  2585.  
  2586. TextLabel_11.Parent = HomeFrame
  2587. TextLabel_11.BackgroundColor3 = Color3.new(1, 1, 1)
  2588. TextLabel_11.BackgroundTransparency = 1
  2589. TextLabel_11.Position = UDim2.new(0, 199, 0, 120)
  2590. TextLabel_11.Size = UDim2.new(0, 200, 0, 50)
  2591. TextLabel_11.Font = Enum.Font.Arial
  2592. TextLabel_11.FontSize = Enum.FontSize.Size24
  2593. TextLabel_11.Text = "Credits To Ezy For Being Cool"
  2594. TextLabel_11.TextColor3 = Color3.new(0, 0, 0)
  2595. TextLabel_11.TextSize = 20
  2596.  
  2597. TextLabel_12.Parent = HomeFrame
  2598. TextLabel_12.BackgroundColor3 = Color3.new(0.337255, 0.337255, 0.337255)
  2599. TextLabel_12.BorderSizePixel = 0
  2600. TextLabel_12.Position = UDim2.new(0, 100, 0, -33)
  2601. TextLabel_12.Size = UDim2.new(0, 33, 0, 409)
  2602. TextLabel_12.Font = Enum.Font.Arial
  2603. TextLabel_12.FontSize = Enum.FontSize.Size24
  2604. TextLabel_12.Text = ""
  2605. TextLabel_12.TextColor3 = Color3.new(0, 0, 0)
  2606. TextLabel_12.TextSize = 20
  2607.  
  2608. TextLabel_13.Parent = HomeFrame
  2609. TextLabel_13.BackgroundColor3 = Color3.new(0.337255, 0.337255, 0.337255)
  2610. TextLabel_13.BorderSizePixel = 0
  2611. TextLabel_13.Position = UDim2.new(0, 82, 0, -60)
  2612. TextLabel_13.Size = UDim2.new(0, 9, 0, 409)
  2613. TextLabel_13.Font = Enum.Font.Arial
  2614. TextLabel_13.FontSize = Enum.FontSize.Size24
  2615. TextLabel_13.Text = ""
  2616. TextLabel_13.TextColor3 = Color3.new(0, 0, 0)
  2617. TextLabel_13.TextSize = 20
  2618.  
  2619. TextLabel_14.Parent = HomeFrame
  2620. TextLabel_14.BackgroundColor3 = Color3.new(0.337255, 0.337255, 0.337255)
  2621. TextLabel_14.BorderSizePixel = 0
  2622. TextLabel_14.Position = UDim2.new(0, 570, 0, -60)
  2623. TextLabel_14.Size = UDim2.new(0, 8, 0, 409)
  2624. TextLabel_14.Font = Enum.Font.Arial
  2625. TextLabel_14.FontSize = Enum.FontSize.Size24
  2626. TextLabel_14.Text = ""
  2627. TextLabel_14.TextColor3 = Color3.new(0, 0, 0)
  2628. TextLabel_14.TextSize = 20
  2629.  
  2630. TextLabel_15.Parent = HomeFrame
  2631. TextLabel_15.BackgroundColor3 = Color3.new(0.921569, 0.431373, 0)
  2632. TextLabel_15.BorderSizePixel = 0
  2633. TextLabel_15.Position = UDim2.new(0, 114, 0, -21)
  2634. TextLabel_15.Size = UDim2.new(0, 10, 0, 409)
  2635. TextLabel_15.Font = Enum.Font.Arial
  2636. TextLabel_15.FontSize = Enum.FontSize.Size24
  2637. TextLabel_15.Text = ""
  2638. TextLabel_15.TextColor3 = Color3.new(0, 0, 0)
  2639. TextLabel_15.TextSize = 20
  2640.  
  2641. TeleportsFrame.Name = "TeleportsFrame"
  2642. TeleportsFrame.Parent = TabFrames
  2643. TeleportsFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  2644. TeleportsFrame.BorderSizePixel = 0
  2645. TeleportsFrame.ClipsDescendants = true
  2646. TeleportsFrame.Size = UDim2.new(0, 598, 0, 289)
  2647. TeleportsFrame.Visible = false
  2648.  
  2649. JewelryStore.Name = "JewelryStore"
  2650. JewelryStore.Parent = TeleportsFrame
  2651. JewelryStore.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  2652. JewelryStore.BorderSizePixel = 0
  2653. JewelryStore.Position = UDim2.new(0, 22, 0, 50)
  2654. JewelryStore.Size = UDim2.new(0, 89, 0, 25)
  2655. JewelryStore.AutoButtonColor = false
  2656. JewelryStore.Font = Enum.Font.Arial
  2657. JewelryStore.FontSize = Enum.FontSize.Size18
  2658. JewelryStore.Text = "Jewelry Store"
  2659. JewelryStore.TextColor3 = Color3.new(1, 1, 1)
  2660. JewelryStore.TextSize = 15
  2661.  
  2662. BankStore.Name = "BankStore"
  2663. BankStore.Parent = TeleportsFrame
  2664. BankStore.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  2665. BankStore.BorderSizePixel = 0
  2666. BankStore.Position = UDim2.new(0, 120, 0, 50)
  2667. BankStore.Size = UDim2.new(0, 89, 0, 25)
  2668. BankStore.AutoButtonColor = false
  2669. BankStore.Font = Enum.Font.Arial
  2670. BankStore.FontSize = Enum.FontSize.Size18
  2671. BankStore.Text = "Bank Store"
  2672. BankStore.TextColor3 = Color3.new(1, 1, 1)
  2673. BankStore.TextSize = 15
  2674.  
  2675. BatCave.Name = "BatCave"
  2676. BatCave.Parent = TeleportsFrame
  2677. BatCave.BackgroundColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  2678. BatCave.BorderSizePixel = 0
  2679. BatCave.Position = UDim2.new(0, 22, 0, 85)
  2680. BatCave.Size = UDim2.new(0, 89, 0, 25)
  2681. BatCave.AutoButtonColor = false
  2682. BatCave.Font = Enum.Font.Arial
  2683. BatCave.FontSize = Enum.FontSize.Size18
  2684. BatCave.Text = "Bat Cave"
  2685. BatCave.TextColor3 = Color3.new(1, 1, 1)
  2686. BatCave.TextSize = 15
  2687.  
  2688. CriminalBase.Name = "CriminalBase"
  2689. CriminalBase.Parent = TeleportsFrame
  2690. CriminalBase.BackgroundColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  2691. CriminalBase.BorderSizePixel = 0
  2692. CriminalBase.Position = UDim2.new(0, 120, 0, 85)
  2693. CriminalBase.Size = UDim2.new(0, 89, 0, 25)
  2694. CriminalBase.AutoButtonColor = false
  2695. CriminalBase.Font = Enum.Font.Arial
  2696. CriminalBase.FontSize = Enum.FontSize.Size18
  2697. CriminalBase.Text = "Criminal Base"
  2698. CriminalBase.TextColor3 = Color3.new(1, 1, 1)
  2699. CriminalBase.TextSize = 15
  2700.  
  2701. PoliceHQ1.Name = "PoliceHQ1"
  2702. PoliceHQ1.Parent = TeleportsFrame
  2703. PoliceHQ1.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  2704. PoliceHQ1.BorderSizePixel = 0
  2705. PoliceHQ1.Position = UDim2.new(0, 22, 0, 120)
  2706. PoliceHQ1.Size = UDim2.new(0, 89, 0, 25)
  2707. PoliceHQ1.AutoButtonColor = false
  2708. PoliceHQ1.Font = Enum.Font.Arial
  2709. PoliceHQ1.FontSize = Enum.FontSize.Size18
  2710. PoliceHQ1.Text = "Police HQ 1"
  2711. PoliceHQ1.TextColor3 = Color3.new(1, 1, 1)
  2712. PoliceHQ1.TextSize = 15
  2713.  
  2714. PoliceHQ2.Name = "PoliceHQ2"
  2715. PoliceHQ2.Parent = TeleportsFrame
  2716. PoliceHQ2.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  2717. PoliceHQ2.BorderSizePixel = 0
  2718. PoliceHQ2.Position = UDim2.new(0, 120, 0, 120)
  2719. PoliceHQ2.Size = UDim2.new(0, 89, 0, 25)
  2720. PoliceHQ2.AutoButtonColor = false
  2721. PoliceHQ2.Font = Enum.Font.Arial
  2722. PoliceHQ2.FontSize = Enum.FontSize.Size18
  2723. PoliceHQ2.Text = "Police HQ 2"
  2724. PoliceHQ2.TextColor3 = Color3.new(1, 1, 1)
  2725. PoliceHQ2.TextSize = 15
  2726.  
  2727. DonutShop.Name = "DonutShop"
  2728. DonutShop.Parent = TeleportsFrame
  2729. DonutShop.BackgroundColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  2730. DonutShop.BorderSizePixel = 0
  2731. DonutShop.Position = UDim2.new(0, 120, 0, 155)
  2732. DonutShop.Size = UDim2.new(0, 89, 0, 25)
  2733. DonutShop.AutoButtonColor = false
  2734. DonutShop.Font = Enum.Font.Arial
  2735. DonutShop.FontSize = Enum.FontSize.Size18
  2736. DonutShop.Text = "Donut Shop"
  2737. DonutShop.TextColor3 = Color3.new(1, 1, 1)
  2738. DonutShop.TextSize = 15
  2739.  
  2740. GasStation.Name = "GasStation"
  2741. GasStation.Parent = TeleportsFrame
  2742. GasStation.BackgroundColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  2743. GasStation.BorderSizePixel = 0
  2744. GasStation.Position = UDim2.new(0, 22, 0, 155)
  2745. GasStation.Size = UDim2.new(0, 89, 0, 25)
  2746. GasStation.AutoButtonColor = false
  2747. GasStation.Font = Enum.Font.Arial
  2748. GasStation.FontSize = Enum.FontSize.Size18
  2749. GasStation.Text = "Gas Station"
  2750. GasStation.TextColor3 = Color3.new(1, 1, 1)
  2751. GasStation.TextSize = 15
  2752.  
  2753. Prison.Name = "Prison"
  2754. Prison.Parent = TeleportsFrame
  2755. Prison.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  2756. Prison.BorderSizePixel = 0
  2757. Prison.Position = UDim2.new(0, 22, 0, 190)
  2758. Prison.Size = UDim2.new(0, 89, 0, 25)
  2759. Prison.AutoButtonColor = false
  2760. Prison.Font = Enum.Font.Arial
  2761. Prison.FontSize = Enum.FontSize.Size18
  2762. Prison.Text = "Prison"
  2763. Prison.TextColor3 = Color3.new(1, 1, 1)
  2764. Prison.TextSize = 15
  2765.  
  2766. Garage.Name = "Garage"
  2767. Garage.Parent = TeleportsFrame
  2768. Garage.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  2769. Garage.BorderSizePixel = 0
  2770. Garage.Position = UDim2.new(0, 120, 0, 190)
  2771. Garage.Size = UDim2.new(0, 89, 0, 25)
  2772. Garage.AutoButtonColor = false
  2773. Garage.Font = Enum.Font.Arial
  2774. Garage.FontSize = Enum.FontSize.Size18
  2775. Garage.Text = "Garage"
  2776. Garage.TextColor3 = Color3.new(1, 1, 1)
  2777. Garage.TextSize = 15
  2778.  
  2779. Bugatti.Name = "Bugatti"
  2780. Bugatti.Parent = TeleportsFrame
  2781. Bugatti.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  2782. Bugatti.BorderSizePixel = 0
  2783. Bugatti.Position = UDim2.new(0, 218, 0, 50)
  2784. Bugatti.Size = UDim2.new(0, 89, 0, 25)
  2785. Bugatti.AutoButtonColor = false
  2786. Bugatti.Font = Enum.Font.Arial
  2787. Bugatti.FontSize = Enum.FontSize.Size18
  2788. Bugatti.Text = "Bugatti"
  2789. Bugatti.TextColor3 = Color3.new(1, 1, 1)
  2790. Bugatti.TextSize = 15
  2791.  
  2792. Lamborghini.Name = "Lamborghini"
  2793. Lamborghini.Parent = TeleportsFrame
  2794. Lamborghini.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  2795. Lamborghini.BorderSizePixel = 0
  2796. Lamborghini.Position = UDim2.new(0, 318, 0, 50)
  2797. Lamborghini.Size = UDim2.new(0, 89, 0, 25)
  2798. Lamborghini.AutoButtonColor = false
  2799. Lamborghini.Font = Enum.Font.Arial
  2800. Lamborghini.FontSize = Enum.FontSize.Size18
  2801. Lamborghini.Text = "Lamborghini"
  2802. Lamborghini.TextColor3 = Color3.new(1, 1, 1)
  2803. Lamborghini.TextSize = 15
  2804.  
  2805. Tesla3.Name = "Tesla3"
  2806. Tesla3.Parent = TeleportsFrame
  2807. Tesla3.BackgroundColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  2808. Tesla3.BorderSizePixel = 0
  2809. Tesla3.Position = UDim2.new(0, 318, 0, 85)
  2810. Tesla3.Size = UDim2.new(0, 89, 0, 25)
  2811. Tesla3.AutoButtonColor = false
  2812. Tesla3.Font = Enum.Font.Arial
  2813. Tesla3.FontSize = Enum.FontSize.Size18
  2814. Tesla3.Text = "Tesla 3"
  2815. Tesla3.TextColor3 = Color3.new(1, 1, 1)
  2816. Tesla3.TextSize = 15
  2817.  
  2818. Porsche.Name = "Porsche"
  2819. Porsche.Parent = TeleportsFrame
  2820. Porsche.BackgroundColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  2821. Porsche.BorderSizePixel = 0
  2822. Porsche.Position = UDim2.new(0, 218, 0, 85)
  2823. Porsche.Size = UDim2.new(0, 89, 0, 25)
  2824. Porsche.AutoButtonColor = false
  2825. Porsche.Font = Enum.Font.Arial
  2826. Porsche.FontSize = Enum.FontSize.Size18
  2827. Porsche.Text = "Porsche"
  2828. Porsche.TextColor3 = Color3.new(1, 1, 1)
  2829. Porsche.TextSize = 15
  2830.  
  2831. SWATVan.Name = "SWATVan"
  2832. SWATVan.Parent = TeleportsFrame
  2833. SWATVan.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  2834. SWATVan.BorderSizePixel = 0
  2835. SWATVan.Position = UDim2.new(0, 318, 0, 120)
  2836. SWATVan.Size = UDim2.new(0, 89, 0, 25)
  2837. SWATVan.AutoButtonColor = false
  2838. SWATVan.Font = Enum.Font.Arial
  2839. SWATVan.FontSize = Enum.FontSize.Size18
  2840. SWATVan.Text = "SWAT Van"
  2841. SWATVan.TextColor3 = Color3.new(1, 1, 1)
  2842. SWATVan.TextSize = 15
  2843.  
  2844. DuneBuggy.Name = "DuneBuggy"
  2845. DuneBuggy.Parent = TeleportsFrame
  2846. DuneBuggy.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  2847. DuneBuggy.BorderSizePixel = 0
  2848. DuneBuggy.Position = UDim2.new(0, 218, 0, 120)
  2849. DuneBuggy.Size = UDim2.new(0, 89, 0, 25)
  2850. DuneBuggy.AutoButtonColor = false
  2851. DuneBuggy.Font = Enum.Font.Arial
  2852. DuneBuggy.FontSize = Enum.FontSize.Size18
  2853. DuneBuggy.Text = "Dune Buggy"
  2854. DuneBuggy.TextColor3 = Color3.new(1, 1, 1)
  2855. DuneBuggy.TextSize = 15
  2856.  
  2857. PickUpTruck.Name = "PickUpTruck"
  2858. PickUpTruck.Parent = TeleportsFrame
  2859. PickUpTruck.BackgroundColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  2860. PickUpTruck.BorderSizePixel = 0
  2861. PickUpTruck.Position = UDim2.new(0, 218, 0, 155)
  2862. PickUpTruck.Size = UDim2.new(0, 89, 0, 25)
  2863. PickUpTruck.AutoButtonColor = false
  2864. PickUpTruck.Font = Enum.Font.Arial
  2865. PickUpTruck.FontSize = Enum.FontSize.Size18
  2866. PickUpTruck.Text = "PickUp Truck"
  2867. PickUpTruck.TextColor3 = Color3.new(1, 1, 1)
  2868. PickUpTruck.TextSize = 15
  2869.  
  2870. MiniCooper.Name = "MiniCooper"
  2871. MiniCooper.Parent = TeleportsFrame
  2872. MiniCooper.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  2873. MiniCooper.BorderSizePixel = 0
  2874. MiniCooper.Position = UDim2.new(0, 218, 0, 190)
  2875. MiniCooper.Size = UDim2.new(0, 89, 0, 25)
  2876. MiniCooper.AutoButtonColor = false
  2877. MiniCooper.Font = Enum.Font.Arial
  2878. MiniCooper.FontSize = Enum.FontSize.Size18
  2879. MiniCooper.Text = "Mini Cooper"
  2880. MiniCooper.TextColor3 = Color3.new(1, 1, 1)
  2881. MiniCooper.TextSize = 15
  2882.  
  2883. Camaro.Name = "Camaro"
  2884. Camaro.Parent = TeleportsFrame
  2885. Camaro.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  2886. Camaro.BorderSizePixel = 0
  2887. Camaro.Position = UDim2.new(0, 318, 0, 190)
  2888. Camaro.Size = UDim2.new(0, 89, 0, 25)
  2889. Camaro.AutoButtonColor = false
  2890. Camaro.Font = Enum.Font.Arial
  2891. Camaro.FontSize = Enum.FontSize.Size18
  2892. Camaro.Text = "Camaro"
  2893. Camaro.TextColor3 = Color3.new(1, 1, 1)
  2894. Camaro.TextSize = 15
  2895.  
  2896. DirtBike.Name = "DirtBike"
  2897. DirtBike.Parent = TeleportsFrame
  2898. DirtBike.BackgroundColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  2899. DirtBike.BorderSizePixel = 0
  2900. DirtBike.Position = UDim2.new(0, 318, 0, 155)
  2901. DirtBike.Size = UDim2.new(0, 89, 0, 25)
  2902. DirtBike.AutoButtonColor = false
  2903. DirtBike.Font = Enum.Font.Arial
  2904. DirtBike.FontSize = Enum.FontSize.Size18
  2905. DirtBike.Text = "Dirt Bike"
  2906. DirtBike.TextColor3 = Color3.new(1, 1, 1)
  2907. DirtBike.TextSize = 15
  2908.  
  2909. sframe.Name = "sframe"
  2910. sframe.Parent = TeleportsFrame
  2911. sframe.BackgroundColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  2912. sframe.BorderSizePixel = 0
  2913. sframe.Position = UDim2.new(0, 418, 0, 51)
  2914. sframe.Size = UDim2.new(0, 180, 0, 164)
  2915. sframe.ScrollBarThickness = 4
  2916.  
  2917. GoTo.Name = "GoTo"
  2918. GoTo.Parent = TeleportsFrame
  2919. GoTo.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  2920. GoTo.BorderSizePixel = 0
  2921. GoTo.Position = UDim2.new(0, 459, 0, 247)
  2922. GoTo.Size = UDim2.new(0, 89, 0, 25)
  2923. GoTo.AutoButtonColor = false
  2924. GoTo.Font = Enum.Font.Arial
  2925. GoTo.FontSize = Enum.FontSize.Size18
  2926. GoTo.Text = "GoTo"
  2927. GoTo.TextColor3 = Color3.new(1, 1, 1)
  2928. GoTo.TextSize = 15
  2929.  
  2930. SPlayer.Name = "SPlayer"
  2931. SPlayer.Parent = TeleportsFrame
  2932. SPlayer.BackgroundColor3 = Color3.new(1, 1, 1)
  2933. SPlayer.BackgroundTransparency = 1
  2934. SPlayer.Position = UDim2.new(0, 407, 0, 221)
  2935. SPlayer.Size = UDim2.new(0, 191, 0, 17)
  2936. SPlayer.Font = Enum.Font.Arial
  2937. SPlayer.FontSize = Enum.FontSize.Size14
  2938. SPlayer.Text = "Player:"
  2939. SPlayer.TextSize = 14
  2940.  
  2941. SettingsFrame.Name = "SettingsFrame"
  2942. SettingsFrame.Parent = TabFrames
  2943. SettingsFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  2944. SettingsFrame.BorderSizePixel = 0
  2945. SettingsFrame.ClipsDescendants = true
  2946. SettingsFrame.Size = UDim2.new(0, 598, 0, 289)
  2947. SettingsFrame.Visible = false
  2948.  
  2949. CDrag.Name = "CDrag"
  2950. CDrag.Parent = SettingsFrame
  2951. CDrag.BackgroundColor3 = Color3.new(1, 1, 1)
  2952. CDrag.BackgroundTransparency = 1
  2953. CDrag.Position = UDim2.new(0, 22, 0, 60)
  2954. CDrag.Size = UDim2.new(0, 25, 0, 25)
  2955. CDrag.Image = "rbxassetid://87913710"
  2956. CDrag.ImageColor3 = Color3.new(0.211765, 0.635294, 0)
  2957.  
  2958. CNotifierB.Name = "CNotifierB"
  2959. CNotifierB.Parent = SettingsFrame
  2960. CNotifierB.BackgroundColor3 = Color3.new(1, 1, 1)
  2961. CNotifierB.BackgroundTransparency = 1
  2962. CNotifierB.Position = UDim2.new(0, 22, 0, 100)
  2963. CNotifierB.Size = UDim2.new(0, 25, 0, 25)
  2964. CNotifierB.Image = "rbxassetid://87913710"
  2965. CNotifierB.ImageColor3 = Color3.new(0.380392, 0.380392, 0.380392)
  2966.  
  2967. TextLabel_16.Parent = SettingsFrame
  2968. TextLabel_16.BackgroundColor3 = Color3.new(1, 1, 1)
  2969. TextLabel_16.BackgroundTransparency = 1
  2970. TextLabel_16.Position = UDim2.new(0, 55, 0, 62)
  2971. TextLabel_16.Size = UDim2.new(0, 56, 0, 17)
  2972. TextLabel_16.Font = Enum.Font.Arial
  2973. TextLabel_16.FontSize = Enum.FontSize.Size18
  2974. TextLabel_16.Text = "Draggable"
  2975. TextLabel_16.TextColor3 = Color3.new(0, 0, 0)
  2976. TextLabel_16.TextSize = 15
  2977. TextLabel_16.TextXAlignment = Enum.TextXAlignment.Left
  2978.  
  2979. TextLabel_17.Parent = SettingsFrame
  2980. TextLabel_17.BackgroundColor3 = Color3.new(1, 1, 1)
  2981. TextLabel_17.BackgroundTransparency = 1
  2982. TextLabel_17.Position = UDim2.new(0, 55, 0, 102)
  2983. TextLabel_17.Size = UDim2.new(0, 56, 0, 17)
  2984. TextLabel_17.Font = Enum.Font.Arial
  2985. TextLabel_17.FontSize = Enum.FontSize.Size18
  2986. TextLabel_17.Text = "Bank Notifier"
  2987. TextLabel_17.TextColor3 = Color3.new(0, 0, 0)
  2988. TextLabel_17.TextSize = 15
  2989. TextLabel_17.TextXAlignment = Enum.TextXAlignment.Left
  2990.  
  2991. CNotifierJ.Name = "CNotifierJ"
  2992. CNotifierJ.Parent = SettingsFrame
  2993. CNotifierJ.BackgroundColor3 = Color3.new(1, 1, 1)
  2994. CNotifierJ.BackgroundTransparency = 1
  2995. CNotifierJ.Position = UDim2.new(0, 22, 0, 140)
  2996. CNotifierJ.Size = UDim2.new(0, 25, 0, 25)
  2997. CNotifierJ.Image = "rbxassetid://87913710"
  2998. CNotifierJ.ImageColor3 = Color3.new(0.380392, 0.380392, 0.380392)
  2999.  
  3000. TextLabel_18.Parent = SettingsFrame
  3001. TextLabel_18.BackgroundColor3 = Color3.new(1, 1, 1)
  3002. TextLabel_18.BackgroundTransparency = 1
  3003. TextLabel_18.Position = UDim2.new(0, 55, 0, 142)
  3004. TextLabel_18.Size = UDim2.new(0, 56, 0, 17)
  3005. TextLabel_18.Font = Enum.Font.Arial
  3006. TextLabel_18.FontSize = Enum.FontSize.Size18
  3007. TextLabel_18.Text = "Jewelry Notifier"
  3008. TextLabel_18.TextColor3 = Color3.new(0, 0, 0)
  3009. TextLabel_18.TextSize = 15
  3010. TextLabel_18.TextXAlignment = Enum.TextXAlignment.Left
  3011.  
  3012. TextLabel_19.Parent = SettingsFrame
  3013. TextLabel_19.BackgroundColor3 = Color3.new(1, 1, 1)
  3014. TextLabel_19.BackgroundTransparency = 1
  3015. TextLabel_19.Position = UDim2.new(0, 271, 0, 210)
  3016. TextLabel_19.Size = UDim2.new(0, 56, 0, 17)
  3017. TextLabel_19.Font = Enum.Font.Arial
  3018. TextLabel_19.FontSize = Enum.FontSize.Size18
  3019. TextLabel_19.Text = "Set Current Position As Custom TP"
  3020. TextLabel_19.TextColor3 = Color3.new(0, 0, 0)
  3021. TextLabel_19.TextSize = 15
  3022.  
  3023. CBigHead.Name = "CBigHead"
  3024. CBigHead.Parent = SettingsFrame
  3025. CBigHead.BackgroundColor3 = Color3.new(1, 1, 1)
  3026. CBigHead.BackgroundTransparency = 1
  3027. CBigHead.Position = UDim2.new(0, 22, 0, 180)
  3028. CBigHead.Size = UDim2.new(0, 25, 0, 25)
  3029. CBigHead.Image = "rbxassetid://87913710"
  3030. CBigHead.ImageColor3 = Color3.new(0.380392, 0.380392, 0.380392)
  3031.  
  3032. TextLabel_20.Parent = SettingsFrame
  3033. TextLabel_20.BackgroundColor3 = Color3.new(1, 1, 1)
  3034. TextLabel_20.BackgroundTransparency = 1
  3035. TextLabel_20.Position = UDim2.new(0, 55, 0, 182)
  3036. TextLabel_20.Size = UDim2.new(0, 56, 0, 17)
  3037. TextLabel_20.Font = Enum.Font.Arial
  3038. TextLabel_20.FontSize = Enum.FontSize.Size18
  3039. TextLabel_20.Text = "Big Head"
  3040. TextLabel_20.TextColor3 = Color3.new(0, 0, 0)
  3041. TextLabel_20.TextSize = 15
  3042. TextLabel_20.TextXAlignment = Enum.TextXAlignment.Left
  3043.  
  3044. CESP.Name = "CESP"
  3045. CESP.Parent = SettingsFrame
  3046. CESP.BackgroundColor3 = Color3.new(1, 1, 1)
  3047. CESP.BackgroundTransparency = 1
  3048. CESP.Position = UDim2.new(0, 22, 0, 220)
  3049. CESP.Size = UDim2.new(0, 25, 0, 25)
  3050. CESP.Image = "rbxassetid://87913710"
  3051. CESP.ImageColor3 = Color3.new(0.380392, 0.380392, 0.380392)
  3052.  
  3053. TextLabel_21.Parent = SettingsFrame
  3054. TextLabel_21.BackgroundColor3 = Color3.new(1, 1, 1)
  3055. TextLabel_21.BackgroundTransparency = 1
  3056. TextLabel_21.Position = UDim2.new(0, 55, 0, 222)
  3057. TextLabel_21.Size = UDim2.new(0, 56, 0, 17)
  3058. TextLabel_21.Font = Enum.Font.Arial
  3059. TextLabel_21.FontSize = Enum.FontSize.Size18
  3060. TextLabel_21.Text = "ESP"
  3061. TextLabel_21.TextColor3 = Color3.new(0, 0, 0)
  3062. TextLabel_21.TextSize = 15
  3063. TextLabel_21.TextXAlignment = Enum.TextXAlignment.Left
  3064.  
  3065. KeybindConFrame.Name = "KeybindConFrame"
  3066. KeybindConFrame.Parent = SettingsFrame
  3067. KeybindConFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  3068. KeybindConFrame.BorderColor3 = Color3.new(0.737255, 0.345098, 0)
  3069. KeybindConFrame.BorderSizePixel = 3
  3070. KeybindConFrame.Position = UDim2.new(0, 164, 0, 70)
  3071. KeybindConFrame.Size = UDim2.new(0, 270, 0, 150)
  3072. KeybindConFrame.Visible = false
  3073. KeybindConFrame.ZIndex = 2
  3074.  
  3075. TextLabel_22.Parent = KeybindConFrame
  3076. TextLabel_22.BackgroundColor3 = Color3.new(1, 1, 1)
  3077. TextLabel_22.BackgroundTransparency = 1
  3078. TextLabel_22.Position = UDim2.new(0, 74, 0, 10)
  3079. TextLabel_22.Size = UDim2.new(0, 122, 0, 19)
  3080. TextLabel_22.Font = Enum.Font.Arial
  3081. TextLabel_22.FontSize = Enum.FontSize.Size18
  3082. TextLabel_22.Text = "Are You Sure You Want To Continue?"
  3083. TextLabel_22.TextSize = 15
  3084. TextLabel_22.ZIndex = 2
  3085.  
  3086. JewelryKeyy.Name = "JewelryKeyy"
  3087. JewelryKeyy.Parent = KeybindConFrame
  3088. JewelryKeyy.BackgroundColor3 = Color3.new(1, 1, 1)
  3089. JewelryKeyy.BackgroundTransparency = 1
  3090. JewelryKeyy.Position = UDim2.new(0, 13, 0, 39)
  3091. JewelryKeyy.Size = UDim2.new(0, 122, 0, 19)
  3092. JewelryKeyy.Font = Enum.Font.Arial
  3093. JewelryKeyy.FontSize = Enum.FontSize.Size18
  3094. JewelryKeyy.Text = "Jewelry Key Set:"
  3095. JewelryKeyy.TextSize = 15
  3096. JewelryKeyy.TextXAlignment = Enum.TextXAlignment.Left
  3097. JewelryKeyy.ZIndex = 2
  3098.  
  3099. BankKeyy.Name = "BankKeyy"
  3100. BankKeyy.Parent = KeybindConFrame
  3101. BankKeyy.BackgroundColor3 = Color3.new(1, 1, 1)
  3102. BankKeyy.BackgroundTransparency = 1
  3103. BankKeyy.Position = UDim2.new(0, 13, 0, 56)
  3104. BankKeyy.Size = UDim2.new(0, 122, 0, 19)
  3105. BankKeyy.Font = Enum.Font.Arial
  3106. BankKeyy.FontSize = Enum.FontSize.Size18
  3107. BankKeyy.Text = "Bank Key Set:"
  3108. BankKeyy.TextSize = 15
  3109. BankKeyy.TextXAlignment = Enum.TextXAlignment.Left
  3110. BankKeyy.ZIndex = 2
  3111.  
  3112. CriminalKeyy.Name = "CriminalKeyy"
  3113. CriminalKeyy.Parent = KeybindConFrame
  3114. CriminalKeyy.BackgroundColor3 = Color3.new(1, 1, 1)
  3115. CriminalKeyy.BackgroundTransparency = 1
  3116. CriminalKeyy.Position = UDim2.new(0, 13, 0, 73)
  3117. CriminalKeyy.Size = UDim2.new(0, 122, 0, 19)
  3118. CriminalKeyy.Font = Enum.Font.Arial
  3119. CriminalKeyy.FontSize = Enum.FontSize.Size18
  3120. CriminalKeyy.Text = "Criminal Key Set:"
  3121. CriminalKeyy.TextSize = 15
  3122. CriminalKeyy.TextXAlignment = Enum.TextXAlignment.Left
  3123. CriminalKeyy.ZIndex = 2
  3124.  
  3125. KeyContinue.Name = "KeyContinue"
  3126. KeyContinue.Parent = KeybindConFrame
  3127. KeyContinue.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  3128. KeyContinue.BorderSizePixel = 0
  3129. KeyContinue.Position = UDim2.new(0, 16, 0, 104)
  3130. KeyContinue.Size = UDim2.new(0, 100, 0, 30)
  3131. KeyContinue.Font = Enum.Font.Arial
  3132. KeyContinue.FontSize = Enum.FontSize.Size18
  3133. KeyContinue.Text = "Continue"
  3134. KeyContinue.TextColor3 = Color3.new(1, 1, 1)
  3135. KeyContinue.TextSize = 16
  3136. KeyContinue.ZIndex = 2
  3137.  
  3138. KeyCancel.Name = "KeyCancel"
  3139. KeyCancel.Parent = KeybindConFrame
  3140. KeyCancel.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  3141. KeyCancel.BorderSizePixel = 0
  3142. KeyCancel.Position = UDim2.new(0, 155, 0, 104)
  3143. KeyCancel.Size = UDim2.new(0, 100, 0, 30)
  3144. KeyCancel.Font = Enum.Font.Arial
  3145. KeyCancel.FontSize = Enum.FontSize.Size18
  3146. KeyCancel.Text = "Cancel"
  3147. KeyCancel.TextColor3 = Color3.new(1, 1, 1)
  3148. KeyCancel.TextSize = 16
  3149. KeyCancel.ZIndex = 2
  3150.  
  3151. CustomTP.Name = "CustomTP"
  3152. CustomTP.Parent = SettingsFrame
  3153. CustomTP.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  3154. CustomTP.BorderSizePixel = 0
  3155. CustomTP.Position = UDim2.new(0, 248, 0, 170)
  3156. CustomTP.Size = UDim2.new(0, 101, 0, 29)
  3157. CustomTP.Font = Enum.Font.Arial
  3158. CustomTP.FontSize = Enum.FontSize.Size18
  3159. CustomTP.Text = "GoPoint"
  3160. CustomTP.TextColor3 = Color3.new(1, 1, 1)
  3161. CustomTP.TextSize = 17
  3162.  
  3163. JewelryKeyBox.Name = "JewelryKeyBox"
  3164. JewelryKeyBox.Parent = SettingsFrame
  3165. JewelryKeyBox.BackgroundColor3 = Color3.new(1, 1, 1)
  3166. JewelryKeyBox.BorderColor3 = Color3.new(0.737255, 0.345098, 0)
  3167. JewelryKeyBox.ClipsDescendants = true
  3168. JewelryKeyBox.Position = UDim2.new(0, 234, 0, 70)
  3169. JewelryKeyBox.Size = UDim2.new(0, 30, 0, 29)
  3170. JewelryKeyBox.ClearTextOnFocus = false
  3171. JewelryKeyBox.Font = Enum.Font.Arial
  3172. JewelryKeyBox.FontSize = Enum.FontSize.Size18
  3173. JewelryKeyBox.Text = "J"
  3174. JewelryKeyBox.TextSize = 16
  3175.  
  3176. CrimBaseBox.Name = "CrimBaseBox"
  3177. CrimBaseBox.Parent = SettingsFrame
  3178. CrimBaseBox.BackgroundColor3 = Color3.new(1, 1, 1)
  3179. CrimBaseBox.BorderColor3 = Color3.new(0.737255, 0.345098, 0)
  3180. CrimBaseBox.ClipsDescendants = true
  3181. CrimBaseBox.Position = UDim2.new(0, 284, 0, 70)
  3182. CrimBaseBox.Size = UDim2.new(0, 30, 0, 29)
  3183. CrimBaseBox.ClearTextOnFocus = false
  3184. CrimBaseBox.Font = Enum.Font.Arial
  3185. CrimBaseBox.FontSize = Enum.FontSize.Size18
  3186. CrimBaseBox.Text = "C"
  3187. CrimBaseBox.TextSize = 16
  3188.  
  3189. BankKeyBox.Name = "BankKeyBox"
  3190. BankKeyBox.Parent = SettingsFrame
  3191. BankKeyBox.BackgroundColor3 = Color3.new(1, 1, 1)
  3192. BankKeyBox.BorderColor3 = Color3.new(0.737255, 0.345098, 0)
  3193. BankKeyBox.ClipsDescendants = true
  3194. BankKeyBox.Position = UDim2.new(0, 334, 0, 70)
  3195. BankKeyBox.Size = UDim2.new(0, 30, 0, 29)
  3196. BankKeyBox.ClearTextOnFocus = false
  3197. BankKeyBox.Font = Enum.Font.Arial
  3198. BankKeyBox.FontSize = Enum.FontSize.Size18
  3199. BankKeyBox.Text = "B"
  3200. BankKeyBox.TextSize = 16
  3201.  
  3202. SetKeybind.Name = "SetKeybind"
  3203. SetKeybind.Parent = SettingsFrame
  3204. SetKeybind.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  3205. SetKeybind.BorderSizePixel = 0
  3206. SetKeybind.Position = UDim2.new(0, 265, 0, 120)
  3207. SetKeybind.Size = UDim2.new(0, 67, 0, 29)
  3208. SetKeybind.Font = Enum.Font.Arial
  3209. SetKeybind.FontSize = Enum.FontSize.Size18
  3210. SetKeybind.Text = "Set"
  3211. SetKeybind.TextColor3 = Color3.new(1, 1, 1)
  3212. SetKeybind.TextSize = 17
  3213.  
  3214. TextLabel_23.Parent = SettingsFrame
  3215. TextLabel_23.BackgroundColor3 = Color3.new(1, 1, 1)
  3216. TextLabel_23.BackgroundTransparency = 1
  3217. TextLabel_23.Position = UDim2.new(0, 271, 0, 35)
  3218. TextLabel_23.Size = UDim2.new(0, 56, 0, 17)
  3219. TextLabel_23.Font = Enum.Font.Arial
  3220. TextLabel_23.FontSize = Enum.FontSize.Size18
  3221. TextLabel_23.Text = "Keybind"
  3222. TextLabel_23.TextColor3 = Color3.new(0, 0, 0)
  3223. TextLabel_23.TextSize = 15
  3224.  
  3225. Coords.Name = "Coords"
  3226. Coords.Parent = SettingsFrame
  3227. Coords.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  3228. Coords.BorderSizePixel = 0
  3229. Coords.Position = UDim2.new(0, 248, 0, 240)
  3230. Coords.Size = UDim2.new(0, 101, 0, 29)
  3231. Coords.Font = Enum.Font.Arial
  3232. Coords.FontSize = Enum.FontSize.Size18
  3233. Coords.Text = "Checkpoint"
  3234. Coords.TextColor3 = Color3.new(1, 1, 1)
  3235. Coords.TextSize = 17
  3236.  
  3237. UIColorButton.Name = "UIColorButton"
  3238. UIColorButton.Parent = SettingsFrame
  3239. UIColorButton.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  3240. UIColorButton.BorderSizePixel = 0
  3241. UIColorButton.Position = UDim2.new(0, 450, 0, 130)
  3242. UIColorButton.Size = UDim2.new(0, 101, 0, 29)
  3243. UIColorButton.Font = Enum.Font.Arial
  3244. UIColorButton.FontSize = Enum.FontSize.Size18
  3245. UIColorButton.Text = "UI Color"
  3246. UIColorButton.TextColor3 = Color3.new(1, 1, 1)
  3247. UIColorButton.TextSize = 17
  3248.  
  3249. Reset.Name = "Reset"
  3250. Reset.Parent = SettingsFrame
  3251. Reset.BackgroundColor3 = Color3.new(0.333333, 0.333333, 0.333333)
  3252. Reset.BorderSizePixel = 0
  3253. Reset.Position = UDim2.new(0, 450, 0, 240)
  3254. Reset.Size = UDim2.new(0, 101, 0, 29)
  3255. Reset.Font = Enum.Font.Arial
  3256. Reset.FontSize = Enum.FontSize.Size18
  3257. Reset.Text = "RESET!"
  3258. Reset.TextColor3 = Color3.new(0.666667, 0, 0)
  3259. Reset.TextSize = 17
  3260.  
  3261. CForceField.Name = "CForceField"
  3262. CForceField.Parent = SettingsFrame
  3263. CForceField.BackgroundColor3 = Color3.new(1, 1, 1)
  3264. CForceField.BackgroundTransparency = 1
  3265. CForceField.Position = UDim2.new(0, 22, 0, 260)
  3266. CForceField.Size = UDim2.new(0, 25, 0, 25)
  3267. CForceField.Image = "rbxassetid://87913710"
  3268. CForceField.ImageColor3 = Color3.new(0.380392, 0.380392, 0.380392)
  3269.  
  3270. TextLabel_24.Parent = SettingsFrame
  3271. TextLabel_24.BackgroundColor3 = Color3.new(1, 1, 1)
  3272. TextLabel_24.BackgroundTransparency = 1
  3273. TextLabel_24.Position = UDim2.new(0, 55, 0, 262)
  3274. TextLabel_24.Size = UDim2.new(0, 56, 0, 17)
  3275. TextLabel_24.Font = Enum.Font.Arial
  3276. TextLabel_24.FontSize = Enum.FontSize.Size18
  3277. TextLabel_24.Text = "ForceField"
  3278. TextLabel_24.TextColor3 = Color3.new(0, 0, 0)
  3279. TextLabel_24.TextSize = 15
  3280. TextLabel_24.TextXAlignment = Enum.TextXAlignment.Left
  3281.  
  3282. Explorer.Name = "Explorer"
  3283. Explorer.Parent = SettingsFrame
  3284. Explorer.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  3285. Explorer.BorderSizePixel = 0
  3286. Explorer.Position = UDim2.new(0, 450, 0, 185)
  3287. Explorer.Size = UDim2.new(0, 101, 0, 29)
  3288. Explorer.Font = Enum.Font.Arial
  3289. Explorer.FontSize = Enum.FontSize.Size18
  3290. Explorer.Text = "Explorer"
  3291. Explorer.TextColor3 = Color3.new(1, 1, 1)
  3292. Explorer.TextSize = 17
  3293.  
  3294. GameFrame.Name = "GameFrame"
  3295. GameFrame.Parent = TabFrames
  3296. GameFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  3297. GameFrame.BorderSizePixel = 0
  3298. GameFrame.ClipsDescendants = true
  3299. GameFrame.Size = UDim2.new(0, 598, 0, 289)
  3300. GameFrame.Visible = false
  3301.  
  3302. InfiniteAmmo.Name = "InfiniteAmmo"
  3303. InfiniteAmmo.Parent = GameFrame
  3304. InfiniteAmmo.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  3305. InfiniteAmmo.BorderSizePixel = 0
  3306. InfiniteAmmo.Position = UDim2.new(0, 318, 0, 50)
  3307. InfiniteAmmo.Size = UDim2.new(0, 89, 0, 25)
  3308. InfiniteAmmo.AutoButtonColor = false
  3309. InfiniteAmmo.Font = Enum.Font.Arial
  3310. InfiniteAmmo.FontSize = Enum.FontSize.Size18
  3311. InfiniteAmmo.Text = "Ammo: OFF"
  3312. InfiniteAmmo.TextColor3 = Color3.new(1, 1, 1)
  3313. InfiniteAmmo.TextSize = 15
  3314.  
  3315. JumpPower.Name = "JumpPower"
  3316. JumpPower.Parent = GameFrame
  3317. JumpPower.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  3318. JumpPower.BorderSizePixel = 0
  3319. JumpPower.Position = UDim2.new(0, 218, 0, 50)
  3320. JumpPower.Size = UDim2.new(0, 89, 0, 25)
  3321. JumpPower.AutoButtonColor = false
  3322. JumpPower.Font = Enum.Font.Arial
  3323. JumpPower.FontSize = Enum.FontSize.Size18
  3324. JumpPower.Text = "Jump: OFF"
  3325. JumpPower.TextColor3 = Color3.new(1, 1, 1)
  3326. JumpPower.TextSize = 15
  3327.  
  3328. NoClip.Name = "NoClip"
  3329. NoClip.Parent = GameFrame
  3330. NoClip.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  3331. NoClip.BorderSizePixel = 0
  3332. NoClip.Position = UDim2.new(0, 22, 0, 50)
  3333. NoClip.Size = UDim2.new(0, 89, 0, 25)
  3334. NoClip.AutoButtonColor = false
  3335. NoClip.Font = Enum.Font.Arial
  3336. NoClip.FontSize = Enum.FontSize.Size18
  3337. NoClip.Text = "NoClip: OFF"
  3338. NoClip.TextColor3 = Color3.new(1, 1, 1)
  3339. NoClip.TextSize = 15
  3340.  
  3341. Gravity.Name = "Gravity"
  3342. Gravity.Parent = GameFrame
  3343. Gravity.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  3344. Gravity.BorderSizePixel = 0
  3345. Gravity.Position = UDim2.new(0, 120, 0, 50)
  3346. Gravity.Size = UDim2.new(0, 89, 0, 25)
  3347. Gravity.AutoButtonColor = false
  3348. Gravity.Font = Enum.Font.Arial
  3349. Gravity.FontSize = Enum.FontSize.Size18
  3350. Gravity.Text = "Gravity: OFF"
  3351. Gravity.TextColor3 = Color3.new(1, 1, 1)
  3352. Gravity.TextSize = 15
  3353.  
  3354. RemoveAll.Name = "RemoveAll"
  3355. RemoveAll.Parent = GameFrame
  3356. RemoveAll.BackgroundColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  3357. RemoveAll.BorderSizePixel = 0
  3358. RemoveAll.Position = UDim2.new(0, 22, 0, 85)
  3359. RemoveAll.Size = UDim2.new(0, 89, 0, 25)
  3360. RemoveAll.AutoButtonColor = false
  3361. RemoveAll.Font = Enum.Font.Arial
  3362. RemoveAll.FontSize = Enum.FontSize.Size18
  3363. RemoveAll.Text = "Remove All"
  3364. RemoveAll.TextColor3 = Color3.new(1, 1, 1)
  3365. RemoveAll.TextSize = 15
  3366.  
  3367. AnnoyServer.Name = "AnnoyServer"
  3368. AnnoyServer.Parent = GameFrame
  3369. AnnoyServer.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  3370. AnnoyServer.BorderSizePixel = 0
  3371. AnnoyServer.Position = UDim2.new(0, 318, 0, 120)
  3372. AnnoyServer.Size = UDim2.new(0, 89, 0, 25)
  3373. AnnoyServer.AutoButtonColor = false
  3374. AnnoyServer.Font = Enum.Font.Arial
  3375. AnnoyServer.FontSize = Enum.FontSize.Size18
  3376. AnnoyServer.Text = "Annoy Server"
  3377. AnnoyServer.TextColor3 = Color3.new(1, 1, 1)
  3378. AnnoyServer.TextSize = 15
  3379.  
  3380. VehicleSpeed.Name = "VehicleSpeed"
  3381. VehicleSpeed.Parent = GameFrame
  3382. VehicleSpeed.BackgroundColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  3383. VehicleSpeed.BorderSizePixel = 0
  3384. VehicleSpeed.Position = UDim2.new(0, 218, 0, 85)
  3385. VehicleSpeed.Size = UDim2.new(0, 89, 0, 25)
  3386. VehicleSpeed.AutoButtonColor = false
  3387. VehicleSpeed.Font = Enum.Font.Arial
  3388. VehicleSpeed.FontSize = Enum.FontSize.Size18
  3389. VehicleSpeed.Text = "Car Speed"
  3390. VehicleSpeed.TextColor3 = Color3.new(1, 1, 1)
  3391. VehicleSpeed.TextSize = 15
  3392.  
  3393. WalkSpeed.Name = "WalkSpeed"
  3394. WalkSpeed.Parent = GameFrame
  3395. WalkSpeed.BackgroundColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  3396. WalkSpeed.BorderSizePixel = 0
  3397. WalkSpeed.Position = UDim2.new(0, 120, 0, 85)
  3398. WalkSpeed.Size = UDim2.new(0, 89, 0, 25)
  3399. WalkSpeed.AutoButtonColor = false
  3400. WalkSpeed.Font = Enum.Font.Arial
  3401. WalkSpeed.FontSize = Enum.FontSize.Size18
  3402. WalkSpeed.Text = "Walk Speed"
  3403. WalkSpeed.TextColor3 = Color3.new(1, 1, 1)
  3404. WalkSpeed.TextSize = 15
  3405.  
  3406. GodMode.Name = "GodMode"
  3407. GodMode.Parent = GameFrame
  3408. GodMode.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  3409. GodMode.BorderSizePixel = 0
  3410. GodMode.Position = UDim2.new(0, 218, 0, 120)
  3411. GodMode.Size = UDim2.new(0, 89, 0, 25)
  3412. GodMode.AutoButtonColor = false
  3413. GodMode.Font = Enum.Font.Arial
  3414. GodMode.FontSize = Enum.FontSize.Size18
  3415. GodMode.Text = "God Mode"
  3416. GodMode.TextColor3 = Color3.new(1, 1, 1)
  3417. GodMode.TextSize = 15
  3418.  
  3419. AK47.Name = "AK47"
  3420. AK47.Parent = GameFrame
  3421. AK47.BackgroundColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  3422. AK47.BorderSizePixel = 0
  3423. AK47.Position = UDim2.new(0, 218, 0, 155)
  3424. AK47.Size = UDim2.new(0, 89, 0, 25)
  3425. AK47.AutoButtonColor = false
  3426. AK47.Font = Enum.Font.Arial
  3427. AK47.FontSize = Enum.FontSize.Size18
  3428. AK47.Text = "AK-47"
  3429. AK47.TextColor3 = Color3.new(1, 1, 1)
  3430. AK47.TextSize = 15
  3431.  
  3432. ClickTP.Name = "ClickTP"
  3433. ClickTP.Parent = GameFrame
  3434. ClickTP.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  3435. ClickTP.BorderSizePixel = 0
  3436. ClickTP.Position = UDim2.new(0, 218, 0, 190)
  3437. ClickTP.Size = UDim2.new(0, 89, 0, 25)
  3438. ClickTP.AutoButtonColor = false
  3439. ClickTP.Font = Enum.Font.Arial
  3440. ClickTP.FontSize = Enum.FontSize.Size18
  3441. ClickTP.Text = "Click TP"
  3442. ClickTP.TextColor3 = Color3.new(1, 1, 1)
  3443. ClickTP.TextSize = 15
  3444.  
  3445. AutoRob.Name = "AutoRob"
  3446. AutoRob.Parent = GameFrame
  3447. AutoRob.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  3448. AutoRob.BorderSizePixel = 0
  3449. AutoRob.Position = UDim2.new(0, 318, 0, 190)
  3450. AutoRob.Size = UDim2.new(0, 89, 0, 25)
  3451. AutoRob.AutoButtonColor = false
  3452. AutoRob.Font = Enum.Font.Arial
  3453. AutoRob.FontSize = Enum.FontSize.Size18
  3454. AutoRob.Text = "Auto Rob"
  3455. AutoRob.TextColor3 = Color3.new(1, 1, 1)
  3456. AutoRob.TextSize = 15
  3457.  
  3458. ShotGun.Name = "ShotGun"
  3459. ShotGun.Parent = GameFrame
  3460. ShotGun.BackgroundColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  3461. ShotGun.BorderSizePixel = 0
  3462. ShotGun.Position = UDim2.new(0, 318, 0, 155)
  3463. ShotGun.Size = UDim2.new(0, 89, 0, 25)
  3464. ShotGun.AutoButtonColor = false
  3465. ShotGun.Font = Enum.Font.Arial
  3466. ShotGun.FontSize = Enum.FontSize.Size18
  3467. ShotGun.Text = "Shot Gun"
  3468. ShotGun.TextColor3 = Color3.new(1, 1, 1)
  3469. ShotGun.TextSize = 15
  3470.  
  3471. Btools.Name = "Btools"
  3472. Btools.Parent = GameFrame
  3473. Btools.BackgroundColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  3474. Btools.BorderSizePixel = 0
  3475. Btools.Position = UDim2.new(0, 318, 0, 85)
  3476. Btools.Size = UDim2.new(0, 89, 0, 25)
  3477. Btools.AutoButtonColor = false
  3478. Btools.Font = Enum.Font.Arial
  3479. Btools.FontSize = Enum.FontSize.Size18
  3480. Btools.Text = "Btools"
  3481. Btools.TextColor3 = Color3.new(1, 1, 1)
  3482. Btools.TextSize = 15
  3483.  
  3484. Pistol.Name = "Pistol"
  3485. Pistol.Parent = GameFrame
  3486. Pistol.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  3487. Pistol.BorderSizePixel = 0
  3488. Pistol.Position = UDim2.new(0, 22, 0, 190)
  3489. Pistol.Size = UDim2.new(0, 89, 0, 25)
  3490. Pistol.AutoButtonColor = false
  3491. Pistol.Font = Enum.Font.Arial
  3492. Pistol.FontSize = Enum.FontSize.Size18
  3493. Pistol.Text = "Pistol"
  3494. Pistol.TextColor3 = Color3.new(1, 1, 1)
  3495. Pistol.TextSize = 15
  3496.  
  3497. SpamArrest.Name = "SpamArrest"
  3498. SpamArrest.Parent = GameFrame
  3499. SpamArrest.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  3500. SpamArrest.BorderSizePixel = 0
  3501. SpamArrest.Position = UDim2.new(0, 22, 0, 120)
  3502. SpamArrest.Size = UDim2.new(0, 89, 0, 25)
  3503. SpamArrest.AutoButtonColor = false
  3504. SpamArrest.Font = Enum.Font.Arial
  3505. SpamArrest.FontSize = Enum.FontSize.Size18
  3506. SpamArrest.Text = "Spam Arrest"
  3507. SpamArrest.TextColor3 = Color3.new(1, 1, 1)
  3508. SpamArrest.TextSize = 15
  3509.  
  3510. KeyCard.Name = "KeyCard"
  3511. KeyCard.Parent = GameFrame
  3512. KeyCard.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  3513. KeyCard.BorderSizePixel = 0
  3514. KeyCard.Position = UDim2.new(0, 120, 0, 120)
  3515. KeyCard.Size = UDim2.new(0, 89, 0, 25)
  3516. KeyCard.AutoButtonColor = false
  3517. KeyCard.Font = Enum.Font.Arial
  3518. KeyCard.FontSize = Enum.FontSize.Size18
  3519. KeyCard.Text = "Key Card"
  3520. KeyCard.TextColor3 = Color3.new(1, 1, 1)
  3521. KeyCard.TextSize = 15
  3522.  
  3523. M4A4.Name = "M4A4"
  3524. M4A4.Parent = GameFrame
  3525. M4A4.BackgroundColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  3526. M4A4.BorderSizePixel = 0
  3527. M4A4.Position = UDim2.new(0, 120, 0, 155)
  3528. M4A4.Size = UDim2.new(0, 89, 0, 25)
  3529. M4A4.AutoButtonColor = false
  3530. M4A4.Font = Enum.Font.Arial
  3531. M4A4.FontSize = Enum.FontSize.Size18
  3532. M4A4.Text = "M4A4"
  3533. M4A4.TextColor3 = Color3.new(1, 1, 1)
  3534. M4A4.TextSize = 15
  3535.  
  3536. Fly.Name = "Fly"
  3537. Fly.Parent = GameFrame
  3538. Fly.BackgroundColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  3539. Fly.BorderSizePixel = 0
  3540. Fly.Position = UDim2.new(0, 22, 0, 155)
  3541. Fly.Size = UDim2.new(0, 89, 0, 25)
  3542. Fly.AutoButtonColor = false
  3543. Fly.Font = Enum.Font.Arial
  3544. Fly.FontSize = Enum.FontSize.Size18
  3545. Fly.Text = "Fly: OFF"
  3546. Fly.TextColor3 = Color3.new(1, 1, 1)
  3547. Fly.TextSize = 15
  3548.  
  3549. FlashLight.Name = "FlashLight"
  3550. FlashLight.Parent = GameFrame
  3551. FlashLight.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  3552. FlashLight.BorderSizePixel = 0
  3553. FlashLight.Position = UDim2.new(0, 120, 0, 190)
  3554. FlashLight.Size = UDim2.new(0, 89, 0, 25)
  3555. FlashLight.AutoButtonColor = false
  3556. FlashLight.Font = Enum.Font.Arial
  3557. FlashLight.FontSize = Enum.FontSize.Size18
  3558. FlashLight.Text = "Flash Light"
  3559. FlashLight.TextColor3 = Color3.new(1, 1, 1)
  3560. FlashLight.TextSize = 15
  3561.  
  3562. TextLabel_25.Parent = GameFrame
  3563. TextLabel_25.BackgroundColor3 = Color3.new(0.337255, 0.337255, 0.337255)
  3564. TextLabel_25.BorderSizePixel = 0
  3565. TextLabel_25.Position = UDim2.new(0, 527, 0, -60)
  3566. TextLabel_25.Size = UDim2.new(0, 8, 0, 409)
  3567. TextLabel_25.Font = Enum.Font.Arial
  3568. TextLabel_25.FontSize = Enum.FontSize.Size24
  3569. TextLabel_25.Text = ""
  3570. TextLabel_25.TextColor3 = Color3.new(0, 0, 0)
  3571. TextLabel_25.TextSize = 20
  3572.  
  3573. TextLabel_26.Parent = GameFrame
  3574. TextLabel_26.BackgroundColor3 = Color3.new(0.337255, 0.337255, 0.337255)
  3575. TextLabel_26.BorderSizePixel = 0
  3576. TextLabel_26.Position = UDim2.new(0, 486, 0, -60)
  3577. TextLabel_26.Size = UDim2.new(0, 31, 0, 409)
  3578. TextLabel_26.Font = Enum.Font.Arial
  3579. TextLabel_26.FontSize = Enum.FontSize.Size24
  3580. TextLabel_26.Text = ""
  3581. TextLabel_26.TextColor3 = Color3.new(0, 0, 0)
  3582. TextLabel_26.TextSize = 20
  3583.  
  3584. TextLabel_27.Parent = GameFrame
  3585. TextLabel_27.BackgroundColor3 = Color3.new(0.921569, 0.431373, 0)
  3586. TextLabel_27.BorderSizePixel = 0
  3587. TextLabel_27.Position = UDim2.new(0, 467, 0, -60)
  3588. TextLabel_27.Size = UDim2.new(0, 10, 0, 409)
  3589. TextLabel_27.Font = Enum.Font.Arial
  3590. TextLabel_27.FontSize = Enum.FontSize.Size24
  3591. TextLabel_27.Text = ""
  3592. TextLabel_27.TextColor3 = Color3.new(0, 0, 0)
  3593. TextLabel_27.TextSize = 20
  3594.  
  3595. MainLogo2.Name = "MainLogo2"
  3596. MainLogo2.Parent = GameFrame
  3597. MainLogo2.BackgroundColor3 = Color3.new(1, 1, 1)
  3598. MainLogo2.BackgroundTransparency = 1
  3599. MainLogo2.Position = UDim2.new(0, 444, 0, 84)
  3600. MainLogo2.Size = UDim2.new(0, 120, 0, 120)
  3601. MainLogo2.Image = "rbxassetid://1101478778"
  3602.  
  3603. Tabs.Name = "Tabs"
  3604. Tabs.Parent = TabFrames
  3605. Tabs.BackgroundColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  3606. Tabs.BackgroundTransparency = 1
  3607. Tabs.ClipsDescendants = true
  3608. Tabs.Position = UDim2.new(0, 7, 0, 7)
  3609. Tabs.Size = UDim2.new(0, 26, 0, 27)
  3610. Tabs.Image = "rbxassetid://1037417986"
  3611. Tabs.ImageColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  3612.  
  3613. Dark.Name = "Dark"
  3614. Dark.Parent = TabFrames
  3615. Dark.BackgroundColor3 = Color3.new(0, 0, 0)
  3616. Dark.BorderSizePixel = 0
  3617. Dark.ClipsDescendants = true
  3618. Dark.Size = UDim2.new(0, 598, 0, 289)
  3619. Dark.Visible = false
  3620.  
  3621. MainLogo.Name = "MainLogo"
  3622. MainLogo.Parent = Unjailbreak
  3623. MainLogo.BackgroundColor3 = Color3.new(1, 1, 1)
  3624. MainLogo.BackgroundTransparency = 1
  3625. MainLogo.Position = UDim2.new(0.460416675, 0, 0.411829144, 0)
  3626. MainLogo.Size = UDim2.new(0, 160, 0, 160)
  3627. MainLogo.Image = "rbxassetid://1101478778"
  3628. MainLogo.ImageTransparency = 1
  3629.  
  3630. TextLabel_28.Parent = MainLogo
  3631. TextLabel_28.BackgroundColor3 = Color3.new(1, 1, 1)
  3632. TextLabel_28.BackgroundTransparency = 1
  3633. TextLabel_28.Position = UDim2.new(-0.125, 0, 1, 0)
  3634. TextLabel_28.Size = UDim2.new(0, 200, 0, 50)
  3635. TextLabel_28.Font = Enum.Font.Arial
  3636. TextLabel_28.FontSize = Enum.FontSize.Size28
  3637. TextLabel_28.Text = "Created By Unlisting"
  3638. TextLabel_28.TextColor3 = Color3.new(0.890196, 0.890196, 0.890196)
  3639. TextLabel_28.TextSize = 25
  3640. TextLabel_28.TextTransparency = 1
  3641.  
  3642. JNotifierOpen.Name = "JNotifierOpen"
  3643. JNotifierOpen.Parent = Unjailbreak
  3644. JNotifierOpen.BackgroundColor3 = Color3.new(1, 1, 1)
  3645. JNotifierOpen.BorderSizePixel = 0
  3646. JNotifierOpen.Position = UDim2.new(1, 0, 0.720000029, 0)
  3647. JNotifierOpen.Size = UDim2.new(0.10520833, 0, 0.0799561888, 0)
  3648.  
  3649. TextLabel_29.Parent = JNotifierOpen
  3650. TextLabel_29.BackgroundColor3 = Color3.new(1, 1, 1)
  3651. TextLabel_29.BackgroundTransparency = 1
  3652. TextLabel_29.Size = UDim2.new(0, 202, 0, 37)
  3653. TextLabel_29.Font = Enum.Font.Cartoon
  3654. TextLabel_29.FontSize = Enum.FontSize.Size24
  3655. TextLabel_29.Text = "Jewelry Store Is Open!"
  3656. TextLabel_29.TextColor3 = Color3.new(0, 0, 0)
  3657. TextLabel_29.TextSize = 20
  3658.  
  3659. GotoJewelry.Name = "GotoJewelry"
  3660. GotoJewelry.Parent = JNotifierOpen
  3661. GotoJewelry.BackgroundColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  3662. GotoJewelry.BorderSizePixel = 0
  3663. GotoJewelry.Position = UDim2.new(0, 51, 0, 37)
  3664. GotoJewelry.Size = UDim2.new(0, 99, 0, 36)
  3665. GotoJewelry.Font = Enum.Font.Cartoon
  3666. GotoJewelry.FontSize = Enum.FontSize.Size24
  3667. GotoJewelry.Text = "Goto"
  3668. GotoJewelry.TextColor3 = Color3.new(1, 1, 1)
  3669. GotoJewelry.TextSize = 20
  3670.  
  3671. BNotifierOpen.Name = "BNotifierOpen"
  3672. BNotifierOpen.Parent = Unjailbreak
  3673. BNotifierOpen.BackgroundColor3 = Color3.new(1, 1, 1)
  3674. BNotifierOpen.BorderSizePixel = 0
  3675. BNotifierOpen.Position = UDim2.new(1, 0, 0.633000016, 0)
  3676. BNotifierOpen.Size = UDim2.new(0.10520833, 0, 0.0799561888, 0)
  3677.  
  3678. TextLabel_30.Parent = BNotifierOpen
  3679. TextLabel_30.BackgroundColor3 = Color3.new(1, 1, 1)
  3680. TextLabel_30.BackgroundTransparency = 1
  3681. TextLabel_30.Size = UDim2.new(0, 202, 0, 45)
  3682. TextLabel_30.Font = Enum.Font.Cartoon
  3683. TextLabel_30.FontSize = Enum.FontSize.Size24
  3684. TextLabel_30.Text = "Bank Is Now Open!"
  3685. TextLabel_30.TextColor3 = Color3.new(0, 0, 0)
  3686. TextLabel_30.TextSize = 20
  3687.  
  3688. GotoBank.Name = "GotoBank"
  3689. GotoBank.Parent = BNotifierOpen
  3690. GotoBank.BackgroundColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  3691. GotoBank.BorderSizePixel = 0
  3692. GotoBank.Position = UDim2.new(0, 51, 0, 37)
  3693. GotoBank.Size = UDim2.new(0, 99, 0, 36)
  3694. GotoBank.Font = Enum.Font.Cartoon
  3695. GotoBank.FontSize = Enum.FontSize.Size24
  3696. GotoBank.Text = "Goto"
  3697. GotoBank.TextColor3 = Color3.new(1, 1, 1)
  3698. GotoBank.TextSize = 20
  3699.  
  3700. LPlayerDetect.Name = "LPlayerDetect"
  3701. LPlayerDetect.Parent = Unjailbreak
  3702. LPlayerDetect.BackgroundColor3 = Color3.new(0.282353, 0.282353, 0.282353)
  3703. LPlayerDetect.BorderSizePixel = 0
  3704. LPlayerDetect.ClipsDescendants = true
  3705. LPlayerDetect.Position = UDim2.new(0.404687494, 0, 0.0339539982, 0)
  3706.  
  3707. PlayerNameDetected.Name = "PlayerNameDetected"
  3708. PlayerNameDetected.Parent = LPlayerDetect
  3709. PlayerNameDetected.BackgroundColor3 = Color3.new(1, 1, 1)
  3710. PlayerNameDetected.BackgroundTransparency = 1
  3711. PlayerNameDetected.Position = UDim2.new(0, 83, 0, 15)
  3712. PlayerNameDetected.Size = UDim2.new(0, 200, 0, 34)
  3713. PlayerNameDetected.Font = Enum.Font.Arial
  3714. PlayerNameDetected.FontSize = Enum.FontSize.Size32
  3715. PlayerNameDetected.Text = "Player Name Here"
  3716. PlayerNameDetected.TextColor3 = Color3.new(1, 1, 1)
  3717. PlayerNameDetected.TextSize = 30
  3718.  
  3719. TextLabel_31.Parent = LPlayerDetect
  3720. TextLabel_31.BackgroundColor3 = Color3.new(1, 1, 1)
  3721. TextLabel_31.BackgroundTransparency = 1
  3722. TextLabel_31.Position = UDim2.new(0, 83, 0, 72)
  3723. TextLabel_31.Size = UDim2.new(0, 200, 0, 34)
  3724. TextLabel_31.Font = Enum.Font.Arial
  3725. TextLabel_31.FontSize = Enum.FontSize.Size24
  3726. TextLabel_31.Text = "You Were Detected As An Admin"
  3727. TextLabel_31.TextColor3 = Color3.new(1, 1, 1)
  3728. TextLabel_31.TextSize = 20
  3729.  
  3730. TextLabel_32.Parent = LPlayerDetect
  3731. TextLabel_32.BackgroundColor3 = Color3.new(1, 1, 1)
  3732. TextLabel_32.BackgroundTransparency = 1
  3733. TextLabel_32.Position = UDim2.new(0, 83, 0, 89)
  3734. TextLabel_32.Size = UDim2.new(0, 200, 0, 34)
  3735. TextLabel_32.Font = Enum.Font.Arial
  3736. TextLabel_32.FontSize = Enum.FontSize.Size24
  3737. TextLabel_32.Text = "On Unjailbreak"
  3738. TextLabel_32.TextColor3 = Color3.new(1, 1, 1)
  3739. TextLabel_32.TextSize = 20
  3740.  
  3741. TextLabel_33.Parent = LPlayerDetect
  3742. TextLabel_33.BackgroundColor3 = Color3.new(1, 1, 1)
  3743. TextLabel_33.BackgroundTransparency = 1
  3744. TextLabel_33.Position = UDim2.new(0, 83, 0, 126)
  3745. TextLabel_33.Size = UDim2.new(0, 200, 0, 34)
  3746. TextLabel_33.Font = Enum.Font.Arial
  3747. TextLabel_33.FontSize = Enum.FontSize.Size24
  3748. TextLabel_33.Text = "Your Name Has Been Announced"
  3749. TextLabel_33.TextColor3 = Color3.new(1, 1, 1)
  3750. TextLabel_33.TextSize = 20
  3751.  
  3752. TextLabel_34.Parent = LPlayerDetect
  3753. TextLabel_34.BackgroundColor3 = Color3.new(1, 1, 1)
  3754. TextLabel_34.BackgroundTransparency = 1
  3755. TextLabel_34.Position = UDim2.new(0, 83, 0, 143)
  3756. TextLabel_34.Size = UDim2.new(0, 200, 0, 34)
  3757. TextLabel_34.Font = Enum.Font.Arial
  3758. TextLabel_34.FontSize = Enum.FontSize.Size24
  3759. TextLabel_34.Text = "To Other Players Using Unjailbreak On"
  3760. TextLabel_34.TextColor3 = Color3.new(1, 1, 1)
  3761. TextLabel_34.TextSize = 20
  3762.  
  3763. TextLabel_35.Parent = LPlayerDetect
  3764. TextLabel_35.BackgroundColor3 = Color3.new(1, 1, 1)
  3765. TextLabel_35.BackgroundTransparency = 1
  3766. TextLabel_35.Position = UDim2.new(0, 83, 0, 161)
  3767. TextLabel_35.Size = UDim2.new(0, 200, 0, 34)
  3768. TextLabel_35.Font = Enum.Font.Arial
  3769. TextLabel_35.FontSize = Enum.FontSize.Size24
  3770. TextLabel_35.Text = "This Server!"
  3771. TextLabel_35.TextColor3 = Color3.new(1, 1, 1)
  3772. TextLabel_35.TextSize = 20
  3773.  
  3774. AdminJoined.Name = "AdminJoined"
  3775. AdminJoined.Parent = Unjailbreak
  3776. AdminJoined.BackgroundColor3 = Color3.new(0.282353, 0.282353, 0.282353)
  3777. AdminJoined.BorderSizePixel = 0
  3778. AdminJoined.ClipsDescendants = true
  3779. AdminJoined.Position = UDim2.new(0.404687494, 0, 0.0339539982, 0)
  3780.  
  3781. AdminDetected.Name = "AdminDetected"
  3782. AdminDetected.Parent = AdminJoined
  3783. AdminDetected.BackgroundColor3 = Color3.new(1, 1, 1)
  3784. AdminDetected.BackgroundTransparency = 1
  3785. AdminDetected.Position = UDim2.new(0, 83, 0, 15)
  3786. AdminDetected.Size = UDim2.new(0, 200, 0, 34)
  3787. AdminDetected.Font = Enum.Font.Arial
  3788. AdminDetected.FontSize = Enum.FontSize.Size32
  3789. AdminDetected.Text = "Player Name Here"
  3790. AdminDetected.TextColor3 = Color3.new(1, 1, 1)
  3791. AdminDetected.TextSize = 30
  3792.  
  3793. TextLabel_36.Parent = AdminJoined
  3794. TextLabel_36.BackgroundColor3 = Color3.new(1, 1, 1)
  3795. TextLabel_36.BackgroundTransparency = 1
  3796. TextLabel_36.Position = UDim2.new(0, 83, 0, 50)
  3797. TextLabel_36.Size = UDim2.new(0, 200, 0, 34)
  3798. TextLabel_36.Font = Enum.Font.Arial
  3799. TextLabel_36.FontSize = Enum.FontSize.Size24
  3800. TextLabel_36.Text = "Has Joined Your Server"
  3801. TextLabel_36.TextColor3 = Color3.new(1, 1, 1)
  3802. TextLabel_36.TextSize = 20
  3803.  
  3804. TextLabel_37.Parent = AdminJoined
  3805. TextLabel_37.BackgroundColor3 = Color3.new(1, 1, 1)
  3806. TextLabel_37.BackgroundTransparency = 1
  3807. TextLabel_37.Position = UDim2.new(0, 83, 0, 72)
  3808. TextLabel_37.Size = UDim2.new(0, 200, 0, 34)
  3809. TextLabel_37.Font = Enum.Font.Arial
  3810. TextLabel_37.FontSize = Enum.FontSize.Size24
  3811. TextLabel_37.Text = "And Is An Admin On Unjailbreak"
  3812. TextLabel_37.TextColor3 = Color3.new(1, 1, 1)
  3813. TextLabel_37.TextSize = 20
  3814.  
  3815. TextLabel_38.Parent = AdminJoined
  3816. TextLabel_38.BackgroundColor3 = Color3.new(1, 1, 1)
  3817. TextLabel_38.BackgroundTransparency = 1
  3818. TextLabel_38.Position = UDim2.new(0, 83, 0, 106)
  3819. TextLabel_38.Size = UDim2.new(0, 200, 0, 34)
  3820. TextLabel_38.Font = Enum.Font.Arial
  3821. TextLabel_38.FontSize = Enum.FontSize.Size24
  3822. TextLabel_38.Text = "Go Say Hi To The Admin!"
  3823. TextLabel_38.TextColor3 = Color3.new(1, 1, 1)
  3824. TextLabel_38.TextSize = 20
  3825.  
  3826. TextLabel_39.Parent = AdminJoined
  3827. TextLabel_39.BackgroundColor3 = Color3.new(1, 1, 1)
  3828. TextLabel_39.BackgroundTransparency = 1
  3829. TextLabel_39.Position = UDim2.new(0, 83, 0, 146)
  3830. TextLabel_39.Size = UDim2.new(0, 200, 0, 34)
  3831. TextLabel_39.Font = Enum.Font.Arial
  3832. TextLabel_39.FontSize = Enum.FontSize.Size24
  3833. TextLabel_39.Text = "All Admins Are Dope!"
  3834. TextLabel_39.TextColor3 = Color3.new(1, 1, 1)
  3835. TextLabel_39.TextSize = 20
  3836.  
  3837. UIColorFrame.Name = "UIColorFrame"
  3838. UIColorFrame.Parent = Unjailbreak
  3839. UIColorFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  3840. UIColorFrame.BorderSizePixel = 0
  3841. UIColorFrame.ClipsDescendants = true
  3842. UIColorFrame.Position = UDim2.new(0.460999995, 0, 0.730000019, 0)
  3843. UIColorFrame.Size = UDim2.new(0, 147, 0, 244)
  3844. UIColorFrame.Visible = false
  3845.  
  3846. TextLabel_40.Parent = UIColorFrame
  3847. TextLabel_40.BackgroundColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  3848. TextLabel_40.BorderSizePixel = 0
  3849. TextLabel_40.Position = UDim2.new(0, 0, 0, 234)
  3850. TextLabel_40.Size = UDim2.new(0, 147, 0, 10)
  3851. TextLabel_40.Font = Enum.Font.SourceSans
  3852. TextLabel_40.FontSize = Enum.FontSize.Size14
  3853. TextLabel_40.Text = ""
  3854. TextLabel_40.TextSize = 14
  3855.  
  3856. TextLabel_41.Parent = UIColorFrame
  3857. TextLabel_41.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  3858. TextLabel_41.BorderSizePixel = 0
  3859. TextLabel_41.Size = UDim2.new(0, 147, 0, 7)
  3860. TextLabel_41.Font = Enum.Font.SourceSans
  3861. TextLabel_41.FontSize = Enum.FontSize.Size14
  3862. TextLabel_41.Text = ""
  3863. TextLabel_41.TextSize = 14
  3864.  
  3865. Commands.Name = "Commands"
  3866. Commands.Parent = Unjailbreak
  3867. Commands.BackgroundColor3 = Color3.new(0.266667, 0.266667, 0.266667)
  3868. Commands.BorderSizePixel = 0
  3869. Commands.Position = UDim2.new(-0.142000005, 0, 0.333999991, 0)
  3870. Commands.Size = UDim2.new(0, 272, 0, 304)
  3871.  
  3872. TextLabel_42.Parent = Commands
  3873. TextLabel_42.BackgroundColor3 = Color3.new(1, 1, 1)
  3874. TextLabel_42.BackgroundTransparency = 1
  3875. TextLabel_42.Position = UDim2.new(0, 36, 0, 0)
  3876. TextLabel_42.Size = UDim2.new(0, 200, 0, 39)
  3877. TextLabel_42.Font = Enum.Font.Arial
  3878. TextLabel_42.FontSize = Enum.FontSize.Size24
  3879. TextLabel_42.Text = "Unjailbreak Commands"
  3880. TextLabel_42.TextColor3 = Color3.new(1, 1, 1)
  3881. TextLabel_42.TextSize = 20
  3882.  
  3883. ScrollingFrame.Parent = Commands
  3884. ScrollingFrame.BackgroundColor3 = Color3.new(0.266667, 0.266667, 0.266667)
  3885. ScrollingFrame.BorderSizePixel = 0
  3886. ScrollingFrame.Position = UDim2.new(0, 0, 0, 51)
  3887. ScrollingFrame.Size = UDim2.new(0, 272, 0, 253)
  3888. ScrollingFrame.BottomImage = ""
  3889. ScrollingFrame.ScrollBarThickness = 5
  3890. ScrollingFrame.TopImage = ""
  3891.  
  3892. TextLabel_43.Parent = ScrollingFrame
  3893. TextLabel_43.BackgroundColor3 = Color3.new(1, 1, 1)
  3894. TextLabel_43.BackgroundTransparency = 1
  3895. TextLabel_43.Size = UDim2.new(0, 272, 0, 21)
  3896. TextLabel_43.Font = Enum.Font.Arial
  3897. TextLabel_43.FontSize = Enum.FontSize.Size14
  3898. TextLabel_43.Text = " ;help - Opens The Unjailbreak Command List"
  3899. TextLabel_43.TextColor3 = Color3.new(1, 1, 1)
  3900. TextLabel_43.TextSize = 13
  3901. TextLabel_43.TextXAlignment = Enum.TextXAlignment.Left
  3902.  
  3903. TextLabel_44.Parent = ScrollingFrame
  3904. TextLabel_44.BackgroundColor3 = Color3.new(1, 1, 1)
  3905. TextLabel_44.BackgroundTransparency = 1
  3906. TextLabel_44.Position = UDim2.new(0, 0, 0, 23)
  3907. TextLabel_44.Size = UDim2.new(0, 272, 0, 21)
  3908. TextLabel_44.Font = Enum.Font.Arial
  3909. TextLabel_44.FontSize = Enum.FontSize.Size14
  3910. TextLabel_44.Text = " ;open - Opens The GUI"
  3911. TextLabel_44.TextColor3 = Color3.new(1, 1, 1)
  3912. TextLabel_44.TextSize = 13
  3913. TextLabel_44.TextXAlignment = Enum.TextXAlignment.Left
  3914.  
  3915. TextLabel_45.Parent = ScrollingFrame
  3916. TextLabel_45.BackgroundColor3 = Color3.new(1, 1, 1)
  3917. TextLabel_45.BackgroundTransparency = 1
  3918. TextLabel_45.Position = UDim2.new(0, 0, 0, 48)
  3919. TextLabel_45.Size = UDim2.new(0, 272, 0, 21)
  3920. TextLabel_45.Font = Enum.Font.Arial
  3921. TextLabel_45.FontSize = Enum.FontSize.Size14
  3922. TextLabel_45.Text = " ;close - Closes The GUI"
  3923. TextLabel_45.TextColor3 = Color3.new(1, 1, 1)
  3924. TextLabel_45.TextSize = 13
  3925. TextLabel_45.TextXAlignment = Enum.TextXAlignment.Left
  3926.  
  3927. TextLabel_46.Parent = ScrollingFrame
  3928. TextLabel_46.BackgroundColor3 = Color3.new(1, 1, 1)
  3929. TextLabel_46.BackgroundTransparency = 1
  3930. TextLabel_46.Position = UDim2.new(0, 0, 0, 73)
  3931. TextLabel_46.Size = UDim2.new(0, 272, 0, 21)
  3932. TextLabel_46.Font = Enum.Font.Arial
  3933. TextLabel_46.FontSize = Enum.FontSize.Size14
  3934. TextLabel_46.Text = " ;godmode - Puts You In GodMode"
  3935. TextLabel_46.TextColor3 = Color3.new(1, 1, 1)
  3936. TextLabel_46.TextSize = 13
  3937. TextLabel_46.TextXAlignment = Enum.TextXAlignment.Left
  3938.  
  3939. TextLabel_47.Parent = ScrollingFrame
  3940. TextLabel_47.BackgroundColor3 = Color3.new(1, 1, 1)
  3941. TextLabel_47.BackgroundTransparency = 1
  3942. TextLabel_47.Position = UDim2.new(0, 0, 0, 97)
  3943. TextLabel_47.Size = UDim2.new(0, 272, 0, 21)
  3944. TextLabel_47.Font = Enum.Font.Arial
  3945. TextLabel_47.FontSize = Enum.FontSize.Size14
  3946. TextLabel_47.Text = " ;fly on - Puts You In Fly Mode"
  3947. TextLabel_47.TextColor3 = Color3.new(1, 1, 1)
  3948. TextLabel_47.TextSize = 13
  3949. TextLabel_47.TextXAlignment = Enum.TextXAlignment.Left
  3950.  
  3951. TextLabel_48.Parent = ScrollingFrame
  3952. TextLabel_48.BackgroundColor3 = Color3.new(1, 1, 1)
  3953. TextLabel_48.BackgroundTransparency = 1
  3954. TextLabel_48.Position = UDim2.new(0, 0, 0, 121)
  3955. TextLabel_48.Size = UDim2.new(0, 272, 0, 21)
  3956. TextLabel_48.Font = Enum.Font.Arial
  3957. TextLabel_48.FontSize = Enum.FontSize.Size14
  3958. TextLabel_48.Text = " ;fly off - Removes Fly Mode"
  3959. TextLabel_48.TextColor3 = Color3.new(1, 1, 1)
  3960. TextLabel_48.TextSize = 13
  3961. TextLabel_48.TextXAlignment = Enum.TextXAlignment.Left
  3962.  
  3963. TextLabel_49.Parent = ScrollingFrame
  3964. TextLabel_49.BackgroundColor3 = Color3.new(1, 1, 1)
  3965. TextLabel_49.BackgroundTransparency = 1
  3966. TextLabel_49.Position = UDim2.new(0, 0, 0, 145)
  3967. TextLabel_49.Size = UDim2.new(0, 272, 0, 21)
  3968. TextLabel_49.Font = Enum.Font.Arial
  3969. TextLabel_49.FontSize = Enum.FontSize.Size14
  3970. TextLabel_49.Text = " ;esp on - Turns ESP On"
  3971. TextLabel_49.TextColor3 = Color3.new(1, 1, 1)
  3972. TextLabel_49.TextSize = 13
  3973. TextLabel_49.TextXAlignment = Enum.TextXAlignment.Left
  3974.  
  3975. TextLabel_50.Parent = ScrollingFrame
  3976. TextLabel_50.BackgroundColor3 = Color3.new(1, 1, 1)
  3977. TextLabel_50.BackgroundTransparency = 1
  3978. TextLabel_50.Position = UDim2.new(0, 0, 0, 169)
  3979. TextLabel_50.Size = UDim2.new(0, 272, 0, 21)
  3980. TextLabel_50.Font = Enum.Font.Arial
  3981. TextLabel_50.FontSize = Enum.FontSize.Size14
  3982. TextLabel_50.Text = " ;esp off - Turns ESP Off"
  3983. TextLabel_50.TextColor3 = Color3.new(1, 1, 1)
  3984. TextLabel_50.TextSize = 13
  3985. TextLabel_50.TextXAlignment = Enum.TextXAlignment.Left
  3986.  
  3987. TextLabel_51.Parent = ScrollingFrame
  3988. TextLabel_51.BackgroundColor3 = Color3.new(1, 1, 1)
  3989. TextLabel_51.BackgroundTransparency = 1
  3990. TextLabel_51.Position = UDim2.new(0, 0, 0, 194)
  3991. TextLabel_51.Size = UDim2.new(0, 272, 0, 21)
  3992. TextLabel_51.Font = Enum.Font.Arial
  3993. TextLabel_51.FontSize = Enum.FontSize.Size14
  3994. TextLabel_51.Text = " ;reset - Resets Your Character"
  3995. TextLabel_51.TextColor3 = Color3.new(1, 1, 1)
  3996. TextLabel_51.TextSize = 13
  3997. TextLabel_51.TextXAlignment = Enum.TextXAlignment.Left
  3998.  
  3999. TextLabel_52.Parent = ScrollingFrame
  4000. TextLabel_52.BackgroundColor3 = Color3.new(1, 1, 1)
  4001. TextLabel_52.BackgroundTransparency = 1
  4002. TextLabel_52.Position = UDim2.new(0, 0, 0, 216)
  4003. TextLabel_52.Size = UDim2.new(0, 272, 0, 21)
  4004. TextLabel_52.Font = Enum.Font.Arial
  4005. TextLabel_52.FontSize = Enum.FontSize.Size14
  4006. TextLabel_52.Text = " ;remove - Removes The Whole UI"
  4007. TextLabel_52.TextColor3 = Color3.new(1, 1, 1)
  4008. TextLabel_52.TextSize = 13
  4009. TextLabel_52.TextXAlignment = Enum.TextXAlignment.Left
  4010.  
  4011. CommandClose.Name = "CommandClose"
  4012. CommandClose.Parent = Commands
  4013. CommandClose.BackgroundColor3 = Color3.new(1, 1, 1)
  4014. CommandClose.BackgroundTransparency = 1
  4015. CommandClose.Position = UDim2.new(0, 247, 0, 0)
  4016. CommandClose.Size = UDim2.new(0, 25, 0, 26)
  4017. CommandClose.Font = Enum.Font.SourceSans
  4018. CommandClose.FontSize = Enum.FontSize.Size32
  4019. CommandClose.Text = "X"
  4020. CommandClose.TextColor3 = Color3.new(1, 1, 1)
  4021. CommandClose.TextSize = 30
  4022. CommandClose.TextWrapped = true
  4023.  
  4024. StarterFrame.Name = "StarterFrame"
  4025. StarterFrame.Parent = Unjailbreak
  4026. StarterFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  4027. StarterFrame.BorderSizePixel = 0
  4028. StarterFrame.ClipsDescendants = true
  4029. StarterFrame.Position = UDim2.new(0.377083331, 0, 0.35377875, 0)
  4030.  
  4031. StarterMainFrame.Name = "StarterMainFrame"
  4032. StarterMainFrame.Parent = StarterFrame
  4033. StarterMainFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  4034. StarterMainFrame.Size = UDim2.new(0, 944, 0, 267)
  4035.  
  4036. ContinueCustomization.Name = "ContinueCustomization"
  4037. ContinueCustomization.Parent = StarterMainFrame
  4038. ContinueCustomization.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  4039. ContinueCustomization.BorderSizePixel = 0
  4040. ContinueCustomization.Position = UDim2.new(0, 187, 0, 190)
  4041. ContinueCustomization.Size = UDim2.new(0, 100, 0, 30)
  4042. ContinueCustomization.Font = Enum.Font.Arial
  4043. ContinueCustomization.FontSize = Enum.FontSize.Size18
  4044. ContinueCustomization.Text = "Customize"
  4045. ContinueCustomization.TextColor3 = Color3.new(1, 1, 1)
  4046. ContinueCustomization.TextSize = 16
  4047.  
  4048. TextLabel_53.Parent = StarterMainFrame
  4049. TextLabel_53.BackgroundColor3 = Color3.new(1, 1, 1)
  4050. TextLabel_53.BackgroundTransparency = 1
  4051. TextLabel_53.Position = UDim2.new(0, 135, 0, 85)
  4052. TextLabel_53.Size = UDim2.new(0, 200, 0, 19)
  4053. TextLabel_53.Font = Enum.Font.Arial
  4054. TextLabel_53.FontSize = Enum.FontSize.Size18
  4055. TextLabel_53.Text = "Settings Has Been Updated And You Can Now"
  4056. TextLabel_53.TextColor3 = Color3.new(0, 0, 0)
  4057. TextLabel_53.TextSize = 16
  4058.  
  4059. TextLabel_54.Parent = StarterMainFrame
  4060. TextLabel_54.BackgroundColor3 = Color3.new(1, 1, 1)
  4061. TextLabel_54.BackgroundTransparency = 1
  4062. TextLabel_54.Position = UDim2.new(0, 825, 0, 190)
  4063. TextLabel_54.Size = UDim2.new(0, 93, 0, 19)
  4064. TextLabel_54.Font = Enum.Font.Arial
  4065. TextLabel_54.FontSize = Enum.FontSize.Size18
  4066. TextLabel_54.Text = "WARNING:"
  4067. TextLabel_54.TextColor3 = Color3.new(1, 0.666667, 0)
  4068. TextLabel_54.TextSize = 16
  4069.  
  4070. TextLabel_55.Parent = StarterMainFrame
  4071. TextLabel_55.BackgroundColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  4072. TextLabel_55.BorderSizePixel = 0
  4073. TextLabel_55.Position = UDim2.new(0, 0, 0, 19)
  4074. TextLabel_55.Size = UDim2.new(0, 944, 0, 22)
  4075. TextLabel_55.Font = Enum.Font.SourceSans
  4076. TextLabel_55.FontSize = Enum.FontSize.Size14
  4077. TextLabel_55.Text = ""
  4078. TextLabel_55.TextSize = 14
  4079.  
  4080. TextLabel_56.Parent = StarterMainFrame
  4081. TextLabel_56.BackgroundColor3 = Color3.new(1, 1, 1)
  4082. TextLabel_56.BackgroundTransparency = 1
  4083. TextLabel_56.Position = UDim2.new(0, 135, 0, 63)
  4084. TextLabel_56.Size = UDim2.new(0, 200, 0, 19)
  4085. TextLabel_56.Font = Enum.Font.Arial
  4086. TextLabel_56.FontSize = Enum.FontSize.Size18
  4087. TextLabel_56.Text = "Welcome To Unjailbreak Full Release!"
  4088. TextLabel_56.TextColor3 = Color3.new(0, 0, 0)
  4089. TextLabel_56.TextSize = 16
  4090.  
  4091. TextLabel_57.Parent = StarterMainFrame
  4092. TextLabel_57.BackgroundColor3 = Color3.new(1, 1, 1)
  4093. TextLabel_57.BackgroundTransparency = 1
  4094. TextLabel_57.Position = UDim2.new(0, 135, 0, 21)
  4095. TextLabel_57.Size = UDim2.new(0, 200, 0, 19)
  4096. TextLabel_57.Font = Enum.Font.Arial
  4097. TextLabel_57.FontSize = Enum.FontSize.Size24
  4098. TextLabel_57.Text = "U N J A I L B R E A K"
  4099. TextLabel_57.TextColor3 = Color3.new(1, 1, 1)
  4100. TextLabel_57.TextSize = 20
  4101.  
  4102. TextLabel_58.Parent = StarterMainFrame
  4103. TextLabel_58.BackgroundColor3 = Color3.new(1, 1, 1)
  4104. TextLabel_58.BackgroundTransparency = 1
  4105. TextLabel_58.Position = UDim2.new(0, 825, 0, 210)
  4106. TextLabel_58.Size = UDim2.new(0, 93, 0, 19)
  4107. TextLabel_58.Font = Enum.Font.Arial
  4108. TextLabel_58.FontSize = Enum.FontSize.Size18
  4109. TextLabel_58.Text = "Aimbot Is Very"
  4110. TextLabel_58.TextColor3 = Color3.new(1, 0.666667, 0)
  4111. TextLabel_58.TextSize = 16
  4112.  
  4113. TextLabel_59.Parent = StarterMainFrame
  4114. TextLabel_59.BackgroundColor3 = Color3.new(1, 1, 1)
  4115. TextLabel_59.BackgroundTransparency = 1
  4116. TextLabel_59.Position = UDim2.new(0, 825, 0, 230)
  4117. TextLabel_59.Size = UDim2.new(0, 93, 0, 19)
  4118. TextLabel_59.Font = Enum.Font.Arial
  4119. TextLabel_59.FontSize = Enum.FontSize.Size18
  4120. TextLabel_59.Text = "Unstable And Laggy"
  4121. TextLabel_59.TextColor3 = Color3.new(1, 0.666667, 0)
  4122. TextLabel_59.TextSize = 16
  4123.  
  4124. TextLabel_60.Parent = StarterMainFrame
  4125. TextLabel_60.BackgroundColor3 = Color3.new(1, 1, 1)
  4126. TextLabel_60.BackgroundTransparency = 1
  4127. TextLabel_60.Position = UDim2.new(0, 135, 0, 134)
  4128. TextLabel_60.Size = UDim2.new(0, 200, 0, 19)
  4129. TextLabel_60.Font = Enum.Font.Arial
  4130. TextLabel_60.FontSize = Enum.FontSize.Size18
  4131. TextLabel_60.Text = "Anyways Enjoy The Full Release!"
  4132. TextLabel_60.TextColor3 = Color3.new(0, 0, 0)
  4133. TextLabel_60.TextSize = 16
  4134.  
  4135. TextLabel_61.Parent = StarterMainFrame
  4136. TextLabel_61.BackgroundColor3 = Color3.new(1, 1, 1)
  4137. TextLabel_61.BackgroundTransparency = 1
  4138. TextLabel_61.Position = UDim2.new(0, 135, 0, 110)
  4139. TextLabel_61.Size = UDim2.new(0, 200, 0, 19)
  4140. TextLabel_61.Font = Enum.Font.Arial
  4141. TextLabel_61.FontSize = Enum.FontSize.Size18
  4142. TextLabel_61.Text = "Set Up The Bank And Jewelry Notifiers In Settings"
  4143. TextLabel_61.TextColor3 = Color3.new(0, 0, 0)
  4144. TextLabel_61.TextSize = 16
  4145.  
  4146. TextLabel_62.Parent = StarterMainFrame
  4147. TextLabel_62.BackgroundColor3 = Color3.new(1, 1, 1)
  4148. TextLabel_62.BackgroundTransparency = 1
  4149. TextLabel_62.Position = UDim2.new(0, 610, 0, 21)
  4150. TextLabel_62.Size = UDim2.new(0, 200, 0, 19)
  4151. TextLabel_62.Font = Enum.Font.Arial
  4152. TextLabel_62.FontSize = Enum.FontSize.Size24
  4153. TextLabel_62.Text = "C U S T O M I Z A T I O N"
  4154. TextLabel_62.TextColor3 = Color3.new(1, 1, 1)
  4155. TextLabel_62.TextSize = 20
  4156.  
  4157. MainContinue.Name = "MainContinue"
  4158. MainContinue.Parent = StarterMainFrame
  4159. MainContinue.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  4160. MainContinue.BorderSizePixel = 0
  4161. MainContinue.Position = UDim2.new(0, 658, 0, 230)
  4162. MainContinue.Size = UDim2.new(0, 100, 0, 30)
  4163. MainContinue.Font = Enum.Font.Arial
  4164. MainContinue.FontSize = Enum.FontSize.Size18
  4165. MainContinue.Text = "Continue"
  4166. MainContinue.TextColor3 = Color3.new(1, 1, 1)
  4167. MainContinue.TextSize = 16
  4168.  
  4169. TextLabel_63.Parent = StarterMainFrame
  4170. TextLabel_63.BackgroundColor3 = Color3.new(1, 1, 1)
  4171. TextLabel_63.BackgroundTransparency = 1
  4172. TextLabel_63.Position = UDim2.new(0, 610, 0, 51)
  4173. TextLabel_63.Size = UDim2.new(0, 200, 0, 19)
  4174. TextLabel_63.Font = Enum.Font.Arial
  4175. TextLabel_63.FontSize = Enum.FontSize.Size18
  4176. TextLabel_63.Text = "Here You Customize Your UI"
  4177. TextLabel_63.TextColor3 = Color3.new(0, 0, 0)
  4178. TextLabel_63.TextSize = 16
  4179.  
  4180. TextLabel_64.Parent = StarterMainFrame
  4181. TextLabel_64.BackgroundColor3 = Color3.new(1, 1, 1)
  4182. TextLabel_64.BackgroundTransparency = 1
  4183. TextLabel_64.Position = UDim2.new(0, 495, 0, 81)
  4184. TextLabel_64.Size = UDim2.new(0, 93, 0, 19)
  4185. TextLabel_64.Font = Enum.Font.Arial
  4186. TextLabel_64.FontSize = Enum.FontSize.Size18
  4187. TextLabel_64.Text = "Border Color"
  4188. TextLabel_64.TextColor3 = Color3.new(0, 0, 0)
  4189. TextLabel_64.TextSize = 16
  4190.  
  4191. BlueColor.Name = "BlueColor"
  4192. BlueColor.Parent = StarterMainFrame
  4193. BlueColor.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  4194. BlueColor.BorderSizePixel = 0
  4195. BlueColor.Position = UDim2.new(0, 493, 0, 104)
  4196. BlueColor.Size = UDim2.new(0, 100, 0, 30)
  4197. BlueColor.Font = Enum.Font.Arial
  4198. BlueColor.FontSize = Enum.FontSize.Size18
  4199. BlueColor.Text = "Blue"
  4200. BlueColor.TextColor3 = Color3.new(1, 1, 1)
  4201. BlueColor.TextSize = 16
  4202.  
  4203. RedColor.Name = "RedColor"
  4204. RedColor.Parent = StarterMainFrame
  4205. RedColor.BackgroundColor3 = Color3.new(1, 0, 0)
  4206. RedColor.BorderSizePixel = 0
  4207. RedColor.Position = UDim2.new(0, 493, 0, 135)
  4208. RedColor.Size = UDim2.new(0, 100, 0, 30)
  4209. RedColor.Font = Enum.Font.Arial
  4210. RedColor.FontSize = Enum.FontSize.Size18
  4211. RedColor.Text = "Red"
  4212. RedColor.TextColor3 = Color3.new(1, 1, 1)
  4213. RedColor.TextSize = 16
  4214.  
  4215. OrangeColor.Name = "OrangeColor"
  4216. OrangeColor.Parent = StarterMainFrame
  4217. OrangeColor.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  4218. OrangeColor.BorderSizePixel = 0
  4219. OrangeColor.Position = UDim2.new(0, 493, 0, 166)
  4220. OrangeColor.Size = UDim2.new(0, 100, 0, 30)
  4221. OrangeColor.Font = Enum.Font.Arial
  4222. OrangeColor.FontSize = Enum.FontSize.Size18
  4223. OrangeColor.Text = "Orange"
  4224. OrangeColor.TextColor3 = Color3.new(1, 1, 1)
  4225. OrangeColor.TextSize = 16
  4226.  
  4227. BlackColor.Name = "BlackColor"
  4228. BlackColor.Parent = StarterMainFrame
  4229. BlackColor.BackgroundColor3 = Color3.new(0, 0, 0)
  4230. BlackColor.BorderSizePixel = 0
  4231. BlackColor.Position = UDim2.new(0, 493, 0, 197)
  4232. BlackColor.Size = UDim2.new(0, 100, 0, 30)
  4233. BlackColor.Font = Enum.Font.Arial
  4234. BlackColor.FontSize = Enum.FontSize.Size18
  4235. BlackColor.Text = "Black"
  4236. BlackColor.TextColor3 = Color3.new(1, 1, 1)
  4237. BlackColor.TextSize = 16
  4238.  
  4239. PurpleColor.Name = "PurpleColor"
  4240. PurpleColor.Parent = StarterMainFrame
  4241. PurpleColor.BackgroundColor3 = Color3.new(0.333333, 0, 0.498039)
  4242. PurpleColor.BorderSizePixel = 0
  4243. PurpleColor.Position = UDim2.new(0, 493, 0, 228)
  4244. PurpleColor.Size = UDim2.new(0, 100, 0, 30)
  4245. PurpleColor.Font = Enum.Font.Arial
  4246. PurpleColor.FontSize = Enum.FontSize.Size18
  4247. PurpleColor.Text = "Purple"
  4248. PurpleColor.TextColor3 = Color3.new(1, 1, 1)
  4249. PurpleColor.TextSize = 16
  4250.  
  4251. TextLabel_65.Parent = StarterMainFrame
  4252. TextLabel_65.BackgroundColor3 = Color3.new(1, 1, 1)
  4253. TextLabel_65.BackgroundTransparency = 1
  4254. TextLabel_65.Position = UDim2.new(0, 662, 0, 81)
  4255. TextLabel_65.Size = UDim2.new(0, 93, 0, 19)
  4256. TextLabel_65.Font = Enum.Font.Arial
  4257. TextLabel_65.FontSize = Enum.FontSize.Size18
  4258. TextLabel_65.Text = "UI Keybind"
  4259. TextLabel_65.TextColor3 = Color3.new(0, 0, 0)
  4260. TextLabel_65.TextSize = 16
  4261.  
  4262. UIKeybind.Name = "UIKeybind"
  4263. UIKeybind.Parent = StarterMainFrame
  4264. UIKeybind.BackgroundColor3 = Color3.new(1, 1, 1)
  4265. UIKeybind.BorderSizePixel = 0
  4266. UIKeybind.Position = UDim2.new(0, 660, 0, 110)
  4267. UIKeybind.Size = UDim2.new(0, 102, 0, 24)
  4268. UIKeybind.Font = Enum.Font.Arial
  4269. UIKeybind.FontSize = Enum.FontSize.Size18
  4270. UIKeybind.Text = ""
  4271. UIKeybind.TextSize = 15
  4272. UIKeybind.TextXAlignment = Enum.TextXAlignment.Left
  4273.  
  4274. TextLabel_66.Parent = StarterMainFrame
  4275. TextLabel_66.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
  4276. TextLabel_66.BorderSizePixel = 0
  4277. TextLabel_66.Position = UDim2.new(0, 660, 0, 135)
  4278. TextLabel_66.Size = UDim2.new(0, 102, 0, 3)
  4279. TextLabel_66.Font = Enum.Font.Arial
  4280. TextLabel_66.FontSize = Enum.FontSize.Size18
  4281. TextLabel_66.Text = ""
  4282. TextLabel_66.TextColor3 = Color3.new(0, 0, 0)
  4283. TextLabel_66.TextSize = 16
  4284.  
  4285. TextLabel_67.Parent = StarterMainFrame
  4286. TextLabel_67.BackgroundColor3 = Color3.new(1, 1, 1)
  4287. TextLabel_67.BackgroundTransparency = 1
  4288. TextLabel_67.Position = UDim2.new(0, 662, 0, 150)
  4289. TextLabel_67.Size = UDim2.new(0, 93, 0, 19)
  4290. TextLabel_67.Font = Enum.Font.Arial
  4291. TextLabel_67.FontSize = Enum.FontSize.Size18
  4292. TextLabel_67.Text = "Normal Keybind"
  4293. TextLabel_67.TextColor3 = Color3.new(0, 0, 0)
  4294. TextLabel_67.TextSize = 16
  4295.  
  4296. TextLabel_68.Parent = StarterMainFrame
  4297. TextLabel_68.BackgroundColor3 = Color3.new(1, 1, 1)
  4298. TextLabel_68.BackgroundTransparency = 1
  4299. TextLabel_68.Position = UDim2.new(0, 662, 0, 165)
  4300. TextLabel_68.Size = UDim2.new(0, 93, 0, 19)
  4301. TextLabel_68.Font = Enum.Font.Arial
  4302. TextLabel_68.FontSize = Enum.FontSize.Size18
  4303. TextLabel_68.Text = "\"V\""
  4304. TextLabel_68.TextColor3 = Color3.new(0, 0, 0)
  4305. TextLabel_68.TextSize = 16
  4306.  
  4307. MainPreview.Name = "MainPreview"
  4308. MainPreview.Parent = StarterMainFrame
  4309. MainPreview.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  4310. MainPreview.BorderSizePixel = 0
  4311. MainPreview.Position = UDim2.new(0, 528, 0, 49)
  4312. MainPreview.Size = UDim2.new(0, 32, 0, 29)
  4313. MainPreview.Font = Enum.Font.Arial
  4314. MainPreview.FontSize = Enum.FontSize.Size18
  4315. MainPreview.Text = ""
  4316. MainPreview.TextColor3 = Color3.new(0, 0, 0)
  4317. MainPreview.TextSize = 16
  4318.  
  4319. TextLabel_69.Parent = StarterMainFrame
  4320. TextLabel_69.BackgroundColor3 = Color3.new(1, 1, 1)
  4321. TextLabel_69.BackgroundTransparency = 1
  4322. TextLabel_69.Position = UDim2.new(0, 825, 0, 81)
  4323. TextLabel_69.Size = UDim2.new(0, 93, 0, 19)
  4324. TextLabel_69.Font = Enum.Font.Arial
  4325. TextLabel_69.FontSize = Enum.FontSize.Size18
  4326. TextLabel_69.Text = "Aimbot Keybind"
  4327. TextLabel_69.TextColor3 = Color3.new(0, 0, 0)
  4328. TextLabel_69.TextSize = 16
  4329.  
  4330. Aimbotkeybind.Name = "Aimbotkeybind"
  4331. Aimbotkeybind.Parent = StarterMainFrame
  4332. Aimbotkeybind.BackgroundColor3 = Color3.new(1, 1, 1)
  4333. Aimbotkeybind.BorderSizePixel = 0
  4334. Aimbotkeybind.Position = UDim2.new(0, 822, 0, 110)
  4335. Aimbotkeybind.Size = UDim2.new(0, 102, 0, 24)
  4336. Aimbotkeybind.Font = Enum.Font.Arial
  4337. Aimbotkeybind.FontSize = Enum.FontSize.Size18
  4338. Aimbotkeybind.Text = ""
  4339. Aimbotkeybind.TextSize = 15
  4340. Aimbotkeybind.TextXAlignment = Enum.TextXAlignment.Left
  4341.  
  4342. TextLabel_70.Parent = StarterMainFrame
  4343. TextLabel_70.BackgroundColor3 = Color3.new(1, 1, 1)
  4344. TextLabel_70.BackgroundTransparency = 1
  4345. TextLabel_70.Position = UDim2.new(0, 825, 0, 150)
  4346. TextLabel_70.Size = UDim2.new(0, 93, 0, 19)
  4347. TextLabel_70.Font = Enum.Font.Arial
  4348. TextLabel_70.FontSize = Enum.FontSize.Size18
  4349. TextLabel_70.Text = "Set A Keybind To"
  4350. TextLabel_70.TextColor3 = Color3.new(0, 0, 0)
  4351. TextLabel_70.TextSize = 16
  4352.  
  4353. TextLabel_71.Parent = StarterMainFrame
  4354. TextLabel_71.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
  4355. TextLabel_71.BorderSizePixel = 0
  4356. TextLabel_71.Position = UDim2.new(0, 821, 0, 135)
  4357. TextLabel_71.Size = UDim2.new(0, 102, 0, 3)
  4358. TextLabel_71.Font = Enum.Font.Arial
  4359. TextLabel_71.FontSize = Enum.FontSize.Size18
  4360. TextLabel_71.Text = ""
  4361. TextLabel_71.TextColor3 = Color3.new(0, 0, 0)
  4362. TextLabel_71.TextSize = 16
  4363.  
  4364. TextLabel_72.Parent = StarterMainFrame
  4365. TextLabel_72.BackgroundColor3 = Color3.new(1, 1, 1)
  4366. TextLabel_72.BackgroundTransparency = 1
  4367. TextLabel_72.Position = UDim2.new(0, 825, 0, 165)
  4368. TextLabel_72.Size = UDim2.new(0, 93, 0, 19)
  4369. TextLabel_72.Font = Enum.Font.Arial
  4370. TextLabel_72.FontSize = Enum.FontSize.Size18
  4371. TextLabel_72.Text = "Turn On Aimbot"
  4372. TextLabel_72.TextColor3 = Color3.new(0, 0, 0)
  4373. TextLabel_72.TextSize = 16
  4374.  
  4375. TextLabel_73.Parent = StarterMainFrame
  4376. TextLabel_73.BackgroundColor3 = Color3.new(1, 1, 1)
  4377. TextLabel_73.BackgroundTransparency = 1
  4378. TextLabel_73.Position = UDim2.new(0, 662, 0, 190)
  4379. TextLabel_73.Size = UDim2.new(0, 93, 0, 19)
  4380. TextLabel_73.Font = Enum.Font.Arial
  4381. TextLabel_73.FontSize = Enum.FontSize.Size18
  4382. TextLabel_73.Text = "Make All Keybinds Lower Case"
  4383. TextLabel_73.TextColor3 = Color3.new(0, 0, 0)
  4384. TextLabel_73.TextSize = 16
  4385.  
  4386. TextLabel_74.Parent = StarterMainFrame
  4387. TextLabel_74.BackgroundColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  4388. TextLabel_74.BorderSizePixel = 0
  4389. TextLabel_74.Position = UDim2.new(0, 40, 0, 0)
  4390. TextLabel_74.Size = UDim2.new(0, 19, 0, 267)
  4391. TextLabel_74.Font = Enum.Font.Arial
  4392. TextLabel_74.FontSize = Enum.FontSize.Size24
  4393. TextLabel_74.Text = ""
  4394. TextLabel_74.TextColor3 = Color3.new(1, 1, 1)
  4395. TextLabel_74.TextSize = 20
  4396.  
  4397. TextLabel_75.Parent = StarterMainFrame
  4398. TextLabel_75.BackgroundColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  4399. TextLabel_75.BorderSizePixel = 0
  4400. TextLabel_75.Position = UDim2.new(0, 26, 0, 0)
  4401. TextLabel_75.Size = UDim2.new(0, 7, 0, 267)
  4402. TextLabel_75.Font = Enum.Font.Arial
  4403. TextLabel_75.FontSize = Enum.FontSize.Size24
  4404. TextLabel_75.Text = ""
  4405. TextLabel_75.TextColor3 = Color3.new(1, 1, 1)
  4406. TextLabel_75.TextSize = 20
  4407.  
  4408. TextLabel_76.Parent = StarterMainFrame
  4409. TextLabel_76.BackgroundColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  4410. TextLabel_76.BorderSizePixel = 0
  4411. TextLabel_76.Position = UDim2.new(0, 408, 0, 29)
  4412. TextLabel_76.Size = UDim2.new(0, 10, 0, 238)
  4413. TextLabel_76.Font = Enum.Font.Arial
  4414. TextLabel_76.FontSize = Enum.FontSize.Size24
  4415. TextLabel_76.Text = ""
  4416. TextLabel_76.TextColor3 = Color3.new(1, 1, 1)
  4417. TextLabel_76.TextSize = 20
  4418.  
  4419. ActiveMenu.Parent = UIColorFrame
  4420. ActiveMenu.Name = "ActiveMenu"
  4421.  
  4422. ButtonWheelMenu.Parent = ActiveMenu
  4423. ButtonWheelMenu.Name = "ButtonWheelMenu"
  4424. ButtonWheelMenu.Position = UDim2.new(0,10,0,10)
  4425. ButtonWheelMenu.Size = UDim2.new(1,-20,1,-20)
  4426. ButtonWheelMenu.Visible = true
  4427.  
  4428. Hue.Parent = ButtonWheelMenu
  4429. Hue.Name = "Hue"
  4430.  
  4431. Lig.Parent = ButtonWheelMenu
  4432. Lig.Name = "Lig"
  4433.  
  4434. Sat.Parent = ButtonWheelMenu
  4435. Sat.Name = "Sat"
  4436.  
  4437. HueBox.Parent = ButtonWheelMenu
  4438. HueBox.Size = UDim2.new(0,50,0,25)
  4439. HueBox.Text = "Hue: 70"
  4440. HueBox.Font = Enum.Font.Arial
  4441. HueBox.FontSize = Enum.FontSize.Size14
  4442.  
  4443. GetColor.Parent = ActiveMenu
  4444.  
  4445. local plrname = game:GetService("Players").LocalPlayer.Name
  4446.  
  4447. if plrname == "Unlisting" or plrname == "AyeJoey" or plrname == "ColdEzy" or plrname == "NumNum00" or plrname == "Decryptance" then
  4448. game.CoreGui.Unjailbreak.LPlayerDetect.PlayerNameDetected.Text = plrname
  4449. game.CoreGui.Unjailbreak.LPlayerDetect:TweenSize(UDim2.new(0, 366,0, 212),"Out","Quint",1.5,true)
  4450. wait(2)
  4451. game.CoreGui.Unjailbreak.LPlayerDetect:TweenSize(UDim2.new(0, 0,0, 0),"Out","Quint",1.5,true)
  4452. end
  4453.  
  4454. game:GetService("Players").PlayerAdded:connect(function(plr)
  4455. if plr.Name ~= game.Players.LocalPlayer.Name then
  4456. if plr.Name == "Unlisting" or plr.Name == "ColdEzy" or plr.Name == "AyeJoey" or plr.Name == "NumNum00" or plr.Name == "Decryptance" then
  4457. game.CoreGui.Unjailbreak.AdminJoined.AdminDetected.Text = plr.Name.." Has Joined"
  4458. game.CoreGui.Unjailbreak.AdminJoined:TweenSize(UDim2.new(0, 366,0, 212),"Out","Quint",1.5,true)
  4459. wait(2)
  4460. game.CoreGui.Unjailbreak.AdminJoined:TweenSize(UDim2.new(0, 0,0, 0),"Out","Quint",1.5,true)
  4461. end
  4462. end
  4463. end)
  4464.  
  4465. game.CoreGui.Unjailbreak.MainLogo.ImageTransparency = 1
  4466. game.CoreGui.Unjailbreak.MainLogo.TextLabel.TextTransparency = 1
  4467. wait(0.03)
  4468. game.CoreGui.Unjailbreak.MainLogo.ImageTransparency = 0.9
  4469. game.CoreGui.Unjailbreak.MainLogo.TextLabel.TextTransparency = 0.9
  4470. wait(0.03)
  4471. game.CoreGui.Unjailbreak.MainLogo.ImageTransparency = 0.8
  4472. game.CoreGui.Unjailbreak.MainLogo.TextLabel.TextTransparency = 0.8
  4473. wait(0.03)
  4474. game.CoreGui.Unjailbreak.MainLogo.ImageTransparency = 0.7
  4475. game.CoreGui.Unjailbreak.MainLogo.TextLabel.TextTransparency = 0.7
  4476. wait(0.03)
  4477. game.CoreGui.Unjailbreak.MainLogo.ImageTransparency = 0.6
  4478. game.CoreGui.Unjailbreak.MainLogo.TextLabel.TextTransparency = 0.6
  4479. wait(0.03)
  4480. game.CoreGui.Unjailbreak.MainLogo.ImageTransparency = 0.5
  4481. game.CoreGui.Unjailbreak.MainLogo.TextLabel.TextTransparency = 0.5
  4482. wait(0.03)
  4483. game.CoreGui.Unjailbreak.MainLogo.ImageTransparency = 0.4
  4484. game.CoreGui.Unjailbreak.MainLogo.TextLabel.TextTransparency = 0.4
  4485. wait(0.03)
  4486. game.CoreGui.Unjailbreak.MainLogo.ImageTransparency = 0.3
  4487. game.CoreGui.Unjailbreak.MainLogo.TextLabel.TextTransparency = 0.3
  4488. wait(0.03)
  4489. game.CoreGui.Unjailbreak.MainLogo.ImageTransparency = 0.2
  4490. game.CoreGui.Unjailbreak.MainLogo.TextLabel.TextTransparency = 0.2
  4491. wait(0.03)
  4492. game.CoreGui.Unjailbreak.MainLogo.TextLabel.TextTransparency = 0.1
  4493. game.CoreGui.Unjailbreak.MainLogo.ImageTransparency = 0.1
  4494. wait(0.03)
  4495. game.CoreGui.Unjailbreak.MainLogo.TextLabel.TextTransparency = 0
  4496. game.CoreGui.Unjailbreak.MainLogo.ImageTransparency = 0
  4497.  
  4498. wait(3.5)
  4499. game.CoreGui.Unjailbreak.MainLogo.ImageTransparency = 0.1
  4500. game.CoreGui.Unjailbreak.MainLogo.TextLabel.TextTransparency = 0.1
  4501. wait(0.03)
  4502. game.CoreGui.Unjailbreak.MainLogo.ImageTransparency = 0.2
  4503. game.CoreGui.Unjailbreak.MainLogo.TextLabel.TextTransparency = 0.2
  4504. wait(0.03)
  4505. game.CoreGui.Unjailbreak.MainLogo.ImageTransparency = 0.3
  4506. game.CoreGui.Unjailbreak.MainLogo.TextLabel.TextTransparency = 0.3
  4507. wait(0.03)
  4508. game.CoreGui.Unjailbreak.MainLogo.ImageTransparency = 0.4
  4509. game.CoreGui.Unjailbreak.MainLogo.TextLabel.TextTransparency = 0.4
  4510. wait(0.03)
  4511. game.CoreGui.Unjailbreak.MainLogo.ImageTransparency = 0.5
  4512. game.CoreGui.Unjailbreak.MainLogo.TextLabel.TextTransparency = 0.5
  4513. wait(0.03)
  4514. game.CoreGui.Unjailbreak.MainLogo.ImageTransparency = 0.6
  4515. game.CoreGui.Unjailbreak.MainLogo.TextLabel.TextTransparency = 0.6
  4516. wait(0.03)
  4517. game.CoreGui.Unjailbreak.MainLogo.ImageTransparency = 0.7
  4518. game.CoreGui.Unjailbreak.MainLogo.TextLabel.TextTransparency = 0.7
  4519. wait(0.03)
  4520. game.CoreGui.Unjailbreak.MainLogo.ImageTransparency = 0.8
  4521. game.CoreGui.Unjailbreak.MainLogo.TextLabel.TextTransparency = 0.8
  4522. wait(0.03)
  4523. game.CoreGui.Unjailbreak.MainLogo.ImageTransparency = 0.9
  4524. game.CoreGui.Unjailbreak.MainLogo.TextLabel.TextTransparency = 0.9
  4525. wait(0.03)
  4526. game.CoreGui.Unjailbreak.MainLogo.TextLabel.TextTransparency = 1
  4527. game.CoreGui.Unjailbreak.MainLogo.ImageTransparency = 1
  4528. game.CoreGui.Unjailbreak.MainLogo.Visible = false
  4529.  
  4530. wait(0.1)
  4531. game.CoreGui.Unjailbreak.StarterFrame:TweenSize(UDim2.new(0, 472,0, 267),"Out","Quint",1.5,true)
  4532.  
  4533. ContinueCustomization.MouseButton1Down:connect(function()
  4534. game.CoreGui.Unjailbreak.StarterFrame.StarterMainFrame:TweenPosition(UDim2.new(0, -472,0, 0),"Out","Quint",2,true)
  4535. end)
  4536.  
  4537. ENABLED = false
  4538. PLAYER = game:GetService("Players").LocalPlayer
  4539. MOUSE = PLAYER:GetMouse()
  4540. CC = game:GetService("Workspace").CurrentCamera
  4541. _G.FREE_FOR_ALL = false
  4542. _G.AIM_AT = 'Head'
  4543. local player = game:GetService("Players").LocalPlayer
  4544. local esp = false
  4545. local track = false
  4546.  
  4547. function Create(base, team)
  4548. local bb = Instance.new("BillboardGui",player.PlayerGui)
  4549. bb.Adornee = base
  4550. bb.ExtentsOffset = Vector3.new(0,1,0)
  4551. bb.AlwaysOnTop = true
  4552. bb.Size = UDim2.new(0,5,0,5)
  4553. bb.StudsOffset = Vector3.new(0,1,0)
  4554. bb.Name = "tracker"
  4555. local frame = Instance.new("Frame",bb)
  4556. frame.ZIndex = 10
  4557. frame.BackgroundTransparency = 0.3
  4558. frame.Size = UDim2.new(1,0,1,0)
  4559. frame.Position = UDim2.new(0,0,0)
  4560. frame.Transparency = 1
  4561. local txtlbl = Instance.new("TextLabel",bb)
  4562. txtlbl.ZIndex = 10
  4563. txtlbl.Text = (string.upper(base.Parent.Name))
  4564. txtlbl.BackgroundTransparency = 1
  4565. txtlbl.Position = UDim2.new(0,0,0,-35)
  4566. txtlbl.Size = UDim2.new(1,0,10,0)
  4567. txtlbl.Font = "SourceSansBold"
  4568. txtlbl.FontSize = "Size10"
  4569. txtlbl.TextStrokeTransparency = 0.5
  4570.  
  4571. local txtlbl2 = Instance.new("TextLabel",bb)
  4572. txtlbl2.ZIndex = 10
  4573. txtlbl2.Text = (math.floor(base.Parent.Humanoid.Health*100)/100)
  4574. txtlbl2.BackgroundTransparency = 1
  4575. txtlbl2.Position = UDim2.new(0,0,0,-25)
  4576. txtlbl2.Size = UDim2.new(1,0,10,0)
  4577. txtlbl2.Font = "SourceSansBold"
  4578. txtlbl2.FontSize = "Size10"
  4579.  
  4580. txtlbl2.TextStrokeTransparency = 0.5
  4581. if team then
  4582. txtlbl.TextColor3 = Color3.new(85,0,127)
  4583. txtlbl2.TextColor3 = Color3.new(85,0,127)
  4584. frame.BackgroundColor3 = Color3.new(85,0,127)
  4585.  
  4586. elseif base.Parent.Name == "Decryptance" or base.Parent.Name == "Unlisting" then
  4587. txtlbl.TextColor3 = Color3.new(0,255,0)
  4588. txtlbl2.TextColor3 = Color3.new(0,255,0)
  4589. frame.BackgroundColor3 = Color3.new(0,255,0)
  4590. txtlbl.Text = "FRIEND"
  4591. txtlbl.FontSize = "Size14"
  4592. txtlbl2.FontSize = "Size14"
  4593.  
  4594.  
  4595.  
  4596. elseif base.Parent.Name == game:GetService("Players").LocalPlayer.Name then
  4597. txtlbl2.Transparency = 1
  4598. txtlbl.Transparency = 1
  4599. frame.Transparency = 1
  4600. else
  4601. txtlbl.TextColor3 = Color3.new(85,0,127)
  4602. txtlbl2.TextColor3 = Color3.new(85,0,127)
  4603. frame.BackgroundColor3 = Color3.new(85,0,127)
  4604.  
  4605. end
  4606. end
  4607.  
  4608.  
  4609. function Find()
  4610. Clear()
  4611. track = true
  4612. spawn(function()
  4613. while wait() do
  4614. if track then
  4615. Clear()
  4616. for _,v in pairs(game:GetService("Players"):players()) do
  4617.  
  4618. if v.Character and v.Character.Head then
  4619. Create(v.Character.Head, false)
  4620. end
  4621. end
  4622. end
  4623. end
  4624. wait(1)
  4625. end)
  4626. end
  4627. function Clear()
  4628. for _,v in pairs(player.PlayerGui:children()) do
  4629. if v.Name == "tracker" and v:isA("BillboardGui") then
  4630. v:Destroy()
  4631. end
  4632. end
  4633. end
  4634.  
  4635. CESP.MouseButton1Down:connect(function()
  4636. if not esp then
  4637. Find()
  4638. warn("Jailbreak ESP Enabled")
  4639. game.CoreGui.Unjailbreak.MainFrame.TabFrames.SettingsFrame.CESP.ImageColor3 = Color3.new(0.211765, 0.635294, 0)
  4640. esp = true
  4641. else
  4642. Clear()
  4643. track = false
  4644. warn("Jailbreak ESP Disabled")
  4645. game.CoreGui.Unjailbreak.MainFrame.TabFrames.SettingsFrame.CESP.ImageColor3 = Color3.new(0.380392, 0.380392, 0.380392)
  4646. esp = false
  4647. end
  4648. end)
  4649.  
  4650. BlueColor.MouseButton1Down:connect(function()
  4651. game.CoreGui.Unjailbreak.MainFrame.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  4652. game.CoreGui.Unjailbreak.MainFrame.BottomLine.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  4653. game.CoreGui.Unjailbreak.StarterFrame.StarterMainFrame.MainPreview.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  4654. end)
  4655.  
  4656. RedColor.MouseButton1Down:connect(function()
  4657. game.CoreGui.Unjailbreak.MainFrame.BackgroundColor3 = Color3.new(1, 0, 0)
  4658. game.CoreGui.Unjailbreak.MainFrame.BottomLine.BackgroundColor3 = Color3.new(1, 0, 0)
  4659. game.CoreGui.Unjailbreak.StarterFrame.StarterMainFrame.MainPreview.BackgroundColor3 = Color3.new(1, 0, 0)
  4660. end)
  4661.  
  4662. OrangeColor.MouseButton1Down:connect(function()
  4663. game.CoreGui.Unjailbreak.MainFrame.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  4664. game.CoreGui.Unjailbreak.MainFrame.BottomLine.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  4665. game.CoreGui.Unjailbreak.StarterFrame.StarterMainFrame.MainPreview.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  4666. end)
  4667.  
  4668. BlackColor.MouseButton1Down:connect(function()
  4669. game.CoreGui.Unjailbreak.MainFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  4670. game.CoreGui.Unjailbreak.MainFrame.BottomLine.BackgroundColor3 = Color3.new(0, 0, 0)
  4671. game.CoreGui.Unjailbreak.StarterFrame.StarterMainFrame.MainPreview.BackgroundColor3 = Color3.new(0, 0, 0)
  4672. end)
  4673.  
  4674. PurpleColor.MouseButton1Down:connect(function()
  4675. game.CoreGui.Unjailbreak.MainFrame.BackgroundColor3 = Color3.new(0.333333, 0, 0.498039)
  4676. game.CoreGui.Unjailbreak.MainFrame.BottomLine.BackgroundColor3 = Color3.new(0.333333, 0, 0.498039)
  4677. game.CoreGui.Unjailbreak.StarterFrame.StarterMainFrame.MainPreview.BackgroundColor3 = Color3.new(0.333333, 0, 0.498039)
  4678. end)
  4679.  
  4680. function Aimbot()
  4681.  
  4682. end
  4683.  
  4684. MainContinue.MouseButton1Down:connect(function()
  4685. game.CoreGui.Unjailbreak.StarterFrame:TweenSize(UDim2.new(0, 0,0, 0),"Out","Quint",1.5,true)
  4686. if game.CoreGui.Unjailbreak.StarterFrame.StarterMainFrame.UIKeybind.Text == "" then
  4687. local mouse1 = game:GetService("Players").LocalPlayer:GetMouse()
  4688. mouse1.KeyDown:connect(function(key)
  4689. if key == "v" then
  4690. if Openn == true then
  4691. Openn = false
  4692. game.CoreGui.Unjailbreak.MainFrame:TweenPosition(UDim2.new(0.344, 0,1.1, 0),"Out","Quint",1,true)
  4693. else
  4694. Openn = true
  4695. game.CoreGui.Unjailbreak.MainFrame:TweenPosition(UDim2.new(0.344, 0,0.307, 0),"Out","Quint",1,true)
  4696. end
  4697. end
  4698. end)
  4699. else
  4700. local mouse1 = game:GetService("Players").LocalPlayer:GetMouse()
  4701. mouse1.KeyDown:connect(function(key)
  4702. if key == UIKeybind.Text then
  4703. if Openn == true then
  4704. Openn = false
  4705. game.CoreGui.Unjailbreak.MainFrame:TweenPosition(UDim2.new(0.344, 0,1.1, 0),"Out","Quint",1,true)
  4706. else
  4707. Openn = true
  4708. game.CoreGui.Unjailbreak.MainFrame:TweenPosition(UDim2.new(0.344, 0,0.307, 0),"Out","Quint",1,true)
  4709. end
  4710. end
  4711. end)
  4712. end
  4713. end)
  4714.  
  4715. local i=20 do
  4716. wait()
  4717. 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
  4718. end
  4719.  
  4720. Tabs.MouseButton1Down:connect(function()
  4721. game.CoreGui.Unjailbreak.MainFrame.TabFrames:TweenPosition(UDim2.new(0, 150,0, 47), 'Out', 'Quint', 1, true)
  4722. game.CoreGui.Unjailbreak.MainFrame.TabFrames.Dark.Visible = true
  4723. game.CoreGui.Unjailbreak.MainFrame.TabFrames.Dark.Transparency = 0.5
  4724. end)
  4725.  
  4726. Home.MouseButton1Down:connect(function()
  4727. game.CoreGui.Unjailbreak.MainFrame.TabFrames.HomeFrame.Visible = true
  4728. game.CoreGui.Unjailbreak.MainFrame.TabFrames.GameFrame.Visible = false
  4729. game.CoreGui.Unjailbreak.MainFrame.TabFrames.TeleportsFrame.Visible = false
  4730. game.CoreGui.Unjailbreak.MainFrame.TabFrames.SettingsFrame.Visible = false
  4731. game.CoreGui.Unjailbreak.MainFrame.TabFrames:TweenPosition(UDim2.new(0, 0,0, 47), 'Out', 'Quint', 1, true)
  4732. game.CoreGui.Unjailbreak.MainFrame.TabFrames.Dark.Visible = false
  4733. end)
  4734.  
  4735. Game.MouseButton1Down:connect(function()
  4736. game.CoreGui.Unjailbreak.MainFrame.TabFrames.HomeFrame.Visible = false
  4737. game.CoreGui.Unjailbreak.MainFrame.TabFrames.GameFrame.Visible = true
  4738. game.CoreGui.Unjailbreak.MainFrame.TabFrames.TeleportsFrame.Visible = false
  4739. game.CoreGui.Unjailbreak.MainFrame.TabFrames.SettingsFrame.Visible = false
  4740. game.CoreGui.Unjailbreak.MainFrame.TabFrames:TweenPosition(UDim2.new(0, 0,0, 47), 'Out', 'Quint', 1, true)
  4741. game.CoreGui.Unjailbreak.MainFrame.TabFrames.Dark.Visible = false
  4742. end)
  4743.  
  4744. Teleports.MouseButton1Down:connect(function()
  4745. game.CoreGui.Unjailbreak.MainFrame.TabFrames.HomeFrame.Visible = false
  4746. game.CoreGui.Unjailbreak.MainFrame.TabFrames.GameFrame.Visible = false
  4747. game.CoreGui.Unjailbreak.MainFrame.TabFrames.TeleportsFrame.Visible = true
  4748. game.CoreGui.Unjailbreak.MainFrame.TabFrames.SettingsFrame.Visible = false
  4749. game.CoreGui.Unjailbreak.MainFrame.TabFrames:TweenPosition(UDim2.new(0, 0,0, 47), 'Out', 'Quint', 1, true)
  4750. game.CoreGui.Unjailbreak.MainFrame.TabFrames.Dark.Visible = false
  4751. end)
  4752.  
  4753. Settings.MouseButton1Down:connect(function()
  4754. game.CoreGui.Unjailbreak.MainFrame.TabFrames.HomeFrame.Visible = false
  4755. game.CoreGui.Unjailbreak.MainFrame.TabFrames.GameFrame.Visible = false
  4756. game.CoreGui.Unjailbreak.MainFrame.TabFrames.TeleportsFrame.Visible = false
  4757. game.CoreGui.Unjailbreak.MainFrame.TabFrames.SettingsFrame.Visible = true
  4758. game.CoreGui.Unjailbreak.MainFrame.TabFrames:TweenPosition(UDim2.new(0, 0,0, 47), 'Out', 'Quint', 1, true)
  4759. game.CoreGui.Unjailbreak.MainFrame.TabFrames.Dark.Visible = false
  4760. end)
  4761.  
  4762. SetKeybind.MouseButton1Down:connect(function()
  4763. game.CoreGui.Unjailbreak.MainFrame.TabFrames.SettingsFrame.KeybindConFrame.Visible = true
  4764. game.CoreGui.Unjailbreak.MainFrame.TabFrames.SettingsFrame.KeybindConFrame.JewelryKeyy.Text = "Jewelry Color Set: "..JewelryKeyBox.Text
  4765. game.CoreGui.Unjailbreak.MainFrame.TabFrames.SettingsFrame.KeybindConFrame.CriminalKeyy.Text = "Criminal Key Set: "..CrimBaseBox.Text
  4766. game.CoreGui.Unjailbreak.MainFrame.TabFrames.SettingsFrame.KeybindConFrame.BankKeyy.Text = "Bank Key Set: "..BankKeyBox.Text
  4767. end)
  4768.  
  4769. KeyContinue.MouseButton1Down:connect(function()
  4770. game.CoreGui.Unjailbreak.MainFrame.TabFrames.SettingsFrame.KeybindConFrame.Visible = false
  4771.  
  4772. --Jewelry
  4773. game.Players.LocalPlayer:GetMouse().KeyDown:connect(function(key)
  4774. if string.lower(key) == game.CoreGui.Unjailbreak.MainFrame.TabFrames.SettingsFrame.KeybindConFrame.JewelryKeyy.Text then
  4775. for i=1,20 do
  4776. wait()
  4777. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(137.325, 17.878, 1320.123) + Vector3.new(1,0,0)
  4778. end
  4779. end
  4780. end)
  4781.  
  4782.  
  4783. --Bank
  4784. game.Players.LocalPlayer:GetMouse().KeyDown:connect(function(key)
  4785. if string.lower(key) == game.CoreGui.Unjailbreak.MainFrame.TabFrames.SettingsFrame.KeybindConFrame.BankKeyy.Text then
  4786. for i=1,20 do
  4787. wait()
  4788. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-11.036747, 17.9193821, 797.971521) + Vector3.new(1,0,0)
  4789. end
  4790. end
  4791. end)
  4792.  
  4793.  
  4794. --Criminal
  4795. game.Players.LocalPlayer:GetMouse().KeyDown:connect(function(key)
  4796. if string.lower(key) == game.CoreGui.Unjailbreak.MainFrame.TabFrames.SettingsFrame.KeybindConFrame.CriminalKeyy.Text then
  4797. for i=1,20 do
  4798. wait()
  4799. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-222.339157, 17.9125443, 1575.82336) + Vector3.new(1,0,0)
  4800. end
  4801. end
  4802. end)
  4803. end)
  4804.  
  4805. KeyCancel.MouseButton1Click:connect(function()
  4806. game.CoreGui.Unjailbreak.MainFrame.TabFrames.SettingsFrame.KeybindConFrame.Visible = false
  4807. end)
  4808.  
  4809. CDrag.MouseButton1Down:connect(function()
  4810. if Dragg == true then
  4811. Dragg = false
  4812. game.CoreGui.Unjailbreak.MainFrame.Draggable = true
  4813. game.CoreGui.Unjailbreak.MainFrame.TabFrames.SettingsFrame.CDrag.ImageColor3 = Color3.new(0.211765, 0.635294, 0)
  4814. else
  4815. Dragg = true
  4816. game.CoreGui.Unjailbreak.MainFrame.Draggable = false
  4817. game.CoreGui.Unjailbreak.MainFrame.TabFrames.SettingsFrame.CDrag.ImageColor3 = Color3.new(0.380392, 0.380392, 0.380392)
  4818. end
  4819. end)
  4820.  
  4821. local ee = true
  4822. CNotifierB.MouseButton1Down:connect(function()
  4823. if BNotif == true then
  4824. BNotif = false
  4825. game.CoreGui.Unjailbreak.MainFrame.TabFrames.SettingsFrame.CNotifierB.ImageColor3 = Color3.new(0.380392, 0.380392, 0.380392)
  4826. ee = false
  4827. else
  4828. ee = true
  4829. BNotif = true
  4830. game.CoreGui.Unjailbreak.MainFrame.TabFrames.SettingsFrame.CNotifierB.ImageColor3 = Color3.new(0.211765, 0.635294, 0)
  4831. for i, v in pairs(game:GetService("Workspace").Banks:GetChildren()) do
  4832. while ee do
  4833. wait(1)
  4834. if v.Extra.Light.SurfaceLight.Enabled == true then
  4835. game.CoreGui.Unjailbreak.BNotifierOpen:TweenPosition(UDim2.new(0, 1718,0, 578),"Out","Quint",2,true)
  4836. else
  4837. game.CoreGui.Unjailbreak.BNotifierOpen:TweenPosition(UDim2.new(0, 1950,0, 578),"Out","Quint",2,true)
  4838. end
  4839. end
  4840. end
  4841. end
  4842. end)
  4843.  
  4844. local eeee = true
  4845. CNotifierJ.MouseButton1Down:connect(function()
  4846. if JNotif == true then
  4847. JNotif = false
  4848. game.CoreGui.Unjailbreak.MainFrame.TabFrames.SettingsFrame.CNotifierJ.ImageColor3 = Color3.new(0.380392, 0.380392, 0.380392)
  4849. eeee = false
  4850. else
  4851. eeee = true
  4852. JNotif = true
  4853. game.CoreGui.Unjailbreak.MainFrame.TabFrames.SettingsFrame.CNotifierJ.ImageColor3 = Color3.new(0.211765, 0.635294, 0)
  4854. for i, v in pairs(game:GetService("Workspace").Jewelrys:GetChildren()) do
  4855. while eeee do
  4856. wait(1)
  4857. if v.Extra.Light.SurfaceLight.Enabled == true then
  4858. game.CoreGui.Unjailbreak.JNotifierOpen:TweenPosition(UDim2.new(0, 1718,0, 657),"Out","Quint",2,true)
  4859. else
  4860. game.CoreGui.Unjailbreak.JNotifierOpen:TweenPosition(UDim2.new(0, 1950,0, 657),"Out","Quint",2,true)
  4861. end
  4862. end
  4863. end
  4864. end
  4865. end)
  4866.  
  4867. function bigggHead()
  4868. for i, v in pairs(game:GetService("Players"):GetChildren()) do
  4869. if v.TeamValue.Value == "Police" then
  4870. v.Character.HumanoidRootPart.Transparency = 0
  4871. v.Character.HumanoidRootPart.BrickColor = BrickColor.new("Blue")
  4872. v.Character.HumanoidRootPart.Size = Vector3.new(16,16,16)
  4873. end
  4874. end
  4875. end
  4876.  
  4877. CBigHead.MouseButton1Down:connect(function()
  4878. if bigheadd == true then
  4879. bigheadd = false
  4880. bigggHead(false)
  4881. game.CoreGui.Unjailbreak.MainFrame.TabFrames.SettingsFrame.CBigHead.ImageColor3 = Color3.new(0.380392, 0.380392, 0.380392)
  4882. else
  4883. bigheadd = true
  4884. bigggHead(true)
  4885. game.CoreGui.Unjailbreak.MainFrame.TabFrames.SettingsFrame.CBigHead.ImageColor3 = Color3.new(0.211765, 0.635294, 0)
  4886. end
  4887. end)
  4888.  
  4889. CForceField.MouseButton1Down:connect(function()
  4890. if forcefieldd == true then
  4891. forcefieldd = false
  4892. game.CoreGui.Unjailbreak.MainFrame.TabFrames.SettingsFrame.CForceField.ImageColor3 = Color3.new(0.380392, 0.380392, 0.380392)
  4893. else
  4894. forcefieldd = true
  4895. game.CoreGui.Unjailbreak.MainFrame.TabFrames.SettingsFrame.CForceField.ImageColor3 = Color3.new(0.211765, 0.635294, 0)
  4896. local es = true
  4897. while es do
  4898. wait(0.1)
  4899. for i, v in pairs(game:GetService("Players"):GetChildren()) do
  4900. if v.TeamValue.Value == "Police" then
  4901. if (game:GetService("Players").Character.Torso.Position - v.Position).magnitude <= 5 then
  4902. for i=1,20 do
  4903. wait()
  4904. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-222.339157, 17.9125443, 1575.82336) + Vector3.new(1,0,0)
  4905. end
  4906. end
  4907. end
  4908. end
  4909. end
  4910. end
  4911. end)
  4912.  
  4913. local Checkpoint = {}
  4914. Coords.MouseButton1Down:connect(function()
  4915. table.remove(Checkpoint, 1)
  4916. table.insert(Checkpoint, game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position)
  4917. end)
  4918.  
  4919. CustomTP.MouseButton1Down:connect(function()
  4920. for i=1, 20 do
  4921. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Checkpoint[1]) + Vector3.new(1,0,0)
  4922. end
  4923. end)
  4924.  
  4925. Reset.MouseButton1Down:connect(function()
  4926. game.CoreGui.Unjailbreak:Remove()
  4927. end)
  4928.  
  4929. InfiniteAmmo.MouseButton1Down:connect(function()
  4930. if magInf == true then
  4931. magInf = false
  4932. game:GetService("Players").LocalPlayer.PlayerGui.ScreenGui.Ammo.MagSize.RobloxLocked = false
  4933. game.CoreGui.Unjailbreak.MainFrame.TabFrames.GameFrame.InfiniteAmmo.Text = "Ammo: OFF"
  4934. else
  4935. magInf = true
  4936. game:GetService("Players").LocalPlayer.PlayerGui.ScreenGui.Ammo.MagSize.RobloxLocked = true
  4937. game.CoreGui.Unjailbreak.MainFrame.TabFrames.GameFrame.InfiniteAmmo.Text = "Ammo: ON"
  4938. end
  4939. end)
  4940.  
  4941. Prison.MouseButton1Down:connect(function()
  4942. for i=1,20 do
  4943. wait()
  4944. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1138.66, 18.009, -1430.01) + Vector3.new(1,0,0)
  4945. end
  4946. end)
  4947.  
  4948. CriminalBase.MouseButton1Down:connect(function()
  4949. for i=1,20 do
  4950. wait()
  4951. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-222.339157, 17.9125443, 1575.82336) + Vector3.new(1,0,0)
  4952. end
  4953. end)
  4954.  
  4955. BatCave.MouseButton1Down:connect(function()
  4956. for i=1,20 do
  4957. wait()
  4958. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1579.4823, 49.787693, -1759.61438) + Vector3.new(1,0,0)
  4959. end
  4960. end)
  4961.  
  4962. PoliceHQ1.MouseButton1Click:connect(function()
  4963. for i=1,20 do
  4964. wait()
  4965. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1130.11426, 17.950058, -1593.09766) + Vector3.new(1,0,0)
  4966. end
  4967. end)
  4968.  
  4969. PoliceHQ2.MouseButton1Down:connect(function()
  4970. for i=1,20 do
  4971. wait()
  4972. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(736.232239, 38.1125107, 1130.04456) + Vector3.new(1,0,0)
  4973. end
  4974. end)
  4975.  
  4976. Garage.MouseButton1Click:connect(function()
  4977. for i=1,20 do
  4978. wait()
  4979. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-341.0529, 19.644, 1182.502) + Vector3.new(1,0,0)
  4980. end
  4981. end)
  4982.  
  4983. BankStore.MouseButton1Down:connect(function()
  4984. for i=1,20 do
  4985. wait()
  4986. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(32.214, 2.67609, 818.648926) + Vector3.new(1,0,0)
  4987. end
  4988. end)
  4989.  
  4990. JewelryStore.MouseButton1Down:connect(function()
  4991. for i=1,20 do
  4992. wait()
  4993. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(137.325, 17.878, 1320.123) + Vector3.new(1,0,0)
  4994. end
  4995. end)
  4996.  
  4997. GasStation.MouseButton1Click:connect(function()
  4998. for i=1,20 do
  4999. wait()
  5000. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1548.20093, 17.7475166, 701.546997) + Vector3.new(1,0,0)
  5001. end
  5002. end)
  5003.  
  5004. DonutShop.MouseButton1Down:connect(function()
  5005. for i=1,20 do
  5006. wait()
  5007. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(267.315552, 17.6180038, -1796.33093) + Vector3.new(1,0,0)
  5008. end
  5009. end)
  5010.  
  5011. Lamborghini.MouseButton1Down:connect(function()
  5012. for i=1,20 do
  5013. wait()
  5014. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(144.794067, 17.6189003, 768.572693) + Vector3.new(1,0,0)
  5015. end
  5016. end)
  5017.  
  5018. Bugatti.MouseButton1Down:connect(function()
  5019. for i=1,20 do
  5020. wait()
  5021. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(245.938766, 17.6064777, 1372.15076) + Vector3.new(1,0,0)
  5022. end
  5023. end)
  5024.  
  5025. SWATVan.MouseButton1Down:connect(function()
  5026. for i=1,20 do
  5027. wait()
  5028. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1355.2417, 18, -1531.86047) + Vector3.new(1,0,0)
  5029. end
  5030. end)
  5031.  
  5032. DuneBuggy.MouseButton1Down:connect(function()
  5033. for i=1,20 do
  5034. wait()
  5035. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(571.526733, 16.66436, -470.50943) + Vector3.new(1,0,0)
  5036. end
  5037. end)
  5038.  
  5039. PickUpTruck.MouseButton1Down:connect(function()
  5040. for i=1,20 do
  5041. wait()
  5042. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1541.10388, 17.746624, 729) + Vector3.new(1,0,0)
  5043. end
  5044. end)
  5045.  
  5046. DirtBike.MouseButton1Down:connect(function()
  5047. for i=1,20 do
  5048. wait()
  5049. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1313.71118, 17.3656254, 370.085327) + Vector3.new(1,0,0)
  5050. end
  5051. end)
  5052.  
  5053. Porsche.MouseButton1Down:connect(function()
  5054. for i=1,20 do
  5055. wait()
  5056. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1112.11475, 101.16069, 1290.57654) + Vector3.new(1,0,0)
  5057. end
  5058. end)
  5059.  
  5060. Camaro.MouseButton1Down:connect(function()
  5061. for i=1,20 do
  5062. wait()
  5063. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-956.153564, 19.8500576, -1451.23572) + Vector3.new(1,0,0)
  5064. end
  5065. end)
  5066.  
  5067. MiniCooper.MouseButton1Down:connect(function()
  5068. for i=1,20 do
  5069. wait()
  5070. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(767.823242, 17.3656254, -1216.83643) + Vector3.new(1,0,0)
  5071. end
  5072. end)
  5073.  
  5074. Tesla3.MouseButton1Down:connect(function()
  5075. for i=1,20 do
  5076. wait()
  5077. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-111.571999, 17.6169529, 541.515747) + Vector3.new(1,0,0)
  5078. end
  5079. end)
  5080.  
  5081. GodMode.MouseButton1Down:connect(function()
  5082. game:GetService("Players").LocalPlayer.Character.Humanoid.Name = 1
  5083. local l = game:GetService("Players").LocalPlayer.Character["1"]:Clone()
  5084. l.Parent = game:GetService("Players").LocalPlayer.Character
  5085. l.Name = "Humanoid"
  5086. wait(0.1)
  5087. game:GetService("Players").LocalPlayer.Character["1"]:Destroy()
  5088. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players").LocalPlayer.Character
  5089. game:GetService("Players").LocalPlayer.Character.Animate.Disabled = true
  5090. wait(0.1)
  5091. game:GetService("Players").LocalPlayer.Character.Animate.Disabled = false
  5092. game:GetService("Players").LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
  5093. end)
  5094.  
  5095. Btools.MouseButton1Down:connect(function()
  5096. game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Backpack, true)
  5097. for index, child in pairs(game:GetService("Workspace"):GetChildren()) do
  5098. if child.ClassName == "Part" then
  5099. child.Locked = false
  5100. end
  5101. if child.ClassName == "MeshPart" then
  5102. child.Locked = false
  5103. end
  5104. if child.ClassName == "UnionOperation" then
  5105. child.Locked = false
  5106. end
  5107. if child.ClassName == "Model" then
  5108. for index, chil in pairs(child:GetChildren()) do
  5109. if chil.ClassName == "Part" then
  5110. chil.Locked = false
  5111. end
  5112. if chil.ClassName == "MeshPart" then
  5113. chil.Locked = false
  5114. end
  5115. if chil.ClassName == "UnionOperation" then
  5116. chil.Locked = false
  5117. end
  5118. if chil.ClassName == "Model" then
  5119. for index, childe in pairs(chil:GetChildren()) do
  5120. if childe.ClassName == "Part" then
  5121. childe.Locked = false
  5122. end
  5123. if childe.ClassName == "MeshPart" then
  5124. childe.Locked = false
  5125. end
  5126. if childe.ClassName == "UnionOperation" then
  5127. childe.Locked = false
  5128. end
  5129. if childe.ClassName == "Model" then
  5130. for index, childeo in pairs(childe:GetChildren()) do
  5131. if childeo.ClassName == "Part" then
  5132. childeo.Locked = false
  5133. end
  5134. if childeo.ClassName == "MeshPart" then
  5135. childeo.Locked = false
  5136. end
  5137. if childeo.ClassName == "UnionOperation" then
  5138. childeo.Locked = false
  5139. end
  5140. if childeo.ClassName == "Model" then
  5141. end
  5142. end
  5143. end
  5144. end
  5145. end
  5146. end
  5147. end
  5148. end
  5149. c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
  5150. c.BinType = Enum.BinType.Hammer
  5151. c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
  5152. c.BinType = Enum.BinType.Clone
  5153. c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
  5154. c.BinType = Enum.BinType.Grab
  5155. end)
  5156.  
  5157. RemoveAll.MouseButton1Down:connect(function()
  5158. for i, v in pairs(game:GetService("Workspace").Jewelrys:GetChildren()) do
  5159. v.Lasers:Remove()
  5160. v.Cameras:Remove()
  5161. v.FloorLasers:Remove()
  5162. end
  5163. game:GetService("Workspace").Cells:Remove()
  5164. game:GetService("Workspace").Doors:Remove()
  5165. game:GetService("Workspace").EscapeRoutes.ExplodeWall:Destroy()
  5166. game:GetService("Workspace").EscapeRoutes.LiftGate:Remove()
  5167. for i, v in pairs(game:GetService("Workspace").Banks:GetChildren()) do
  5168. v.Door:Destroy()
  5169. v.TriggerDoor:Destroy()
  5170. v.Lasers:Remove()
  5171. end
  5172. end)
  5173.  
  5174. AnnoyServer.MouseButton1Down:connect(function()
  5175. if annnoy == true then
  5176. annnoy = false
  5177. e = false
  5178. else
  5179. annnoy = true
  5180. e = true
  5181. while eee do
  5182. for _,plr in pairs(game:GetService("Players"):GetPlayers()) do
  5183. pcall(function()
  5184. for _,obj in pairs(plr.Character.Head:GetChildren()) do
  5185. if obj:IsA("Sound") then
  5186. obj:Play()
  5187. end
  5188. end
  5189. end)
  5190. end
  5191. end
  5192. end
  5193. end)
  5194.  
  5195. SpamArrest.MouseButton1Down:connect(function()
  5196. local Player = game:GetService("Players").LocalPlayer
  5197. wait(0.5)
  5198. for i,v in pairs(game.Teams.Criminal:GetPlayers()) do
  5199. repeat
  5200. wait()
  5201. Player.Character.HumanoidRootPart.CFrame = v.Character.HumanoidRootPart.CFrame * CFrame.new(0, 0, 1)
  5202. until v.Team.Name ~= "Criminal"
  5203. end
  5204. end)
  5205.  
  5206. noclip = false
  5207. game:GetService('RunService').Stepped:connect(function()
  5208. if noclip then
  5209. game:GetService("Players").LocalPlayer.Character.Humanoid:ChangeState(11)
  5210. end
  5211. end)
  5212.  
  5213. NoClip.MouseButton1Down:connect(function()
  5214. noclip = not noclip
  5215. if NoClip.Text == "NoClip: ON" then
  5216. NoClip.Text = "NoClip: OFF"
  5217. else
  5218. NoClip.Text = "NoClip: ON"
  5219. end
  5220. end)
  5221.  
  5222. WalkSpeed.MouseButton1Down:connect(function()
  5223. down = false
  5224. velocity = Instance.new("BodyVelocity")
  5225. velocity.maxForce = Vector3.new(100000, 0, 100000)
  5226. local speed = 150
  5227. gyro = Instance.new("BodyGyro")
  5228. gyro.maxTorque = Vector3.new(100000, 0, 100000)
  5229.  
  5230. local hum = game:GetService("Players").LocalPlayer.Character.Humanoid
  5231.  
  5232. function onButton1Down(mouse)
  5233. down = true
  5234. velocity.Parent = game:GetService("Players").LocalPlayer.Character.UpperTorso
  5235. velocity.velocity = (hum.MoveDirection) * speed
  5236. gyro.Parent = game:GetService("Players").LocalPlayer.Character.UpperTorso
  5237. while down do
  5238. if not down then break end
  5239. velocity.velocity = (hum.MoveDirection) * speed
  5240. local refpos = gyro.Parent.Position + (gyro.Parent.Position - workspace.CurrentCamera.CoordinateFrame.p).unit * 5
  5241. gyro.cframe = CFrame.new(gyro.Parent.Position, Vector3.new(refpos.x, gyro.Parent.Position.y, refpos.z))
  5242. wait(0.1)
  5243. end
  5244. end
  5245.  
  5246. function onButton1Up(mouse)
  5247. velocity.Parent = nil
  5248. gyro.Parent = nil
  5249. down = false
  5250. end
  5251.  
  5252. function onSelected(mouse)
  5253. mouse.KeyDown:connect(function(k) if k:lower()=="q"then onButton1Down(mouse)end end)
  5254. mouse.KeyUp:connect(function(k) if k:lower()=="q"then onButton1Up(mouse)end end)
  5255. end
  5256.  
  5257. onSelected(game:GetService("Players").LocalPlayer:GetMouse())
  5258. end)
  5259.  
  5260. Gravity.MouseButton1Down:connect(function()
  5261. if Gravity == true then
  5262. Gravity = false
  5263. game:GetService("Workspace").Gravity = 196.2
  5264. game.CoreGui.Unjailbreak.MainFrame.TabFrames.GameFrame.Gravity.Text = "Gravity: OFF"
  5265. else
  5266. Gravity = true
  5267. game.CoreGui.Unjailbreak.MainFrame.TabFrames.GameFrame.Gravity.Text = "Gravity: ON"
  5268. game:GetService("Workspace").Gravity = 45
  5269. end
  5270. end)
  5271.  
  5272. JumpPower.MouseButton1Down:connect(function()
  5273. if Jump == true then
  5274. Jump = false
  5275. game:GetService("Players").LocalPlayer.Character.Humanoid.JumpPower = 50
  5276. game.CoreGui.Unjailbreak.MainFrame.TabFrames.GameFrame.JumpPower.Text = "Jump: OFF"
  5277. else
  5278. Jump = true
  5279. game:GetService("Players").LocalPlayer.Character.Humanoid.JumpPower = 100
  5280. game.CoreGui.Unjailbreak.MainFrame.TabFrames.GameFrame.JumpPower.Text = "Jump: ON"
  5281. end
  5282. end)
  5283.  
  5284. VehicleSpeed.MouseButton1Down:connect(function()
  5285. dir = 0
  5286. gs = game.GetService
  5287. gs(game,"RunService").RenderStepped:connect(function()
  5288. for i,v in next,workspace.Vehicles:children() do
  5289. if v.Name ~= "Heli" then
  5290. if v:FindFirstChild("Engine") then
  5291. local bf,cf = v.Engine:FindFirstChild("NewForce"),v:GetPrimaryPartCFrame().lookVector
  5292. if not bf then
  5293. bf = v.Engine:FindFirstChild("BodyForce") or v.Engine:FindFirstChild("VectorForce")
  5294. if bf then
  5295. bf = bf:Clone()
  5296. bf.Parent = v.Engine
  5297. bf.Name = "NewForce"
  5298. end
  5299. end
  5300. if bf then
  5301. local fa = 1
  5302. if v.Name:lower():find("bike") then fa = .3 elseif v.Name:lower():find("bugg") then fa = .5 end
  5303. if v.Seat.PlayerName.Value ~= game:GetService("Players").LocalPlayer.Name then fa = 0 end
  5304. bf.Force = Vector3.new(cf.X*300000*dir*fa,0,cf.Z*300000*dir*fa)
  5305. end
  5306. end
  5307. end
  5308. end
  5309. end)
  5310. val = {
  5311. {Enum.KeyCode.W,1};
  5312. {Enum.KeyCode.S,-1};
  5313. }
  5314. uis = gs(game,"UserInputService")
  5315. chk = function(k)
  5316. for i,v in next,val do
  5317. if v[1]==k.KeyCode then
  5318. return v[2]
  5319. end
  5320. end
  5321. end
  5322. uis.InputBegan:connect(function(k)
  5323. dir = chk(k) or dir
  5324. end)
  5325. uis.InputEnded:connect(function(k)
  5326. if chk(k) == dir then
  5327. dir = 0
  5328. end
  5329. end)
  5330. end)
  5331.  
  5332. KeyCard.MouseButton1Down:connect(function()
  5333. game:GetService("Players").LocalPlayer.TeamValue.Value= "Police"
  5334. end)
  5335.  
  5336. local mouse=game:GetService("Players").LocalPlayer:GetMouse''
  5337. localplayer=game:GetService("Players").LocalPlayer
  5338. game:GetService("Players").LocalPlayer.Character:WaitForChild("HumanoidRootPart")
  5339. local torso = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart
  5340. local speed=0
  5341. local keys={a=false,d=false,w=false,s=false}
  5342. local e1
  5343. local e2
  5344. local function start()
  5345. local pos = Instance.new("BodyPosition",torso)
  5346. local gyro = Instance.new("BodyGyro",torso)
  5347. pos.Name="EPIXPOS"
  5348. pos.maxForce = Vector3.new(math.huge, math.huge, math.huge)
  5349. pos.position = torso.Position
  5350. gyro.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  5351. gyro.cframe = torso.CFrame
  5352. repeat
  5353. wait()
  5354. localplayer.Character.Humanoid.PlatformStand=true
  5355. local new=gyro.cframe - gyro.cframe.p + pos.position
  5356. if not keys.w and not keys.s and not keys.a and not keys.d then
  5357. speed=1
  5358. end
  5359. if keys.w then
  5360. new = new + workspace.CurrentCamera.CoordinateFrame.lookVector * speed
  5361. speed=speed+0.01
  5362. end
  5363. if keys.s then
  5364. new = new - workspace.CurrentCamera.CoordinateFrame.lookVector * speed
  5365. speed=speed+0.01
  5366. end
  5367. if keys.d then
  5368. new = new * CFrame.new(speed,0,0)
  5369. speed=speed+0.01
  5370. end
  5371. if keys.a then
  5372. new = new * CFrame.new(-speed,0,0)
  5373. speed=speed+0.01
  5374. end
  5375. if speed>5 then
  5376. speed=5
  5377. end
  5378. pos.position=new.p
  5379. if keys.w then
  5380. gyro.cframe = workspace.CurrentCamera.CoordinateFrame*CFrame.Angles(-math.rad(speed*15),0,0)
  5381. elseif keys.s then
  5382. gyro.cframe = workspace.CurrentCamera.CoordinateFrame*CFrame.Angles(math.rad(speed*15),0,0)
  5383. else
  5384. gyro.cframe = workspace.CurrentCamera.CoordinateFrame
  5385. end
  5386. until not Fly
  5387. if gyro then gyro:Destroy() end
  5388. if pos then pos:Destroy() end
  5389. flying=false
  5390. localplayer.Character.Humanoid.PlatformStand=false
  5391. speed=0
  5392. end
  5393. e1=mouse.KeyDown:connect(function(key)
  5394. if not torso or not torso.Parent then flying=false e1:disconnect() e2:disconnect() return end
  5395. if key=="w" then
  5396. keys.w=true
  5397. elseif key=="s" then
  5398. keys.s=true
  5399. elseif key=="a" then
  5400. keys.a=true
  5401. elseif key=="d" then
  5402. keys.d=true
  5403. end
  5404. end)
  5405. e2=mouse.KeyUp:connect(function(key)
  5406. if key=="w" then
  5407. keys.w=false
  5408. elseif key=="s" then
  5409. keys.s=false
  5410. elseif key=="a" then
  5411. keys.a=false
  5412. elseif key=="d" then
  5413. keys.d=false
  5414. end
  5415. end)
  5416.  
  5417. Fly.MouseButton1Down:connect(function()
  5418. if flyy == true then
  5419. game.CoreGui.Unjailbreak.MainFrame.TabFrames.GameFrame.Fly.Text = "Fly: OFF"
  5420. flyy = false
  5421. Fly = false
  5422. start()
  5423. else
  5424. game.CoreGui.Unjailbreak.MainFrame.TabFrames.GameFrame.Fly.Text = "Fly: ON"
  5425. flyy = true
  5426. Fly = true
  5427. start()
  5428. end
  5429. end)
  5430.  
  5431. FlashLight.MouseButton1Down:connect(function()
  5432. local hit = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  5433.  
  5434. a = Instance.new("Part", workspace)
  5435. a.Anchored = true
  5436. a.Position = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  5437. a.CanCollide = false
  5438.  
  5439. for i, v in pairs(game:GetService("Workspace").Givers:GetChildren()) do
  5440. if v.Name == "Station" then
  5441. for a, b in pairs(v:GetChildren()) do
  5442. if b:IsA("StringValue") then
  5443. if b.Value == "Flashlight" then
  5444. v.CFrame = CFrame.new(hit)
  5445. end
  5446. end
  5447. end
  5448. end
  5449. end
  5450. end)
  5451.  
  5452. M4A4.MouseButton1Down:connect(function()
  5453. local hit = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  5454.  
  5455. a = Instance.new("Part", workspace)
  5456. a.Anchored = true
  5457. a.Position = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  5458. a.CanCollide = false
  5459.  
  5460. for i, v in pairs(game:GetService("Workspace").Givers:GetChildren()) do
  5461. if v.Name == "Station" then
  5462. for a, b in pairs(v:GetChildren()) do
  5463. if b:IsA("StringValue") then
  5464. if b.Value == "RifleSWAT" then
  5465. v.CFrame = CFrame.new(hit)
  5466. end
  5467. end
  5468. end
  5469. end
  5470. end
  5471. end)
  5472.  
  5473. AK47.MouseButton1Down:connect(function()
  5474. local hit = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  5475.  
  5476. a = Instance.new("Part", workspace)
  5477. a.Anchored = true
  5478. a.Position = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  5479. a.CanCollide = false
  5480.  
  5481. for i, v in pairs(game:GetService("Workspace").Givers:GetChildren()) do
  5482. if v.Name == "ShootingRange" then
  5483. for a, b in pairs(v:GetChildren()) do
  5484. if b:IsA("StringValue") then
  5485. if b.Value == "AK47" then
  5486. v.CFrame = CFrame.new(hit)
  5487. end
  5488. end
  5489. end
  5490. end
  5491. end
  5492. end)
  5493.  
  5494. ShotGun.MouseButton1Down:connect(function()
  5495. local hit = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  5496.  
  5497. a = Instance.new("Part", workspace)
  5498. a.Anchored = true
  5499. a.Position = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  5500. a.CanCollide = false
  5501.  
  5502. for i, v in pairs(game:GetService("Workspace").Givers:GetChildren()) do
  5503. if v.Name == "Station" then
  5504. for a, b in pairs(v:GetChildren()) do
  5505. if b:IsA("StringValue") then
  5506. if b.Value == "Shotgun" then
  5507. v.CFrame = CFrame.new(hit)
  5508. end
  5509. end
  5510. end
  5511. end
  5512. end
  5513. end)
  5514.  
  5515. Pistol.MouseButton1Down:connect(function()
  5516. local hit = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  5517.  
  5518. a = Instance.new("Part", workspace)
  5519. a.Anchored = true
  5520. a.Position = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  5521. a.CanCollide = false
  5522.  
  5523. for i, v in pairs(game:GetService("Workspace").Givers:GetChildren()) do
  5524. if v.Name == "Station" then
  5525. for a, b in pairs(v:GetChildren()) do
  5526. if b:IsA("StringValue") then
  5527. if b.Value == "Pistol" then
  5528. v.CFrame = CFrame.new(hit)
  5529. end
  5530. end
  5531. end
  5532. end
  5533. end
  5534. end)
  5535.  
  5536. GotoBank.MouseButton1Down:connect(function()
  5537. for i=1,20 do
  5538. wait()
  5539. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(32.214, 2.67609, 818.648926) + Vector3.new(1,0,0)
  5540. end
  5541. end)
  5542.  
  5543. GotoJewelry.MouseButton1Down:connect(function()
  5544. for i=1,20 do
  5545. wait()
  5546. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(137.325, 17.878, 1320.123) + Vector3.new(1,0,0)
  5547. end
  5548. end);
  5549.  
  5550. GoTo.MouseButton1Down:connect(function()
  5551. p = getPlayer()
  5552. if p then
  5553. for i=1,20 do
  5554. wait()
  5555. PLR.Character.HumanoidRootPart.CFrame = p.Character.HumanoidRootPart.CFrame + Vector3.new(0, 3, 0)
  5556. end
  5557. else
  5558. GoTo.Text = "Retry"; wait(1); GoTo.Text = "GoTo" end
  5559. end)
  5560.  
  5561. Explorer.MouseButton1Down:connect(function()
  5562. 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"}
  5563. 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"}
  5564. BrickColorProperties = {"BrickColor", "Color", "TeamColor", "AllowSweep", "WaterColor", "ParallelPhysics", "Is30FpsThrottleEnabled", "HeadsUpDisplay", "Texture", "Value", "WaterColor", "SkinColor", "SparkleColor", "FogColor", "HeadColor", "LeftArmColor", "RightArmColor", "TorsoColor", "RightLegColor", "LeftLegColor","ShadowColor", "Ambient", "SecondaryColor"}
  5565. s = Instance.new("ScreenGui", game.CoreGui)
  5566. pgr = Instance.new("TextButton")
  5567. pgr.Parent = s
  5568. pgr.Size = UDim2.new(0,100,0,40)
  5569. pgr.Position = UDim2.new(0,30,0,440)
  5570. pgr.Text="Xplorer"
  5571. pgr.BackgroundTransparency = 0.7
  5572. pgr.TextColor = BrickColor.new("Black")
  5573. pgr.BackgroundColor = BrickColor.new("Really Black")
  5574. pgr.BorderColor = BrickColor.new("Black")
  5575. pgr.Font = "ArialBold"
  5576. pgr.FontSize = "Size14"
  5577. pgr.TextStrokeColor3 = Color3.new(0/0,0/0,0/0)
  5578. pgr.TextStrokeTransparency = 0.3
  5579. pgr.BorderSizePixel = 1
  5580. pgr.BorderColor = BrickColor.new("White")
  5581.  
  5582. if game.Players.LocalPlayer.PlayerGui:findFirstChild("Explorer") then
  5583. game.Players.LocalPlayer.PlayerGui:findFirstChild("Explorer"):Remove()
  5584. end
  5585.  
  5586. Banned = {}
  5587.  
  5588.  
  5589.  
  5590. function isBanned()
  5591. for i,v in pairs(game.Players:GetPlayers()) do
  5592. if v.Name == Banned then
  5593. v:Destroy();
  5594. else
  5595. print("Player: "..v.Name.." has passed the test of banishments.");
  5596. end
  5597. end
  5598. end
  5599.  
  5600.  
  5601.  
  5602. local Cloned
  5603. local Deleted
  5604. local DeleteParent
  5605. local Player
  5606. local Search
  5607. local ScriptSearch
  5608. local Gui
  5609. local Cloned = nil
  5610. local Deleted = nil
  5611. local DeleteParent = nil
  5612. local Current = 0
  5613. local CurrentOption = 0
  5614.  
  5615. function Clear()
  5616. if Gui then
  5617. Gui:Remove()
  5618. end
  5619. Current = 0
  5620. CurrentOption = 0
  5621. end
  5622.  
  5623. function AddButton(N, Function, Color, Copy)
  5624. if not N then
  5625. error("RenderButton - No Name Specified")
  5626. end
  5627. if not Function then
  5628. error("RenderButton - No Function Specified")
  5629. end
  5630. if not Color then
  5631. Color = Color3.new(1, 1, 1)
  5632. end
  5633. if Copy == nil then
  5634. Copy = true
  5635. end
  5636. P = Instance.new("TextButton")
  5637. if Copy then
  5638. P.Size = UDim2.new(0, 110, 0, 20)
  5639. else
  5640. P.Size = UDim2.new(0, 130, 0, 20)
  5641. end
  5642. P.Text = N.Name
  5643. P.Name = N.Name
  5644. P.Parent = Gui
  5645. P.BackgroundColor3 = Color
  5646. P.TextColor3 = Color3.new(0, 0, 0)
  5647. P.BackgroundTransparency = 0.5
  5648. P.Position = UDim2.new(0, ((math.modf(Current/30))*150)+300, 0, 50+(20*((Current%30)-1)))
  5649. P.MouseButton1Click:connect(function()
  5650. Function(P)
  5651. end)
  5652. D = Instance.new("TextButton")
  5653. D.Size = UDim2.new(0, 20, 0, 20)
  5654. D.Text = "X"
  5655. D.Name = N.Name
  5656. D.Parent = Gui
  5657. D.BackgroundColor3 = Color3.new(1, 0, 0)
  5658. D.TextColor3 = Color3.new(0, 0, 0)
  5659. D.BackgroundTransparency = 0.5
  5660. D.Position = UDim2.new(0, ((math.modf(Current/30))*150)+300+130, 0, 50+(20*((Current%30)-1)))
  5661. D.MouseButton1Click:connect(function()
  5662. Deleted = N
  5663. DeleteParent = N.Parent
  5664. N.Parent = nil
  5665. Clear()
  5666. Search(DeleteParent)
  5667. end)
  5668. if Copy then
  5669. C = Instance.new("TextButton")
  5670. C.Size = UDim2.new(0, 20, 0, 20)
  5671. C.Text = "C"
  5672. C.Name = N.Name
  5673. C.Parent = Gui
  5674. C.BackgroundColor3 = Color3.new(0, 1, 0.5)
  5675. C.TextColor3 = Color3.new(0, 0, 0)
  5676. C.BackgroundTransparency = 0.5
  5677. C.Position = UDim2.new(0, ((math.modf(Current/30))*150)+300+110, 0, 50+(20*((Current%30)-1)))
  5678. C.MouseButton1Click:connect(function()
  5679. Cloned = N
  5680. Clear()
  5681. Search(N.Parent)
  5682. end)
  5683. end
  5684. Current = Current + 1
  5685. return P
  5686. end
  5687.  
  5688. function AddOption(N, Function, Color, Text)
  5689. if not N then
  5690. error("RenderButton - No Name Specified")
  5691. end
  5692. if not Color then
  5693. Color = Color3.new(1, 1, 1)
  5694. end
  5695. if Text == nil then
  5696. Text = false
  5697. end
  5698. if Text then
  5699. P = Instance.new("TextBox")
  5700. else
  5701. P = Instance.new("TextButton")
  5702. end
  5703. P.Text = N
  5704. P.Name = N
  5705. P.Parent = Gui
  5706. P.BackgroundColor3 = Color
  5707. P.TextColor3 = Color3.new(0, 0, 0)
  5708. P.BackgroundTransparency = 0.5
  5709. P.Size = UDim2.new(0, 150, 0, 20)
  5710. P.Position = UDim2.new(0, ((math.modf(CurrentOption/30))*150)+150, 0, 50+(20*((CurrentOption%30)-1)))
  5711. if not Text and Function then
  5712. P.MouseButton1Click:connect(function() Function(P) end)
  5713. end
  5714. CurrentOption = CurrentOption + 1
  5715. return P
  5716. end
  5717.  
  5718. function AddTextOption(Obj, Prop)
  5719. local Ob = Obj
  5720. local Pro = Prop
  5721. if type(Ob[Pro]) == "number" or type(Ob[Pro]) == "string" then
  5722. CurrentOption = CurrentOption + 1
  5723. local T = AddOption(Ob[Pro], nil, Color3.new(0.1, 0.4, 0.1), true)
  5724. CurrentOption = CurrentOption - 2
  5725. local O = AddOption("Change "..Pro..":", function() Ob[Pro] = T.Text end, Color3.new(0.1, 0.8, 0.1), false)
  5726. CurrentOption = CurrentOption + 1
  5727. end
  5728. end
  5729.  
  5730. function AddBrickColorOption(Obj, Prop)
  5731. local Ob = Obj
  5732. local Pro = Prop
  5733. if BrickColor.new(tostring(Ob[Pro])) == Ob[Pro] then
  5734. CurrentOption = CurrentOption + 1
  5735. local T = AddOption(tostring(Ob[Pro]), nil, Color3.new(0.1, 0.4, 0.1), true)
  5736. CurrentOption = CurrentOption - 2
  5737. local O = AddOption("Change "..Pro..":", function() Ob[Pro] = BrickColor.new(T.Text) end, Color3.new(0.1, 0.8, 0.1), false)
  5738. CurrentOption = CurrentOption + 1
  5739. end
  5740. end
  5741.  
  5742. function UnanchorObject(Objects)
  5743. local function Recurse(Base)
  5744. for _, Object in pairs(Base:GetChildren()) do
  5745. if _G.TestProperty(Object, "Anchored") then
  5746. Object.Anchored = not Object.Anchored
  5747. end
  5748. Recurse(Object)
  5749. end
  5750. end
  5751. Recurse(Objects)
  5752. end
  5753.  
  5754.  
  5755.  
  5756.  
  5757. function AddBoolOption(Obj, Prop)
  5758. local Ob = Obj
  5759. local Pro = Prop
  5760. if type(Ob[Pro]) == "boolean" then
  5761. local O = AddOption(Pro..": "..tostring(Ob[Pro]), nil, Color3.new(0.1, 0.8, 0.1), false)
  5762. O.MouseButton1Click:connect(function()
  5763. if Ob[Pro] then
  5764. Ob[Pro] = false
  5765. O.Text = Pro..": false"
  5766. else
  5767. Ob[Pro] = true
  5768. O.Text = Pro..": true"
  5769. end
  5770. end)
  5771. end
  5772. end
  5773.  
  5774. function TestProperty(Obj, Property)
  5775. Success = pcall(function()
  5776. if Obj[Property] then
  5777. return
  5778. end
  5779. end)
  5780. return Success
  5781. end
  5782.  
  5783. function LoadOptions(Object)
  5784. for Num, Prop in pairs(TextProperties) do
  5785. if TestProperty(Object, Prop) then
  5786. AddTextOption(Object, Prop)
  5787. end
  5788. end
  5789. for Num, Prop in pairs(BoolProperties) do
  5790. if TestProperty(Object, Prop) then
  5791. AddBoolOption(Object, Prop)
  5792. end
  5793. end
  5794. for Num, Prop in pairs(BrickColorProperties) do
  5795. if TestProperty(Object, Prop) then
  5796. AddBrickColorOption(Object, Prop)
  5797. end
  5798. end
  5799. end
  5800.  
  5801.  
  5802. function AddForceField(Player)
  5803. Instance.new("ForceField", Player.Character)
  5804. end
  5805. function Killp(Player)
  5806. Player.Character.Humanoid.Health=0
  5807. end
  5808. function AddExplode(Player)
  5809. Instance.new("Explosion", Player.Character)
  5810. end
  5811. function AddSparkles(Player)
  5812. Instance.new("Sparkles", Player.Character)
  5813. end
  5814.  
  5815.  
  5816. function FreezeParts(b)
  5817. if (b.className == "Part") then
  5818. b.Anchored=true;
  5819. end
  5820. end
  5821.  
  5822. function TPToObject(Object1)
  5823. local localplr = game.Players.LocalPlayer.Character.Torso
  5824. localplr.Position = Object1.Position
  5825. end
  5826.  
  5827.  
  5828. function Search(Object)
  5829. Gui = Instance.new("ScreenGui")
  5830. Gui.Parent = game.Players.LocalPlayer.PlayerGui
  5831. Gui.Name = "Explorer"
  5832. if Object ~= game then
  5833. AddOption("Back", function()
  5834. Clear();
  5835. Search(Object.Parent)
  5836. end, Color3.new(0.5, 1, 1), false)
  5837. end
  5838. if Object:IsA("Sound") then
  5839. AddOption("Copy ID", function() CopyString(tostring(Object.SoundId):sub(14)); warn("Copied."); Clear(); Search(Object); end, Color3.new(1, 0.2, 0), false)
  5840. AddOption("Play", function() Object:Play(); Clear(); Search(Object); end, Color3.new(0, 0, 1), false)
  5841. AddOption("Stop", function() Object:Stop(); Clear(); Search(Object); end, Color3.new(1, 1, 0), false)
  5842. end
  5843. if Object:IsA("Workspace") then
  5844. 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)
  5845. end
  5846. if Object:IsA("IntValue") or Object:IsA("StringValue") or Object:IsA("NumberValue") then
  5847. AddOption("Copy Value", function() CopyString(tostring(Object.Value)); warn("Copied."); Clear(); Search(Object); end, Color3.new(1, 0.2, 0), false)
  5848. end
  5849. if Object:IsA("TextLabel") or Object:IsA("TextBox") or Object:IsA("Message") then
  5850. AddOption("Copy Value", function() CopyString(tostring(Object.Text)); warn("Copied."); Clear(); Search(Object); end, Color3.new(1, 0.2, 0), false)
  5851. end
  5852. AddOption("Get Path", function() CopyString(tostring("game." .. Object:GetFullName())) Clear(); Search(Object) end, Color3.new(0.5, 1, 1), false)
  5853. if Object ~= game then
  5854. AddOption("Unanchor Children", function() UnanchorObject(Object); Clear(); Search(Object); end, Color3.new(1, 0.2, 0), false)
  5855. AddOption("ClearAllChildren", function() Object:ClearAllChildren(); Clear(); Search(Object); end, Color3.new(1, 0.6, 0.1), false)
  5856. end
  5857. AddOption("Reload", function() Clear(); Search(Object); end, Color3.new(0.2, 1, 0.2), false)
  5858. if Cloned then
  5859. AddOption("Paste", function() Cloned:Clone().Parent = Object; Clear(); Search(Object); end, Color3.new(0.5, 1, 1), false)
  5860. end
  5861. if Deleted then
  5862. AddOption("Undo", function() Deleted.Parent = DeleteParent; Deleted = nil; DeletedParent = nil; Clear(); Search(Object); end, Color3.new(1, 0.6, 0.1), false)
  5863. end
  5864. if Object:IsA("Player") then
  5865. AddOption("Goto Character", function() Clear(); if Object.Character then Search(Object.Character); end end, Color3.new(1, 1, 1), false)
  5866. AddOption("Kill", function() Killp(Object) end, Color3.new(1,0.6,0.1), false)
  5867. AddOption("ForceField", function() AddForceField(Object); end, Color3.new(1, 0.6, 0.1), false)
  5868. AddOption("Freeze", function() FreezeParts(Object.Character.Torso); end, Color3.new(1, 0.6, 0.1), false)
  5869. AddOption("Unequip Tools", function() Object.Character.Humanoid:UnequipTools() end, Color3.new(1, 0.6, 0.1), false)
  5870. AddOption("Ban", function() table.insert(Banned, Object.Name); end, Color3.new(1,0.6,0.1), false)
  5871. --AddOption("Explode", function() AddExplode(Object); end, Color3.new(1, 0.6, 0.1), false)
  5872. end
  5873. if Object:IsA("Lighting") then
  5874. AddOption("Night", function() Object.TimeOfDay="24:24:24" end, Color3.new(1.,0.6,0.1), false)
  5875. AddOption("Day", function() Object.TimeOfDay="12:12:12" end, Color3.new(1.,0.6,0.1), false)
  5876. end
  5877. if Object:IsA("LocalScript") then
  5878. AddOption("EditScript", function() Clear(); ScriptSearch(Object); end, Color3.new(1, 1, 1), false)
  5879. end
  5880. if Object:IsA("Terrain") then
  5881. AddOption("Clear", function() Object:Clear(); end, Color3.new(1, 1, 1), false)
  5882. end
  5883. 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
  5884. AddOption("Teleport To Part", function() TPToObject(Object); Clear(); Search(Object); end, Color3.new(1, 0.2, 0), false)
  5885. end
  5886.  
  5887. LoadOptions(Object)
  5888. AddOption("Close", Clear, Color3.new(1, 0.2, 0), false)
  5889. if not Object:IsA("Workspace") or not Object:IsA("Player") then
  5890. for Num, Obj in pairs(Object:GetChildren()) do
  5891. --if not Obj:IsA("BasePart") or not Object.Parent == game.Workspace then
  5892. if true then
  5893. if Obj:IsA("LocalScript") then
  5894. AddButton(Obj, function() Clear(); Search(Obj); end, Color3.new(1, 0, 0), true)
  5895. elseif Obj:IsA("Script") or Obj:IsA("StarterScript") or Obj:IsA("CoreScript") then
  5896. AddButton(Obj, function() Clear(); Search(Obj); end, Color3.new(0.5, 0.5, 0.8), true)
  5897. elseif Obj.Parent == game then
  5898. AddButton(Obj, function() Clear(); Search(Obj); end, Color3.new(1, 1, 1), false)
  5899. else
  5900. AddButton(Obj, function() Clear(); Search(Obj); end, Color3.new(1, 1, 1), true)
  5901. end
  5902. end
  5903. end
  5904. end
  5905. function MoveUp(Place, Amount)
  5906. for i,v in pairs(Place:GetChildren()) do
  5907. if v:IsA("TextLabel") or v:IsA("TextBox") then
  5908. v.Position = v.Position + UDim2.new(0,0,0,-Amount)
  5909. end
  5910. end
  5911. end
  5912. function MoveDown(Place, Amount)
  5913. for i,v in pairs(Place:GetChildren()) do
  5914. if v:IsA("TextLabel") or v:IsA("TextBox") then
  5915. v.Position = v.Position + UDim2.new(0,0,0,Amount)
  5916. end
  5917. end
  5918. end
  5919. i=0
  5920. function ScriptSearch(S)
  5921. Script2 = S
  5922. Script = decompile(Script2)
  5923. Table = {}
  5924. Enabled = true
  5925. Gui = Instance.new("ScreenGui")
  5926. Gui.Parent = game.Players.LocalPlayer.PlayerGui
  5927. Gui.Name = "Explorer"
  5928. while Enabled do
  5929. Start, End = string.find(Script, '\n')
  5930. print(Start, End)
  5931. if Start and End then
  5932. table.insert(Table, string.sub(Script, 1, End))
  5933. New = string.sub(Script, End+1, string.len(Script))
  5934. Script = New
  5935. else
  5936. Enabled = false
  5937. table.insert(Table, string.sub(Script, 1, End))
  5938. print("Finished")
  5939. end
  5940. end
  5941. P = Instance.new("TextLabel")
  5942. P.Size = UDim2.new(0, 500, 0, 20)
  5943. P.Text = Script2.Name
  5944. P.Name = "Script Line"
  5945. P.Parent = Gui
  5946. P.BackgroundColor3 = Color3.new(1, 1, 1)
  5947. P.TextColor3 = Color3.new(0, 0, 0)
  5948. P.BackgroundTransparency = 0.5
  5949. P.Position = UDim2.new(0.5, -250, 0, 150+(20*(i-1)))
  5950. P.TextXAlignment = "Left"
  5951. i=i+1
  5952. New = {}
  5953. for I,Val in pairs(Table) do
  5954. print(Val)
  5955. P = Instance.new("TextBox")
  5956. P.ClearTextOnFocus = false
  5957. P.Size = UDim2.new(0, 500, 0, 20)
  5958. P.Text = Val
  5959. P.Name = "Script Line"
  5960. P.Parent = Gui
  5961. P.BackgroundColor3 = Color3.new(1, 1, 1)
  5962. P.TextColor3 = Color3.new(0, 0, 0)
  5963. P.BackgroundTransparency = 0.5
  5964. P.Position = UDim2.new(0.5, -250, 0, 150+(20*(i-1)))
  5965. P.TextXAlignment = "Left"
  5966. table.insert(New, P)
  5967. i=i+1
  5968. end
  5969. i=1
  5970. P = Instance.new("TextButton")
  5971. P.Size = UDim2.new(0, 20, 0, 20)
  5972. P.Text = "^"
  5973. P.Name = "Scroll"
  5974. P.Parent = Gui
  5975. P.BackgroundColor3 = Color3.new(1, 1, 1)
  5976. P.TextColor3 = Color3.new(0, 0, 0)
  5977. P.BackgroundTransparency = 0.5
  5978. P.Position = UDim2.new(0.5, -270, 0, 150+(20*(i-1)))
  5979. P.MouseButton1Click:connect(function()
  5980. MoveUp(Gui, -20)
  5981. end)
  5982. i=i+1
  5983. P = Instance.new("TextButton")
  5984. P.Size = UDim2.new(0, 20, 0, 20)
  5985. P.Text = "v"
  5986. P.Name = "Scroll"
  5987. P.Parent = Gui
  5988. P.BackgroundColor3 = Color3.new(1, 1, 1)
  5989. P.TextColor3 = Color3.new(0, 0, 0)
  5990. P.BackgroundTransparency = 0.5
  5991. P.Position = UDim2.new(0.5, -270, 0, 150+(20*(i-1)))
  5992. P.MouseButton1Click:connect(function()
  5993. MoveDown(Gui, -20)
  5994. end)
  5995. i=i+1
  5996. P = Instance.new("TextButton")
  5997. P.Size = UDim2.new(0, 20, 0, 20)
  5998. P.Text = "^^"
  5999. P.Name = "Scroll"
  6000. P.Parent = Gui
  6001. P.BackgroundColor3 = Color3.new(1, 1, 1)
  6002. P.TextColor3 = Color3.new(0, 0, 0)
  6003. P.BackgroundTransparency = 0.5
  6004. P.Position = UDim2.new(0.5, -270, 0, 150+(20*(i-1)))
  6005. P.MouseButton1Click:connect(function()
  6006. MoveUp(Gui, -200)
  6007. end)
  6008. i=i+1
  6009. P = Instance.new("TextButton")
  6010. P.Size = UDim2.new(0, 20, 0, 20)
  6011. P.Text = "vv"
  6012. P.Name = "Scroll"
  6013. P.Parent = Gui
  6014. P.BackgroundColor3 = Color3.new(1, 1, 1)
  6015. P.TextColor3 = Color3.new(0, 0, 0)
  6016. P.BackgroundTransparency = 0.5
  6017. P.Position = UDim2.new(0.5, -270, 0, 150+(20*(i-1)))
  6018. P.MouseButton1Click:connect(function()
  6019. MoveDown(Gui, -200)
  6020. end)
  6021. i=i+1
  6022. P = Instance.new("TextButton")
  6023. P.Size = UDim2.new(0, 20, 0, 20)
  6024. P.Text = "S"
  6025. P.Name = "Save"
  6026. P.Parent = Gui
  6027. P.BackgroundColor3 = Color3.new(0, 1, 0)
  6028. P.TextColor3 = Color3.new(0, 0, 0)
  6029. P.BackgroundTransparency = 0.5
  6030. P.Position = UDim2.new(0.5, -270, 0, 150+(20*(i-1)))
  6031. P.MouseButton1Click:connect(function()
  6032. StringS = ""
  6033. for Num, Obj in pairs(New) do
  6034. StringS = StringS..Obj.Text..'\n'
  6035. end
  6036. S.Source = StringS
  6037. S.Disabled = true
  6038. S.Disabled = false
  6039. end)
  6040. i=i+1
  6041. P = Instance.new("TextButton")
  6042. P.Size = UDim2.new(0, 20, 0, 20)
  6043. P.Text = "C"
  6044. P.Name = "Copy"
  6045. P.Parent = Gui
  6046. P.BackgroundColor3 = Color3.new(1, 0.2, 0)
  6047. P.TextColor3 = Color3.new(0, 0, 0)
  6048. P.BackgroundTransparency = 0.5
  6049. P.Position = UDim2.new(0.5, -270, 0, 150+(20*(i-1)))
  6050. P.MouseButton1Click:connect(function()
  6051. StringS = ""
  6052. for Num, Obj in pairs(New) do
  6053. StringS = StringS..Obj.Text..'\n'
  6054. end
  6055. CopyString(StringS)
  6056. end)
  6057. i=i+1
  6058. P = Instance.new("TextButton")
  6059. P.Size = UDim2.new(0, 20, 0, 20)
  6060. P.Text = "x"
  6061. P.Name = "Back"
  6062. P.Parent = Gui
  6063. P.BackgroundColor3 = Color3.new(1, 0.2, 0)
  6064. P.TextColor3 = Color3.new(0, 0, 0)
  6065. P.BackgroundTransparency = 0.5
  6066. P.Position = UDim2.new(0.5, -270, 0, 150+(20*(i-1)))
  6067. P.MouseButton1Click:connect(function()
  6068. Clear()
  6069. i=0
  6070. Search(S)
  6071. end)
  6072. i=i+1
  6073. P = Instance.new("TextButton")
  6074. P.Size = UDim2.new(0, 20, 0, 20)
  6075. P.Text = "CB"
  6076. P.Name = "Back"
  6077. P.Parent = Gui
  6078. P.BackgroundColor3 = Color3.new(1, 0.2, 0)
  6079. P.TextColor3 = Color3.new(0, 0, 0)
  6080. P.BackgroundTransparency = 0.5
  6081. P.Position = UDim2.new(0.5, -270, 0, 150+(20*(i-1)))
  6082. P.MouseButton1Click:connect(function()
  6083. CopyString(decompile(Script2,true))
  6084. end)
  6085. i=i+1
  6086. end
  6087. end
  6088.  
  6089. pgr.MouseButton1Click:connect(function()
  6090. Clear()
  6091. Search(game)
  6092. end)
  6093. end)
  6094.  
  6095. UIColorButton.MouseButton1Down:connect(function()
  6096. print("not ready")
  6097. end)
  6098.  
  6099. PLR = game:GetService("Players").LocalPlayer
  6100.  
  6101. Players = game:GetService("Players"):GetPlayers()
  6102.  
  6103. Selected1 = game.CoreGui.Unjailbreak.MainFrame.TabFrames.TeleportsFrame.SPlayer
  6104.  
  6105. val.Name = "Selected"
  6106.  
  6107. function alphabetize(p1, p2)
  6108. Player1 = p1.Name:lower()
  6109. P1 = Player1:sub(1, 1):byte()
  6110. Player2 = p2.Name:lower()
  6111. P2 = Player2:sub(1, 1):byte()
  6112.  
  6113.  
  6114. if P1 < P2 then return true else return false end
  6115. end
  6116. table.sort(Players, alphabetize)
  6117.  
  6118. for i = 1, #Players do
  6119. p = Players[i]
  6120. if p ~= PLR then
  6121. btn = Instance.new("TextButton", sframe)
  6122. btn.Name = p.Name
  6123. btn.Text = p.Name
  6124. btn.Size = UDim2.new(0, 260, 0, 25)
  6125. btn.Font = Enum.Font.Highway
  6126. btn.FontSize = Enum.FontSize.Size14
  6127. btn.TextColor3 = Color3.new(255, 255, 255)
  6128. btn.BackgroundTransparency = 1
  6129. btn.Position = UDim2.new(0, 0, 0, (i * 25) - 25)
  6130. sframe.CanvasSize = UDim2.new(0, 0, 0, (#Players * 25) - 25)
  6131. btn.MouseButton1Click:connect(function()
  6132. val.Value = p
  6133. Selected1.Text = "Player: "..p.Name
  6134. end)
  6135.  
  6136. end
  6137. end
  6138.  
  6139. function update()
  6140.  
  6141. for i, btn in ipairs(sframe:GetChildren()) do if btn:IsA("TextButton") then btn:Destroy() end end
  6142.  
  6143. plrs = game:GetService("Players"):GetPlayers()
  6144. table.sort(plrs, alphabetize)
  6145.  
  6146. for i = 1, #plrs do
  6147.  
  6148. p = plrs[i]
  6149. if p ~= PLR then
  6150.  
  6151. btn = Instance.new("TextButton", sframe)
  6152. btn.Text = p.Name
  6153. btn.Size = UDim2.new(0, 260, 0, 25)
  6154. btn.Font = Enum.Font.Highway
  6155. btn.FontSize = Enum.FontSize.Size14
  6156. btn.TextColor3 = Color3.new(255, 255, 255)
  6157. btn.BackgroundTransparency = 1
  6158. btn.Position = UDim2.new(0, 0, 0, (i * 25) - 25)
  6159.  
  6160. sframe.CanvasSize = UDim2.new(0, 0, 0, (#Players * 25) - 25)
  6161.  
  6162. btn.MouseButton1Click:connect(function()
  6163. val.Value = p
  6164. SPlayer.Text = "Player: "..p.Name
  6165. end)
  6166.  
  6167. end
  6168. end
  6169.  
  6170. end
  6171. game:GetService("Players").PlayerAdded:connect(update)
  6172. game:GetService("Players").PlayerRemoving:connect(update)
  6173.  
  6174. function getPlayer()
  6175. if val.Value:IsA("Player") and val.Value.Character:FindFirstChild("HumanoidRootPart") then return val.Value else return nil end
  6176. end
  6177. end
  6178.  
  6179. if game.PlaceId == 292439477 then
  6180. ESP = true
  6181.  
  6182. Sniper = {"INTERVENTION", "REMINGTON 700", "AWS", "L115A3", "MOSIN NAGANT", "OBREZ"}
  6183. SpecialSniper = {"BFG 50", "SFG 50"}
  6184. WeakSniper = {"MK11", "SKS", "SCAR SSR", "DRAGUNOV SVU", "HENRY 45-70"}
  6185. 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"}
  6186. WeakSMG = {"MP5K", "UMP45", "MP7", "MAC10", "MP5", "COLT SMG 635", "MP5SD", "MP10", "MP5/10", "KRISS VECTOR"}
  6187. ShotGun = {"REMINGTON 870", "KSG 12", "KS-23M", "SERBU SHOTGUN"}
  6188. LMG = {"COLT LMG", "M60", "AUG HBAR", "MG36", "L86 LSW", "RPK", "SCAR HAMR", "RPK74"}
  6189. Other = {"M9", "GLOCK 17", "M1911", "DEAGLE 44", "GLOCK 18", "M93R", "TEC9", "MP412 REX"}
  6190. Melee = {"KNIFE", "MACHETE"}
  6191.  
  6192. warn("Phantom Forces ESP Created By Unlisting")
  6193.  
  6194. if ESP == true then
  6195. for i,v in pairs(game:GetService("Players"):GetChildren()) do
  6196. pass = false
  6197. if workspace:FindFirstChild(v.Name) then
  6198. if v.Team == game:GetService("Players").LocalPlayer.Team then
  6199. if v.Character:FindFirstChild("HumanoidRootPart") then
  6200. if v.Character.HumanoidRootPart:FindFirstChild("ESP") then
  6201. v.Character.HumanoidRootPart.ESP:Destroy()
  6202. end
  6203. end
  6204. end
  6205. if v.Team ~= game:GetService("Players").LocalPlayer.Team then
  6206. if v.Character:FindFirstChild("HumanoidRootPart") then
  6207. for i,v in pairs(v.Character:GetChildren()) do
  6208. if v:IsA("Model") then
  6209. pass = true
  6210. break
  6211. end
  6212. end
  6213.  
  6214. shirt = nil
  6215. passer = false
  6216. for i,v in pairs(v.Character:GetChildren()) do
  6217. if v:IsA("Shirt") then
  6218. shirt = v
  6219. break
  6220. end
  6221. end
  6222.  
  6223. for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetChildren()) do
  6224. if v:IsA("Shirt") then
  6225. if shirt ~= nil then
  6226. if v.Name ~= shirt.Name then
  6227. passer = true
  6228. break
  6229. end
  6230. end
  6231. end
  6232. end
  6233.  
  6234. if passer == true then
  6235. if v.Character:FindFirstChild("HumanoidRootPart") then
  6236. if v.Character.HumanoidRootPart:FindFirstChild("ESP") then
  6237.  
  6238. v.Character.HumanoidRootPart.ESP.TextLabel.Text = v.Name.." Distance: "..math.floor(((game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position - v.Character.HumanoidRootPart.Position).magnitude))
  6239.  
  6240. hitting = false
  6241.  
  6242.  
  6243. 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)
  6244. local part, position = workspace:FindPartOnRayWithIgnoreList(ray, {game:GetService("Players").LocalPlayer.Character, workspace.CurrentCamera, workspace.Ignore}, false, true)
  6245. if part then
  6246. if part.Parent == v.Character then
  6247. hitting = true
  6248. end
  6249. end
  6250. if hitting == false then
  6251. elseif hitting == true then
  6252. v.Character.HumanoidRootPart.ESP.Frame.BackgroundColor3 = Color3.new(0, 1, 0.498039)
  6253. end
  6254.  
  6255. if hitting == false then
  6256. 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)
  6257. local part, position = workspace:FindPartOnRayWithIgnoreList(ray, {game:GetService("Players").LocalPlayer.Character, workspace.CurrentCamera, workspace.Ignore}, false, true)
  6258. if part then
  6259. if part.Parent == v.Character then
  6260. hitting = true
  6261. end
  6262. end
  6263. if hitting == false then
  6264. v.Character.HumanoidRootPart.ESP.Frame.BackgroundColor3 = Color3.new(1, 0, 0)
  6265. elseif hitting == true then
  6266. v.Character.HumanoidRootPart.ESP.Frame.BackgroundColor3 = Color3.new(0, 1, 0.498039)
  6267. end
  6268.  
  6269. if hitting == false then
  6270. elseif hitting == true then
  6271. v.Character.HumanoidRootPart.ESP.Frame.BackgroundColor3 = Color3.new(0, 1, 0.498039)
  6272. end
  6273.  
  6274.  
  6275.  
  6276.  
  6277.  
  6278.  
  6279.  
  6280.  
  6281.  
  6282.  
  6283.  
  6284. if hitting == false then
  6285. 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)
  6286. local part, position = workspace:FindPartOnRayWithIgnoreList(ray, {game:GetService("Players").LocalPlayer.Character, workspace.CurrentCamera, workspace.Ignore}, false, true)
  6287. if part then
  6288. if part:IsA("BasePart") then
  6289.  
  6290. CurrentGun = nil
  6291. for i,v in pairs(workspace.CurrentCamera:GetChildren()) do
  6292. if v.Name ~= "Right Arm" and v.Name ~= "Left Arm" then
  6293. if v:IsA("Model") then
  6294. if v:FindFirstChild("Flame") then
  6295. CurrentGun = v
  6296. break
  6297. end
  6298. end
  6299. end
  6300. end
  6301.  
  6302. found = false
  6303.  
  6304. if found == false then
  6305. for i = 1,#Sniper do
  6306. if CurrentGun ~= nil then
  6307. if Sniper[i] == CurrentGun.Name then
  6308. found = true
  6309. Min = 2.75
  6310. Max = 3
  6311. break
  6312. end
  6313. end
  6314. end
  6315. end
  6316.  
  6317. if found == false then
  6318. for i = 1,#SpecialSniper do
  6319. if CurrentGun ~= nil then
  6320. if SpecialSniper[i] == CurrentGun.Name then
  6321. found = true
  6322. Min = 3.25
  6323. Max = 3.5
  6324. break
  6325. end
  6326. end
  6327. end
  6328. end
  6329.  
  6330. if found == false then
  6331. for i = 1,#WeakSniper do
  6332. if CurrentGun ~= nil then
  6333. if WeakSniper[i] == CurrentGun.Name then
  6334. found = true
  6335. Min = 2.75
  6336. Max = 3
  6337. break
  6338. end
  6339. end
  6340. end
  6341. end
  6342.  
  6343. if found == false then
  6344. for i = 1,#WeakSMG do
  6345. if CurrentGun ~= nil then
  6346. if WeakSMG[i] == CurrentGun.Name then
  6347. found = true
  6348. Min = 2.25
  6349. Max = 3
  6350. break
  6351. end
  6352. end
  6353. end
  6354. end
  6355.  
  6356. if found == false then
  6357. for i = 1,#SMG do
  6358. if CurrentGun ~= nil then
  6359. if SMG[i] == CurrentGun.Name then
  6360. found = true
  6361. Min = 2.5
  6362. Max = 3
  6363. break
  6364. end
  6365. end
  6366. end
  6367. end
  6368.  
  6369. if found == false then
  6370. for i = 1,#ShotGun do
  6371. if CurrentGun ~= nil then
  6372. if ShotGun[i] == CurrentGun.Name then
  6373. found = true
  6374. Min = 2.75
  6375. Max = 3
  6376. break
  6377. end
  6378. end
  6379. end
  6380. end
  6381.  
  6382. if found == false then
  6383. for i = 1,#LMG do
  6384. if CurrentGun ~= nil then
  6385. if LMG[i] == CurrentGun.Name then
  6386. found = true
  6387. Min = 2.5
  6388. Max = 3
  6389. break
  6390. end
  6391. end
  6392. end
  6393. end
  6394.  
  6395. if found == false then
  6396. for i = 1,#Other do
  6397. if CurrentGun ~= nil then
  6398. if Other[i] == CurrentGun.Name then
  6399. found = true
  6400. Min = 0
  6401. Max = 0
  6402. break
  6403. end
  6404. end
  6405. end
  6406. end
  6407.  
  6408. if found == false then
  6409. for i = 1,#Melee do
  6410. if CurrentGun ~= nil then
  6411. if Melee[i] == CurrentGun.Name then
  6412. found = true
  6413. Min = 0
  6414. Max = 0
  6415. break
  6416. end
  6417. end
  6418. end
  6419. end
  6420.  
  6421. if found == false then
  6422. Min = 0
  6423. Max = 0
  6424. end
  6425.  
  6426. if part.Parent.Name == "Map" then
  6427. if part.Size.X <= Min and part.Size.Z <= Min and part.Size.Y >= Max then
  6428. hitting = true
  6429. parter = part
  6430. elseif part.Size.X <= Min and part.Size.Z >= Max and part.Size.Y >= Max then
  6431. hitting = true
  6432. parter = part
  6433. elseif part.Size.X <= Min and part.Size.Z >= Max and part.Size.Y <= Min then
  6434. hitting = true
  6435. parter = part
  6436. elseif part.Size.X <= Min and part.Size.Z <= Min and part.Size.Y <= Min then
  6437. hitting = true
  6438. parter = part
  6439. elseif part.Size.X <= Min and part.Size.Z >= Min and part.Size.Y <= Min then
  6440. hitting = true
  6441. parter = part
  6442. elseif part.Size.X >= Max and part.Size.Z <= Min and part.Size.Y <= Min then
  6443. hitting = true
  6444. parter = part
  6445. elseif part.Size.X >= Max and part.Size.Z >= Max and part.Size.Y <= Min-1 then
  6446. hitting = true
  6447. parter = part
  6448. elseif part.Size.X <= Min and part.Size.Z <= Min and part.Size.Y <= Max then
  6449. hitting = true
  6450. parter = part
  6451. elseif part.Size.X <= Min and part.Size.Z <= Min and part.Size.Y >= Max then
  6452. hitting = true
  6453. parter = part
  6454. elseif part.Size.X <= Min or part.Size.Z <= Min or part.Size.Z <= Min then
  6455. hitting = true
  6456. parter = part
  6457. end
  6458. end
  6459. end
  6460. end
  6461. if hitting == true then
  6462. hitting = false
  6463. part = parter
  6464. list = {}
  6465. pos1 = part.Position - (part.Size/2) - Vector3.new(0.01,0.01,0.01)
  6466. pos2 = part.Position + (part.Size/2) + Vector3.new(0.01,0.01,0.01)
  6467. Reg = Region3.new(pos1, pos2)
  6468. TouchingParts = game.Workspace:FindPartsInRegion3(Reg)
  6469. o = 1
  6470. if TouchingParts ~= nil then
  6471. for i,v in pairs(TouchingParts) do
  6472. if v ~= parter then
  6473.  
  6474.  
  6475. part = v
  6476. if part.Parent.Name == "Map" then
  6477. if part.Size.X <= Min and part.Size.Z <= Min and part.Size.Y >= Max then
  6478. hitting = true
  6479. parter = part
  6480. elseif part.Size.X <= Min and part.Size.Z >= Max and part.Size.Y >= Max then
  6481. hitting = true
  6482. parter = part
  6483. elseif part.Size.X <= Min and part.Size.Z >= Max and part.Size.Y <= Min then
  6484. hitting = true
  6485. parter = part
  6486. elseif part.Size.X <= Min and part.Size.Z <= Min and part.Size.Y <= Min then
  6487. hitting = true
  6488. parter = part
  6489. elseif part.Size.X <= Min and part.Size.Z >= Min and part.Size.Y <= Min then
  6490. hitting = true
  6491. parter = part
  6492. elseif part.Size.X >= Max and part.Size.Z <= Min and part.Size.Y <= Min then
  6493. hitting = true
  6494. parter = part
  6495. elseif part.Size.X >= Max and part.Size.Z >= Max and part.Size.Y <= Min-1 then
  6496. hitting = true
  6497. parter = part
  6498. elseif part.Size.X <= Min and part.Size.Z <= Min and part.Size.Y <= Max then
  6499. hitting = true
  6500. parter = part
  6501. elseif part.Size.X <= Min and part.Size.Z <= Min and part.Size.Y >= Max then
  6502. hitting = true
  6503. parter = part
  6504. elseif part.Size.X <= Min or part.Size.Z <= Min or part.Size.Z <= Min then
  6505. hitting = true
  6506. parter = part
  6507. end
  6508. end
  6509.  
  6510.  
  6511. if hitting == true then
  6512. table.insert(list, o, v)
  6513. o = o + 1
  6514. end
  6515. end
  6516. end
  6517. end
  6518.  
  6519. hitting = false
  6520.  
  6521. part = parter
  6522.  
  6523. pos1 = part.Position + (part.Size/2) + Vector3.new(0.01,0.01,0.01)
  6524. pos2 = part.Position - (part.Size/2) - Vector3.new(0.01,0.01,0.01)
  6525.  
  6526. 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)
  6527. local part, position = workspace:FindPartOnRayWithIgnoreList(ray, {game:GetService("Players").LocalPlayer.Character, workspace.CurrentCamera, workspace.Ignore, parter, unpack(list)}, false, true)
  6528. if part then
  6529. if part.Parent == v.Character then
  6530. hitting = true
  6531. end
  6532. end
  6533. if hitting == false then
  6534. v.Character.HumanoidRootPart.ESP.Frame.BackgroundColor3 = Color3.new(1, 0, 0)
  6535. elseif hitting == true then
  6536. if ((parter.Position - v.Character.HumanoidRootPart.Position).magnitude) <= 40 then
  6537. v.Character.HumanoidRootPart.ESP.Frame.BackgroundColor3 = Color3.new(1, 0.666667, 0)
  6538. else
  6539. v.Character.HumanoidRootPart.ESP.Frame.BackgroundColor3 = Color3.new(1, 0, 0)
  6540. end
  6541. end
  6542.  
  6543. elseif hitting == false then
  6544. v.Character.HumanoidRootPart.ESP.Frame.BackgroundColor3 = Color3.new(1, 0, 0)
  6545. end
  6546. end
  6547.  
  6548.  
  6549.  
  6550.  
  6551.  
  6552.  
  6553.  
  6554.  
  6555.  
  6556.  
  6557. if hitting == false then
  6558. 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)
  6559. local part, position = workspace:FindPartOnRayWithIgnoreList(ray, {game:GetService("Players").LocalPlayer.Character, workspace.CurrentCamera, workspace.Ignore}, false, true)
  6560. if part then
  6561. if part:IsA("BasePart") then
  6562.  
  6563. CurrentGun = nil
  6564. for i,v in pairs(workspace.CurrentCamera:GetChildren()) do
  6565. if v.Name ~= "Right Arm" and v.Name ~= "Left Arm" then
  6566. if v:IsA("Model") then
  6567. if v:FindFirstChild("Flame") then
  6568. CurrentGun = v
  6569. break
  6570. end
  6571. end
  6572. end
  6573. end
  6574.  
  6575. found = false
  6576.  
  6577. if found == false then
  6578. for i = 1,#Sniper do
  6579. if CurrentGun ~= nil then
  6580. if Sniper[i] == CurrentGun.Name then
  6581. found = true
  6582. Min = 2.75
  6583. Max = 3
  6584. break
  6585. end
  6586. end
  6587. end
  6588. end
  6589.  
  6590. if found == false then
  6591. for i = 1,#SpecialSniper do
  6592. if CurrentGun ~= nil then
  6593. if SpecialSniper[i] == CurrentGun.Name then
  6594. found = true
  6595. Min = 3.25
  6596. Max = 3.5
  6597. break
  6598. end
  6599. end
  6600. end
  6601. end
  6602.  
  6603. if found == false then
  6604. for i = 1,#WeakSniper do
  6605. if CurrentGun ~= nil then
  6606. if WeakSniper[i] == CurrentGun.Name then
  6607. found = true
  6608. Min = 2.75
  6609. Max = 3
  6610. break
  6611. end
  6612. end
  6613. end
  6614. end
  6615.  
  6616. if found == false then
  6617. for i = 1,#WeakSMG do
  6618. if CurrentGun ~= nil then
  6619. if WeakSMG[i] == CurrentGun.Name then
  6620. found = true
  6621. Min = 2.25
  6622. Max = 3
  6623. break
  6624. end
  6625. end
  6626. end
  6627. end
  6628.  
  6629. if found == false then
  6630. for i = 1,#SMG do
  6631. if CurrentGun ~= nil then
  6632. if SMG[i] == CurrentGun.Name then
  6633. found = true
  6634. Min = 2.5
  6635. Max = 3
  6636. break
  6637. end
  6638. end
  6639. end
  6640. end
  6641.  
  6642. if found == false then
  6643. for i = 1,#ShotGun do
  6644. if CurrentGun ~= nil then
  6645. if ShotGun[i] == CurrentGun.Name then
  6646. found = true
  6647. Min = 2.75
  6648. Max = 3
  6649. break
  6650. end
  6651. end
  6652. end
  6653. end
  6654.  
  6655. if found == false then
  6656. for i = 1,#LMG do
  6657. if CurrentGun ~= nil then
  6658. if LMG[i] == CurrentGun.Name then
  6659. found = true
  6660. Min = 2.5
  6661. Max = 3
  6662. break
  6663. end
  6664. end
  6665. end
  6666. end
  6667.  
  6668. if found == false then
  6669. for i = 1,#Other do
  6670. if CurrentGun ~= nil then
  6671. if Other[i] == CurrentGun.Name then
  6672. found = true
  6673. Min = 0
  6674. Max = 0
  6675. break
  6676. end
  6677. end
  6678. end
  6679. end
  6680.  
  6681. if found == false then
  6682. for i = 1,#Melee do
  6683. if CurrentGun ~= nil then
  6684. if Melee[i] == CurrentGun.Name then
  6685. found = true
  6686. Min = 0
  6687. Max = 0
  6688. break
  6689. end
  6690. end
  6691. end
  6692. end
  6693.  
  6694. if found == false then
  6695. Min = 0
  6696. Max = 0
  6697. end
  6698.  
  6699. if part.Parent.Name == "Map" then
  6700. if part.Size.X <= Min and part.Size.Z <= Min and part.Size.Y >= Max then
  6701. hitting = true
  6702. parter = part
  6703. elseif part.Size.X <= Min and part.Size.Z >= Max and part.Size.Y >= Max then
  6704. hitting = true
  6705. parter = part
  6706. elseif part.Size.X <= Min and part.Size.Z >= Max and part.Size.Y <= Min then
  6707. hitting = true
  6708. parter = part
  6709. elseif part.Size.X <= Min and part.Size.Z <= Min and part.Size.Y <= Min then
  6710. hitting = true
  6711. parter = part
  6712. elseif part.Size.X <= Min and part.Size.Z >= Min and part.Size.Y <= Min then
  6713. hitting = true
  6714. parter = part
  6715. elseif part.Size.X >= Max and part.Size.Z <= Min and part.Size.Y <= Min then
  6716. hitting = true
  6717. parter = part
  6718. elseif part.Size.X >= Max and part.Size.Z >= Max and part.Size.Y <= Min-1 then
  6719. hitting = true
  6720. parter = part
  6721. elseif part.Size.X <= Min and part.Size.Z <= Min and part.Size.Y <= Max then
  6722. hitting = true
  6723. parter = part
  6724. elseif part.Size.X <= Min and part.Size.Z <= Min and part.Size.Y >= Max then
  6725. hitting = true
  6726. parter = part
  6727. elseif part.Size.X <= Min or part.Size.Z <= Min or part.Size.Z <= Min then
  6728. hitting = true
  6729. parter = part
  6730. end
  6731. end
  6732. end
  6733. end
  6734. if hitting == true then
  6735. hitting = false
  6736. part = parter
  6737. list = {}
  6738. pos1 = part.Position - (part.Size/2) - Vector3.new(0.01,0.01,0.01)
  6739. pos2 = part.Position + (part.Size/2) + Vector3.new(0.01,0.01,0.01)
  6740. Reg = Region3.new(pos1, pos2)
  6741. TouchingParts = game.Workspace:FindPartsInRegion3(Reg)
  6742. o = 1
  6743. if TouchingParts ~= nil then
  6744. for i,v in pairs(TouchingParts) do
  6745. if v ~= parter then
  6746.  
  6747.  
  6748. part = v
  6749. if part.Parent.Name == "Map" then
  6750. if part.Size.X <= Min and part.Size.Z <= Min and part.Size.Y >= Max then
  6751. hitting = true
  6752. parter = part
  6753. elseif part.Size.X <= Min and part.Size.Z >= Max and part.Size.Y >= Max then
  6754. hitting = true
  6755. parter = part
  6756. elseif part.Size.X <= Min and part.Size.Z >= Max and part.Size.Y <= Min then
  6757. hitting = true
  6758. parter = part
  6759. elseif part.Size.X <= Min and part.Size.Z <= Min and part.Size.Y <= Min then
  6760. hitting = true
  6761. parter = part
  6762. elseif part.Size.X <= Min and part.Size.Z >= Min and part.Size.Y <= Min then
  6763. hitting = true
  6764. parter = part
  6765. elseif part.Size.X >= Max and part.Size.Z <= Min and part.Size.Y <= Min then
  6766. hitting = true
  6767. parter = part
  6768. elseif part.Size.X >= Max and part.Size.Z >= Max and part.Size.Y <= Min-1 then
  6769. hitting = true
  6770. parter = part
  6771. elseif part.Size.X <= Min and part.Size.Z <= Min and part.Size.Y <= Max then
  6772. hitting = true
  6773. parter = part
  6774. elseif part.Size.X <= Min and part.Size.Z <= Min and part.Size.Y >= Max then
  6775. hitting = true
  6776. parter = part
  6777. elseif part.Size.X <= Min or part.Size.Z <= Min or part.Size.Z <= Min then
  6778. hitting = true
  6779. parter = part
  6780. end
  6781. end
  6782.  
  6783.  
  6784. if hitting == true then
  6785. table.insert(list, o, v)
  6786. o = o + 1
  6787. end
  6788. end
  6789. end
  6790. end
  6791.  
  6792. hitting = false
  6793.  
  6794. part = parter
  6795.  
  6796. pos1 = part.Position + (part.Size/2) + Vector3.new(0.01,0.01,0.01)
  6797. pos2 = part.Position - (part.Size/2) - Vector3.new(0.01,0.01,0.01)
  6798.  
  6799. 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)
  6800. local part, position = workspace:FindPartOnRayWithIgnoreList(ray, {game:GetService("Players").LocalPlayer.Character, workspace.CurrentCamera, workspace.Ignore, parter, unpack(list)}, false, true)
  6801. if part then
  6802. if part.Parent == v.Character then
  6803. hitting = true
  6804. end
  6805. end
  6806. if hitting == false then
  6807. v.Character.HumanoidRootPart.ESP.Frame.BackgroundColor3 = Color3.new(1, 0, 0)
  6808. elseif hitting == true then
  6809. if ((parter.Position - v.Character.HumanoidRootPart.Position).magnitude) <= 40 then
  6810. v.Character.HumanoidRootPart.ESP.Frame.BackgroundColor3 = Color3.new(1, 0.666667, 0)
  6811. else
  6812. v.Character.HumanoidRootPart.ESP.Frame.BackgroundColor3 = Color3.new(1, 0, 0)
  6813. end
  6814. end
  6815.  
  6816. elseif hitting == false then
  6817. v.Character.HumanoidRootPart.ESP.Frame.BackgroundColor3 = Color3.new(1, 0, 0)
  6818. end
  6819. end
  6820. end
  6821.  
  6822.  
  6823.  
  6824. elseif pass == true then
  6825. local ESP = Instance.new("BillboardGui",v.Character.HumanoidRootPart)
  6826. ESP.Name = "ESP"
  6827. ESP.Size = UDim2.new(6, 0, 8, 0)
  6828. ESP.StudsOffset = Vector3.new(0, 0.75, 0)
  6829. ESP.AlwaysOnTop = true
  6830. local Frame = Instance.new("Frame",ESP)
  6831. Frame.ZIndex = 1000
  6832. Frame.Size = UDim2.new(0.6, 0, 0.8, 0)
  6833. Frame.Position = UDim2.new(0.2, 0, 0.3, 0)
  6834. Frame.BorderSizePixel = 3
  6835. Frame.BackgroundTransparency = 0.3
  6836. Frame.BackgroundColor3 = Color3.new(1, 0.666667, 0)
  6837. Label = Instance.new("TextLabel", ESP)
  6838. Label.Position = UDim2.new(0, 0, -0.1, 0)
  6839. Label.Size = UDim2.new(1, 0, 0.3, 0)
  6840. Label.Font = "SourceSansLight"
  6841. Label.TextColor3 = Color3.new(1,1,1)
  6842. Label.TextStrokeColor3 = Color3.new(0,0,0)
  6843. Label.TextStrokeTransparency = 0
  6844. Label.BackgroundColor3 = Color3.new(1, 1, 1)
  6845. Label.TextScaled = true
  6846. Label.Text = v.Name.." Distance: "..math.floor(((game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position - v.Character.HumanoidRootPart.Position).magnitude))
  6847. Label.BackgroundTransparency = 1
  6848. end
  6849. end
  6850. end
  6851. end
  6852. end
  6853. end
  6854. end
  6855. end
  6856. end
  6857.  
  6858. if game.PlaceId ~= 606849621 or 292439477 then
  6859. warn("Unjailbreak Is Not Compatible With This Game!")
  6860. end
  6861.  
  6862. end)
  6863.  
  6864. TPPris.MouseButton1Click:connect(function()
  6865. Sound:Play()
  6866. for i=1,20 do
  6867. wait()
  6868. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1138.66, 18.009, -1430.01) + Vector3.new(1,0,0)
  6869. end
  6870. end)
  6871.  
  6872. TPCrim1.MouseButton1Click:connect(function()
  6873. Sound:Play()
  6874.  
  6875. for i=1,20 do
  6876. wait()
  6877. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-222.339157, 17.9125443, 1575.82336) + Vector3.new(1,0,0)
  6878. end
  6879.  
  6880. end)
  6881.  
  6882. TPCrim2.MouseButton1Click:connect(function()
  6883. Sound:Play()
  6884.  
  6885. for i=1,20 do
  6886. wait()
  6887. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1579.4823, 49.787693, -1759.61438) + Vector3.new(1,0,0)
  6888. end
  6889.  
  6890. end)
  6891.  
  6892. TPPo1.MouseButton1Click:connect(function()
  6893. Sound:Play()
  6894.  
  6895. for i=1,20 do
  6896. wait()
  6897. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1130.11426, 17.950058, -1593.09766) + Vector3.new(1,0,0)
  6898. end
  6899.  
  6900. end)
  6901.  
  6902. TPPo2.MouseButton1Click:connect(function()
  6903. Sound:Play()
  6904.  
  6905. for i=1,20 do
  6906. wait()
  6907. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(736.232239, 38.1125107, 1130.04456) + Vector3.new(1,0,0)
  6908. end
  6909.  
  6910. end)
  6911.  
  6912. TPGar.MouseButton1Click:connect(function()
  6913. Sound:Play()
  6914. for i=1,20 do
  6915. wait()
  6916. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-341.0529, 19.644, 1182.502) + Vector3.new(1,0,0)
  6917. end
  6918. end)
  6919.  
  6920. TPBank.MouseButton1Click:connect(function()
  6921. Sound:Play()
  6922. for i=1,20 do
  6923. wait()
  6924. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(32.214, 2.67609, 818.648926) + Vector3.new(1,0,0)
  6925. end
  6926.  
  6927. end)
  6928.  
  6929. TPJew.MouseButton1Click:connect(function()
  6930. Sound:Play()
  6931.  
  6932. for i=1,20 do
  6933. wait()
  6934. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(137.325, 17.878, 1320.123) + Vector3.new(1,0,0)
  6935. end
  6936.  
  6937. end)
  6938.  
  6939. TPGas.MouseButton1Click:connect(function()
  6940. Sound:Play()
  6941.  
  6942. for i=1,20 do
  6943. wait()
  6944. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1548.20093, 17.7475166, 701.546997) + Vector3.new(1,0,0)
  6945. end
  6946.  
  6947. end)
  6948.  
  6949. TPDonu.MouseButton1Click:connect(function()
  6950. Sound:Play()
  6951.  
  6952. for i=1,20 do
  6953. wait()
  6954. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(267.315552, 17.6180038, -1796.33093) + Vector3.new(1,0,0)
  6955. end
  6956.  
  6957. end)
  6958.  
  6959. TPLamb.MouseButton1Click:connect(function()
  6960. Sound:Play()
  6961.  
  6962. for i=1,20 do
  6963. wait()
  6964. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(144.794067, 17.6189003, 768.572693) + Vector3.new(1,0,0)
  6965. end
  6966.  
  6967. end)
  6968.  
  6969. TPBugatt.MouseButton1Click:connect(function()
  6970. Sound:Play()
  6971.  
  6972. for i=1,20 do
  6973. wait()
  6974. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(245.938766, 17.6064777, 1372.15076) + Vector3.new(1,0,0)
  6975. end
  6976.  
  6977. end)
  6978.  
  6979. TPSwat.MouseButton1Click:connect(function()
  6980. Sound:Play()
  6981.  
  6982. for i=1,20 do
  6983. wait()
  6984. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1355.2417, 18, -1531.86047) + Vector3.new(1,0,0)
  6985. end
  6986.  
  6987. end)
  6988.  
  6989. TPDune.MouseButton1Click:connect(function()
  6990. Sound:Play()
  6991.  
  6992. for i=1,20 do
  6993. wait()
  6994. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(571.526733, 16.66436, -470.50943) + Vector3.new(1,0,0)
  6995. end
  6996.  
  6997. end)
  6998.  
  6999. TPPick.MouseButton1Click:connect(function()
  7000. Sound:Play()
  7001.  
  7002. for i=1,20 do
  7003. wait()
  7004. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1541.10388, 17.746624, 729) + Vector3.new(1,0,0)
  7005. end
  7006.  
  7007. end)
  7008.  
  7009. TPDirt.MouseButton1Click:connect(function()
  7010. Sound:Play()
  7011.  
  7012. for i=1,20 do
  7013. wait()
  7014. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1313.71118, 17.3656254, 370.085327) + Vector3.new(1,0,0)
  7015. end
  7016.  
  7017. end)
  7018.  
  7019. TPPor.MouseButton1Click:connect(function()
  7020. Sound:Play()
  7021.  
  7022. for i=1,20 do
  7023. wait()
  7024. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1112.11475, 101.16069, 1290.57654) + Vector3.new(1,0,0)
  7025. end
  7026.  
  7027. end)
  7028.  
  7029. TPCam.MouseButton1Click:connect(function()
  7030. Sound:Play()
  7031.  
  7032. for i=1,20 do
  7033. wait()
  7034. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-956.153564, 19.8500576, -1451.23572) + Vector3.new(1,0,0)
  7035. end
  7036.  
  7037. end)
  7038.  
  7039. TPMini.MouseButton1Click:connect(function()
  7040. Sound:Play()
  7041.  
  7042. for i=1,20 do
  7043. wait()
  7044. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(767.823242, 17.3656254, -1216.83643) + Vector3.new(1,0,0)
  7045. end
  7046. end)
  7047.  
  7048.  
  7049. TPTes.MouseButton1Click:connect(function()
  7050. Sound:Play()
  7051.  
  7052. for i=1,20 do
  7053. wait()
  7054. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-111.571999, 17.6169529, 541.515747) + Vector3.new(1,0,0)
  7055. end
  7056.  
  7057. end)
  7058.  
  7059.  
  7060. ----------------------------------------- \/\/ Color picking System (Took forever lmao)\/\/--------------------------------------------
  7061.  
  7062. B9.MouseMoved:connect(function (x,y)
  7063. M_9.Size = UDim2.new(((x - B9.AbsolutePosition.x) / B9.AbsoluteSize.x),0,1,-1)
  7064. end)
  7065. --
  7066. R9.MouseMoved:connect(function (x,y)
  7067. M_39.Size = UDim2.new(((x - R9.AbsolutePosition.x) / R9.AbsoluteSize.x),0,1,-1)
  7068. end)
  7069. --
  7070. G9.MouseMoved:connect(function (x,y)
  7071. M_29.Size = UDim2.new(((x - G9.AbsolutePosition.x) / G9.AbsoluteSize.x),0,1,-1)
  7072. end)
  7073.  
  7074.  
  7075. while true do
  7076. wait()
  7077. MainFr.BackgroundColor3 = Color3.new(M_39.Size.X.Scale, M_29.Size.X.Scale, M_9.Size.X.Scale)
  7078. ColorPicker.BackgroundColor3 = Color3.new(M_39.Size.X.Scale, M_29.Size.X.Scale, M_9.Size.X.Scale)
  7079. end
  7080. --
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement