Advertisement
Greatgamer59

testinginprogress

Nov 25th, 2018
209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.67 KB | None | 0 0
  1. -- Gui by bob5918#1567
  2.  
  3. local PacificoGui = Instance.new("ScreenGui")
  4. local background = Instance.new("Frame")
  5. local top1 = Instance.new("Frame")
  6. local close = Instance.new("TextButton")
  7. local top2 = Instance.new("Frame")
  8. local credits = Instance.new("TextLabel")
  9. local tab = Instance.new("Frame")
  10. local gamepass1btt = Instance.new("TextButton")
  11. local gamepass2btt = Instance.new("TextButton")
  12. local gamepass3btt = Instance.new("TextButton")
  13. local gamepass4btt = Instance.new("TextButton")
  14. local game1 = Instance.new("Frame")
  15. local game1car1 = Instance.new("TextButton")
  16. local game1car2 = Instance.new("TextButton")
  17. local game1car3 = Instance.new("TextButton")
  18. local game2 = Instance.new("Frame")
  19. local game2car1 = Instance.new("TextButton")
  20. local game2car2 = Instance.new("TextButton")
  21. local game2car3 = Instance.new("TextButton")
  22. local game2car4 = Instance.new("TextButton")
  23. local game2car5 = Instance.new("TextButton")
  24. local game2car6 = Instance.new("TextButton")
  25. local game3 = Instance.new("Frame")
  26. local game3car1 = Instance.new("TextButton")
  27. local game3car2 = Instance.new("TextButton")
  28. local game3car3 = Instance.new("TextButton")
  29. local game3car4 = Instance.new("TextButton")
  30. local game4 = Instance.new("Frame")
  31. local game4car1 = Instance.new("TextButton")
  32. local game4car2 = Instance.new("TextButton")
  33. local game4car3 = Instance.new("TextButton")
  34. local game4car4 = Instance.new("TextButton")
  35. local game4car5 = Instance.new("TextButton")
  36. local copuni = Instance.new("TextButton")
  37. local clinicuni = Instance.new("TextButton")
  38. local getall = Instance.new("TextButton")
  39. local open = Instance.new("TextButton")
  40. --Properties:
  41. PacificoGui.Name = "PacificoGui"
  42. PacificoGui.Parent = game.CoreGui
  43.  
  44. background.Name = "background"
  45. background.Parent = PacificoGui
  46. background.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  47. background.BorderSizePixel = 0
  48. background.Position = UDim2.new(0.275019705, 0, 0.254817992, 0)
  49. background.Size = UDim2.new(0, 570, 0, 479)
  50.  
  51. top1.Name = "top1"
  52. top1.Parent = background
  53. top1.BackgroundColor3 = Color3.new(0.45098, 0.45098, 0.45098)
  54. top1.BorderSizePixel = 0
  55. top1.Position = UDim2.new(0, 0, -0.0167014617, 0)
  56. top1.Size = UDim2.new(0, 570, 0, 18)
  57.  
  58. close.Name = "close"
  59. close.Parent = top1
  60. close.BackgroundColor3 = Color3.new(1, 1, 1)
  61. close.BackgroundTransparency = 1
  62. close.BorderSizePixel = 0
  63. close.Position = UDim2.new(0.952631533, 0, 0, 0)
  64. close.Size = UDim2.new(0, 33, 0, 18)
  65. close.Font = Enum.Font.SourceSans
  66. close.Text = "X"
  67. close.TextColor3 = Color3.new(1, 0, 0)
  68. close.TextSize = 20
  69. close.TextWrapped = true
  70.  
  71. top2.Name = "top2"
  72. top2.Parent = background
  73. top2.BackgroundColor3 = Color3.new(0.388235, 0.388235, 0.388235)
  74. top2.BorderSizePixel = 0
  75. top2.Position = UDim2.new(0, 0, 0.0208768267, 0)
  76. top2.Size = UDim2.new(0, 570, 0, 10)
  77.  
  78. credits.Name = "credits"
  79. credits.Parent = background
  80. credits.BackgroundColor3 = Color3.new(1, 1, 1)
  81. credits.BackgroundTransparency = 1
  82. credits.Position = UDim2.new(0.649122834, 0, 0.895615876, 0)
  83. credits.Size = UDim2.new(0, 200, 0, 50)
  84. credits.Font = Enum.Font.SourceSans
  85. credits.Text = "GUI by Bob5918#1567"
  86. credits.TextColor3 = Color3.new(1, 1, 1)
  87. credits.TextSize = 14
  88. credits.TextXAlignment = Enum.TextXAlignment.Right
  89. credits.TextYAlignment = Enum.TextYAlignment.Bottom
  90.  
  91. tab.Name = "tab"
  92. tab.Parent = background
  93. tab.BackgroundColor3 = Color3.new(0.294118, 0.294118, 0.294118)
  94. tab.BorderSizePixel = 0
  95. tab.Position = UDim2.new(0, 0, 0.0417536534, 0)
  96. tab.Size = UDim2.new(0, 570, 0, 50)
  97.  
  98. gamepass1btt.Name = "gamepass1btt"
  99. gamepass1btt.Parent = tab
  100. gamepass1btt.BackgroundColor3 = Color3.new(0.262745, 0.262745, 0.262745)
  101. gamepass1btt.BorderSizePixel = 0
  102. gamepass1btt.Position = UDim2.new(0.012456134, 0, 0.237167746, 0)
  103. gamepass1btt.Size = UDim2.new(0, 74, 0, 26)
  104. gamepass1btt.Font = Enum.Font.SourceSans
  105. gamepass1btt.Text = "Gamepass1"
  106. gamepass1btt.TextColor3 = Color3.new(1, 1, 1)
  107. gamepass1btt.TextSize = 14
  108.  
  109. gamepass2btt.Name = "gamepass2btt"
  110. gamepass2btt.Parent = tab
  111. gamepass2btt.BackgroundColor3 = Color3.new(0.262745, 0.262745, 0.262745)
  112. gamepass2btt.BorderSizePixel = 0
  113. gamepass2btt.Position = UDim2.new(0.287894726, 0, 0.237167746, 0)
  114. gamepass2btt.Size = UDim2.new(0, 74, 0, 26)
  115. gamepass2btt.Font = Enum.Font.SourceSans
  116. gamepass2btt.Text = "Gamepass2"
  117. gamepass2btt.TextColor3 = Color3.new(1, 1, 1)
  118. gamepass2btt.TextSize = 14
  119.  
  120. gamepass3btt.Name = "gamepass3btt"
  121. gamepass3btt.Parent = tab
  122. gamepass3btt.BackgroundColor3 = Color3.new(0.262745, 0.262745, 0.262745)
  123. gamepass3btt.BorderSizePixel = 0
  124. gamepass3btt.Position = UDim2.new(0.517719269, 0, 0.237167746, 0)
  125. gamepass3btt.Size = UDim2.new(0, 74, 0, 26)
  126. gamepass3btt.Font = Enum.Font.SourceSans
  127. gamepass3btt.Text = "Gamepass3"
  128. gamepass3btt.TextColor3 = Color3.new(1, 1, 1)
  129. gamepass3btt.TextSize = 14
  130.  
  131. gamepass4btt.Name = "gamepass4btt"
  132. gamepass4btt.Parent = tab
  133. gamepass4btt.BackgroundColor3 = Color3.new(0.262745, 0.262745, 0.262745)
  134. gamepass4btt.BorderSizePixel = 0
  135. gamepass4btt.Position = UDim2.new(0.856315792, 0, 0.237167746, 0)
  136. gamepass4btt.Size = UDim2.new(0, 74, 0, 26)
  137. gamepass4btt.Font = Enum.Font.SourceSans
  138. gamepass4btt.Text = "Gamepass4"
  139. gamepass4btt.TextColor3 = Color3.new(1, 1, 1)
  140. gamepass4btt.TextSize = 14
  141.  
  142. game1.Name = "game1"
  143. game1.Parent = background
  144. game1.BackgroundColor3 = Color3.new(0.337255, 0.337255, 0.337255)
  145. game1.BorderSizePixel = 0
  146. game1.Position = UDim2.new(0, 0, 0.146137789, 0)
  147. game1.Size = UDim2.new(0, 81, 0, 390)
  148.  
  149. game1car1.Name = "game1car1"
  150. game1car1.Parent = game1
  151. game1car1.BackgroundColor3 = Color3.new(0.262745, 0.262745, 0.262745)
  152. game1car1.BorderSizePixel = 0
  153. game1car1.Position = UDim2.new(0, 0, 0.0679369792, 0)
  154. game1car1.Size = UDim2.new(0, 81, 0, 26)
  155. game1car1.Font = Enum.Font.SourceSans
  156. game1car1.Text = "Chevrolet Tahoe POLICE"
  157. game1car1.TextColor3 = Color3.new(1, 1, 1)
  158. game1car1.TextScaled = true
  159. game1car1.TextSize = 14
  160. game1car1.TextWrapped = true
  161.  
  162. game1car2.Name = "game1car2"
  163. game1car2.Parent = game1
  164. game1car2.BackgroundColor3 = Color3.new(0.262745, 0.262745, 0.262745)
  165. game1car2.BorderSizePixel = 0
  166. game1car2.Position = UDim2.new(0, 0, 0.242295951, 0)
  167. game1car2.Size = UDim2.new(0, 81, 0, 26)
  168. game1car2.Font = Enum.Font.SourceSans
  169. game1car2.Text = "Sokudo Bolt 2017 UNDERCOVER POLICE"
  170. game1car2.TextColor3 = Color3.new(1, 1, 1)
  171. game1car2.TextScaled = true
  172. game1car2.TextSize = 10
  173. game1car2.TextWrapped = true
  174.  
  175. game1car3.Name = "game1car3"
  176. game1car3.Parent = game1
  177. game1car3.BackgroundColor3 = Color3.new(0.262745, 0.262745, 0.262745)
  178. game1car3.BorderSizePixel = 0
  179. game1car3.Position = UDim2.new(0, 0, 0.419219047, 0)
  180. game1car3.Size = UDim2.new(0, 81, 0, 26)
  181. game1car3.Font = Enum.Font.SourceSans
  182. game1car3.Text = "Model 3 POLICE"
  183. game1car3.TextColor3 = Color3.new(1, 1, 1)
  184. game1car3.TextScaled = true
  185. game1car3.TextSize = 14
  186. game1car3.TextWrapped = true
  187.  
  188. game2.Name = "game2"
  189. game2.Parent = background
  190. game2.BackgroundColor3 = Color3.new(0.337255, 0.337255, 0.337255)
  191. game2.BorderSizePixel = 0
  192. game2.Position = UDim2.new(0.287719309, 0, 0.146137789, 0)
  193. game2.Size = UDim2.new(0, 81, 0, 390)
  194.  
  195. game2car1.Name = "game2car1"
  196. game2car1.Parent = game2
  197. game2car1.BackgroundColor3 = Color3.new(0.262745, 0.262745, 0.262745)
  198. game2car1.BorderSizePixel = 0
  199. game2car1.Position = UDim2.new(-0.00840175338, 0, 0.0679369792, 0)
  200. game2car1.Size = UDim2.new(0, 82, 0, 26)
  201. game2car1.Font = Enum.Font.SourceSans
  202. game2car1.Text = "LM Rally Fighter"
  203. game2car1.TextColor3 = Color3.new(1, 1, 1)
  204. game2car1.TextScaled = true
  205. game2car1.TextSize = 14
  206. game2car1.TextWrapped = true
  207.  
  208. game2car2.Name = "game2car2"
  209. game2car2.Parent = game2
  210. game2car2.BackgroundColor3 = Color3.new(0.262745, 0.262745, 0.262745)
  211. game2car2.BorderSizePixel = 0
  212. game2car2.Position = UDim2.new(-0.00840175152, 0, 0.242295951, 0)
  213. game2car2.Size = UDim2.new(0, 82, 0, 26)
  214. game2car2.Font = Enum.Font.SourceSans
  215. game2car2.Text = "Nissan Figaro"
  216. game2car2.TextColor3 = Color3.new(1, 1, 1)
  217. game2car2.TextScaled = true
  218. game2car2.TextSize = 14
  219. game2car2.TextWrapped = true
  220.  
  221. game2car3.Name = "game2car3"
  222. game2car3.Parent = game2
  223. game2car3.BackgroundColor3 = Color3.new(0.262745, 0.262745, 0.262745)
  224. game2car3.BorderSizePixel = 0
  225. game2car3.Position = UDim2.new(-0.00840175152, 0, 0.419219017, 0)
  226. game2car3.Size = UDim2.new(0, 82, 0, 26)
  227. game2car3.Font = Enum.Font.SourceSans
  228. game2car3.Text = "Cadillac CTS-V Wagon"
  229. game2car3.TextColor3 = Color3.new(1, 1, 1)
  230. game2car3.TextScaled = true
  231. game2car3.TextSize = 14
  232. game2car3.TextWrapped = true
  233.  
  234. game2car4.Name = "game2car4"
  235. game2car4.Parent = game2
  236. game2car4.BackgroundColor3 = Color3.new(0.262745, 0.262745, 0.262745)
  237. game2car4.BorderSizePixel = 0
  238. game2car4.Position = UDim2.new(-0.00840175152, 0, 0.588449776, 0)
  239. game2car4.Size = UDim2.new(0, 82, 0, 26)
  240. game2car4.Font = Enum.Font.SourceSans
  241. game2car4.Text = "Elio P5"
  242. game2car4.TextColor3 = Color3.new(1, 1, 1)
  243. game2car4.TextScaled = true
  244. game2car4.TextSize = 14
  245. game2car4.TextWrapped = true
  246.  
  247. game2car5.Name = "game2car5"
  248. game2car5.Parent = game2
  249. game2car5.BackgroundColor3 = Color3.new(0.262745, 0.262745, 0.262745)
  250. game2car5.BorderSizePixel = 0
  251. game2car5.Position = UDim2.new(-0.00840175152, 0, 0.760244668, 0)
  252. game2car5.Size = UDim2.new(0, 82, 0, 26)
  253. game2car5.Font = Enum.Font.SourceSans
  254. game2car5.Text = "Tesla Model 3"
  255. game2car5.TextColor3 = Color3.new(1, 1, 1)
  256. game2car5.TextScaled = true
  257. game2car5.TextSize = 14
  258. game2car5.TextWrapped = true
  259.  
  260. game2car6.Name = "game2car6"
  261. game2car6.Parent = game2
  262. game2car6.BackgroundColor3 = Color3.new(0.262745, 0.262745, 0.262745)
  263. game2car6.BorderSizePixel = 0
  264. game2car6.Position = UDim2.new(-0.00840175152, 0, 0.949988306, 0)
  265. game2car6.Size = UDim2.new(0, 82, 0, 26)
  266. game2car6.Font = Enum.Font.SourceSans
  267. game2car6.Text = "Goggle Self Driving Car"
  268. game2car6.TextColor3 = Color3.new(1, 1, 1)
  269. game2car6.TextScaled = true
  270. game2car6.TextSize = 14
  271. game2car6.TextWrapped = true
  272.  
  273. game3.Name = "game3"
  274. game3.Parent = background
  275. game3.BackgroundColor3 = Color3.new(0.337255, 0.337255, 0.337255)
  276. game3.BorderSizePixel = 0
  277. game3.Position = UDim2.new(0.510526299, 0, 0.146137789, 0)
  278. game3.Size = UDim2.new(0, 81, 0, 390)
  279.  
  280. game3car1.Name = "game3car1"
  281. game3car1.Parent = game3
  282. game3car1.BackgroundColor3 = Color3.new(0.262745, 0.262745, 0.262745)
  283. game3car1.BorderSizePixel = 0
  284. game3car1.Position = UDim2.new(-0.000799485191, 0, 0.0679369792, 0)
  285. game3car1.Size = UDim2.new(0, 81, 0, 26)
  286. game3car1.Font = Enum.Font.SourceSans
  287. game3car1.Text = "Gurkha"
  288. game3car1.TextColor3 = Color3.new(1, 1, 1)
  289. game3car1.TextScaled = true
  290. game3car1.TextSize = 14
  291. game3car1.TextWrapped = true
  292.  
  293. game3car2.Name = "game3car2"
  294. game3car2.Parent = game3
  295. game3car2.BackgroundColor3 = Color3.new(0.262745, 0.262745, 0.262745)
  296. game3car2.BorderSizePixel = 0
  297. game3car2.Position = UDim2.new(-0.000799485191, 0, 0.242295951, 0)
  298. game3car2.Size = UDim2.new(0, 81, 0, 26)
  299. game3car2.Font = Enum.Font.SourceSans
  300. game3car2.Text = "Italia"
  301. game3car2.TextColor3 = Color3.new(1, 1, 1)
  302. game3car2.TextScaled = true
  303. game3car2.TextSize = 14
  304. game3car2.TextWrapped = true
  305.  
  306. game3car3.Name = "game3car3"
  307. game3car3.Parent = game3
  308. game3car3.BackgroundColor3 = Color3.new(0.262745, 0.262745, 0.262745)
  309. game3car3.BorderSizePixel = 0
  310. game3car3.Position = UDim2.new(-0.000799485191, 0, 0.419219017, 0)
  311. game3car3.Size = UDim2.new(0, 81, 0, 26)
  312. game3car3.Font = Enum.Font.SourceSans
  313. game3car3.Text = "Aventador"
  314. game3car3.TextColor3 = Color3.new(1, 1, 1)
  315. game3car3.TextScaled = true
  316. game3car3.TextSize = 14
  317. game3car3.TextWrapped = true
  318.  
  319. game3car4.Name = "game3car4"
  320. game3car4.Parent = game3
  321. game3car4.BackgroundColor3 = Color3.new(0.262745, 0.262745, 0.262745)
  322. game3car4.BorderSizePixel = 0
  323. game3car4.Position = UDim2.new(-0.000799485191, 0, 0.588449776, 0)
  324. game3car4.Size = UDim2.new(0, 81, 0, 26)
  325. game3car4.Font = Enum.Font.SourceSans
  326. game3car4.Text = "Tango T600"
  327. game3car4.TextColor3 = Color3.new(1, 1, 1)
  328. game3car4.TextScaled = true
  329. game3car4.TextSize = 14
  330. game3car4.TextWrapped = true
  331.  
  332. game4.Name = "game4"
  333. game4.Parent = background
  334. game4.BackgroundColor3 = Color3.new(0.337255, 0.337255, 0.337255)
  335. game4.BorderSizePixel = 0
  336. game4.Position = UDim2.new(0.857894719, 0, 0.146137789, 0)
  337. game4.Size = UDim2.new(0, 81, 0, 390)
  338.  
  339. game4car1.Name = "game4car1"
  340. game4car1.Parent = game4
  341. game4car1.BackgroundColor3 = Color3.new(0.262745, 0.262745, 0.262745)
  342. game4car1.BorderSizePixel = 0
  343. game4car1.Position = UDim2.new(0, 0, 0.0679369792, 0)
  344. game4car1.Size = UDim2.new(0, 81, 0, 26)
  345. game4car1.Font = Enum.Font.SourceSans
  346. game4car1.Text = "BMW M3"
  347. game4car1.TextColor3 = Color3.new(1, 1, 1)
  348. game4car1.TextScaled = true
  349. game4car1.TextSize = 14
  350. game4car1.TextWrapped = true
  351.  
  352. game4car2.Name = "game4car2"
  353. game4car2.Parent = game4
  354. game4car2.BackgroundColor3 = Color3.new(0.262745, 0.262745, 0.262745)
  355. game4car2.BorderSizePixel = 0
  356. game4car2.Position = UDim2.new(0, 0, 0.242295951, 0)
  357. game4car2.Size = UDim2.new(0, 81, 0, 26)
  358. game4car2.Font = Enum.Font.SourceSans
  359. game4car2.Text = "Audi Quattro"
  360. game4car2.TextColor3 = Color3.new(1, 1, 1)
  361. game4car2.TextScaled = true
  362. game4car2.TextSize = 14
  363. game4car2.TextWrapped = true
  364.  
  365. game4car3.Name = "game4car3"
  366. game4car3.Parent = game4
  367. game4car3.BackgroundColor3 = Color3.new(0.262745, 0.262745, 0.262745)
  368. game4car3.BorderSizePixel = 0
  369. game4car3.Position = UDim2.new(-0.00788182393, 0, 0.419219017, 0)
  370. game4car3.Size = UDim2.new(0, 82, 0, 26)
  371. game4car3.Font = Enum.Font.SourceSans
  372. game4car3.Text = "Testarossa"
  373. game4car3.TextColor3 = Color3.new(1, 1, 1)
  374. game4car3.TextScaled = true
  375. game4car3.TextSize = 14
  376. game4car3.TextWrapped = true
  377.  
  378. game4car4.Name = "game4car4"
  379. game4car4.Parent = game4
  380. game4car4.BackgroundColor3 = Color3.new(0.262745, 0.262745, 0.262745)
  381. game4car4.BorderSizePixel = 0
  382. game4car4.Position = UDim2.new(0, 0, 0.588449776, 0)
  383. game4car4.Size = UDim2.new(0, 81, 0, 26)
  384. game4car4.Font = Enum.Font.SourceSans
  385. game4car4.Text = "Cobra"
  386. game4car4.TextColor3 = Color3.new(1, 1, 1)
  387. game4car4.TextScaled = true
  388. game4car4.TextSize = 14
  389. game4car4.TextWrapped = true
  390.  
  391. game4car5.Name = "game4car5"
  392. game4car5.Parent = game4
  393. game4car5.BackgroundColor3 = Color3.new(0.262745, 0.262745, 0.262745)
  394. game4car5.BorderSizePixel = 0
  395. game4car5.Position = UDim2.new(0, 0, 0.760244668, 0)
  396. game4car5.Size = UDim2.new(0, 80, 0, 26)
  397. game4car5.Font = Enum.Font.SourceSans
  398. game4car5.Text = "Countach"
  399. game4car5.TextColor3 = Color3.new(1, 1, 1)
  400. game4car5.TextScaled = true
  401. game4car5.TextSize = 14
  402. game4car5.TextWrapped = true
  403.  
  404. copuni.Name = "copuni"
  405. copuni.Parent = background
  406. copuni.BackgroundColor3 = Color3.new(0.262745, 0.262745, 0.262745)
  407. copuni.BorderSizePixel = 0
  408. copuni.Position = UDim2.new(0.687894702, 0, 0.168274224, 0)
  409. copuni.Size = UDim2.new(0, 74, 0, 26)
  410. copuni.Font = Enum.Font.SourceSans
  411. copuni.Text = "Cop Uniform"
  412. copuni.TextColor3 = Color3.new(1, 1, 1)
  413. copuni.TextScaled = true
  414. copuni.TextSize = 14
  415. copuni.TextWrapped = true
  416.  
  417. clinicuni.Name = "clinicuni"
  418. clinicuni.Parent = background
  419. clinicuni.BackgroundColor3 = Color3.new(0.262745, 0.262745, 0.262745)
  420. clinicuni.BorderSizePixel = 0
  421. clinicuni.Position = UDim2.new(0.687894702, 0, 0.253869206, 0)
  422. clinicuni.Size = UDim2.new(0, 74, 0, 26)
  423. clinicuni.Font = Enum.Font.SourceSans
  424. clinicuni.Text = "Clinic Uniform"
  425. clinicuni.TextColor3 = Color3.new(1, 1, 1)
  426. clinicuni.TextScaled = true
  427. clinicuni.TextSize = 14
  428. clinicuni.TextWrapped = true
  429.  
  430. getall.Name = "getall"
  431. getall.Parent = background
  432. getall.BackgroundColor3 = Color3.new(0.262745, 0.262745, 0.262745)
  433. getall.BorderSizePixel = 0
  434. getall.Position = UDim2.new(0.687894702, 0, 0.34155187, 0)
  435. getall.Size = UDim2.new(0, 74, 0, 26)
  436. getall.Font = Enum.Font.SourceSans
  437. getall.Text = "Get all cars(MAKES YOU RESPAWN)"
  438. getall.TextColor3 = Color3.new(1, 1, 1)
  439. getall.TextScaled = true
  440. getall.TextSize = 14
  441. getall.TextWrapped = true
  442.  
  443. open.Name = "open"
  444. open.Parent = PacificoGui
  445. open.BackgroundColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  446. open.BorderSizePixel = 0
  447. open.Position = UDim2.new(0, 0, 0.767665982, 0)
  448. open.Size = UDim2.new(0, 126, 0, 50)
  449. open.Visible = false
  450. open.Font = Enum.Font.SourceSans
  451. open.Text = "Open"
  452. open.TextColor3 = Color3.new(1, 1, 1)
  453. open.TextScaled = true
  454. open.TextSize = 14
  455. open.TextWrapped = true
  456.  
  457. -- draggable
  458. background.Active = true
  459. background.Draggable = true
  460.  
  461. -- Scripts:
  462.  
  463. close.MouseButton1Down:connect(function()
  464. open.Visible = true
  465. background.Visible = false
  466. end)
  467.  
  468. open.MouseButton1Down:connect(function()
  469. open.Visible = false
  470. background.Visible = true
  471. end)
  472. getall.MouseButton1Down:connect(function()
  473. game.Players.LocalPlayer.UserId = 664819
  474. wait(0.30)
  475. game.Players.LocalPlayer.Character:BreakJoints()
  476. end)
  477.  
  478. copuni.MouseButton1Down:connect(function()
  479. local Remote = game.ReplicatedStorage.Events['HandleUI']
  480.  
  481. local Arguments = {
  482. [1] = "PoliceUniform"
  483. }
  484.  
  485. Remote:InvokeServer(unpack(Arguments))
  486. end)
  487.  
  488. clinicuni.MouseButton1Down:connect(function()
  489. local Remote = game.ReplicatedStorage.Events['HandleUI'] -- Give Clinic uniform
  490.  
  491. local Arguments = {
  492. [1] = "ClinicUniform"
  493. }
  494.  
  495. Remote:InvokeServer(unpack(Arguments))
  496. end)
  497.  
  498. game1car1.MouseButton1Down:connect(function()
  499. local Remote = game.ReplicatedStorage.Events['HandleUI']
  500.  
  501. local Arguments = {
  502. [1] = "VehicleMenu",
  503. [2] = "gamepass1",
  504. [3] = "Chevrolet Tahoe POLICE"
  505. }
  506.  
  507. Remote:InvokeServer(unpack(Arguments))
  508. end)
  509.  
  510. game1car2.MouseButton1Down:connect(function()
  511. local Remote = game.ReplicatedStorage.Events['HandleUI']
  512. local Arguments = {
  513. [1] = "VehicleMenu",
  514. [2] = "gamepass1",
  515. [3] = "Sokudo Bolt 2017 UNDERCOVER POLICE"
  516. }
  517.  
  518. Remote:InvokeServer(unpack(Arguments))
  519. end)
  520.  
  521. game1car3.MouseButton1Down:connect(function()
  522. local Remote = game.ReplicatedStorage.Events['HandleUI']
  523.  
  524. local Arguments = {
  525. [1] = "VehicleMenu",
  526. [2] = "gamepass1",
  527. [3] = "Model 3 POLICE"
  528. }
  529.  
  530. Remote:InvokeServer(unpack(Arguments))
  531. end)
  532.  
  533. game2car1.MouseButton1Down:connect(function()
  534. local Remote = game.ReplicatedStorage.Events['HandleUI']
  535.  
  536. local Arguments = {
  537. [1] = "VehicleMenu",
  538. [2] = "gamepass2",
  539. [3] = "LM Rally Fighter"
  540. }
  541.  
  542. Remote:InvokeServer(unpack(Arguments))
  543.  
  544.  
  545. end)
  546.  
  547. game2car2.MouseButton1Down:connect(function()
  548. local Remote = game.ReplicatedStorage.Events['HandleUI']
  549.  
  550. local Arguments = {
  551. [1] = "VehicleMenu",
  552. [2] = "gamepass2",
  553. [3] = "Nissan Figaro"
  554. }
  555.  
  556. Remote:InvokeServer(unpack(Arguments))
  557. end)
  558.  
  559. game2car3.MouseButton1Down:connect(function()
  560. local Remote = game.ReplicatedStorage.Events['HandleUI']
  561.  
  562. local Arguments = {
  563. [1] = "VehicleMenu",
  564. [2] = "gamepass2",
  565. [3] = "Cadillac CTS-V Wagon"
  566. }
  567.  
  568. Remote:InvokeServer(unpack(Arguments))
  569. end)
  570.  
  571. game2car4.MouseButton1Down:connect(function()
  572. local Remote = game.ReplicatedStorage.Events['HandleUI']
  573.  
  574. local Arguments = {
  575. [1] = "VehicleMenu",
  576. [2] = "gamepass2",
  577. [3] = "Elio P5"
  578. }
  579.  
  580. Remote:InvokeServer(unpack(Arguments))
  581. end)
  582.  
  583. game2car5.MouseButton1Down:connect(function()
  584. local Remote = game.ReplicatedStorage.Events['HandleUI']
  585.  
  586. local Arguments = {
  587. [1] = "VehicleMenu",
  588. [2] = "gamepass2",
  589. [3] = "Tesla Model 3"
  590. }
  591.  
  592. Remote:InvokeServer(unpack(Arguments))
  593. end)
  594.  
  595. game2car6.MouseButton1Down:connect(function()
  596. local Remote = game.ReplicatedStorage.Events['HandleUI']
  597.  
  598. local Arguments = {
  599. [1] = "VehicleMenu",
  600. [2] = "gamepass2",
  601. [3] = "Goggle Self Driving Car"
  602. }
  603.  
  604. Remote:InvokeServer(unpack(Arguments))
  605. end)
  606.  
  607. game3car1.MouseButton1Down:connect(function()
  608. local Remote = game.ReplicatedStorage.Events['HandleUI']
  609.  
  610. local Arguments = {
  611. [1] = "VehicleMenu",
  612. [2] = "gamepass3",
  613. [3] = "Gurkha"
  614. }
  615.  
  616. Remote:InvokeServer(unpack(Arguments))
  617. end)
  618.  
  619. game3car2.MouseButton1Down:connect(function()
  620. local Remote = game.ReplicatedStorage.Events['HandleUI']
  621.  
  622. local Arguments = {
  623. [1] = "VehicleMenu",
  624. [2] = "gamepass3",
  625. [3] = "Italia"
  626. }
  627.  
  628. Remote:InvokeServer(unpack(Arguments))
  629. end)
  630.  
  631. game3car3.MouseButton1Down:connect(function()
  632. local Remote = game.ReplicatedStorage.Events['HandleUI']
  633.  
  634. local Arguments = {
  635. [1] = "VehicleMenu",
  636. [2] = "gamepass3",
  637. [3] = "Aventador"
  638. }
  639.  
  640. Remote:InvokeServer(unpack(Arguments))
  641. end)
  642.  
  643. game3car4.MouseButton1Down:connect(function()
  644. local Remote = game.ReplicatedStorage.Events['HandleUI']
  645.  
  646. local Arguments = {
  647. [1] = "VehicleMenu",
  648. [2] = "gamepass3",
  649. [3] = "Tango T600"
  650. }
  651.  
  652. Remote:InvokeServer(unpack(Arguments))
  653. end)
  654.  
  655.  
  656. game4car1.MouseButton1Down:connect(function()
  657. local Remote = game.ReplicatedStorage.Events['HandleUI']
  658.  
  659. local Arguments = {
  660. [1] = "VehicleMenu",
  661. [2] = "gamepass4",
  662. [3] = "BMW M3"
  663. }
  664.  
  665. Remote:InvokeServer(unpack(Arguments))
  666. end)
  667.  
  668. game4car2.MouseButton1Down:connect(function()
  669. local Remote = game.ReplicatedStorage.Events['HandleUI']
  670.  
  671. local Arguments = {
  672. [1] = "VehicleMenu",
  673. [2] = "gamepass4",
  674. [3] = "Audi Quattro"
  675. }
  676.  
  677. Remote:InvokeServer(unpack(Arguments))
  678. end)
  679.  
  680. game4car3.MouseButton1Down:connect(function()
  681. local Remote = game.ReplicatedStorage.Events['HandleUI']
  682.  
  683. local Arguments = {
  684. [1] = "VehicleMenu",
  685. [2] = "gamepass4",
  686. [3] = "Testarossa"
  687. }
  688.  
  689. Remote:InvokeServer(unpack(Arguments))
  690. end)
  691.  
  692. game4car4.MouseButton1Down:connect(function()
  693. local Remote = game.ReplicatedStorage.Events['HandleUI']
  694.  
  695. local Arguments = {
  696. [1] = "VehicleMenu",
  697. [2] = "gamepass4",
  698. [3] = "Cobra"
  699. }
  700.  
  701. Remote:InvokeServer(unpack(Arguments))
  702. end)
  703.  
  704. game4car5.MouseButton1Down:connect(function()
  705. local Remote = game.ReplicatedStorage.Events['HandleUI']
  706.  
  707. local Arguments = {
  708. [1] = "VehicleMenu",
  709. [2] = "gamepass4",
  710. [3] = "Countach"
  711. }
  712.  
  713. Remote:InvokeServer(unpack(Arguments))
  714. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement