IGhostxGamerI

Super good jailbreak gui

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