import commands from colorama import init, Fore, Back, Style # Coloroma autoreset init(autoreset=True) def sbr_new(): print('---------------------------------') print(Fore.YELLOW + Style.BRIGHT + 'Clear with Universe Survival Sagaa Category Team') commands.change_team() commands.complete_stage('710021', 5) print(Fore.YELLOW + Style.BRIGHT + 'Clear with Super Saiyan 3" Category Team') commands.change_team() commands.complete_stage('710022', 5) print(Fore.YELLOW + Style.BRIGHT + 'Clear with Giant Form Category Team') commands.change_team() commands.complete_stage('710023', 5) print(Fore.YELLOW + Style.BRIGHT + 'Clear with Transformation Boost Category Team') commands.change_team() commands.complete_stage('710024', 5) print(Fore.YELLOW + Style.BRIGHT + 'Clear with Ginyu Force Category Team') commands.change_team() commands.complete_stage('710025', 5) print(Fore.YELLOW + Style.BRIGHT + 'Clear with Movie Bosses Category Team') commands.change_team() commands.complete_stage('710026', 5) print(Fore.YELLOW + Style.BRIGHT + 'Clear with Pure Saiyans Category Team') commands.change_team() commands.complete_stage('710027', 5) print(Fore.YELLOW + Style.BRIGHT + 'Clear with Future Saga Category Team') commands.change_team() commands.complete_stage('710028', 5) print(Fore.YELLOW + Style.BRIGHT + 'Clear with Full Power Category Team') commands.change_team() commands.complete_stage('710029', 5) print(Fore.YELLOW + Style.BRIGHT + 'Clear with Androids Category Team') commands.change_team() commands.complete_stage('710030', 5) def sbr_next(): print(Fore.YELLOW + Style.BRIGHT + 'Clear with Super Class Team') commands.change_team() commands.complete_stage('710011', 5) print(Fore.YELLOW + Style.BRIGHT + 'Clear with Extreme Class Team') commands.change_team() commands.complete_stage('710012', 5) print(Fore.YELLOW + Style.BRIGHT + 'Clear with Fusion Category Team') commands.change_team() commands.complete_stage('710013', 5) print(Fore.YELLOW + Style.BRIGHT + 'Clear with Shadow Dragons Category Team') commands.change_team() commands.complete_stage('710014', 5) print(Fore.YELLOW + Style.BRIGHT + 'Clear with Peppy Gals Category Team') commands.change_team() commands.complete_stage('710015', 5) print(Fore.YELLOW + Style.BRIGHT + 'Clear with Hybrid Saiyans Category Team') commands.change_team() commands.complete_stage('710016', 5) print(Fore.YELLOW + Style.BRIGHT + 'Clear with Resurrected Warriors Category Team') commands.change_team() commands.complete_stage('710017', 5) print(Fore.YELLOW + Style.BRIGHT + 'Clear with Realm of Gods Category Team') commands.change_team() commands.complete_stage('710018', 5) print(Fore.YELLOW + Style.BRIGHT + 'Clear with Majin Buu Saga Category Team') commands.change_team() commands.complete_stage('710019', 5) print(Fore.YELLOW + Style.BRIGHT + 'Clear with Potara Category Team') commands.change_team() commands.complete_stage('710020', 5) print('---------------------------------') def complete_sbr(): print('------------------------------------') print(Fore.YELLOW + Style.BRIGHT + 'Clear with Super TEQ Team') commands.change_team() commands.complete_stage('710001', 5) print(Fore.YELLOW + Style.BRIGHT + 'Clear with Extreme TEQ Team') commands.change_team() commands.complete_stage('710002', 5) print(Fore.YELLOW + Style.BRIGHT + 'Clear with Super INT Team') commands.change_team() commands.complete_stage('710003', 5) print(Fore.YELLOW + Style.BRIGHT + 'Clear with Extreme INT Team') commands.change_team() commands.complete_stage('710004', 5) print(Fore.YELLOW + Style.BRIGHT + 'Clear with Super PHY Team') commands.complete_stage('710005', 5) print(Fore.YELLOW + Style.BRIGHT + 'Clear with Extreme PHY Team') commands.change_team() commands.complete_stage('710006', 5) print(Fore.YELLOW + Style.BRIGHT + 'Clear with Super AGL Team') commands.change_team() commands.complete_stage('710007', 5) print(Fore.YELLOW + Style.BRIGHT + 'Clear with Extreme AGL Team') commands.change_team() commands.complete_stage('710008', 5) print(Fore.YELLOW + Style.BRIGHT + 'Clear with Super STR Team') commands.change_team() commands.complete_stage('710009', 5) print(Fore.YELLOW + Style.BRIGHT + 'Clear with Extreme STR Team') commands.change_team() commands.complete_stage('710010', 5) print('---------------------------------')