-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsettings.yml
39 lines (29 loc) · 1.01 KB
/
settings.yml
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
#Don't Change this
versionNumber: 3
# Amount of cars to buy (resets on lunch) 0 = no limit
AmountOFCars: 0
#This is how often to check game state don't change unless you know what you're doing
UpdateINT: 1800
#Display 1080p Min Only
Display: 1
#Change in AH delay noticed when pressing the y menu button
#Change this if you notice it's too slow at opening the buy menu or too fast
Delay: 400
#Capture images for money
UnpdateImagesMoney: true
#In sec how many times to check your money
MoneyTime: 300
#When you hit lower then $1k quit buying cars
#This might not be 100% accurate
Moneylimits:
Limitmoney: false
MoneyLimit: 1000
#Check When you change tabs to stop keyboard Input
CheckGameSelected: true
#run a local website to check your bal car count and more
#Make sure to run the website.bat for the first time to download all the dep
#This page will be http not https
Website:
RunLocalWebsite: false
#How often in sec to update the data on the website, setting this higher can use more resources
UpdateInv: 60