- Fast
- +130 Api
- Show Results
- Python 3.x or later.
- Required libraries:
requestsuser_agentcoloramapystyle
Install dependencies using:
pip install -r requirements.txt- Verify Python 3.x is installed:
python3 --version
- If Python isnโt installed, use the following commands to install:
sudo apt update sudo apt install python3 python3-pip
- Install necessary libraries:
pip3 install requests user_agent colorama pystyle
Execute the script with Python:
python3 main.pyThe script will ask for:
- Target phone number.
- Number of rounds to execute.
- Number of threads to use.
- Delay between rounds in seconds.
After execution, results including success rates and elapsed time will be displayed in a clean, formatted table.
- Download Python from https://www.python.org/ and install it.
- During installation, ensure Add Python to PATH is selected.
- Verify installation by opening
cmdand typing:python --version
- Open Command Prompt (
cmd). - Install libraries:
pip install requests user_agent colorama pystyle
Execute the script:
python main.pyProvide:
- Target phone number.
- Number of rounds to execute.
- Number of threads to use.
- Delay between rounds in seconds.
The script displays results on-screen after execution.
