Skip to content

Instantly share code, notes, and snippets.

@Plaier
Created April 24, 2020 21:31
Show Gist options
  • Save Plaier/d4a410da7a3ec1ede952ae80ada6b1c7 to your computer and use it in GitHub Desktop.
Save Plaier/d4a410da7a3ec1ede952ae80ada6b1c7 to your computer and use it in GitHub Desktop.
Code For MS-A V1.1
__author__ = "JYH"
print(" _ _ ____ ______ _______ ")
print("| \ / | | ___| | __ | | _|_ |")
print("| \/ | |___ | ____ | |__| | | / | |")
print("| |\/| | ___| | |____| | | | | | _|_/ |")
print("|_| |_||_____| |_| |_| |___|___|")
print(" ")
print(" Bootup ")
bootup = input()
if bootup == "bootup":
print("63 72 65 61 74 69 6e 67 20 43 3a 5c ENTER CODE 188")
entercode = input()
if entercode == "188":
print("63 72 65 61 74 69 6e 67 20 43 3a 5c 50 72 6f 67 72 61 6d 20 46 69 6c 65 73 ENTER CODE 156")
entercode2 = input()
if entercode2 == "156":
print("63 72 65 61 74 69 6e 67 20 43 3a 5c 50 72 6f 67 72 61 6d 20 46 69 6c 65 73 5c 47 69 74 48 75 62 20 45 78 74 72 61 20 41 70 70 73 ENTER CODE 173745")
githubextrapps = input()
if githubextrapps == "173745":
print("V1.1 Not Finished Open-Source")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment