Advertisement
Exploiterurmom

Untitled

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