Advertisement
CaliberMag

logs

Jan 26th, 2020
266
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.16 KB | None | 0 0
  1. local stnad = game.Players.LocalPlayer.Data.Stand.Value
  2. if stnad == 1 then
  3. print("Standless")
  4.  
  5. elseif stnad == 2 then
  6. print("Star Platinum")
  7.  
  8. elseif stnad == 3 then
  9. print("")
  10.  
  11. elseif stnad == 4 then
  12. print("")
  13.  
  14. elseif stnad == 5 then
  15. print("The World")
  16.  
  17. elseif stnad == 6 then
  18. print("The World (OVA)")
  19.  
  20. elseif stnad == 7 then
  21. print("The World (OVA) Over Heaven")
  22.  
  23. elseif stnad == 8 then
  24. print("Creeper Queen")
  25.  
  26. elseif stnad == 9 then
  27. print("")
  28.  
  29. elseif stnad == 10 then
  30. print("Crazy Diamond")
  31.  
  32. elseif stnad == 11 then
  33. print("Killer Queen")
  34.  
  35. elseif stnad == 12 then
  36. print("Gold Experience")
  37.  
  38. elseif stnad == 13 then
  39. print("Gold Experience Requiem")
  40.  
  41. elseif stnad == 14 then
  42. print("King Crimson")
  43.  
  44. elseif stnad == 15 then
  45. print("")
  46.  
  47. elseif stnad == 16 then
  48. print("Doppio KC")
  49.  
  50. elseif stnad == 17 then
  51. print("The World (Alternate Universe)")
  52.  
  53. elseif stnad == 18 then
  54. print("Star Platinum Over Heaven")
  55.  
  56. elseif stnad == 19 then
  57. print("The World Over Heaven")
  58.  
  59. elseif stnad == 20 then
  60. print("")
  61.  
  62. elseif stnad == 21 then
  63. print("Samurai")
  64.  
  65. elseif stnad == 22 then
  66. print("Anubis")
  67.  
  68. elseif stnad == 23 then
  69. print("")
  70.  
  71. elseif stnad == 24 then
  72. print("")
  73.  
  74. elseif stnad == 25 then
  75. print("Star Platinum (OVA) Over Heaven")
  76.  
  77. elseif stnad == 26 then
  78. print("")
  79.  
  80. elseif stnad == 27 then
  81. print("Sapphire Experience Requiem")
  82.  
  83. elseif stnad == 28 then
  84. print("Volcanic Experience Requiem")
  85.  
  86. elseif stnad == 29 then
  87. print("")
  88.  
  89. elseif stnad == 30 then
  90. print("Solar Crimson")
  91.  
  92. elseif stnad == 31 then
  93. print("Gold Diamond")
  94.  
  95. elseif stnad == 32 then
  96. print("")
  97.  
  98. elseif stnad == 33 then
  99. print("")
  100.  
  101. elseif stnad == 34 then
  102. print("Toxic Experience/Star Platinum: The World")
  103.  
  104. elseif stnad == 35 then
  105. print("Sapphire Experience")
  106. elseif stnad == 36 then
  107. print("")
  108.  
  109. elseif stnad == 37 then
  110. print("")
  111.  
  112. elseif stnad == 38 then
  113. print("Toxic Experience Requiem")
  114.  
  115. elseif stnad == 39 then
  116. print("Volcanic Experience")
  117. --Below are value jumps.
  118. elseif stnad == 45 then
  119. print("Sans Crimson")
  120.  
  121. elseif stnad == 54 then
  122. print("Steve Platinum")
  123.  
  124. elseif stnad == 55 then
  125. print("Toxic The World (Alternate Universe")
  126.  
  127. elseif stnad == 56 then
  128. print("Hamon")
  129.  
  130. elseif stnad == 57 then
  131. print("Oni")
  132.  
  133. elseif stnad == 65 then
  134. print("Shadow Pot Platinum")
  135.  
  136. elseif stnad == 70 then
  137. print("Whitesnake")
  138.  
  139. elseif stnad == 73 then
  140. print("Made in Heaven")
  141.  
  142. elseif stnad == 75 then
  143. print("Vampire")
  144.  
  145. elseif stnad == 85 then
  146. print("King Crimson (Alternate Universe)")
  147.  
  148. elseif stnad == 87 then
  149. print("Initial D")
  150.  
  151. elseif stnad == 89 then
  152. print("Hierophant Green")
  153.  
  154. elseif stnad == 90 then
  155. print("Spin")
  156.  
  157. elseif stnad == 92 then
  158. print("EVA Unit-01")
  159. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement