-
Notifications
You must be signed in to change notification settings - Fork 5
Tasks
yaldabaoth444 edited this page Sep 11, 2023
·
12 revisions
πΌοΈ - image files in the Source directory
πΊοΈ - the name of the used navigation. Specified in the [Common] section of the configuration
π - The name of the preset that limits the choice of cars. Specified in the [CarsPreset] section of the configuration
π© - parameter
| Name | Description | Options | Cmd example | Script example |
|---|---|---|---|---|
| MP1 | Run multiplayer 1 (world series) | π© -r number of repetitionsπ© -b loop interruption on errors. 0 or 1 (default) |
-t MP1 -r 100 | MP1 100 |
| MP2 | Run multiplayer 2 (limited & trial series) | π© -r number of repetitionsπ© -b loop interruption on errors. 0 or 1 (default) |
-t MP2 -r 100 | MP2 100 |
| MP1Downgrade | Perform a downgrade for MP1 (world series) |
π world.downgradeπ© -r number of repetitionsπ© -p downgrade to a specified leagueπ© -b loop interruption on errors. 0 or 1 (default) |
-t MP1Downgrade -r 33 -p gold | MP1Downgrade 33 param:gold |
| MP2Downgrade | Perform a downgrade for MP2 (limited & trial series) |
π limited.downgradeπ trial.downgradeπ© -r number of repetitionsπ© -p downgrade to a specified leagueπ© -b loop interruption on errors. 0 or 1 (default) |
-t MP2Downgrade -r 33 -p rookie | MP2Downgrade 33 param:rookie |
| MP1Refuel | Refills the specified auto for MP1 (world series) |
π world.refuelπ© -r number of ads viewed to refillπ© -b loop interruption on errors. 0 or 1 (default) |
-t MP1Refuel -r 12 | MP1Refuel 12 |
| MP2Refuel | Refills the specified auto for MP2 (limited & trial series) |
π limited.refuelπ trial.refuelπ© -r number of ads viewed to refillπ© -b loop interruption on errors. 0 or 1 (default) |
-t MP2Refuel -r 12 | MP2Refuel 12 |
| DailyEvents | Designed to perform any daily events | πΌοΈ /Source/DailyEvents/QWERTY.png πΊοΈ Qwerty_navπ Qwerty_carsπ© -r number of repetitionsπ© -p your event nameπ© -b loop interruption on errors. 0 or 1 (default) |
-t DailyEvents -r 6 -p Qwerty | DailyEvents 6 param:Qwerty |
| Race | Launches the race from the car lobby |
π© -nav navigation name |
-t Race -nav "Himalayas: SNOW VAULT" | |
| Career | Run a race in the career For example: chapter 1, season Qwerty, race 2 |
πΌοΈ /Source/Career/QWERTY.png πΊοΈ 1_Qwerty_2_navπ 1_Qwerty_2_carsπ© -r number of repetitionsπ© -p complex career nameπ© -b loop interruption on errors. 0 or 1 (default) |
-t Career -r 6 -p 1_Qwerty_2 | Career 6 param:1_Qwerty_2 |
| AdWatcher | view ads | π© -r number of repetitions (use 1)π© -p where to watch adsβ’ not specified - watches ads from the current game screen (can be used for refueling cars) β’ ads - free ads pack β’ tickets - refill tickets β’ freerefill - instantly replenish tickets using the bonus pass features -b loop interruption on errors. 0 (default) or 1 |
-t AdWatcher -r 1 -p ads | AdWatcher 1 param:ads |
| Sleep | Sleeping for N minutes | π© -r number of minutes sleep |
-t Sleep -r 45 | Sleep 45 |
| Start | Start game app | -t Start | Start | |
| Kill | Close game app | -t Kill | Kill | |
| Exit | Close bot app | -t Exit | Exit | |
| Screenshot | Saves the current image of the game the bot is working with | π© -p pause before next screenshot in ms. If no parameter is set, takes one screenshot |
-t Screenshot -p 500 | unavailable |