MAPPVision_YT

Jailbreak GUI For Jailbreak Script

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