/FreeSms

sms anonymous & free

Primary LanguagePython

FreeSms v2.1

Anonymous Message Sender for Linux And Termux.


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 FreeSms
  • 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.
  • ** Developer Not are responsible for the misuse of FreeSms.**

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/X-HACKRAWI/FreeSms.git
cd FreeSms
bash Run.sh

> For Linux:

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

git clone https://github.com/X-HACKRAWI/FreeSms.git
cd FreeSms
sudo bash Run.sh

update:

V2.1

[+] Adding Auto-Update Feature.