コード例 #1
0
def Androids():
    print("Lr Android 17&18/android#17")
    stage = input('What stage would you like to complete(543001) : ')
    difficulty = input('Enter the difficulty|(4:Super 2): ')
    loop = input('Enter how many times to execute(11): ')
    for i in range(int(loop)):
        commands.complete_stage(stage, difficulty)

    stage = input('What stage would you like to complete(366008) : ')
    difficulty = input('Enter the difficulty|(2:Z-Hard): ')
    loop = input('Enter how many times to execute(11): ')
    for i in range(int(loop)):
        commands.complete_stage(stage, difficulty)

    stage = input('What stage would you like to complete(503002) : ')
    difficulty = input('Enter the difficulty|(2:Z-Hard): ')
    loop = input('Enter how many times to execute(11): ')
    for i in range(int(loop)):
        commands.complete_stage(stage, difficulty)
        stage = input('What stage would you like to complete(366008) : ')
    difficulty = input('Enter the difficulty|(2:Z-Hard): ')
    loop = input('Enter how many times to execute(11): ')
    for i in range(int(loop)):
        commands.complete_stage(stage, difficulty)

    stage = input('What stage would you like to complete(415002) : ')
    difficulty = input('Enter the difficulty|(2:Z-Hard): ')
    loop = input('Enter how many times to execute(11): ')
    for i in range(int(loop)):
        commands.complete_stage(stage, difficulty)
コード例 #2
0
def ssss():
    print("STR Super Gogeta")
    stage = input(
        'What stage would you like to complete(505003 Fusion Reborn!) : ')
    difficulty = input('Enter the difficulty|(4:Super2): ')
    loop = input('Enter how many times to execute(2): ')
    for i in range(int(loop)):
        commands.complete_stage(stage, difficulty)
コード例 #3
0
def eeee():
    print("PHY Goku Black")
    stage = input(
        'What stage would you like to complete(518002 Dark Nightmare) : ')
    difficulty = input('Enter the difficulty|(3:Super): ')
    loop = input('Enter how many times to execute(11): ')
    for i in range(int(loop)):
        commands.complete_stage(stage, difficulty)
コード例 #4
0
def ee():
    print("INT Kid Buu")
    stage = input(
        'What stage would you like to complete(524003 Regression to Evil) : ')
    difficulty = input('Enter the difficulty|(4:Super2): ')
    loop = input('Enter how many times to execute(11): ')
    for i in range(int(loop)):
        commands.complete_stage(stage, difficulty)
コード例 #5
0
def dd():
    print("PHY Android 17")
    stage = input(
        'What stage would you like to complete(543001 Superb Ranger) : ')
    difficulty = input('Enter the difficulty|(4:Super2): ')
    loop = input('Enter how many times to execute(11): ')
    for i in range(int(loop)):
        commands.complete_stage(stage, difficulty)
コード例 #6
0
def cc():
    print("SSJ3 Gotenks")
    stage = input(
        'What stage would you like to complete(513002 Super Gotenks) : ')
    difficulty = input('Enter the difficulty|(3:Super): ')
    loop = input('Enter how many times to execute(11): ')
    for i in range(int(loop)):
        commands.complete_stage(stage, difficulty)
コード例 #7
0
def by():
    print("Lr Legendary Super Saiyan Broly")
    stage = input(
        'What stage would you like to complete(501003 The Demon Returns) : ')
    difficulty = input('Enter the difficulty|(3:Super): ')
    loop = input('Enter how many times to execute(11): ')
    for i in range(int(loop)):
        commands.complete_stage(stage, difficulty)
コード例 #8
0
def gh():
    print(" Lr Super Saiyan 2 Gohan")
    stage = input(
        'What stage would you like to complete(Waking Nightmare 502003) : ')
    difficulty = input('Enter the difficulty|(3:Super): ')
    loop = input('Enter how many times to execute(11): ')
    for i in range(int(loop)):
        commands.complete_stage(stage, difficulty)
コード例 #9
0
def c():
    print("Lr Cell (Perfect Form) & Cell Jr")
    stage = input(
        'What stage would you like to complete(Waking Nightmare 502003) : ')
    difficulty = input('Enter the difficulty|(3:Super): ')
    loop = input('Enter how many times to execute(7): ')
    for i in range(int(loop)):
        commands.complete_stage(stage, difficulty)
コード例 #10
0
def fff():
    print("AGL SSGSS Goku")
    stage = input(
        'What stage would you like to complete(514001 Ceaseless Combat) : ')
    difficulty = input('Enter the difficulty|(3:Super): ')
    loop = input('Enter how many times to execute(5): ')
    for i in range(int(loop)):
        commands.complete_stage(stage, difficulty)
コード例 #11
0
def gg():
    print("PHY SSGSS Vegito")
    stage = input(
        'What stage would you like to complete(519001 Fusion in Blue) : ')
    difficulty = input('Enter the difficulty|(3:Super): ')
    loop = input('Enter how many times to execute(11): ')
    for i in range(int(loop)):
        commands.complete_stage(stage, difficulty)
コード例 #12
0
def a():
    print("INT SSJ3 Bardock")
    stage = input(
        'What stage would you like to complete(534001 The Unknown Battle : ')
    difficulty = input('Enter the difficulty|(4:Super2): ')
    loop = input('Enter how many times to execute(11): ')
    for i in range(int(loop)):
        commands.complete_stage(stage, difficulty)
コード例 #13
0
def jj():
    print("TEQ TransFrieza")
    stage = input(
        'What stage would you like to complete(545001 Ever-Evolving Evil : ')
    difficulty = input('Enter the difficulty|(4:Super2): ')
    loop = input('Enter how many times to execute(11): ')
    for i in range(int(loop)):
        commands.complete_stage(stage, difficulty)
コード例 #14
0
def b():
    print("Lr Full Power Boujack (Galactic Warrior)")
    stage = input(
        'What stage would you like to complete( Extreme Peril 306008) : ')
    difficulty = input('Enter the difficulty|(2:Z-Hard): ')
    loop = input('Enter how many times to execute(25): ')
    for i in range(int(loop)):
        commands.complete_stage(stage, difficulty)
コード例 #15
0
def gggg():
    print("AGL Transgoku")
    stage = input(
        'What stage would you like to complete(544001 Ever-Evolving Power : ')
    difficulty = input('Enter the difficulty|(4:Super2): ')
    loop = input('Enter how many times to execute(11): ')
    for i in range(int(loop)):
        commands.complete_stage(stage, difficulty)
コード例 #16
0
def ss():
    print("TEQ Super Saiyan God SS Vegito")
    stage = input(
        'What stage would you like to complete(519002 Sublime Blue!) : ')
    difficulty = input('Enter the difficulty|(4:Super2): ')
    loop = input('Enter how many times to execute(11): ')
    for i in range(int(loop)):
        commands.complete_stage(stage, difficulty)
コード例 #17
0
def aa():
    print("STR SSJ4 Goku")
    stage = input(
        'What stage would you like to complete(525001 The Scarlet Hero! Super Saiyan 4! : '
    )
    difficulty = input('Enter the difficulty|(4:Super2): ')
    loop = input('Enter how many times to execute(11): ')
    for i in range(int(loop)):
        commands.complete_stage(stage, difficulty)
コード例 #18
0
def jjj():
    print("AGL Broly")
    stage = input(
        'What stage would you like to complete(548001 The Greatest Saiyan Adversary) : '
    )
    difficulty = input('Enter the difficulty|(4:Super2): ')
    loop = input('Enter how many times to execute(5): ')
    for i in range(int(loop)):
        commands.complete_stage(stage, difficulty)
コード例 #19
0
def j():
    print("INT Janemba")
    stage = input(
        'What stage would you like to complete(506003 Overwhelming Force of Evil! : '
    )
    difficulty = input('Enter the difficulty|(4:Super2): ')
    loop = input('Enter how many times to execute(2): ')
    for i in range(int(loop)):
        commands.complete_stage(stage, difficulty)
コード例 #20
0
def hhh():
    print("AGL Turles")
    stage = input(
        'What stage would you like to complete(539001 Arrival of the Universe-Crusher! : '
    )
    difficulty = input('Enter the difficulty|(4:Super2): ')
    loop = input('Enter how many times to execute(11): ')
    for i in range(int(loop)):
        commands.complete_stage(stage, difficulty)
コード例 #21
0
def hh():
    print("PHY SSJ3 Gotenks")
    stage = input(
        'What stage would you like to complete(513003 One Powerful Super Fusion! : '
    )
    difficulty = input('Enter the difficulty|(4:Super2): ')
    loop = input('Enter how many times to execute(11): ')
    for i in range(int(loop)):
        commands.complete_stage(stage, difficulty)
コード例 #22
0
def h():
    print("STR SSJ3 Vegeta")
    stage = input(
        'What stage would you like to complete(510002 The Most Powerful Blow : '
    )
    difficulty = input('Enter the difficulty|(2:Z-Hard): ')
    loop = input('Enter how many times to execute(10): ')
    for i in range(int(loop)):
        commands.complete_stage(stage, difficulty)
コード例 #23
0
def s():
    print("AGL Super Saiyan Gogeta")
    stage = input(
        'What stage would you like to complete(549001 The Omnipotent Saiyan Warrior) : '
    )
    difficulty = input('Enter the difficulty|(4:Super2): ')
    loop = input('Enter how many times to execute(11): ')
    for i in range(int(loop)):
        commands.complete_stage(stage, difficulty)
コード例 #24
0
def aaaa():
    print("AGL SSJ4 Vegeta")
    stage = input(
        'What stage would you like to complete(526001 The Crimson Flash! Super Saiyan 4 : '
    )
    difficulty = input('Enter the difficulty|(4:Super2): ')
    loop = input('Enter how many times to execute(11): ')
    for i in range(int(loop)):
        commands.complete_stage(stage, difficulty)
コード例 #25
0
def g():
    print("STR Rose Goku Black")
    stage = input(
        'What stage would you like to complete(520002 Searing Rose-Colored Fury) : '
    )
    difficulty = input('Enter the difficulty|(4:Super2): ')
    loop = input('Enter how many times to execute(11): ')
    for i in range(int(loop)):
        commands.complete_stage(stage, difficulty)
コード例 #26
0
def ffff():
    print("STR Toppo")
    stage = input(
        'What stage would you like to complete(524002 Battle for Honor and Pride) : '
    )
    difficulty = input('Enter the difficulty|(4:Super2): ')
    loop = input('Enter how many times to execute(5): ')
    for i in range(int(loop)):
        commands.complete_stage(stage, difficulty)
コード例 #27
0
def aaa():
    print("INT UI Goku")
    stage = input(
        'What stage would you like to complete(538001 Kaboom! Ultra Instinct : '
    )
    difficulty = input('Enter the difficulty|(4:Super2): ')
    loop = input('Enter how many times to execute(11): ')
    for i in range(int(loop)):
        commands.complete_stage(stage, difficulty)
コード例 #28
0
def ggg():
    print("STR SSJ3 Goku")
    stage = input(
        'What stage would you like to complete(504002 Ultimate Finishing Move Area : '
    )
    difficulty = input('Enter the difficulty|(2:Z-Hard): ')
    loop = input('Enter how many times to execute(10): ')
    for i in range(int(loop)):
        commands.complete_stage(stage, difficulty)
コード例 #29
0
def b():
    print("PHY FP Frieza")
    stage = input(
        'What stage would you like to complete(507002 Full-Power Final Battle : '
    )
    difficulty = input('Enter the difficulty|(2:Z-Hard): ')
    loop = input('Enter how many times to execute(11): ')
    for i in range(int(loop)):
        commands.complete_stage(stage, difficulty)
コード例 #30
0
def gggx():
    print("TEQ SSJ3 Broly")
    stage = input(
        'What stage would you like to complete(531001 All-Time Nastiest Evolution : '
    )
    difficulty = input('Enter the difficulty|(4:Super2): ')
    loop = input('Enter how many times to execute(11): ')
    for i in range(int(loop)):
        commands.complete_stage(stage, difficulty)