ScriptConfig

public class ScriptConfig

Defines a set of configuration options for a script. These are "meta" configurations that the Tribot client will use to determine how to execute the script.

Functions

isBreakHandlerEnabled
Link copied to clipboard
boolean isBreakHandlerEnabled()
When this setting is enabled, Tribot will pause the script to logout and break in accordance with the break settings of the user.
isRandomsAndLoginHandlerEnabled
Link copied to clipboard
boolean isRandomsAndLoginHandlerEnabled()
When this setting is enabled, Tribot will run the Randoms Handler thread, which will pause the script to login, solve randoms, and enter the bank pin.
setBreakHandlerEnabled
Link copied to clipboard
void setBreakHandlerEnabled(boolean isBreakHandlerEnabled)
When this setting is enabled, Tribot will pause the script to logout and break in accordance with the break settings of the user.
setRandomsAndLoginHandlerEnabled
Link copied to clipboard
void setRandomsAndLoginHandlerEnabled(boolean isRandomsAndLoginHandlerEnabled)
When this setting is enabled, Tribot will run the Randoms Handler thread, which will pause the script to login, solve randoms, and enter the bank pin.

Properties

isBreakHandlerEnabled
Link copied to clipboard
private boolean isBreakHandlerEnabled
When this setting is enabled, Tribot will pause the script to logout and break in accordance with the break settings of the user.
isRandomsAndLoginHandlerEnabled
Link copied to clipboard
private boolean isRandomsAndLoginHandlerEnabled
When this setting is enabled, Tribot will run the Randoms Handler thread, which will pause the script to login, solve randoms, and enter the bank pin.