Alert icon
We're changing our privacy policy. This stuff matters.  Learn more  Dismiss

Simple Virus in C++ to disable the Task Manager

Loading...

Sign in or sign up now!
10,614
Loading...
Alert icon
Sign in or sign up now!
Alert icon

Uploaded by on Sep 23, 2008

Simple Virus in C++ to disable the Task Manager MUAHAHAHAHA

btw this is my first video so if you have any suggestions for me, please post then ^^

Here is the source code for download..
http://jd.swfan.googlepages.com/TaskMgr.cpp

Category:

Howto & Style

Tags:

License:

Standard YouTube License

  • likes, 8 dislikes

Link to this comment:

Share to:

Uploader Comments (jdswfan013)

  • I 've tried everything and it won't open as a cmd file

  • I have a guild on how to set up mingw (g++), check it out =)

  • Except that it's not a virus at all because it doesn't copy itself. It's just a lame GUI trick.

  • yeah i know.... my next vid will have it copy itself to the system32 directory and start at startup.

  • how do you do compile with cmd o.O thats awesome :D

  • 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 ^^

see all

All Comments (48)

Sign In or Sign Up now to post a comment!
  • @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.

Loading...
0 / 00Unsaved Playlist Return to active list
    1. Your queue is empty. Add videos to your queue using this button:
      or sign in to load a different list.
    Loading...Loading...Saving...
    • Clear all videos from this list
    • Learn more