Advertisement
Guest User

Untitled

a guest
Nov 2nd, 2019
2,490
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.44 KB | None | 0 0
  1. So there was a pacifico car spawner script released, but dex explorer wouldn't work, so I just made a list of the cars
  2.  
  3. I don't own this script!
  4. The original pacifico car spawner script thread:
  5. https://v3rmillion.net/showthread.php?tid=510737
  6.  
  7.  
  8. In example to get the Countach Which is from Classic Cars Gamepass
  9. You'll need to execute this script:
  10. If you want a car from the Elite car gamepass You'll have to change "Gamepass4" into "Gamepass3" and etc.w
  11. To make this work you have to be in Car Menu
  12.  
  13. Code:
  14. local remote = Game["ReplicatedStorage"]["Events"]["HandleUI"]
  15. local args = {
  16. [1] = "VehicleMenu",
  17. [2] = "gamepass4",
  18. [3] = "Countach"
  19. }
  20. remote:InvokeServer(unpack(args))
  21.  
  22. And heres the car list:
  23.  
  24. Quote:
  25. Cars:
  26.  
  27. Honda Ridgeline
  28. Sokudo Bolt 2017
  29. Jeep Wrangler Rubicon
  30. Toyota Prius 2010
  31. Ford F150
  32. Commercial Van
  33. BMW i3
  34. Toyota Prius C
  35. Sokudo Renard
  36. Chevrolet Metro
  37. Toyota Prius 2017
  38. Sokudo Yoga 2018
  39. Toyota Corolla
  40. Civic DX Coupe
  41. Scion tC
  42. Chevrolet Tahoe
  43. Sokudo Crest 2018
  44. Honda Odyssey
  45. Toyota Prius 2007
  46. Volkswagen Beetle
  47.  
  48. Quote:
  49. EmergencyResponse
  50.  
  51. Sokudo Bolt 2017 POLICE
  52. Ambulance 2018 CLINIC
  53.  
  54. Quote:
  55. Gamepass1
  56.  
  57. Chevrolet Tahoe POLICE
  58. Sokudo Bolt 2017 UNDERCOVER POLICE
  59. Model 3 Police
  60.  
  61. Quote:
  62. Gamepass2
  63.  
  64. Google Self Driving Car
  65. LM Rally Fighter
  66. Figaro
  67. CTS-V
  68. Elio P5
  69. Model 3
  70.  
  71. Quote:
  72. Gamepass3
  73.  
  74. Gurkha
  75. Italia
  76. Tango T600
  77. Aventador
  78.  
  79.  
  80. Quote:
  81. Gamepass4
  82.  
  83. M3
  84. Quattro
  85. Testarossa
  86. Countach
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement