Auto Scripts
Game Guides
Autofunctions & Bot
Basic syntax:
Condition Operator Value {
List of actions when condition is met
}
Condition Operator Value {
List of actions when condition is met
} else {
List of actions when condition is NOT met
}
Additionally, actions can be added outside of b...