Skip to main content

Simulating Bets

We have prepared server-side console commands for simulating playing on a slot machine. These commands allow you to analyze the results of multiple bets and calculate average profits.

note

Results obtained from the console commands are based on random simulations and may vary between individuals. Each bet's outcome is determined by a random number generator, introducing an element of chance. As a result, the results you obtain may differ from those of others. It is recommended to run multiple runs to get a more accurate understanding of the expected outcomes. Keep in mind that these outcomes are inherently unpredictable, and the commands are meant for simulation and analysis purposes only.

Single simulation

Usage: __slotsim (amount of bets)

Example:

__slotsim 20
> Won amount: 300 | Spent amount: 1000 | Total -700

Average from multiple runs

Usage: __slotsimavg (amount of bets) (amount of runs)

Example:

__slotsimavg 100 10
> Average total: 230.0