MANUSHA-LAKSHAN / Stealth-SMS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stealth-SMS v1.8

Tool To Send Messages Anonymously


Note:

  • The script requires working network connection to work.
  • No balance will be deducted for using this script to send SMS.
  • Don't put spaces in between phone number (Ex- 99999 99999)
  • Make sure you are using the latest version of Stealth-SMS
  • Make sure you are using Python v3.

Here's how you can check it. Type this command in your terminal.

$ python -V

If output looks like Python 3 or above - Congrats, Python 3 is installed properly.

  • Do not use this to harm others.
  • This script is only for educational purposes or to prank.
  • None of the developers/contributors are responsible for the misuse of Stealth-SMS.

Features:

  • This Is A Free Version.
  • Super-fast Mesage Sending.
  • International Message Sending available.
  • You Can Send Only One Message Per Day.
  • Messaging Anonymously.
  • Easy to use and embed in code.

Usage:

Run these commands to Send Anonymous Message

> For Termux:

Notice:

git installation methods are not universal and do differ between distributions, so, installing git as per instructions below may not work. Please check out how to install git for your Linux distribution. Commands below provide instructions for Debian-based systems.

To Send Messages Anonymously type the following commands in Termux:

pkg install git
pkg install python
git clone https://github.com/thedarktech/Stealth-SMS.git
cd Stealth-SMS
chmod +x *
bash Run.sh

> For Linux:

Notice:

git installation methods are not universal and do differ between distributions, so, installing git as per instructions below may not work. Please check out how to install git for your Linux distribution. Commands below provide instructions for Debian-based systems.

To Send Message Anonymously type the following commands in Linux terminal:

sudo apt install git
git clone https://github.com/thedarktech/Stealth-SMS.git
cd Stealth-SMS
chmod +x *
bash Run.sh

CONTRIBUTORS:

CONTACT ME:

Feel Free To Open An Issue...

                 Mail: thedarktech.yt@gmail.com
      YouTube Channel: https://www.youtube.com/channel/UC6_l3aewNJpPYSkg0TpxSCA

Check Out Our YouTube Channel
Check Out Our Blog Page

About


Languages

Language:Shell 70.3%Language:Python 29.7%