无法关闭的重复显示窗口(使用VBScript):
```vbscript
' 创建一个TXT文本文件
Dim fso
Set fso = CreateObject("Scripting.FileSystemObject")
Dim txtFile
Set txtFile = fso.CreateTextFile("桌面\无法关闭的窗口.vbs", True)
' 在文本文件中写入以下代码
txtFile.WriteLine("MsgBox ""XXX""", 1) ' 1 表示消息框是模态的
txtFile.WriteLine("Do")
txtFile.WriteLine("Loop")
' 保存文件并关闭
txtFile.Close()
```
轰炸屏幕的炸弹窗口(使用批处理脚本):
```batch
@echo off
:loop
msgbox "轰炸屏幕!"
goto loop
```
假装黑客大佬(使用CMD命令):
```cmd
color 0a
```
简单的猜数字游戏(使用Python):
```python
import random
import time
def number_guessing_game():
print("欢迎来到神秘数字世界!")
print("我已经想好了一个1-100之间的数字,请你猜猜看~")
secret_number = random.randint(1, 100)
attempts = 0
max_attempts = 7
while attempts < max_attempts:
guess = int(input("猜一个数字:"))
attempts += 1
if guess > secret_number:
print("猜大了!还剩{}次机会".format(max_attempts - attempts))
elif guess < secret_number:
print("猜小了!还剩{}次机会".format(max_attempts - attempts))
else:
print("恭喜你,答对啦!用了{}次就猜到了~".format(attempts))
break
number_guessing_game()
```
文字动画(使用ASCII字符):
```python
import time
def print_fire():
for i in range(50):
print("\r