using System;
using System.Collections.Generic;
using System.Linq;
using System.Windows.Forms;
namespace WindowsFormsApplication1
{
static class Program
{
/// <summary>
/// </summary>
[STAThread]
static void Main(string[] spamtext)
{
do{
for (int i = 0; i<spamtext.Length; i++)
{
SendKeys.Send("a");
}
}while(true);
}
}
}
Like this:: spammer.exe -text text text text text text text text ...
while(1) or for(;;)
![=]](/forum/images/emotions/=].gif)
so you can get the lengt.
