Guest User

-- Jailbreak Gui

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