Advertisement
liamglitches

Jailbreak GUI Holder by NotJimbo#7666

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