Spammer

closed account (N0qDjE8b)
How can i make a C++ programm (spammer) without GUI that write an entered text in a textbox and simulate an enter pressure? Please explain everything very exactly and give me a program example.
closed account (zb0S216C)
Such a question normally goes unanswered.

http://cristgaming.com/pirate.swf

Wazzak
closed account (N0qDjE8b)
Why? Thats a normal question...
closed account (zb0S216C)
Enitin wrote:
"How can i make a C++ programm (spammer)"

...leads me to believe you're after a program that spams. If I'm wrong, then I apologise. You should edit your OP to indicate your intent isn't to spam people.

If this is a genuine question geared towards data entry in a Win32 program, then I recommend that your move this question to the Windows Programming forum to the left.

Wazzak
Last edited on
Yes, for a troll such as you it's certainly a normal question, but that doesn't apply to the users who normally post on this forum.
closed account (N0qDjE8b)
Yes this program have the task to spam. But only for fun. ^^ It's not my intention to disturb people with this program.
Yea, I did a program like that a while ago, but it just spammed in the terminal window (I'm on a MAC, there's no code for making new windows or anything of the sort in C++. Objective-C, however ...)

Maybe something like

1
2
3
4
while(true)
{
    //Some code to open a new window
}
closed account (N0qDjE8b)
Okay but i need an example and an explain.
Topic archived. No new replies allowed.