Just click them both
This commit is contained in:
parent
719f661556
commit
3b9553b365
1 changed files with 2 additions and 5 deletions
|
@ -40,11 +40,8 @@ function mainLoop() {
|
|||
botLastRandom = botTimestamp();
|
||||
break;
|
||||
case 'Are you sure?':
|
||||
if(botDropping) {
|
||||
clickButton('Drop Item');
|
||||
} else {
|
||||
clickButton('Activate Item');
|
||||
}
|
||||
clickButton('Drop Item');
|
||||
clickButton('Activate Item');
|
||||
break;
|
||||
case 'ARE YOU SURE?':
|
||||
case 'CONFIRM PURCHASE':
|
||||
|
|
Loading…
Reference in a new issue