Simple Virus in C++ to disable the Task Manager
Uploader Comments (jdswfan013)
All Comments (48)
-
@PushXOR Ive got the perfect code for hiding the console :D
-
FindWindow(NULL, "#32770");
this part doesnt work for me. It says: "Argument of type "Const char *" is incompatible with parameter of type "LPCWSTR"
And my Visual studio disagrees to compile it.
-
You're a true coder, mate. Good programmers are writing in notepad :D
-
@PushXOR FreeConsole()
Console is now hidden.
-
@Nhckrify44 Change "FindWindow(NULL, "Windows Task Manager")" to "FindWindow("#32770", NULL)", it might work.
-
The major problem is that the code does not disable any but the English version of Task Manager.
-
That's not a virus. That's just a piece of code that does bullshit on other people's computers. By definition virus is a piece of code that can replicate itself!
-
rundll32 Task Manager, disabled save.bat
-
This doesn't disable the Task Manager, it only detects if it's open, and once it's open it closes it. The problem with that is, someone can easily exit the console window, to end the program, allowing the Task Manager to run again. So you'd need a class to hide prevent the console from closing.
-
When you download the source file you have to change WM_Close to WM_CLOSE to compile it.
I 've tried everything and it won't open as a cmd file
170819901 2 years ago
I have a guild on how to set up mingw (g++), check it out =)
jdswfan013 2 years ago
Except that it's not a virus at all because it doesn't copy itself. It's just a lame GUI trick.
equin0x80 3 years ago
yeah i know.... my next vid will have it copy itself to the system32 directory and start at startup.
jdswfan013 3 years ago
how do you do compile with cmd o.O thats awesome :D
THEBUGUSER 3 years ago
Check out my other video "How to install, download and set up mingw"
It will show you how to set up to compile with cmd ^^
jdswfan013 3 years ago