def runmain(address, account, password):
    # 主功能体函数
    # 请在本函数中自定义需要的功能

    a = Automator(address, account)
    a.start()

    # #opencv识别可视化无法在多线程中使用
    # plt.ion()
    # fig, ax = plt.subplots(1)
    # plt.show()

    print('>>>>>>>即将登陆的账号为:', account, '密码:', password, '<<<<<<<')
    a.login_auth(account, password)  # 注意!请把账号密码写在zhanghao2.txt内
    log.Account_Login(account)
    a.init_home()  # 初始化,确保进入首页

    # a.tansuo()  # 探索
    # a.dixiachengDuanya()  # 地下城,请把队伍列表里1队设置为打boss队,2队设置为aoe队
    # a.shouqurenwu()  # 收取任务
    # a.shouqu()  # 收取所有礼物

    # print(a.baidu_ocr(394,502,442,666))
    a.change_acc()  # 退出当前账号,切换下一个
    log.Account_Logout(account)
Пример #2
0
def runmain(address, account, password, fun, kickflag=0):
    # 主功能体函数
    # 请在本函数中自定义需要的功能

    a = Automator(address, account)
    a.start()
    print('>>>>>>>即将登陆的账号为:', account, '密码:', password, '<<<<<<<', '\r\n')
    a.login_auth(account, password)  # 注意!请把账号密码写在zhanghao.txt内
    a.init_home()  # 初始化,确保进入首页
    a.sw_init()  # 初始化刷图

    a.gonghuizhijia()  # 家园一键领取
    # a.goumaimana(1)  # 购买mana 10次
    a.mianfeiniudan()  # 免费扭蛋
    # a.mianfeishilian()  # 免费十连
    a.dianzan(sortflag=1)  # 公会点赞
    # a.hanghui()  # 行会捐赠
    a.dixiacheng(skip=False)  # 地下城,需要跳过战斗则skip=True
    # a.goumaitili(3)  # 购买3次体力
    a.shouqurenwu()  # 收取任务
    ok = shuatu_auth(a, account, fun)  # 刷图控制中心
    if ok:  # 仅当刷图被激活(即注明了刷图图号)的账号执行行会捐赠,不刷图的认为是mana号不执行行会捐赠。
        a.hanghui()  # 行会捐赠
    else:  # 刷图没有被激活的可以去刷经验
        # a.goumaitili(times=3)  # 购买times次体力
        # a.shuajingyan(map=3)  # 刷1-1经验,map为主图
        pass
    # a.shuajingyan(11) # 刷1-1经验(自带体力购买),11为当前所在主线图
    a.shouqu()  # 收取所有礼物

    if kickflag == 1:
        a.tichuhanghui()
    a.change_acc()  # 退出当前账号,切换下一个
Пример #3
0
def runmain(address, account, password):
    # 主功能体函数
    # 请在本函数中自定义需要的功能

    a = Automator(address, account)
    a.start()

    # #opencv识别可视化 无法在多线程中使用
    # plt.ion()
    # fig, ax = plt.subplots(1)
    # plt.show()

    # print('>>>>>>>即将登陆的账号为:', account, '密码:', password, '<<<<<<<')

    a.log.write_log(level='info',
                    message='>>>>>>>即将登陆的账号为:%s 密码:%s<<<<<<<' %
                    (account, password))

    acclog.Account_Login(account)
    a.login_auth(account, password)  # 注意!请把账号密码写在zhanghao2.txt内
    a.init_home()  # 初始化,确保进入首页

    # a.tansuo()  # 探索
    # a.dixiachengDuanya()  # 地下城,请把队伍列表里1队设置为打boss队,2队设置为aoe队
    # a.shouqurenwu()  # 收取任务
    # a.shouqu()  # 收取所有礼物
    # print(a.baidu_ocr(0,0,200,200,2.0))

    # print('当前体力值为:',a.get_tili())
    acclog.Account_Logout(account)
    a.change_acc()  # 退出当前账号,切换下一个
Пример #4
0
def runmain(address, account, password):  # 账号密码放在zhanghao_rename.txt
    a = Automator(address, account)
    a.start()
    print('>>>>>>>即将登陆的账号为:', account, '密码:', password, '<<<<<<<')
    a.login_auth(account, password)
    a.init_home()
    a.rename(account)
    a.change_acc()
Пример #5
0
def acceptmain(address, account, password):
    # 接受入会邀请函数,请不要更改本函数中的功能
    a = Automator(address, account)
    a.start()
    print('>>>>>>>即将登陆的账号为:', account, '密码:', password, '<<<<<<<', '\r\n')
    a.login_auth(account, password)  # 注意!请把账号密码写在zhanghao.txt内
    a.init_home()
    a.jieshouhanghui()
    a.change_acc()  # 退出当前账号,切换下一个
Пример #6
0
def invitemain(address, account, password, inviteUID):
    # 邀请入会函数,请不要更改本函数中的功能
    a = Automator(address, account)
    a.start()
    print('>>>>>>>即将登陆的账号为:', account, '密码:', password, '<<<<<<<', '\r\n')
    a.login_auth(account, password)  # 注意!请把账号密码写在zhanghao.txt内
    a.init_home()
    a.yaoqinghanghui(inviteUID)
    a.change_acc()  # 退出当前账号,切换下一个
def runmain(address, account, password, clubname):
    # 主功能体函数
    # 请在本函数中自定义需要的功能

    a = Automator(address, account)
    a.start()
    print('>>>>>>>即将登陆的账号为:', account, '密码:', password, '<<<<<<<', '\r\n')
    a.login_auth(account, password)  # 注意!请把账号密码写在zhanghao.txt内
    a.init_home()  # 初始化,确保进入首页

    a.joinhanghui(clubname)  # 加入行会

    a.change_acc()  # 退出当前账号,切换下一个
def runmain(address, account, password):
    # 主功能体函数
    # 请在本函数中自定义需要的功能

    a = Automator(address, account)
    a.start()

    # #opencv识别可视化 无法在多线程中使用
    # plt.ion()
    # fig, ax = plt.subplots(1)
    # plt.show()

    print('>>>>>>>即将登陆的账号为:', account, '密码:', password, '<<<<<<<')
    a.login_auth(account, password)  # 注意!请把账号密码写在zhanghao2.txt内
    a.init_home()  # 初始化,确保进入首页

    a.goumaimana(1)

    a.change_acc()  # 退出当前账号,切换下一个