|
@ -1,44 +0,0 @@ |
|
|
#!/usr/bin/python |
|
|
|
|
|
|
|
|
|
|
|
import sys |
|
|
|
|
|
import os |
|
|
|
|
|
|
|
|
|
|
|
class Unbuffered(object): |
|
|
|
|
|
def __init__(self, stream): |
|
|
|
|
|
self.stream = stream |
|
|
|
|
|
def write(self, data): |
|
|
|
|
|
self.stream.write(data) |
|
|
|
|
|
self.stream.flush() |
|
|
|
|
|
def writelines(self, datas): |
|
|
|
|
|
self.stream.writelines(datas) |
|
|
|
|
|
self.stream.flush() |
|
|
|
|
|
def __getattr__(self, attr): |
|
|
|
|
|
return getattr(self.stream, attr) |
|
|
|
|
|
|
|
|
|
|
|
sys.stdout = Unbuffered(sys.stdout) |
|
|
|
|
|
print" /$$ /$$ /$$$$$$ /$$ /$$$$$$$ /$$ /$$ /$$ /$$" |
|
|
|
|
|
print" | $$ /$$/ /$$__ $$| $$ | $$__ $$| $$ /$ | $$| $$$ | $$" |
|
|
|
|
|
print" | $$ /$$/ | $$ \__/| $$ | $$ \ $$| $$ /$$$| $$| $$$$| $$" |
|
|
|
|
|
print" | $$$$$/ | $$$$$$ | $$ | $$$$$$$/| $$/$$ $$ $$| $$ $$ $$" |
|
|
|
|
|
print" | $$ $$ \____ $$| $$ | $$____/ | $$$$_ $$$$| $$ $$$$" |
|
|
|
|
|
print" | $$\ $$ /$$ \ $$| $$ | $$ | $$$/ \ $$$| $$\ $$$" |
|
|
|
|
|
print" | $$ \ $$| $$$$$$/| $$$$$$$$ | $$ | $$/ \ $$| $$ \ $$" |
|
|
|
|
|
print" |__/ \__/ \______/ |________/ |__/ |__/ \__/|__/ \__/" |
|
|
|
|
|
print" Author : Bagus Widhyasmara" |
|
|
|
|
|
print "<~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~>" |
|
|
|
|
|
print" " |
|
|
|
|
|
print "clue --> The 3rd answer can be read use indonesian and english language !" |
|
|
|
|
|
|
|
|
|
|
|
flag1 = "{flag=you_are_jenius}" |
|
|
|
|
|
|
|
|
|
|
|
while True: |
|
|
|
|
|
x = raw_input("enter your born place ") |
|
|
|
|
|
y = input("enter your bornn year ") |
|
|
|
|
|
z = input("how many letters o on born ? ") |
|
|
|
|
|
if z == 1: |
|
|
|
|
|
perlin = raw_input("silahkan ketik perintah linux apapun! ") |
|
|
|
|
|
os.system(perlin) |
|
|
|
|
|
print "Here ya go! ", flag1 |
|
|
|
|
|
exit(0) |
|
|
|
|
|
else: |
|
|
|
|
|
print "{fIa9=YOU_VERY_STUPID_!!!}" |
|
|
|