-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.lua
38 lines (30 loc) · 880 Bytes
/
config.lua
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
Crypto = {
History = {
["qbit"] = {}
},
Worth = {
["qbit"] = 367
},
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',
NewValue = 10, -- In minutes, so every 10 minutes.
-- Crashes or luck
ChanceOfCrashOrLuck = 10, -- This is in % (1-100)
Crash = {100,1000}, -- Min / Max
Luck = {100,250}, -- 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 = 60, -- If out of 100 is greater or equal to
CasualDown = {1,49}, -- Min / Max (If it goes down)
CasualUp = {1,49}, -- Min / Max (If it goes up)
}