https://github.com/threatcode/anon-sms
https://github.com/threatcode/anon-sms
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/threatcode/anon-sms
- Owner: threatcode
- Created: 2024-02-08T12:30:16.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-02-08T12:54:10.000Z (about 2 years ago)
- Last Synced: 2025-04-04T22:44:01.835Z (12 months ago)
- Language: Shell
- Size: 79.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Anon-SMS v1.4
Anonymous Message Sender for Linux And Termux.
## Updates:
**v1.0**
[+] Basic Features
[+] Non-Colourful Interface.
**v1.1**
[+] Adding Colours.
**v1.2**
[+] Fixing Colour Issues
[+] Adding Tracking Feature.
**v1.3**
[+] Adding Lolcat To Make More Colourful Start.
**v1.4**
[+] Adding Auto-Update Feature.
[+] Adding Telegram Discussion.
## 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 Anon-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 Anon-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/threatcode/Anon-SMS.git
cd Anon-SMS
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/threatcode/Anon-SMS.git
cd Anon-SMS
sudo bash Run.sh
```