diff --git a/Saves/ios/testo b/Saves/ios/testo new file mode 100644 index 0000000..b8d515e --- /dev/null +++ b/Saves/ios/testo @@ -0,0 +1,5 @@ +QpjHUdoHCvd4vaebzw68AwkaAItJvAiFcE5uP+1mkivkmRPsyXpAPfOAz5T2Yag0Uh4T9HamWhnDraA3gbvTew==:/Reiii1GV7ZuNoicmvhfeg== +7fca3087-43cf-4bf1-950b-165834aa828a +5e9a6e1f-f069-4bcf-adb3-dbf0e87272d0:4b46bc26 +ios +global diff --git a/__pycache__/commands.cpython-37.pyc b/__pycache__/commands.cpython-37.pyc index 4fa69c5..2a313fb 100644 Binary files a/__pycache__/commands.cpython-37.pyc and b/__pycache__/commands.cpython-37.pyc differ diff --git a/__pycache__/config.cpython-37.pyc b/__pycache__/config.cpython-37.pyc index f71f185..1d4fe32 100644 Binary files a/__pycache__/config.cpython-37.pyc and b/__pycache__/config.cpython-37.pyc differ diff --git a/commands.py b/commands.py index 23f67d5..0fbccf6 100644 --- a/commands.py +++ b/commands.py @@ -2603,6 +2603,7 @@ def user_command_executor(command): complete_unfinished_events() complete_unfinished_zbattles() complete_clash() + punch_machine() refresh_client() get_user_info() elif command == 'completequests': @@ -2638,6 +2639,8 @@ def user_command_executor(command): items_viewer() elif command == 'medals': sell_medals() + elif command == 'punchmachine': + punch_machine() elif command == 'sell': sell_cards__bulk_GUI() elif command == 'cards': @@ -2673,7 +2676,24 @@ def user_command_executor(command): refresh_client() else: print('Command not found.') +#################################################################### +def punch_machine(): + print("This will do all of Hercule Punch levels.") + print("Wait for it...") +#Zeni Stage 711001 Difficulties: [1] AreaID: 711 +#Potential Orb Stage 711002 Difficulties: [1] AreaID: 711 +#Dragon Stone Stage 711003 Difficulties: [1] AreaID: 711 +#Zeni Stage 711004 Difficulties: [1] AreaID: 711 +#Potential Orb Stage 711005 Difficulties: [1] AreaID: 711 +#Dragon Stone Stage 711006 Difficulties: [1] AreaID: 711 + complete_stage('711001', 1) + complete_stage('711002', 1) + complete_stage('711003', 1) + complete_stage('711004', 1) + complete_stage('711005', 1) + complete_stage('711006', 1) + print("It is done.") #################################################################### def medal_calculator(): # ## Pre Lr Accounts diff --git a/help.txt b/help.txt index 539d661..f4e3de3 100644 --- a/help.txt +++ b/help.txt @@ -20,6 +20,7 @@ To stop a command from executing, hold ctrl + c 'omegafarm' -> Completes everything (story, events, zbattle, daily, accepts gifts and missions) 'info' -> Print out account information. 'medalcal' -> Does free LR's +'punchmachine' -> Does Punch Machine 'items' -> Provides a GUI to view user items. 'medals' -> Provides a GUI to view and sell medals. 'potara' -> One command to do all potara events (it's not automated, you have to do stuff manualy as well!)