Skip to content

Latest commit

 

History

History
50 lines (43 loc) · 1.12 KB

README.md

File metadata and controls

50 lines (43 loc) · 1.12 KB

SPCWA

Spam Pairing Code Whatsapp using Javascript and Nodejs

This tool is used to spam Whatsapp
pairing codes and it is only used for small pranks.

System Requirement

• Nodejs version 20+

Install in Termux

apt update && apt upgrade -y
apt install nodejs git -y
git clone https://github.com/ZeltNamizake/spcwa

Install in Distro Linux

sudo apt update && apt upgrade
sudo apt install nodejs git
git clone https://github.com/ZeltNamizake/spcwa

Install in Windows with Gitbash

You need to Install Nodejs and Git on your Device

git clone https://github.com/ZeltNamizake/spcwa

Run SPCWA

cd spcwa
npm start

Note: Every time you want to run a script check if there is a file named "auth" but, If there is a file named "auth" then delete it first before running the script by the command:

rm -r auth

If it has been deleted, you can run the script using the command:

npm start
Created by Driyasz (ZeltNamizake)