I have Nokia N70. Need to code some applications which can send a lot of sms one by one (sms spamming), smth like:
for(int i=11111; i < 99999; i++)
{
SendSms("+385 655" + i.ToString(), "Hello, World");
}
in this dummy sample lets say +385 stands for Croatia country and 655 is operator code.