Advertisement
Guest User

Untitled

a guest
Jan 25th, 2020
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.21 KB | None | 0 0
  1. local skin = _G.skin
  2.  
  3. local yes = {
  4. ['White'] = 'S1',
  5. ['Zebra'] = 'S2',
  6. ['CarbonFlames'] = 'S3',
  7. ['Tron'] = 'S4',
  8. ['Bape'] = 'S5',
  9. ['Nyan'] = 'S6',
  10. ['Watermelon'] = 'S7',
  11. ['ToyCar'] = 'S8',
  12. ['Matrix'] = 'S9',
  13. ['Aqua'] = 'S10',
  14. ['Hotline'] = 'S11',
  15. ['Blue'] = 'S12',
  16. ['Cyan'] = 'S13',
  17. ['Green'] = 'S14',
  18. ['DarkGreen'] = 'S15',
  19. ['HotPink'] = 'S16',
  20. ['Alder'] = 'S17',
  21. ['Black'] = 'S18',
  22. ['JetBlack'] = 'S19',
  23. ['Grey'] = 'S20',
  24. ['Red'] = 'S21',
  25. ['Pink'] = 'S22',
  26. ['Orange'] = 'S23',
  27. ['Purple'] = 'S24',
  28. ['LimeGreen'] = 'S25',
  29. ['Ice'] = 'S26',
  30. ['RedWeb'] = 'S27',
  31. ['Venom'] = 'S28',
  32. ['Maroon'] = 'S29',
  33. ['Gold'] = 'S30',
  34. ['Yellow'] = 'S31',
  35. ['Camo'] = 'S32',
  36. ['BlackHex'] = 'S33',
  37. ['Princess'] = 'S34',
  38. ['Canadian'] = 'S35',
  39. ['OVO'] = 'S36',
  40. ['Nebula'] = 'S37',
  41. ['CottonCandy'] = 'S38',
  42. ['Queen'] = 'S39',
  43. ['GlitterWave'] = 'S40',
  44. ['DigitalCamo'] = 'S41',
  45. ['Sunburst'] = 'S42',
  46. ['Rainbow'] = 'S43',
  47. ['Checkers'] = 'S44',
  48. ['RainbowCube'] = 'S45',
  49. ['PaintSplatter'] = 'S6',
  50. ['Mermaid'] = 'S47',
  51. ['GlitterForce'] = 'S48',
  52. ['RedWaves'] = 'S49',
  53. ['Cosmos'] = 'S50',
  54. ['DigitalPurple'] = 'S51',
  55. ['PastelBlue'] = 'S52',
  56. ['CoolYellow'] = 'S53',
  57. ['PastelViolet'] = 'S5',
  58. ['PastelPink'] = 'S55',
  59. ['PastelGreen'] = 'S56',
  60. ['Monochrome'] = 'S57',
  61. ['RedRacer'] = 'S58',
  62. ['GreenSlime'] = 'S59',
  63. ['IceShards'] = 'S60',
  64. ['Electric'] = 'S61',
  65. ['Asiimov'] = 'S62',
  66. ['Voltage'] = 'S63',
  67. ['Artic'] = 'S64',
  68. ['Fireball'] = 'S65',
  69. ['Creamsicle'] = 'S66',
  70. ['WhiteLightning'] = 'S67',
  71. ['Sunbeam'] = 'S68',
  72. ['Oreo'] = 'S69',
  73. ['Gecko'] = 'S70',
  74. ['Lilac'] = 'S71',
  75. ['Raspberry'] = 'S72',
  76. ['Rage'] = 'S73',
  77. ['Hornet'] = 'S74',
  78. ['Vice'] = 'S75',
  79. ['Frosty'] = 'S76',
  80. ['Streetline'] = 'S77',
  81. ['Plaid'] = 'S78',
  82. ['StarPower'] = 'S79',
  83. ['Plasma'] = 'S80',
  84. ['Pinky'] = 'S81',
  85. ['Bubblegum'] = 'S82',
  86. ['Royale'] = 'S83',
  87. ['Champion'] = 'S84',
  88. ['Toxic'] = 'S85',
  89. ['VectorWeb'] = 'S86',
  90. ['SolarWave'] = 'S87',
  91. ['RedCircuit'] = 'S88',
  92. ['RedIron'] = 'S89',
  93. ['BlueZebra'] = 'S90',
  94. ['Fracture'] = 'S91',
  95. ['Buzz'] = 'S92',
  96. ['NXTCamo'] = 'S93',
  97. ['Fractal'] = 'S94',
  98. ['PurpleZebra'] = 'S95'
  99. }
  100.  
  101. local oh1 = "EquipItem"
  102. local oh2 = yes[skin]
  103. game:GetService("ReplicatedStorage").RemoteFunction:InvokeServer(oh1, oh2)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement