Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Decompiled with the Synapse X Luau decompiler.
- local v1 = math.random(2, 10);
- local function v2(p1)
- return math.floor(p1 + 0.5);
- end;
- return {
- Black_Market = {
- BERETTA = {
- price = v2(10 / v1),
- rep = 0
- },
- DRACO = {
- price = v2(65 / v1),
- rep = 0
- },
- ["GLOCK 17"] = {
- price = v2(70 / v1),
- rep = 0
- },
- ["MICRO UZI"] = {
- price = v2(130 / v1),
- rep = 0
- },
- ["S&W .357"] = {
- price = v2(400 / v1),
- rep = 0
- },
- ["SAWED-OFF"] = {
- price = v2(230 / v1),
- rep = 0
- },
- ["USP-S"] = {
- price = v2(160 / v1),
- rep = 0
- }
- }
- };
Advertisement
Add Comment
Please, Sign In to add comment