This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*CONFIGURABLE*/ | |
var baseBet = 2;//This is your base bet, you can change it. | |
var crashOnNormalMode = 1.75;//This is what the bets will crash on in normal mode | |
var normalModeLostMultiply = 2;//Bet on normal mode will multiply by this when lost | |
var normalModeWinMultiply = 0.75;//Bet on normal mode will mutliply by this when wins | |
var chaserMultiplyOnLose = 1.3;//Bet will multiply by this in chaser mode on loss |