Created
October 20, 2020 14:39
-
-
Save IARI/28f032c8c732b3c3108d1bd5ac21d7a3 to your computer and use it in GitHub Desktop.
Bluestacks Scripts: Idle Heroes
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#Brave Trial - Stage 1 + Hero setup | |
# Select Stage 1 | |
tap 29,5 78 50 | |
wait 300 | |
tap 50 87 50 | |
wait 300 | |
# Set up Heroes | |
tap 26 88 50 | |
wait 200 | |
tap 35 88 50 | |
wait 200 | |
tap 9 88 50 | |
wait 200 | |
tap 18 88 50 | |
wait 200 | |
tap 43 88 50 | |
wait 200 | |
tap 68 88 50 | |
wait 200 | |
# Set up Monster | |
tap 80 22 50 | |
wait 300 | |
tap 22 65 50 | |
wait 300 | |
# close monster screen | |
tap 89,5 13 50 | |
wait 500 | |
# Battle! | |
tap 79 40 50 | |
wait 500 | |
# Ok | |
tap 60 81 50 | |
wait 400 | |
# Close HeroFormation window | |
#tap 88 8 50 | |
#wait 300 | |
# Don't Close Stage 1 - fight first stage manually. | |
# Y Value of Hero Slots is 88 | |
# X-Values of Hero Slots for referencx | |
# Slot 1 | |
# 9 | |
# Slot 2 | |
# 18 | |
# Slot 3 | |
# 26 | |
# Slot 4 | |
# 35 | |
# Slot 5 | |
# 43 | |
# Slot 6 | |
# 51 | |
# Slot 7 | |
# 59 | |
# Slot 8 | |
# 68 | |
# Slot 9 | |
# 76 | |
# Slot 10 | |
# 85 | |
# Slot 11 | |
# 93 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Brave Trial - Fight Day | |
# stage 1 is handled in a | |
# separate script | |
# stage 4 | |
tap 36,5 44,5 50 | |
wait 300 | |
tap 50 87 50 | |
wait 350 | |
# Battle! | |
tap 79 40 50 | |
wait 500 | |
# Ok | |
tap 60 81 50 | |
wait 400 | |
# stage 5 | |
tap 41,5 60 50 | |
wait 300 | |
tap 50 87 50 | |
wait 350 | |
# Battle! | |
tap 79 40 50 | |
wait 500 | |
# Ok | |
tap 60 81 50 | |
wait 400 | |
# stage 6 | |
tap 49 68 50 | |
wait 300 | |
tap 50 87 50 | |
wait 350 | |
# Battle! | |
tap 79 40 50 | |
wait 500 | |
# Ok | |
tap 60 81 50 | |
wait 1000 | |
# Ok again | |
tap 50 83 50 | |
wait 350 | |
# stage 7 | |
tap 57 75 50 | |
wait 300 | |
tap 50 87 50 | |
wait 350 | |
# Battle! | |
tap 79 40 50 | |
wait 500 | |
# Ok | |
tap 60 81 50 | |
wait 400 | |
# stage 8 | |
tap 66 68,5 50 | |
wait 300 | |
tap 50 87 50 | |
wait 350 | |
# Battle! | |
tap 79 40 50 | |
wait 500 | |
# Ok | |
tap 60 81 50 | |
wait 400 | |
# stage 9 | |
tap 75,5 68 50 | |
wait 300 | |
tap 50 87 50 | |
wait 350 | |
# Battle! | |
tap 79 40 50 | |
wait 500 | |
# Ok | |
tap 60 81 50 | |
wait 1000 | |
# Ok again | |
tap 50 83 50 | |
wait 350 | |
# stage 10 | |
tap 84 57,5 50 | |
wait 300 | |
tap 50 87 50 | |
wait 350 | |
# Battle! | |
tap 79 40 50 | |
wait 500 | |
# Ok | |
tap 60 81 50 | |
wait 400 | |
# stage 11 | |
tap 69 55,5 50 | |
wait 300 | |
tap 50 87 50 | |
wait 350 | |
# Battle! | |
tap 79 40 50 | |
wait 500 | |
# Ok | |
tap 60 81 50 | |
wait 400 | |
# stage 12 | |
tap 62,5 47 50 | |
wait 300 | |
tap 50 87 50 | |
wait 350 | |
# Battle! | |
tap 79 40 50 | |
wait 500 | |
# Ok | |
tap 60 81 50 | |
wait 1000 | |
# Ok again | |
tap 50 83 50 | |
wait 350 | |
# stage 13 | |
tap 77,5 42,5 50 | |
wait 300 | |
tap 50 87 50 | |
wait 350 | |
# Battle! | |
tap 79 40 50 | |
wait 500 | |
# Ok | |
tap 60 81 50 | |
wait 400 | |
# stage 14 | |
tap 69 33,5 50 | |
wait 300 | |
tap 50 87 50 | |
wait 350 | |
# Battle! | |
tap 79 40 50 | |
wait 500 | |
# Ok | |
tap 60 81 50 | |
wait 400 | |
# stage 15 | |
tap 56,5 22 50 | |
wait 300 | |
tap 50 87 50 | |
wait 350 | |
# Battle! | |
tap 79 40 50 | |
wait 500 | |
# Ok | |
tap 60 81 50 | |
wait 1000 | |
# Ok again | |
tap 50 83 50 | |
wait 350 | |
# Close HeroFormation window | |
#tap 88 8 50 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment