Browse Source

Perintah Linux

master
bagushehe 5 years ago
parent
commit
d35c0e87cb
2 changed files with 80 additions and 0 deletions
  1. +44
    -0
      Perintah linux/aa.py
  2. +36
    -0
      Perintah linux/aaa.py

+ 44
- 0
Perintah linux/aa.py View File

@ -0,0 +1,44 @@
#!/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_!!!}"

+ 36
- 0
Perintah linux/aaa.py View File

@ -0,0 +1,36 @@
#!/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" "
name = raw_input("Masukan nama anda : ")
print("Selamat datang "+name)
perlin = raw_input("silahkan ketik perintah linux apapun! ")
os.system(perlin)
print("{flag=you_get_the_flag}")

Loading…
Cancel
Save