Advertisement
Guest User

jailbreak gui 1.0

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