Dev C++: How to make a fake cpu draining virus like program
Christian Deacon
WARNING: I am not responsible for any damage done to the computer, please use it at your own risk. This mostly only drains down the cpu so it make take more cpu up... Im not sure if it can overload or overheat it or do any damage to it but still use at your OWN RISK.
This is a simple tutorial on making a cpu draining virus... When you make the program, you can edit it and do all that stuff you want to do to it to make it better...
Tutorial notes:
Hello everyone, i am going to show you how to make a fake virus today! It's really simple and ill just show you how and do what i do. steps:
- create a folder and name it whatever you want
- open your c++ program(i recomend dev c++) since thats what i am using.
- save the file in that folder you created and put the code i put into this cpp file
- k back, now we have created the program to open...
- now we have to create the "virus.exe" that is targeted to open...
- now create a virus.cpp file in dev c++
- Now put what i put into your virus.cpp
- now we have the virus.exe created(it takes up ALOT OF CPU)(conhost.exe and virus.exe are working together and taking cpu up from the virus.exe)
- now in the program.cpp it will execute that file and hide it...
- See nothing pops up but its actually hiding in the background and noone knows about it
- for (int i=1; i1000000; i++) if you increase the number, is how much longer it goes on for! lets try increasing it
- now it will go on for longer! Thanks for watching and hope this didnt get you made or anything... you can customize it and stuff too!
FORGOT TO ADD: you can put: ShellExecute(NULL, "open", "virus.exe", NULL, NULL, SW_HIDE);
as many times as you want... If you put 4 lines with that, it will open 4 virus.exe files and take up 4X the cpu of just 1 :O
Please join my website: http://gfl-clan.net/ ... https://www.youtube.com/watch?v=2V2_-AiPlm8
19036639 Bytes