马上注册,结交更多好友,享用更多功能^_^
您需要 登录 才可以下载或查看,没有账号?立即注册
x
本帖最后由 Pythonnewers 于 2020-4-2 10:24 编辑
不好意思刚才发现重大bug,已经修复,可正常运行!import psutil as PP
import os
import time
import pyautogui
print('本程序由西瓜制作')
t=input('输入时间:(多少秒可以从0%-85%,渣电脑推荐4)')
t=int(t)
button=pyautogui.confirm(text='是否已经输入过网易和自己的mod地址', title=' ', buttons=['已经写完', '点我去写'])
if button == '点我去写':
paths=input("请输入自己的mod地址:")
with open('配置文件,改了出bug.txt','w') as f:
f.write(paths)
pathwangyi=input('请输入网易的mod地址:')
with open('配置文件,改出bug.txt','w') as p:
p.write(pathwangyi)
if button == '已经写完':
WE=open('配置文件,改了出bug.txt','r')
WE1=WE.read()
WA=open('配置文件,改出bug.txt','r')
WA1=WA.read()
WE.close()
WA.close()
a=PP.pids()
WE=open('配置文件,改了出bug.txt','r')
WE1=WE.read()
WA=open('配置文件,改出bug.txt','r')
WA1=WA.read()
WE.close()
WA.close()
print('等待开始游戏...')
def a():
while True:
a=PP.pids()
for i in a:
b=PP.Process(i)
c=b.name()
if "javaw.exe" == c:
time.sleep(t)
zu=os.system('copy /y %s %s' %(WE1,WA1))
if zu == 0:
print('注入成功')
else:
print('注入失败')
return
a()
input('按任意键退出')
不懂的问,肯定回
感觉不错回复一下!
统一发:'西瓜真帅!'(开玩笑 ) |