Spam sms termux is the process of sending text messages in large quantities to someone through the tools that run on the termux application.
Just by writing down the recipient’s number, termux will send an SMS automatically according to the amount you have specified.
I myself often use this method to prank friends. As a result, they got annoyed and instead urged me to teach the trick.

That’s why I just wrote the tutorial on the omcyber blog so you can find out too.
First, know the related information so that you understand how it works, commands and uses it.
How does termux sms spam work?
Do you know, who will send spam messages to the target number?
What is certain is not someone’s personal number, but the company that will send it in the form of instant message spam.

There are many companies that you can choose from, for example Tokopedia, Bukalapak, PHD, jd.id, Telkomsel and many more. It all depends on the program of each script.
Each script contains a program to get the OTP code. Because the program is repetitive, sending the OTP code can be 2 – 5 times depending on the maximum limit of sending per day.
What is an OTP code?
OTP stands for one time password is an SMS containing a verification code to continue the next process. For example, for login (authentication), registration or other things that require confirmation.
Sample case :
You are currently registering a Tokopedia account. To confirm registration, tokped will send a verification code to the number you used during registration.
That verification code is called OTP.
So the way the termux sms spam works is to use the OTP code to create a spam message to the target number.
Want to try it?
If so, please follow the following guide.
How to send termux sms spam
First, you have to install the termux application and spamming tools. Here I use the noobie spam script.
Second, run the script and specify the spam target number and set the number of shipments.
Then the target number will receive the number of messages you set.
Don’t know how to install and run the script?
Then follow the guide I wrote.
Here’s how to send spam sms via termux
1. Install the noobie spam script
Before installing the script, we must first install the packages and modules so that the script can run smoothly.
First, open the termux application then enter all the following commands:
pkg install python pkg install git pip install requests pip install mechanize pip install bs4
Second, write the following command again to install the noobiespam script:
git clone https://github.com/storiku/noobiespam
Wait for the process to complete 100%.
2. Running noobiespam
Still on the current termux process, press the following command again:
cd noobiespam python main.py
After typing python main.py, the script will run with the initial display of 5 spam menus.

See step 3 to start the spamming process.
3. Set up SMS spam delivery
First, first select one of the 5 spam menus.
How to choose it, press the number according to the menu and then enter.
Example :
I want to choose sun otp spam menu.
OTP Matahari is at number 2. So I have to press number 2 then enter.
After selecting the menu, the next step is to enter the number to send spam. Write a number with the prefix 08.
Finally, set the delivery amount. It’s up to you to write how much.
Termux will process your settings then the target number will receive a spam message.

Okay, so far you have successfully sent spam using termux. Easy isn’t it?
If noobiespam doesn’t work, you can try the following alternative script.
The latest termux sms spam script
I will share the latest sms spam script along with the github link.
For how to use each script, please wait for the latest update from the omcyber.com blog or you can try it yourself by entering the command according to the contents of the script.
What is clear to install, just write git clone + link github script.
Example :
the noobie spam script link is:
https://github.com/storiku/noobiespam
So the command to install it is:
git clone https://github.com/storiku/noobiespam
Alright, now please try it yourself.
Here’s a list of spam scripts and github links
1. LITESPAM
The LITESPAM script uses the bash language which means the main file ends in .sh, and to run it must use the sh command + filename.
The github account 4L13199 is the owner of LITESPAM.
There are 6 menus in this script, namely:
- Bukalapak
- Telkomsel
- Codashop
- Grab
- tokped
- Surveyon
github link:
https://github.com/4L13199/LITESPAM
To use it, learn more about the litespam script.
2. SimpleSpamOtp
DulLah is the one who wrote the SimpleSpamOtp script. He saved this script using a github account named dz-id.
The language of the dz-id tool is php and s-SpamOtp.php as the main file.
When running the script from DulLah, there will be 7 menus, namely:
- Mypoint
- AlTbaljai
- PayuContinue
- ShopTalk
- Oyohotel
- Ayosrc
- codaTsel
github link:
https://github.com/dz-id/SimpleSpamOtp
Updates
The SimpleSpamOtp github is gone and is now hosted on dullah’s personal website.
Please check the following link:
https://dz-tools.my.id/prank
Learn more about dz tools.
3. FSMS
FSMS is a script that uses the python language. The author of this script is Xtractz.
There is no detailed information from FSMS, but in the past I have used scripts and many Termuxers have discussed it.
4. Healthspam
Spam sending from healthspam scripts comes from health websites, for example alodokter, prosehat and click doctor.
Using python language with the main file is hs.py.
There are only 2 menus, namely:
- 5x /hour
- 1x/minute (unlimited)
github link:
https://github.com/storiku/healthspam
Please learn how to install and use the healthspam script so that it can operate without errors.
Alright, I think 4 scripts are enough for the purposes of SMS bombing the numbers of your friends, friends or girlfriends.
Now I will discuss the problems that often arise related to sms spam.
Is termux unlimited sms spam?
Maybe some of you protested because only a few SMS were sent, not unlimited.
Why is that?
The reason is that the provider that sends spam messages limits the number of deliveries per day. So, if the limit is only 10 per day, then you can only send 10 messages.
They also know that otp codes are often the target of spamming. Therefore they put restrictions to prevent it.
One of the scripts (healthspam) includes unlimited sending. But the delivery method is 1 time within 60 seconds. We can also specify the number of shipments.
Example conditions:
For example, if you send 100 sms, then the message will be sent 1x per minute and will be completed in more than 1.5 hours (100 x 60).
Conclusion
Termux spam or SMS bomb is actually an abuse of otp code. So if it doesn’t work, maybe the developer makes changes (fixes bugs).
The solution we have to contact the script creator so that they update it. Because it’s people like them who know how to find bugs.
Now, by commenting if the script doesn’t work, that also includes helping so that Termux SMS spam can always be used.
I will look for other scripts that still work and update this article.