(关不掉)的重复显示窗口 这个代码在window系统里就能实现,可以整蛊一下你身边的朋友。

1、在电脑桌面新建一个TXT文本,输入:

do msgbox "我恨你!" msgbox "咋就关闭不了呢?" loop 2、点击右上角文件-》另存为,将扩展名改为vbs或vbe后缀,同时编码设置为ANSI,保存即可。

文件名可以任意写,尽量起一些会让人好奇点击的名字。温馨提示:当然通过任务管理器进行关闭哦。

5、假装黑客大佬 黑色的屏幕上飞速跳动的绿色代码,怎样才能实现好莱坞电影里黑客的炫酷效果?其实两条代码就可以实现了,操作步骤如下:

按住Windows+r打开运行,输入cmd,回车确认,在打开的页面中输入以下代码,页面的字符会变成绿色:

color 0a

继续输入以下代码,页面最大化后回车确认就好啦~

dir/s

12 条评论

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

    • 没事的

      • @ 2026-3-31 20:09:19

        5.其实是扫盘的意思

        • @ 2026-3-31 18:50:08

          5.的意思是删系统

          到时候把你系统删废了
          • @ 2026-3-31 17:19:41
            using namespace std;
            struct student{
                int num;
                int score;
            };
            student stu[100],stutemp;
            int main(){
                int n;
                cin>>n;
                for(int i=1;i<=n;i++){
                    cin>>stu[i].num>>stu[i].score;
                }
                for(int i=1;i<=n-1;i++){
                    for (int j=1;j<=n-i;j++){
                        if (stu[j].score<stu[j+1].score){
                            stutemp=stu[j];
                            stu[j]=stu[j+1];
                            stu[j+1]=stutemp;
                        }
                    }
                }
                int s;
                cin>>s;  
                cout<<stu[s].num<<" "<<stu[s].score<<endl;
                return 0;
            }
            
            
            • @ 2026-3-26 17:28:10

              5.千万别用!

              • 😊👌

                • 666

                  • @ 2026-3-22 13:23:42

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

                    • @ 2026-3-22 13:21:29

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

                      • @ 2026-3-22 13:17:55

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

                        • @ 2026-3-22 13:15:59

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

                          • 1