diff --git a/Pcam.py b/Pcam.py index de0aec1..2524843 100644 --- a/Pcam.py +++ b/Pcam.py @@ -7,7 +7,7 @@ ██║ ██╔══██║██║╚██╔╝██║╚════╝██╔══██║██╔══██║██║ ██╔═██╗ ██╔══╝ ██╔══██╗╚════██║ ╚██████╗██║ ██║██║ ╚═╝ ██║ ██║ ██║██║ ██║╚██████╗██║ ██╗███████╗██║ ██║███████║ \033[1;31m ╚═════╝╚═╝ ╚═╝╚═╝ ╚═╝ ╚═╝ ╚═╝╚═╝ ╚═╝ ╚═════╝╚═╝ ╚═╝╚══════╝╚═╝ ╚═╝╚══════╝ -⚠️WARNING : I AM NOT RESPONSIBLE FOR THE MISUSE OF THIS TOOL ! +⚠️ WARNING : I AM NOT RESPONSIBLE FOR THE MISUSE OF THIS TOOL ! [😡]cctv public camera[😡] * Author : Mahyar AZAD * GitHub : https://github.com/TheXno1n diff --git a/README.md b/README.md index e6224a0..45745a4 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ apt-get install python3 apt-get install git git clone https://github.com/TheXno1n/batman.git - cd btaman.py + cd btaman ls python3 pcam.py diff --git a/__pycache__/batman.cpython-312.pyc b/__pycache__/batman.cpython-312.pyc new file mode 100644 index 0000000..fd0b87b Binary files /dev/null and b/__pycache__/batman.cpython-312.pyc differ diff --git a/batman.py b/batman.py index 71cdc20..78f71cb 100644 --- a/batman.py +++ b/batman.py @@ -1,9 +1,9 @@ import os import sys import click +from colorama import Fore - -TG= '' +TG=Fore.GREEN print(" ") print(" ") @@ -31,14 +31,15 @@ print(TG+" GITHUB ID : █████ 2- CCTV cam hacker (soon !) ") print(TG+" @TheXno1n ██ 3- CCTV web finder (soon !) ") print(" ") -number=(print("enter number : ")) +number=(input("enter number :")) if number == 1: click.clear() import Pcam else : print("wrong number :( !") - sys.exit + click.clear() + import batman - + \ No newline at end of file