[Release]iTwIx v1.2 Spammer

04/17/2012 23:21 iTwIx#1
iTwIx v1.2 Spammer

:handsdown:Hello guys, today i will release a text spammer "iTwIx Spammer" version 1.2 actually made by me in c++!

Screenshot:

[Only registered and activated users can see links. Click Here To Register...]

How to use:

1.Open the Spammer.
2.Write something in the chat box.
3.Press "Start".

I have added the spammer project too, in case if you want to work on it ...

VirusTotal:[Only registered and activated users can see links. Click Here To Register...]

Mediafire:[Only registered and activated users can see links. Click Here To Register...]
04/17/2012 23:32 Che#2
Glückwunsch, du hast es geschafft ne billige GUI hinzuklatschen, ab damit in die Tonne... pardon, den [Only registered and activated users can see links. Click Here To Register...]

Englisch oder deutsch mir wayne, Google Übersetzer hilft.

BTW: "Type your spam text here:"
Quote:
iTwIx v1.2 Spammer

[Only registered and activated users can see links. Click Here To Register...]Hello guys, today i will release a text spammer "iTwIx Spammer" version 1.2 actually made by me in c++!

How to use:

1.Open the Spammer.
2.Write something in the chat box.
3.Press "Start".

I have added the spammer project too, in case if you want to work on it ...
#done
04/18/2012 01:03 iTwIx#3
sorry i dnt speak german.... and google translator sux.
04/18/2012 14:19 Kraizy​#4
v1.2 already, huh?
04/18/2012 19:26 iTwIx#5
yh xD
04/18/2012 19:37 xNopex#6
Code:
// Spammer.cpp : main project file.

#include "stdafx.h"
#include "Form1.h"

using namespace Spammer;

[STAThreadAttribute]
int main(array<System::String ^> ^args)
{
	// Enabling Windows XP visual effects before any controls are created
	Application::EnableVisualStyles();
	Application::SetCompatibleTextRenderingDefault(false); 

	// Create the main window and run it
	Application::Run(gcnew Form1());
	return 0;
}
I'm sorry but THIS is not C++.. It's a disease called C++/CLI.. Use C# instead.
04/18/2012 20:15 iTwIx#7
xNopex do you have skype cause i want you to explain me that clearly... i really wanna know more about c++...
04/18/2012 20:42 xNopex#8
No I don't have skype. But if you are interested in C++ and the difference between C++ and C++/CLI, buy some book and search the Internet.
04/18/2012 20:55 iTwIx#9
Quote:
Originally Posted by xNopex View Post
Code:
// Spammer.cpp : main project file.

#include "stdafx.h"
#include "Form1.h"

using namespace Spammer;

[STAThreadAttribute]
int main(array<System::String ^> ^args)
{
	// Enabling Windows XP visual effects before any controls are created
	Application::EnableVisualStyles();
	Application::SetCompatibleTextRenderingDefault(false); 

	// Create the main window and run it
	Application::Run(gcnew Form1());
	return 0;
}
I'm sorry but THIS is not C++.. It's a disease called C++/CLI.. Use C# instead.
btw i mean i made that prog in Microsoft Visual Studio 2010 C++ Express....
04/18/2012 21:22 xNopex#10
The compiler of MSVisualStudio 2010 C++ Express supports C++ AND C++/CLI. That's why you can compile your code. Try to compile it with some other C++-compiler for example gcc. It will fail..
There are big differences between C++ and C++/CLI. But as I said:

Quote:
Originally Posted by xNopex
if you are interested in C++ and the difference between C++ and C++/CLI, buy some book and search the Internet.
04/18/2012 21:38 iTwIx#11
ok thank´s bro btw how can i make it working in such applications as games...etc..