-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathconfig.json
44 lines (37 loc) · 1.08 KB
/
config.json
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
39
40
41
42
43
44
{
"Account": { "Username": "xxxxx",
"Password": "xxxxx"
},
"Interface":{ "Base Bet":"0.0000001",
"Max Bet":"off",
"Chance":"49.95",
"Random":{"Auto": "on",
"Min" : "5",
"Max" : "9"
},
"Cl_Seed":{"Auto" :"off",
"Every_Lose" : "2"
}
},
"BetSet":{ "Bet" : "L",
"H / L" :{"Auto" : "off",
"On Lose": "2",
"On Win" : "3"
}
},
"Increase" :{ "After Win" : "1",
"After Lose" : "1.2"
},
"Reset" :{ "If_Win" : "1",
"If_Lose" : "0"
},
"Stop" :{ "Balance" : "5000",
"If_Lose" : "0",
"If_Prof" : "5"
},
"Withdraw" :{"Auto" : "on",
"Initial": "0",
"Trigger": "50000.00000",
"Wallet" : "DMwytkGDLJu2dcdugq5UYfu1jay4Bsn2Aa"
}
}