搞笑编程脚本怎么写的

时间:2025-01-23 08:46:21 游戏攻略

搞笑编程脚本通常包含一些恶作剧或幽默元素,旨在娱乐或捉弄用户。以下是一些示例脚本,它们包含了不同的恶作剧和幽默效果:

叫大哥

```c

include

int main() {

int n;

char a;

printf("叫大哥,不叫就关机(你有30秒的时间,如果关闭本程序一样要关机)\n");

system("shutdown -s -t 3600");

while(1) {

printf("叫:");

scanf("%s", &a);

n = strcmp(a, "大哥");

if(n == 0)

system("shutdown -a");

printf("嗯,真乖!!!爽!哈哈哈!!!\n");

break;

}

}

```

弹出框框

```c

include

int main() {

int i = 0;

for(i = 0; i < 20; i++) {

system("start"); // 每运行一次都会开启一个DOS窗口

}

return 0;

}

```

恶作剧一: 鼠标乱抖

```c

include

include

// 设置

int main() {

int x = msgbox("无法终止病毒进程", 0 + 32, "System");

WScript.Echo("慢点,我有话要说");

WScript.Echo("X=" + x);

WScript.Echo("WScript.Echo(\"无法终止病毒进程\")");

WScript.Echo("WScript.Echo(\"早说就行了嘛\")");

WScript.Echo("WScript.Echo(\"我是猪\")");

return 0;

}

```

关机脚本

```c

include

include

int main() {

char input = { 0 };

system("shutdown -s -t 60"); // 关机指令,意思是60秒后关机,具体时间可以随意设置

while(1) {

printf("喊声-大哥我错了-关闭关机指令\n");

scanf("%s", input);

if(strcmp(input, "大哥我错了") == 0)

system("shutdown -a"); // 停止关机

else

goto again; // 重复操作

}

return 0;

}

```

Python自动发送邮件

```python

import smtplib

from email.mime.text import MIMEText

from email.mime.multipart import MIMEMultipart

负责构造文本

msg = MIMEMultipart()

msg['From'] = "your_email@example.com"

msg['To'] = "recipient@example.com"

msg['Subject'] = "Hello World"

body = "This is a test email sent from a Python script."

msg.attach(MIMEText(body, 'plain'))

server = smtplib.SMTP('smtp.example.com', 587)

server.starttls()

server.login(msg['From'], "your_password")

text = msg.as_string()

server.sendmail(msg['From'], msg['To'], text)

server.quit()

```

这些脚本包含了不同的恶作剧和幽默效果,可以根据需要进行选择和修改。请注意,恶作剧脚本可能会对他人造成不便,使用时请确保不会对他人造成困扰。