Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion scripts/com.r2studio.TapTitans2/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -1017,7 +1017,8 @@ var GameAssistant = function () {

console.log('we are not in game, try back 30 secs later');
sleep(30000);
keycode('BACK', 3500);
keycode('BACK', 30000);
console.log('back clicked, wait 30 secs for fairy reward loading')
this.refreshScreen();
if (this.gInfo.fairyCollectReward.check(this._img)) {
console.log('fairy reward collected');
Expand Down
Binary file modified scripts/com.r2studio.TapTitans2/index.zip
Binary file not shown.