pischokiller

Untitled

Mar 11th, 2020
287
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. -- Decompiled with the Synapse X Luau decompiler.
  2.  
  3. local v1 = math.random(2, 10);
  4. local function v2(p1)
  5. return math.floor(p1 + 0.5);
  6. end;
  7. return {
  8. Black_Market = {
  9. BERETTA = {
  10. price = v2(10 / v1),
  11. rep = 0
  12. },
  13. DRACO = {
  14. price = v2(65 / v1),
  15. rep = 0
  16. },
  17. ["GLOCK 17"] = {
  18. price = v2(70 / v1),
  19. rep = 0
  20. },
  21. ["MICRO UZI"] = {
  22. price = v2(130 / v1),
  23. rep = 0
  24. },
  25. ["S&W .357"] = {
  26. price = v2(400 / v1),
  27. rep = 0
  28. },
  29. ["SAWED-OFF"] = {
  30. price = v2(230 / v1),
  31. rep = 0
  32. },
  33. ["USP-S"] = {
  34. price = v2(160 / v1),
  35. rep = 0
  36. }
  37. }
  38. };
Advertisement
Add Comment
Please, Sign In to add comment