Untitled
unknown
plain_text
3 years ago
878 B
2
Indexable
Never
Crypto = { History = { ["qbit"] = {} }, Worth = { ["qbit"] = 50 }, Labels = { ["qbit"] = "Qbit" }, Exchange = { coords = vector3(1276.21, -1709.88, 54.57), RebootInfo = { state = false, percentage = 0 }, }, -- For auto updating the value of qbit Coin = 'qbit', RefreshTimer = 450, -- In minutes, so every 10 minutes. -- Crashes or luck ChanceOfCrashOrLuck = 10, -- This is in % (1-100) Crash = {20,80}, -- Min / Max Luck = {20,45}, -- Min / Max -- If not not Chance of crash or luck, then this shit ChanceOfDown = 30, -- If out of 100 hits less or equal to ChanceOfUp = 50, -- If out of 100 is greater or equal to CasualDown = {1,10}, -- Min / Max (If it goes down) CasualUp = {1,10}, -- Min / Max (If it goes up) }