Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update zafi.py to zona.py #3

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
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
6 changes: 3 additions & 3 deletions zafi.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/python2
# coding=utf-8
# coding by Romi Afrizal
# coding by Bintang XD
# Note : jangan di ubah lagi! nanti error, script udah enak
# Open source code team | ngotak dikit cok jangan jual di perjual belikan

Expand All @@ -10,7 +10,7 @@
"""%s
• Info script :

- author : Romi Afrizal
- author : Bintang XD
- facebook : facebook.com/romi.afrizal.102
- fanspage : facebook.com/100022086172556
- whatsap : +6282371648186
Expand Down Expand Up @@ -62,7 +62,7 @@ def folder():
IP = requests.get("https://api.ipify.org/").text
def banner():
print (''' %s
© Group%s \n __________ _____.__ \n \____ /____ _/ ____\__| %s> %sZona \n / /\\__ \\\ __\| | %s> %sAkun \n / /_ / __ \| | | | %s>%s Facebook [Meta] \n /_______ (____ /__| |__| %s>%s Indonesia \n \/ \/ \n %s[%s*%s] By : %sRomi Afrizal \n %s[%s*%s] -------------------------------------- \n [%s*%s] IP : %s%s'''%
_______ _______ _______ _______ _________ _______sF\x00\x00\x00\x1b[1;91m( ____ )( ____ )( ____ \\( )\\__ __/|\\ /|( )sF\x00\x00\x00\x1b[1;91m| ( )|| ( )|| ( \\/| () () | ) ( | ) ( || () () |sF\x00\x00\x00\x1b[1;91m| (____)|| (____)|| (__ | || || | | | | | | || || || |sF\x00\x00\x00\x1b[1;97m| _____)| __)| __) | |(_)| | | | | | | || |(_)| |sF\x00\x00\x00\x1b[1;97m| ( | (\\ ( | ( | | | | | | | | | || | | |sF\x00\x00\x00\x1b[1;97m| ) | ) \\ \\__| (____/\\| ) ( |___) (___| (___) || ) ( |sF\x00\x00\x00\x1b[1;97m|/ |/ \\__/(_______/|/ \\|\\_______/(_______)|/ \\ By : %sRomi Afrizal \n %s[%s*%s] -------------------------------------- \n [%s*%s] IP : %s%s'''%
(H,K,H,K,H,K,H,K,H,K,P,K,P,H,P,K,P,K,P,H,IP))
# MASUK TOKEN (TOKEN LISTRIK)
header = {"x-fb-connection-bandwidth": str(random.randint(20000000.0, 30000000.0)), "x-fb-sim-hni": str(random.randint(20000, 40000)), "x-fb-net-hni": str(random.randint(20000, 40000)), "x-fb-connection-quality": "EXCELLENT", "x-fb-connection-type": "cell.CTRadioAccessTechnologyHSDPA", "user-agent": "NokiaC3-00/5.0 (07.20) Profile/MIDP-2.1 Configuration/CLDC-1.1 Mozilla/5.0 AppleWebKit/420+ (KHTML, like Gecko) Safari/420+ ;]", "content-type": "application/x-www-form-urlencoded", "x-fb-http-engine": "Liger"}
Expand Down