Advertisement
Guest User

asdwasdwasdw

a guest
Jul 7th, 2018
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 40.89 KB | None | 0 0
  1. -- Objects
  2.  
  3. local ProjectZeroGUI = Instance.new("ScreenGui")
  4. local LoginUI = Instance.new("Frame")
  5. local Title = Instance.new("TextLabel")
  6. local Password = Instance.new("TextBox")
  7. local Login = Instance.new("TextButton")
  8. local Username = Instance.new("TextBox")
  9. local Main = Instance.new("Frame")
  10. local JailButton = Instance.new("TextButton")
  11. local PrisonFrame = Instance.new("Frame")
  12. local RemoveAll = Instance.new("TextButton")
  13. local TpJew = Instance.new("TextButton")
  14. local Guns = Instance.new("TextButton")
  15. local TpBank = Instance.new("TextButton")
  16. local AutoArrest = Instance.new("TextButton")
  17. local TpCrimbase1 = Instance.new("TextButton")
  18. local TpTrainStation = Instance.new("TextButton")
  19. local gasStation = Instance.new("TextButton")
  20. local KeyCard = Instance.new("TextButton")
  21. local Mueseum = Instance.new("TextButton")
  22. local GodMode = Instance.new("TextButton")
  23. local EspAll = Instance.new("TextButton")
  24. local Modding = Instance.new("TextButton")
  25. local ModdingFrame = Instance.new("Frame")
  26. local InfNitro = Instance.new("TextButton")
  27. local InfAmmo = Instance.new("TextButton")
  28. local CarSpeed = Instance.new("TextButton")
  29. local SpeedWalk = Instance.new("TextButton")
  30. local HighJump = Instance.new("TextButton")
  31. local Noclip = Instance.new("TextButton")
  32. local ClickTP = Instance.new("TextButton")
  33. local Btools = Instance.new("TextButton")
  34. local Fly = Instance.new("TextButton")
  35. local Credits = Instance.new("TextButton")
  36. local CredFrame = Instance.new("Frame")
  37. local CredText1 = Instance.new("TextLabel")
  38. local CredText2 = Instance.new("TextLabel")
  39. local CredText3 = Instance.new("TextLabel")
  40. local CredText4 = Instance.new("TextLabel")
  41. local CredText5 = Instance.new("TextLabel")
  42. local CredText6 = Instance.new("TextLabel")
  43. local Settings = Instance.new("TextButton")
  44. local SettingFrame = Instance.new("Frame")
  45. local GreenBack = Instance.new("TextButton")
  46. local Change = Instance.new("TextLabel")
  47. local PinkBack = Instance.new("TextButton")
  48. local Blueback = Instance.new("TextButton")
  49. local Greenback = Instance.new("TextButton")
  50. local RainbowBack = Instance.new("TextButton")
  51. local Close = Instance.new("TextButton")
  52. local ChangeLogs = Instance.new("TextButton")
  53. local LogFrame = Instance.new("Frame")
  54. local TextLabel = Instance.new("TextLabel")
  55. local TextLabel_2 = Instance.new("TextLabel")
  56. local Title_2 = Instance.new("TextLabel")
  57. local Open = Instance.new("TextButton")
  58.  
  59. -- Properties
  60.  
  61. ProjectZeroGUI.Name = "ProjectZeroGUI"
  62. ProjectZeroGUI.Parent = game.CoreGui
  63.  
  64. LoginUI.Name = "LoginUI"
  65. LoginUI.Parent = ProjectZeroGUI
  66. LoginUI.Active = true
  67. LoginUI.BackgroundColor3 = Color3.new(0.427451, 0.427451, 0.427451)
  68. LoginUI.BorderColor3 = Color3.new(0, 0, 0)
  69. LoginUI.BorderSizePixel = 2
  70. LoginUI.Position = UDim2.new(0.0268620662, 0, 0.21865429, 0)
  71. LoginUI.Size = UDim2.new(0, 252, 0, 268)
  72.  
  73. Title.Name = "Title"
  74. Title.Parent = LoginUI
  75. Title.BackgroundColor3 = Color3.new(0.352941, 0.352941, 0.352941)
  76. Title.BorderColor3 = Color3.new(1, 0, 1)
  77. Title.BorderSizePixel = 3
  78. Title.Position = UDim2.new(0.101190448, 0, 0.0279529095, 0)
  79. Title.Size = UDim2.new(0, 200, 0, 50)
  80. Title.Font = Enum.Font.SourceSans
  81. Title.Text = "ProjectZero"
  82. Title.TextColor3 = Color3.new(0, 0, 0)
  83. Title.TextSize = 25
  84.  
  85. Password.Name = "Password"
  86. Password.Parent = LoginUI
  87. Password.BackgroundColor3 = Color3.new(0.352941, 0.352941, 0.352941)
  88. Password.BorderColor3 = Color3.new(1, 0, 1)
  89. Password.BorderSizePixel = 3
  90. Password.Position = UDim2.new(0.111111112, 0, 0.344837427, 0)
  91. Password.Size = UDim2.new(0, 200, 0, 20)
  92. Password.Font = Enum.Font.SourceSans
  93. Password.Text = "Username"
  94. Password.TextColor3 = Color3.new(0, 0, 0)
  95. Password.TextSize = 19
  96. Password.TextXAlignment = Enum.TextXAlignment.Left
  97. Password.TextYAlignment = Enum.TextYAlignment.Bottom
  98.  
  99. Login.Name = "Login"
  100. Login.Parent = LoginUI
  101. Login.BackgroundColor3 = Color3.new(0.352941, 0.352941, 0.352941)
  102. Login.BorderColor3 = Color3.new(1, 0, 1)
  103. Login.BorderSizePixel = 3
  104. Login.Position = UDim2.new(0.0634920672, 0, 0.684225142, 0)
  105. Login.Size = UDim2.new(0, 219, 0, 37)
  106. Login.Font = Enum.Font.SourceSans
  107. Login.Text = "Login"
  108. Login.TextColor3 = Color3.new(0, 0, 0)
  109. Login.TextSize = 35
  110.  
  111. Username.Name = "Username"
  112. Username.Parent = LoginUI
  113. Username.BackgroundColor3 = Color3.new(0.352941, 0.352941, 0.352941)
  114. Username.BorderColor3 = Color3.new(1, 0, 1)
  115. Username.BorderSizePixel = 3
  116. Username.Position = UDim2.new(0.111111112, 0, 0.506955326, 0)
  117. Username.Size = UDim2.new(0, 200, 0, 20)
  118. Username.Font = Enum.Font.SourceSans
  119. Username.Text = "Password"
  120. Username.TextColor3 = Color3.new(0, 0, 0)
  121. Username.TextSize = 19
  122. Username.TextXAlignment = Enum.TextXAlignment.Left
  123. Username.TextYAlignment = Enum.TextYAlignment.Bottom
  124.  
  125. Main.Name = "Main"
  126. Main.Parent = ProjectZeroGUI
  127. Main.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  128. Main.BorderColor3 = Color3.new(1, 0.333333, 0)
  129. Main.BorderSizePixel = 2
  130. Main.Position = UDim2.new(0.223513916, 0, 0.171991885, 0)
  131. Main.Size = UDim2.new(0, 671, 0, 478)
  132. Main.Visible = false
  133.  
  134. JailButton.Name = "JailButton"
  135. JailButton.Parent = Main
  136. JailButton.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  137. JailButton.BorderColor3 = Color3.new(1, 0.333333, 0)
  138. JailButton.BorderSizePixel = 2
  139. JailButton.Position = UDim2.new(0, 0, 0.19252947, 0)
  140. JailButton.Size = UDim2.new(0, 164, 0, 44)
  141. JailButton.Font = Enum.Font.SourceSans
  142. JailButton.Text = "JailBreak Commands"
  143. JailButton.TextColor3 = Color3.new(1, 1, 1)
  144. JailButton.TextSize = 20
  145.  
  146. PrisonFrame.Name = "PrisonFrame"
  147. PrisonFrame.Parent = JailButton
  148. PrisonFrame.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  149. PrisonFrame.BorderColor3 = Color3.new(1, 0.333333, 0)
  150. PrisonFrame.BorderSizePixel = 2
  151. PrisonFrame.Position = UDim2.new(1.20731711, 0, -0.409090906, 0)
  152. PrisonFrame.Size = UDim2.new(0, 473, 0, 404)
  153. PrisonFrame.Visible = false
  154.  
  155. RemoveAll.Name = "RemoveAll"
  156. RemoveAll.Parent = PrisonFrame
  157. RemoveAll.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  158. RemoveAll.BorderColor3 = Color3.new(1, 0.333333, 0)
  159. RemoveAll.BorderSizePixel = 2
  160. RemoveAll.Position = UDim2.new(0, 0, 7.4505806e-09, 0)
  161. RemoveAll.Size = UDim2.new(0, 200, 0, 50)
  162. RemoveAll.Font = Enum.Font.SourceSans
  163. RemoveAll.Text = "Remove All"
  164. RemoveAll.TextColor3 = Color3.new(1, 1, 1)
  165. RemoveAll.TextSize = 20
  166.  
  167. TpJew.Name = "TpJew"
  168. TpJew.Parent = PrisonFrame
  169. TpJew.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  170. TpJew.BorderColor3 = Color3.new(1, 0.333333, 0)
  171. TpJew.BorderSizePixel = 2
  172. TpJew.Position = UDim2.new(0, 0, 0.321782202, 0)
  173. TpJew.Size = UDim2.new(0, 200, 0, 50)
  174. TpJew.Font = Enum.Font.SourceSans
  175. TpJew.Text = "Tp Jewlery"
  176. TpJew.TextColor3 = Color3.new(1, 1, 1)
  177. TpJew.TextSize = 20
  178.  
  179. Guns.Name = "Guns"
  180. Guns.Parent = PrisonFrame
  181. Guns.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  182. Guns.BorderColor3 = Color3.new(1, 0.333333, 0)
  183. Guns.BorderSizePixel = 2
  184. Guns.Position = UDim2.new(0.577167034, 0, 7.4505806e-09, 0)
  185. Guns.Size = UDim2.new(0, 200, 0, 50)
  186. Guns.Font = Enum.Font.SourceSans
  187. Guns.Text = "Guns"
  188. Guns.TextColor3 = Color3.new(1, 1, 1)
  189. Guns.TextSize = 20
  190.  
  191. TpBank.Name = "TpBank"
  192. TpBank.Parent = PrisonFrame
  193. TpBank.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  194. TpBank.BorderColor3 = Color3.new(1, 0.333333, 0)
  195. TpBank.BorderSizePixel = 2
  196. TpBank.Position = UDim2.new(0.577167034, 0, 0.321782202, 0)
  197. TpBank.Size = UDim2.new(0, 200, 0, 50)
  198. TpBank.Font = Enum.Font.SourceSans
  199. TpBank.Text = "Bank"
  200. TpBank.TextColor3 = Color3.new(1, 1, 1)
  201. TpBank.TextSize = 20
  202.  
  203. AutoArrest.Name = "AutoArrest"
  204. AutoArrest.Parent = PrisonFrame
  205. AutoArrest.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  206. AutoArrest.BorderColor3 = Color3.new(1, 0.333333, 0)
  207. AutoArrest.BorderSizePixel = 2
  208. AutoArrest.Position = UDim2.new(0.577167034, 0, 0.502475262, 0)
  209. AutoArrest.Size = UDim2.new(0, 200, 0, 50)
  210. AutoArrest.Font = Enum.Font.SourceSans
  211. AutoArrest.Text = "Auto Arrest"
  212. AutoArrest.TextColor3 = Color3.new(1, 1, 1)
  213. AutoArrest.TextSize = 20
  214.  
  215. TpCrimbase1.Name = "TpCrimbase1"
  216. TpCrimbase1.Parent = PrisonFrame
  217. TpCrimbase1.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  218. TpCrimbase1.BorderColor3 = Color3.new(1, 0.333333, 0)
  219. TpCrimbase1.BorderSizePixel = 2
  220. TpCrimbase1.Position = UDim2.new(0, 0, 0.502475262, 0)
  221. TpCrimbase1.Size = UDim2.new(0, 200, 0, 50)
  222. TpCrimbase1.Font = Enum.Font.SourceSans
  223. TpCrimbase1.Text = "Tp Criminal Base 1"
  224. TpCrimbase1.TextColor3 = Color3.new(1, 1, 1)
  225. TpCrimbase1.TextSize = 20
  226.  
  227. TpTrainStation.Name = "TpTrainStation"
  228. TpTrainStation.Parent = PrisonFrame
  229. TpTrainStation.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  230. TpTrainStation.BorderColor3 = Color3.new(1, 0.333333, 0)
  231. TpTrainStation.BorderSizePixel = 2
  232. TpTrainStation.Position = UDim2.new(0, 0, 0.693069339, 0)
  233. TpTrainStation.Size = UDim2.new(0, 200, 0, 50)
  234. TpTrainStation.Font = Enum.Font.SourceSans
  235. TpTrainStation.Text = "Tp Train Station"
  236. TpTrainStation.TextColor3 = Color3.new(1, 1, 1)
  237. TpTrainStation.TextSize = 20
  238.  
  239. gasStation.Name = "gas Station"
  240. gasStation.Parent = PrisonFrame
  241. gasStation.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  242. gasStation.BorderColor3 = Color3.new(1, 0.333333, 0)
  243. gasStation.BorderSizePixel = 2
  244. gasStation.Position = UDim2.new(0.577167034, 0, 0.693069339, 0)
  245. gasStation.Size = UDim2.new(0, 200, 0, 50)
  246. gasStation.Font = Enum.Font.SourceSans
  247. gasStation.Text = "Gas Station"
  248. gasStation.TextColor3 = Color3.new(1, 1, 1)
  249. gasStation.TextSize = 20
  250.  
  251. KeyCard.Name = "KeyCard"
  252. KeyCard.Parent = PrisonFrame
  253. KeyCard.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  254. KeyCard.BorderColor3 = Color3.new(1, 0.333333, 0)
  255. KeyCard.BorderSizePixel = 2
  256. KeyCard.Position = UDim2.new(0, 0, 0.87623769, 0)
  257. KeyCard.Size = UDim2.new(0, 200, 0, 50)
  258. KeyCard.Font = Enum.Font.SourceSans
  259. KeyCard.Text = "Key Card"
  260. KeyCard.TextColor3 = Color3.new(1, 1, 1)
  261. KeyCard.TextSize = 20
  262.  
  263. Mueseum.Name = "Mueseum"
  264. Mueseum.Parent = PrisonFrame
  265. Mueseum.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  266. Mueseum.BorderColor3 = Color3.new(1, 0.333333, 0)
  267. Mueseum.BorderSizePixel = 2
  268. Mueseum.Position = UDim2.new(0.577167034, 0, 0.87623769, 0)
  269. Mueseum.Size = UDim2.new(0, 200, 0, 50)
  270. Mueseum.Font = Enum.Font.SourceSans
  271. Mueseum.Text = "Mueseum "
  272. Mueseum.TextColor3 = Color3.new(1, 1, 1)
  273. Mueseum.TextSize = 20
  274.  
  275. GodMode.Name = "GodMode"
  276. GodMode.Parent = PrisonFrame
  277. GodMode.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  278. GodMode.BorderColor3 = Color3.new(1, 0.333333, 0)
  279. GodMode.BorderSizePixel = 2
  280. GodMode.Position = UDim2.new(0, 0, 0.153465375, 0)
  281. GodMode.Size = UDim2.new(0, 200, 0, 50)
  282. GodMode.Font = Enum.Font.SourceSans
  283. GodMode.Text = "GodMode"
  284. GodMode.TextColor3 = Color3.new(1, 1, 1)
  285. GodMode.TextSize = 20
  286.  
  287. EspAll.Name = "EspAll"
  288. EspAll.Parent = PrisonFrame
  289. EspAll.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  290. EspAll.BorderColor3 = Color3.new(1, 0.333333, 0)
  291. EspAll.BorderSizePixel = 2
  292. EspAll.Position = UDim2.new(0.577167034, 0, 0.153465375, 0)
  293. EspAll.Size = UDim2.new(0, 200, 0, 50)
  294. EspAll.Font = Enum.Font.SourceSans
  295. EspAll.Text = "Esp All"
  296. EspAll.TextColor3 = Color3.new(1, 1, 1)
  297. EspAll.TextSize = 20
  298.  
  299. Modding.Name = "Modding"
  300. Modding.Parent = Main
  301. Modding.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  302. Modding.BorderColor3 = Color3.new(1, 0.333333, 0)
  303. Modding.BorderSizePixel = 2
  304. Modding.Position = UDim2.new(0, 0, 0.346922785, 0)
  305. Modding.Size = UDim2.new(0, 164, 0, 44)
  306. Modding.Font = Enum.Font.SourceSans
  307. Modding.Text = "Modding"
  308. Modding.TextColor3 = Color3.new(1, 1, 1)
  309. Modding.TextSize = 20
  310.  
  311. ModdingFrame.Name = "ModdingFrame"
  312. ModdingFrame.Parent = Modding
  313. ModdingFrame.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  314. ModdingFrame.BorderColor3 = Color3.new(1, 0.333333, 0)
  315. ModdingFrame.BorderSizePixel = 2
  316. ModdingFrame.Position = UDim2.new(1.26219511, 0, -2.13636351, 0)
  317. ModdingFrame.Size = UDim2.new(0, 464, 0, 406)
  318. ModdingFrame.Visible = false
  319.  
  320. InfNitro.Name = "InfNitro"
  321. InfNitro.Parent = ModdingFrame
  322. InfNitro.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  323. InfNitro.BorderColor3 = Color3.new(1, 0.333333, 0)
  324. InfNitro.BorderSizePixel = 2
  325. InfNitro.Position = UDim2.new(0, 0, 0.0738916248, 0)
  326. InfNitro.Size = UDim2.new(0, 200, 0, 50)
  327. InfNitro.Font = Enum.Font.SourceSans
  328. InfNitro.Text = "Infinite Nitro"
  329. InfNitro.TextColor3 = Color3.new(1, 1, 1)
  330. InfNitro.TextSize = 20
  331.  
  332. InfAmmo.Name = "InfAmmo"
  333. InfAmmo.Parent = ModdingFrame
  334. InfAmmo.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  335. InfAmmo.BorderColor3 = Color3.new(1, 0.333333, 0)
  336. InfAmmo.BorderSizePixel = 2
  337. InfAmmo.Position = UDim2.new(0.568965495, 0, 0.0738916248, 0)
  338. InfAmmo.Size = UDim2.new(0, 200, 0, 50)
  339. InfAmmo.Font = Enum.Font.SourceSans
  340. InfAmmo.Text = "Infinite Ammo"
  341. InfAmmo.TextColor3 = Color3.new(1, 1, 1)
  342. InfAmmo.TextSize = 20
  343.  
  344. CarSpeed.Name = "CarSpeed"
  345. CarSpeed.Parent = ModdingFrame
  346. CarSpeed.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  347. CarSpeed.BorderColor3 = Color3.new(1, 0.333333, 0)
  348. CarSpeed.BorderSizePixel = 2
  349. CarSpeed.Position = UDim2.new(0, 0, 0.295566499, 0)
  350. CarSpeed.Size = UDim2.new(0, 200, 0, 50)
  351. CarSpeed.Font = Enum.Font.SourceSans
  352. CarSpeed.Text = "Car Speed Hack"
  353. CarSpeed.TextColor3 = Color3.new(1, 1, 1)
  354. CarSpeed.TextSize = 20
  355.  
  356. SpeedWalk.Name = "SpeedWalk"
  357. SpeedWalk.Parent = ModdingFrame
  358. SpeedWalk.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  359. SpeedWalk.BorderColor3 = Color3.new(1, 0.333333, 0)
  360. SpeedWalk.BorderSizePixel = 2
  361. SpeedWalk.Position = UDim2.new(0.568965495, 0, 0.295566529, 0)
  362. SpeedWalk.Size = UDim2.new(0, 200, 0, 50)
  363. SpeedWalk.Font = Enum.Font.SourceSans
  364. SpeedWalk.Text = "Speed Walk"
  365. SpeedWalk.TextColor3 = Color3.new(1, 1, 1)
  366. SpeedWalk.TextSize = 20
  367.  
  368. HighJump.Name = "HighJump"
  369. HighJump.Parent = ModdingFrame
  370. HighJump.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  371. HighJump.BorderColor3 = Color3.new(1, 0.333333, 0)
  372. HighJump.BorderSizePixel = 2
  373. HighJump.Position = UDim2.new(0, 0, 0.504926145, 0)
  374. HighJump.Size = UDim2.new(0, 200, 0, 50)
  375. HighJump.Font = Enum.Font.SourceSans
  376. HighJump.Text = "High Jump"
  377. HighJump.TextColor3 = Color3.new(1, 1, 1)
  378. HighJump.TextSize = 20
  379.  
  380. Noclip.Name = "Noclip"
  381. Noclip.Parent = ModdingFrame
  382. Noclip.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  383. Noclip.BorderColor3 = Color3.new(1, 0.333333, 0)
  384. Noclip.BorderSizePixel = 2
  385. Noclip.Position = UDim2.new(0.568965495, 0, 0.504926145, 0)
  386. Noclip.Size = UDim2.new(0, 200, 0, 50)
  387. Noclip.Font = Enum.Font.SourceSans
  388. Noclip.Text = "NoClip"
  389. Noclip.TextColor3 = Color3.new(1, 1, 1)
  390. Noclip.TextSize = 20
  391.  
  392. ClickTP.Name = "ClickTP"
  393. ClickTP.Parent = ModdingFrame
  394. ClickTP.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  395. ClickTP.BorderColor3 = Color3.new(1, 0.333333, 0)
  396. ClickTP.BorderSizePixel = 2
  397. ClickTP.Position = UDim2.new(0, 0, 0.716748834, 0)
  398. ClickTP.Size = UDim2.new(0, 200, 0, 50)
  399. ClickTP.Font = Enum.Font.SourceSans
  400. ClickTP.Text = "Click Tp"
  401. ClickTP.TextColor3 = Color3.new(1, 1, 1)
  402. ClickTP.TextSize = 20
  403.  
  404. Btools.Name = "Btools"
  405. Btools.Parent = ModdingFrame
  406. Btools.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  407. Btools.BorderColor3 = Color3.new(1, 0.333333, 0)
  408. Btools.BorderSizePixel = 2
  409. Btools.Position = UDim2.new(0.568965495, 0, 0.716748834, 0)
  410. Btools.Size = UDim2.new(0, 200, 0, 50)
  411. Btools.Font = Enum.Font.SourceSans
  412. Btools.Text = "Btools"
  413. Btools.TextColor3 = Color3.new(1, 1, 1)
  414. Btools.TextSize = 20
  415.  
  416. Fly.Name = "Fly"
  417. Fly.Parent = ModdingFrame
  418. Fly.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  419. Fly.BorderColor3 = Color3.new(1, 0.333333, 0)
  420. Fly.BorderSizePixel = 2
  421. Fly.Position = UDim2.new(0.284482747, 0, 0.876847386, 0)
  422. Fly.Size = UDim2.new(0, 200, 0, 50)
  423. Fly.Font = Enum.Font.SourceSans
  424. Fly.Text = "Fly"
  425. Fly.TextColor3 = Color3.new(1, 1, 1)
  426. Fly.TextSize = 20
  427.  
  428. Credits.Name = "Credits"
  429. Credits.Parent = Main
  430. Credits.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  431. Credits.BorderColor3 = Color3.new(1, 0.333333, 0)
  432. Credits.BorderSizePixel = 2
  433. Credits.Position = UDim2.new(0, 0, 0.633891225, 0)
  434. Credits.Size = UDim2.new(0, 164, 0, 41)
  435. Credits.Font = Enum.Font.SourceSans
  436. Credits.Text = "Credits"
  437. Credits.TextColor3 = Color3.new(1, 1, 1)
  438. Credits.TextSize = 20
  439. Credits.TextStrokeColor3 = Color3.new(1, 1, 1)
  440.  
  441. CredFrame.Name = "CredFrame"
  442. CredFrame.Parent = Credits
  443. CredFrame.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  444. CredFrame.BorderColor3 = Color3.new(1, 0.333333, 0)
  445. CredFrame.BorderSizePixel = 2
  446. CredFrame.Position = UDim2.new(1.26219511, 0, -5.63414621, 0)
  447. CredFrame.Size = UDim2.new(0, 464, 0, 406)
  448. CredFrame.Visible = false
  449.  
  450. CredText1.Name = "CredText1"
  451. CredText1.Parent = CredFrame
  452. CredText1.BackgroundColor3 = Color3.new(1, 1, 1)
  453. CredText1.BackgroundTransparency = 1
  454. CredText1.Position = UDim2.new(-0.0818965733, 0, 0.0492610857, 0)
  455. CredText1.Size = UDim2.new(0, 540, 0, 50)
  456. CredText1.Font = Enum.Font.SourceSans
  457. CredText1.Text = "Made by ThisW0ntgetbanned#7965, and TeZ xRize (ProjectZero Creator)#4876 "
  458. CredText1.TextColor3 = Color3.new(0, 0, 0)
  459. CredText1.TextSize = 15
  460.  
  461. CredText2.Name = "CredText2"
  462. CredText2.Parent = CredFrame
  463. CredText2.BackgroundColor3 = Color3.new(1, 1, 1)
  464. CredText2.BackgroundTransparency = 1
  465. CredText2.Position = UDim2.new(0.178879306, 0, 0.839901507, 0)
  466. CredText2.Size = UDim2.new(0, 313, 0, 50)
  467. CredText2.Font = Enum.Font.SourceSans
  468. CredText2.Text = "Designed by ThisW0ntGetBanned#7965"
  469. CredText2.TextColor3 = Color3.new(0, 0, 0)
  470. CredText2.TextSize = 17
  471.  
  472. CredText3.Name = "CredText3"
  473. CredText3.Parent = CredFrame
  474. CredText3.BackgroundColor3 = Color3.new(1, 1, 1)
  475. CredText3.BackgroundTransparency = 1
  476. CredText3.Position = UDim2.new(0.161637932, 0, 0.37931034, 0)
  477. CredText3.Size = UDim2.new(0, 313, 0, 62)
  478. CredText3.Font = Enum.Font.SourceSans
  479. CredText3.Text = "Scripted by ThisW0ntGetbanned#7965, and TeZ xRize (ProjectZero Creator)#4876"
  480. CredText3.TextColor3 = Color3.new(0, 0, 0)
  481. CredText3.TextSize = 15
  482.  
  483. CredText4.Name = "CredText4"
  484. CredText4.Parent = CredFrame
  485. CredText4.BackgroundColor3 = Color3.new(1, 1, 1)
  486. CredText4.BackgroundTransparency = 1
  487. CredText4.Position = UDim2.new(0.161637932, 0, 0.532019675, 0)
  488. CredText4.Size = UDim2.new(0, 313, 0, 50)
  489. CredText4.Font = Enum.Font.SourceSans
  490. CredText4.TextColor3 = Color3.new(0, 0, 0)
  491. CredText4.TextSize = 16
  492.  
  493. CredText5.Name = "CredText5"
  494. CredText5.Parent = CredFrame
  495. CredText5.BackgroundColor3 = Color3.new(1, 1, 1)
  496. CredText5.BackgroundTransparency = 1
  497. CredText5.Position = UDim2.new(0.161637932, 0, 0.692118168, 0)
  498. CredText5.Size = UDim2.new(0, 313, 0, 50)
  499. CredText5.Font = Enum.Font.SourceSans
  500. CredText5.TextColor3 = Color3.new(0, 0, 0)
  501. CredText5.TextSize = 16
  502.  
  503. CredText6.Name = "CredText6"
  504. CredText6.Parent = CredFrame
  505. CredText6.BackgroundColor3 = Color3.new(1, 1, 1)
  506. CredText6.BackgroundTransparency = 1
  507. CredText6.Position = UDim2.new(0.161637932, 0, 0.224137902, 0)
  508. CredText6.Size = UDim2.new(0, 313, 0, 50)
  509. CredText6.Font = Enum.Font.SourceSans
  510. CredText6.Text = "Whitelist made by Troymike#4861"
  511. CredText6.TextColor3 = Color3.new(0, 0, 0)
  512. CredText6.TextSize = 16
  513.  
  514. Settings.Name = "Settings"
  515. Settings.Parent = Main
  516. Settings.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  517. Settings.BorderColor3 = Color3.new(1, 0.333333, 0)
  518. Settings.BorderSizePixel = 2
  519. Settings.Position = UDim2.new(0, 0, 0.495815933, 0)
  520. Settings.Size = UDim2.new(0, 164, 0, 40)
  521. Settings.Font = Enum.Font.SourceSans
  522. Settings.Text = "Settings"
  523. Settings.TextColor3 = Color3.new(1, 1, 1)
  524. Settings.TextSize = 20
  525.  
  526. SettingFrame.Name = "SettingFrame"
  527. SettingFrame.Parent = Settings
  528. SettingFrame.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  529. SettingFrame.BorderColor3 = Color3.new(1, 0.333333, 0)
  530. SettingFrame.BorderSizePixel = 2
  531. SettingFrame.Position = UDim2.new(1.26219511, 0, -4.125, 0)
  532. SettingFrame.Size = UDim2.new(0, 464, 0, 406)
  533. SettingFrame.Visible = false
  534.  
  535. GreenBack.Name = "GreenBack"
  536. GreenBack.Parent = SettingFrame
  537. GreenBack.BackgroundColor3 = Color3.new(0, 1, 0)
  538. GreenBack.BorderColor3 = Color3.new(1, 0.333333, 0)
  539. GreenBack.BorderSizePixel = 0
  540. GreenBack.Position = UDim2.new(0.278017223, 0, 0.251231521, 0)
  541. GreenBack.Size = UDim2.new(0, 206, 0, 50)
  542. GreenBack.Font = Enum.Font.SourceSans
  543. GreenBack.TextColor3 = Color3.new(0, 1, 0)
  544. GreenBack.TextSize = 20
  545.  
  546. Change.Name = "Change"
  547. Change.Parent = SettingFrame
  548. Change.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  549. Change.BorderColor3 = Color3.new(1, 0.333333, 0)
  550. Change.BorderSizePixel = 2
  551. Change.Position = UDim2.new(0, 0, 0.105911329, 0)
  552. Change.Size = UDim2.new(0, 464, 0, 50)
  553. Change.Font = Enum.Font.SourceSans
  554. Change.Text = "Change Background color"
  555. Change.TextColor3 = Color3.new(0, 0, 0)
  556. Change.TextSize = 20
  557.  
  558. PinkBack.Name = "PinkBack"
  559. PinkBack.Parent = SettingFrame
  560. PinkBack.BackgroundColor3 = Color3.new(1, 0, 1)
  561. PinkBack.BorderColor3 = Color3.new(1, 0.333333, 0)
  562. PinkBack.BorderSizePixel = 0
  563. PinkBack.Position = UDim2.new(0.278017223, 0, 0.701970458, 0)
  564. PinkBack.Size = UDim2.new(0, 206, 0, 50)
  565. PinkBack.Font = Enum.Font.SourceSans
  566. PinkBack.TextColor3 = Color3.new(1, 0, 1)
  567. PinkBack.TextSize = 20
  568.  
  569. Blueback.Name = "Blueback"
  570. Blueback.Parent = SettingFrame
  571. Blueback.BackgroundColor3 = Color3.new(0, 0, 1)
  572. Blueback.BorderColor3 = Color3.new(1, 0.333333, 0)
  573. Blueback.BorderSizePixel = 0
  574. Blueback.Position = UDim2.new(0.278017223, 0, 0.54679811, 0)
  575. Blueback.Size = UDim2.new(0, 206, 0, 50)
  576. Blueback.Font = Enum.Font.SourceSans
  577. Blueback.TextColor3 = Color3.new(0, 0, 1)
  578. Blueback.TextSize = 20
  579.  
  580. Greenback.Name = "Greenback"
  581. Greenback.Parent = SettingFrame
  582. Greenback.BackgroundColor3 = Color3.new(1, 0, 0)
  583. Greenback.BorderColor3 = Color3.new(1, 0.333333, 0)
  584. Greenback.BorderSizePixel = 0
  585. Greenback.Position = UDim2.new(0.278017223, 0, 0.394088686, 0)
  586. Greenback.Size = UDim2.new(0, 206, 0, 50)
  587. Greenback.Font = Enum.Font.SourceSans
  588. Greenback.TextColor3 = Color3.new(1, 0, 0)
  589. Greenback.TextSize = 20
  590.  
  591. RainbowBack.Name = "RainbowBack"
  592. RainbowBack.Parent = SettingFrame
  593. RainbowBack.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  594. RainbowBack.BorderColor3 = Color3.new(1, 0.333333, 0)
  595. RainbowBack.BorderSizePixel = 2
  596. RainbowBack.Position = UDim2.new(0.278017253, 0, 0.862068951, 0)
  597. RainbowBack.Size = UDim2.new(0, 206, 0, 50)
  598. RainbowBack.Font = Enum.Font.SourceSans
  599. RainbowBack.Text = "Rainbow Background"
  600. RainbowBack.TextColor3 = Color3.new(1, 0, 1)
  601. RainbowBack.TextSize = 20
  602.  
  603. Close.Name = "Close"
  604. Close.Parent = Main
  605. Close.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  606. Close.BorderColor3 = Color3.new(1, 0.333333, 0)
  607. Close.BorderSizePixel = 2
  608. Close.Position = UDim2.new(0.913751602, 0, 0.000835165381, 0)
  609. Close.Size = UDim2.new(0, 58, 0, 28)
  610. Close.Font = Enum.Font.SourceSans
  611. Close.Text = "Close"
  612. Close.TextColor3 = Color3.new(1, 1, 1)
  613. Close.TextSize = 14
  614.  
  615. ChangeLogs.Name = "ChangeLogs"
  616. ChangeLogs.Parent = Main
  617. ChangeLogs.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  618. ChangeLogs.BorderColor3 = Color3.new(1, 0.333333, 0)
  619. ChangeLogs.BorderSizePixel = 2
  620. ChangeLogs.Position = UDim2.new(0, 0, 0.780334771, 0)
  621. ChangeLogs.Size = UDim2.new(0, 164, 0, 40)
  622. ChangeLogs.Font = Enum.Font.SourceSans
  623. ChangeLogs.Text = "ChangeLogs"
  624. ChangeLogs.TextColor3 = Color3.new(1, 1, 1)
  625. ChangeLogs.TextSize = 20
  626.  
  627. LogFrame.Name = "LogFrame"
  628. LogFrame.Parent = ChangeLogs
  629. LogFrame.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  630. LogFrame.BorderColor3 = Color3.new(1, 0.333333, 0)
  631. LogFrame.BorderSizePixel = 2
  632. LogFrame.Position = UDim2.new(1.26219511, 0, -7.5250001, 0)
  633. LogFrame.Size = UDim2.new(0, 464, 0, 406)
  634. LogFrame.Visible = false
  635.  
  636. TextLabel.Parent = LogFrame
  637. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  638. TextLabel.BackgroundTransparency = 1
  639. TextLabel.Size = UDim2.new(0, 200, 0, 50)
  640. TextLabel.Font = Enum.Font.SourceSans
  641. TextLabel.Text = "Update V 1.0.2"
  642. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  643. TextLabel.TextScaled = true
  644. TextLabel.TextSize = 26
  645. TextLabel.TextWrapped = true
  646.  
  647. TextLabel_2.Parent = LogFrame
  648. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  649. TextLabel_2.BackgroundTransparency = 1
  650. TextLabel_2.Position = UDim2.new(0, 0, 0.224137932, 0)
  651. TextLabel_2.Size = UDim2.new(0, 224, 0, 50)
  652. TextLabel_2.Font = Enum.Font.SourceSans
  653. TextLabel_2.Text = "Revamped The Gui, Changed All of the Scripts."
  654. TextLabel_2.TextColor3 = Color3.new(0, 0, 0)
  655. TextLabel_2.TextSize = 20
  656. TextLabel_2.TextWrapped = true
  657. TextLabel_2.TextXAlignment = Enum.TextXAlignment.Left
  658. TextLabel_2.TextYAlignment = Enum.TextYAlignment.Bottom
  659.  
  660. Title_2.Name = "Title"
  661. Title_2.Parent = Main
  662. Title_2.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  663. Title_2.BackgroundTransparency = 1
  664. Title_2.BorderColor3 = Color3.new(1, 0.333333, 0)
  665. Title_2.BorderSizePixel = 2
  666. Title_2.Position = UDim2.new(0.174366623, 0, 0.031380754, 0)
  667. Title_2.Size = UDim2.new(0, 398, 0, 57)
  668. Title_2.Font = Enum.Font.Code
  669. Title_2.Text = "ProjectZero V1"
  670. Title_2.TextColor3 = Color3.new(0, 0, 0)
  671. Title_2.TextSize = 38
  672.  
  673. Open.Name = "Open"
  674. Open.Parent = ProjectZeroGUI
  675. Open.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  676. Open.BorderColor3 = Color3.new(1, 0.333333, 0)
  677. Open.BorderSizePixel = 2
  678. Open.Position = UDim2.new(0.961659372, 0, 0.680929124, 0)
  679. Open.Size = UDim2.new(0, 61, 0, 34)
  680. Open.Visible = false
  681. Open.Font = Enum.Font.SourceSans
  682. Open.Text = "Open"
  683. Open.TextColor3 = Color3.new(0, 0, 0)
  684. Open.TextSize = 20
  685.  
  686. --script--
  687.  
  688.  
  689.  
  690. Login.MouseButton1Down:connect(function()
  691. if Username.Text == "" and Password.Text == "" then
  692. LoginUI.Visible = false
  693. Main.Visible = true
  694. Main:TweenPosition(UDim2.new(0.368, 0, 0.264, 0), 'Out', 'Bounce', 1, true)
  695.  
  696. end
  697. end)
  698.  
  699.  
  700.  
  701.  
  702. Close.MouseButton1Click:connect(function()
  703.  
  704. Main.Visible = false
  705. Open.Visible = true
  706. end)
  707.  
  708.  
  709.  
  710.  
  711. Open.MouseButton1Click:connect(function()
  712. Main.Visible = true
  713. Open.Visible = false
  714. end)
  715.  
  716.  
  717.  
  718.  
  719. ChangeLogs.MouseButton1Click:connect(function()
  720. LogFrame.Visible=true
  721. CredFrame.Visible=false
  722. PrisonFrame.Visible=false
  723. ModdingFrame.Visible=false
  724. SettingFrame.Visible=false
  725. end)
  726.  
  727. Credits.MouseButton1Click:connect(function()
  728. LogFrame.Visible=false
  729. CredFrame.Visible=true
  730. PrisonFrame.Visible=false
  731. ModdingFrame.Visible=false
  732. SettingFrame.Visible=false
  733. end)
  734.  
  735. JailButton.MouseButton1Click:connect(function()
  736. LogFrame.Visible=false
  737. CredFrame.Visible=false
  738. PrisonFrame.Visible=true
  739. ModdingFrame.Visible=false
  740. SettingFrame.Visible=false
  741. end)
  742.  
  743. Modding.MouseButton1Click:connect(function()
  744. LogFrame.Visible=false
  745. CredFrame.Visible=false
  746. PrisonFrame.Visible=false
  747. ModdingFrame.Visible=true
  748. SettingFrame.Visible=false
  749. end)
  750.  
  751. Settings.MouseButton1Click:connect(function()
  752. LogFrame.Visible= false
  753. CredFrame.Visible = false
  754. PrisonFrame.Visible=false
  755. ModdingFrame.Visible=false
  756. SettingFrame.Visible=true
  757. end)
  758.  
  759.  
  760.  
  761.  
  762.  
  763. RemoveAll.MouseButton1Down:connect(function()
  764. local banklasers = game:GetService("Workspace").Banks:GetChildren()
  765. banklasers[1].Lasers:Destroy()
  766. local jewelry = game:GetService("Workspace").Jewelrys:GetChildren()
  767. for i = 1,4 do
  768. local xd = jewelry[1].Model.BarbedWire
  769. xd:Destroy()
  770. local banklasers = game:GetService("Workspace").Banks:GetChildren()
  771. banklasers[1].Door.Model:Destroy()
  772. game.Workspace.Doors.Destroy()
  773. wait(1)
  774. game.Workspace.Jewelrys.Jewelry.Lasers:Remove()
  775. game.Workspace.Jewelrys.Jewelry.Cameras:Remove()
  776. game.Workspace.Jewelrys.Jewelry.FloorLasers:Remove()
  777. game.Workspace.Cells:Remove()
  778. game.Workspace.Banks.Bank.Lasers:Remove()
  779. game.Workspace.Doors:Remove()
  780. game.Workspace.Banks.Bank.Door:Destroy()
  781. game.Workspace.Banks.Bank.TriggerDoor:Destroy()
  782. game.Workspace.EscapeRoutes.ExplodeWall:Destroy()
  783. game.Workspace.EscapeRoutes.LiftGate:Remove()
  784. end
  785. end)
  786.  
  787. AutoArrest.MouseButton1Down:connect(function()
  788. local Player = game.Players.LocalPlayer
  789. wait(0.5)
  790. for i,v in pairs(game.Teams.Criminal:GetPlayer()) do repeat
  791. wait()
  792. Player.Character.HumanoidRootPart.CFrame=
  793. v.Character.HumanoidRootPart.CFrame*CFrame.new(0,0,1)
  794. until v.Team.Name~="Criminal"
  795. end
  796. end)
  797.  
  798.  
  799. KeyCard.MouseButton1Down:connect(function()
  800. local hit = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  801.  
  802. a = Instance.new("Part", workspace)
  803. a.Anchored = true
  804. a.Position = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  805. a.CanCollide = false
  806.  
  807. for i, v in pairs(game:GetService("Workspace").Givers:GetChildren()) do
  808. if v.Name == "Station" then
  809. for a, b in pairs(v:GetChildren()) do
  810. if b:IsA("StringValue") then
  811. if b.Value == "Key" then
  812. v.CFrame = CFrame.new(hit)
  813. game.Workspace.Doors.Destroy()
  814. end
  815. end
  816. end
  817. end
  818. end
  819. end)
  820.  
  821. Guns.MouseButton1Click:connect(function()
  822. local hit = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  823.  
  824. a = Instance.new("Part", workspace)
  825. a.Anchored = true
  826. a.Position = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  827. a.CanCollide = false
  828.  
  829. for i, v in pairs(game:GetService("Workspace").Givers:GetChildren()) do
  830. if v.Name == "Station" then
  831. for a, b in pairs(v:GetChildren()) do
  832. if b:IsA("StringValue") then
  833. if b.Value == "Pistol" then
  834. v.CFrame = CFrame.new(hit)
  835. end
  836. end
  837. end
  838. end
  839. end
  840. end)
  841. wait(1)
  842. local hit = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  843.  
  844. a = Instance.new("Part", workspace)
  845. a.Anchored = true
  846. a.Position = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  847. a.CanCollide = false
  848.  
  849. for i, v in pairs(game:GetService("Workspace").Givers:GetChildren()) do
  850. if v.Name == "Station" then
  851. for a, b in pairs(v:GetChildren()) do
  852. if b:IsA("StringValue") then
  853. if b.Value == "Shotgun" then
  854. v.CFrame = CFrame.new(hit)
  855. end
  856. end
  857. end
  858. end
  859. end
  860. wait(1)
  861.  
  862.  
  863. gasStation.MouseButton1Down:connect(function()
  864. for i=1,20 do
  865. wait()
  866. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1548.20093, 17.7475166, 701.546997) + Vector3.new(1,0,0)
  867. end
  868. end)
  869.  
  870. .MouseButton1Down:connect(function()
  871. for i=1,20 do
  872. wait()
  873. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(273, 18, -1807) + Vector3.new(1,0,0)
  874. end
  875. end)
  876.  
  877. TpCrimbase1.MouseButton1Down:connect(function()
  878. for i=1,20 do
  879. wait()
  880. end
  881. game:GetService('Players').LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1579.4823, 49.787693, -1759.61438) + Vector3.new(1,0,0)
  882. end)
  883.  
  884. TpBank.MouseButton1Down:connect(function()
  885. for i=1,20 do
  886. wait()
  887. end
  888. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(35.4850616, 0.715307713, 809.113647) + Vector3.new(1,0,0)
  889. end)
  890.  
  891. TpJew.MouseButton1Down:connect(function()
  892. for i=1,20 do
  893. wait()
  894. end
  895. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(137.325, 17.878, 1320.123) + Vector3.new(1,0,0)
  896.  
  897. end)
  898.  
  899. gasStation.MouseButton1Click:connect(function()
  900. for i=1,32 do
  901. wait(.01)
  902. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1586.41101, 17.8481865, 709.37262) + Vector3.new(1,0,0)
  903. end
  904. end)
  905.  
  906. Btools.MouseButton1Click:connect(function()
  907. loadstring(game:GetObjects("rbxassetid://2046523404")[1].Source)()
  908. end)
  909.  
  910. Guns.MouseButton1Click:connect(function()
  911. local hit = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  912.  
  913. a = Instance.new("Part", workspace)
  914. a.Anchored = true
  915. a.Position = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  916. a.CanCollide = false
  917.  
  918. for i, v in pairs(game:GetService("Workspace").Givers:GetChildren()) do
  919. if v.Name == "Station" then
  920. for a, b in pairs(v:GetChildren()) do
  921. if b:IsA("StringValue") then
  922. if b.Value == "Shotgun" then
  923. v.CFrame = CFrame.new(hit)
  924. end
  925. end
  926. end
  927. end
  928. end
  929.  
  930. local hit = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  931.  
  932. a = Instance.new("Part", workspace)
  933. a.Anchored = true
  934. a.Position = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  935. a.CanCollide = false
  936.  
  937. for i, v in pairs(game:GetService("Workspace").Givers:GetChildren()) do
  938. if v.Name == "Station" then
  939. for a, b in pairs(v:GetChildren()) do
  940. if b:IsA("StringValue") then
  941. if b.Value == "Pistol" then
  942. v.CFrame = CFrame.new(hit)
  943. end
  944. end
  945. end
  946. end
  947. end
  948.  
  949. local hit = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  950.  
  951. a = Instance.new("Part", workspace)
  952. a.Anchored = true
  953. a.Position = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  954. a.CanCollide = false
  955.  
  956. for i, v in pairs(game:GetService("Workspace").Givers:GetChildren()) do
  957. if v.Name == "ShootingRange" then
  958. for a, b in pairs(v:GetChildren()) do
  959. if b:IsA("StringValue") then
  960. if b.Value == "AK47" then
  961. v.CFrame = CFrame.new(hit)
  962. end
  963. end
  964. end
  965. end
  966. end
  967. end)
  968.  
  969.  
  970. CarSpeed.MouseButton1Click:connect(function()
  971. dir = 0
  972. gs = game.GetService
  973. gs(game,"RunService").RenderStepped:connect(function()
  974. for i,v in next,workspace.Vehicles:children() do
  975. if v.Name ~= "Heli" then
  976. if v:FindFirstChild("Engine") then
  977. local bf,cf = v.Engine:FindFirstChild("NewForce"),v:GetPrimaryPartCFrame().lookVector
  978. if not bf then
  979. bf = v.Engine:FindFirstChild("BodyForce") or v.Engine:FindFirstChild("VectorForce")
  980. if bf then
  981. bf = bf:Clone()
  982. bf.Parent = v.Engine
  983. bf.Name = "NewForce"
  984. end
  985. end
  986. if bf then
  987. local fa = 1
  988. if v.Name:lower():find("bike") then fa = .3 elseif v.Name:lower():find("bugg") then fa = .5 end
  989. if v.Seat.PlayerName.Value ~= game:GetService("Players").LocalPlayer.Name then fa = 0 end
  990. bf.Force = Vector3.new(cf.X*500000*dir*fa,0,cf.Z*500000*dir*fa)
  991. end
  992. end
  993. end
  994. end
  995. end)
  996. val = {
  997. {Enum.KeyCode.W,1};
  998. {Enum.KeyCode.S,-1};
  999. }
  1000. uis = gs(game,"UserInputService")
  1001. chk = function(k)
  1002. for i,v in next,val do
  1003. if v[1]==k.KeyCode then
  1004. return v[2]
  1005. end
  1006. end
  1007. end
  1008. uis.InputBegan:connect(function(k)
  1009. dir = chk(k) or dir
  1010. end)
  1011. uis.InputEnded:connect(function(k)
  1012. if chk(k) == dir then
  1013. dir = 0
  1014. end
  1015. end)
  1016. end)
  1017.  
  1018. SpeedWalk.MouseButton1Click:connect(function()
  1019. local walkspeedplayer = game:GetService("Players").LocalPlayer
  1020. local walkspeedmouse = walkspeedplayer:GetMouse()
  1021.  
  1022. local walkspeedenabled = false
  1023.  
  1024. function x_walkspeed(key)
  1025. if (key == "x") then
  1026. if walkspeedenabled == false then
  1027. _G.WS = 200;
  1028. local Humanoid = game:GetService("Players").LocalPlayer.Character.Humanoid;
  1029. Humanoid:GetPropertyChangedSignal("WalkSpeed"):Connect(function()
  1030. Humanoid.WalkSpeed = _G.WS;
  1031. end)
  1032. Humanoid.WalkSpeed = _G.WS;
  1033.  
  1034. walkspeedenabled = true
  1035. elseif walkspeedenabled == true then
  1036. _G.WS = 20;
  1037. local Humanoid = game:GetService("Players").LocalPlayer.Character.Humanoid;
  1038. Humanoid:GetPropertyChangedSignal("WalkSpeed"):Connect(function()
  1039. Humanoid.WalkSpeed = _G.WS;
  1040. end)
  1041. Humanoid.WalkSpeed = _G.WS;
  1042.  
  1043. walkspeedenabled = false
  1044. end
  1045. end
  1046. end
  1047.  
  1048. walkspeedmouse.KeyDown:connect(x_walkspeed)
  1049.  
  1050. end)
  1051.  
  1052. InfNitro.MouseButton1Click:connect(function()
  1053. game:GetService("Players").LocalPlayer.PlayerGui.MainGui.Nitro:Destroy()
  1054. game:GetService("Players").LocalPlayer.PlayerGui.ProductGui.Nitro:Destroy()
  1055. end)
  1056.  
  1057.  
  1058.  
  1059. Noclip.MouseButton1Click:connect(function()
  1060. local noclipplayer = game:GetService("Players").LocalPlayer
  1061. local noclipmouse = noclipplayer:GetMouse()
  1062.  
  1063. local donoclip = false
  1064. local noclip = false
  1065.  
  1066. function b_noclip(key)
  1067. if (key == "b") then
  1068. if noclip == false then
  1069. donoclip = true
  1070.  
  1071. noclip = true
  1072. elseif noclip == true then
  1073. donoclip = false
  1074.  
  1075. noclip = false
  1076. end
  1077. end
  1078. end
  1079.  
  1080. noclipmouse.KeyDown:connect(b_noclip)
  1081.  
  1082. game:GetService("Players").LocalPlayer.Character.Head.Touched:connect(function(obj)
  1083. if obj ~= workspace.Terrain then
  1084. if donoclip == true then
  1085. obj.CanCollide = false
  1086. else
  1087. obj.CanCollide = true
  1088. end
  1089. end
  1090. end)
  1091. end)
  1092.  
  1093. HighJump.MouseButton1Down:connect(function()
  1094. if Jump == true then
  1095. Jump = false
  1096. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 50
  1097. game.CoreGui.JailFix.gamestuffgui.highjump.Text = "HighJump: OFF"
  1098. else
  1099. Jump = true
  1100. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 100
  1101. game.CoreGui.JailFix.gamestuffgui.highjump.Text = "HighJump: ON"
  1102. end
  1103. end)
  1104.  
  1105. EspAll.MouseButton1Down:connect(function()
  1106. if not esp then
  1107. Find()
  1108. warn("Jailbreak ESP Enabled")
  1109. game.CoreGui.Unjailbreak.MainFrame.TabFrames.SettingsFrame.CESP.ImageColor3 = Color3.new(0.211765, 0.635294, 0)
  1110. esp = true
  1111. else
  1112. Clear()
  1113. track = false
  1114. warn("Jailbreak ESP Disabled")
  1115. game.CoreGui.Unjailbreak.MainFrame.TabFrames.SettingsFrame.CESP.ImageColor3 = Color3.new(0.380392, 0.380392, 0.380392)
  1116. esp = false
  1117. end
  1118. end)
  1119.  
  1120. local ClickTpEnabled = false
  1121. ClickTP.MouseButton1Down:connect(function()
  1122. loadstring(game:GetObjects("rbxassetid://956305503")[1].Source)()
  1123. end)
  1124.  
  1125. GodMode.MouseButton1Click:connect(function()
  1126. game.Players.LocalPlayer.Character.Humanoid.Name = 1
  1127. local l = game.Players.LocalPlayer.Character["1"]:Clone()
  1128. l.Parent = game.Players.LocalPlayer.Character
  1129. l.Name = "Humanoid"
  1130. wait(0.1)
  1131. game.Players.LocalPlayer.Character["1"]:Destroy()
  1132. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  1133. game.Players.LocalPlayer.Character.Animate.Disabled = true
  1134. wait(0.1)
  1135. game.Players.LocalPlayer.Character.Animate.Disabled = false
  1136. game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
  1137. end)
  1138.  
  1139. Fly.MouseButton1Click:connect(function()
  1140. if flyy == true then
  1141. flyy = false
  1142. endFly()
  1143. else
  1144. flyy = true
  1145. startFly()
  1146. end
  1147. game.Players.LocalPlayer.Character.Humanoid.Sit = true
  1148. end)
  1149.  
  1150. InfAmmo.MouseButton1Click:connect(function()
  1151. game:GetService('Players').LocalPlayer.PlayerGui.MainGui.Ammo.MagSize.RobloxLocked=true
  1152. end)
  1153.  
  1154. TpTrainStation.MouseButton1Down:connect(function()
  1155. local Time = 42
  1156. local plr = game:GetService("Players").LocalPlayer
  1157. local doit = true
  1158.  
  1159. plr.Chatted:connect(function(chat)
  1160. if chat:lower() == "start" then
  1161. doit = true
  1162. end
  1163. if chat:lower() == "stop" then
  1164. doit = false
  1165. end
  1166. end)
  1167.  
  1168. if workspace:FindFirstChild("Trains") then
  1169. local rob = function()
  1170. if doit == true then
  1171. if workspace.Trains:FindFirstChild("BoxCar") then
  1172. if workspace.Trains.BoxCar:FindFirstChild("Skeleton") then
  1173. local roof = workspace.Trains.BoxCar.Skeleton.RoofDoorClosed
  1174. local vaultdoor = workspace.Trains.BoxCar.Model.Rob.Doorframe
  1175. local opendet = workspace.Trains.BoxCar.Skeleton.Vault.Part.Open
  1176. if roof.Open.Value == true then
  1177. for i = 1,50 do
  1178. if doit == false then
  1179. break
  1180. end
  1181. plr.Character.HumanoidRootPart.CFrame = roof.CFrame + Vector3.new(0,5,0)
  1182. wait()
  1183. end
  1184. for i = 1,50 do
  1185. if doit == false then
  1186. break
  1187. end
  1188. plr.Character.HumanoidRootPart.CFrame = roof.CFrame + Vector3.new(0,-5,0)
  1189. wait()
  1190. end
  1191. repeat
  1192. if doit == false then
  1193. break
  1194. end
  1195. plr.Character.HumanoidRootPart.CFrame = vaultdoor.CFrame + Vector3.new(4,0,0)
  1196. wait(1)
  1197. until opendet.Value == true
  1198. if workspace.Trains.BoxCar:FindFirstChild("Model") then
  1199. if workspace.Trains.BoxCar.Model:FindFirstChild("Rob") then
  1200. local Gold = workspace.Trains.BoxCar.Model.Rob.Gold
  1201. for i = 1,Time do
  1202. if doit == false then
  1203. break
  1204. end
  1205. plr.Character.HumanoidRootPart.CFrame = Gold.CFrame
  1206. wait(1)
  1207. end
  1208. end
  1209. end
  1210. for i = 1,50 do
  1211. plr.Character.HumanoidRootPart.CFrame = CFrame.new(204.296112, 64.0945435, 88.9027939) --Outside
  1212. wait()
  1213. end
  1214. else
  1215. repeat
  1216. if doit == false then
  1217. break
  1218. end
  1219. plr.Character.HumanoidRootPart.CFrame = roof.CFrame + Vector3.new(0,5,0)
  1220. wait()
  1221. until roof.Open.Value == true
  1222. for i = 1,50 do
  1223. if doit == false then
  1224. break
  1225. end
  1226. plr.Character.HumanoidRootPart.CFrame = roof.CFrame + Vector3.new(0,-5,0)
  1227. wait()
  1228. end
  1229. repeat
  1230. if doit == false then
  1231. break
  1232. end
  1233. plr.Character.HumanoidRootPart.CFrame = vaultdoor.CFrame + Vector3.new(4,0,0)
  1234. wait(1)
  1235. until opendet.Value == true
  1236. if workspace.Trains.BoxCar:FindFirstChild("Model") then
  1237. if workspace.Trains.BoxCar.Model:FindFirstChild("Rob") then
  1238. local Gold = workspace.Trains.BoxCar.Model.Rob.Gold
  1239. for i = 1,Time do
  1240. if doit == false then
  1241. break
  1242. end
  1243. plr.Character.HumanoidRootPart.CFrame = Gold.CFrame
  1244. wait(1)
  1245. end
  1246. end
  1247. end
  1248. for i = 1,50 do
  1249. plr.Character.HumanoidRootPart.CFrame = CFrame.new(204.296112, 64.0945435, 88.9027939) --Outside
  1250. wait()
  1251. end
  1252. end
  1253. end
  1254. end
  1255. end
  1256. end
  1257. rob()
  1258. workspace.Trains.ChildAdded:connect(function()
  1259. wait(20)
  1260. rob()
  1261. end)
  1262. end
  1263. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement