Change Bot

triangle-exclamation
triangle-exclamation

World Change

The bot will try to change account every perWorld amount of world done.

Level Up

The bot will try to change account every perLevel level.

Example

changeBot = {
    worldChange = {
        enabled = true,
        perWorld = 1
    },
    
    levelUp = {
        enabled = false,
        perLevel = 1
    }
}

Last updated