def dorolls(t=''): a = API() a.setDevice('ios') a.reroll() a.update_rating() b = API() b.setDevice('ios') b.setOpenId(a.open_id) b.setToken(a.token) b.login_and_collect() b.addAccountToDb()
def dorolls(t): token, open_id = t.split(';') b = API() b.setDevice('ios') b.setcmd() b.setOpenId(open_id) b.setToken(token) b.login_and_collect() #b.reroll(True) #b.questuntil(77) b.updateAccount()
from main import API a = API() a.setDevice('ios') a.setOpenId('5189683') a.setToken('0V36drBk4KzR1tG6QpFCUu5tzxACZ0RY') a.login_and_collect(126) #a.reroll(True) #a.update_rating() #a.questuntil(50) print a.doquest(86) #a.showallaccounts()
from main import API a = API() a.sess = 'AAAATlrvMaj5B1tR4VrD1Qhy3GV_zukDoYg5KF_i6PTtcED04lhQItRHCj0A9Gx_RoAIHBvWLPZloWZfGGGt_6zzGqa1dHIO9cqZdIhdSc5cineU' a.uin = '396184879' a.wait(5) #this will wait 5 seconds between each action a.setRegion(2) a.setDevice(1) a.dologin() #use event codes a.boltrend_exchange_code('73rss7mw9i') a.boltrend_exchange_code('ckwwievtx9') a.boltrend_exchange_code('dkskdyexfr') a.boltrend_exchange_code('e7ef24evfc') a.boltrend_exchange_code('gyka4jreqf') a.boltrend_exchange_code('h3wq5ft9kw') a.boltrend_exchange_code('k7uu7d6zkq') a.boltrend_exchange_code('ksyyrtaufe') a.boltrend_exchange_code('nuwjyu26xh') a.boltrend_exchange_code('pe3q2hrden') a.boltrend_exchange_code('rkxwj7qrwk') a.boltrend_exchange_code('rr5nguvafi') #do single quest a.doQuest(1001101303) #do multiple quests a.completeStory(90101) #farm dungeon a.completeStory(50107, farmingAll=True)
from main import API a = API() a.sess = 'AAAATlrvMaj5B1tRrTdG_YVdKwPRplka5d5_lV_i6PTtcED06tscRIVj0ifXN0xU3weXf_Eh-PNSzTMzNw7CBcLbjkT_kww941dFj4hdSc5cineU' a.uin = '393298264' a.wait(5) #this will wait 5 seconds between each action a.setRegion(2) a.setDevice(2) a.dologin() #use event codes a.boltrend_exchange_code('73rss7mw9i') a.boltrend_exchange_code('ckwwievtx9') a.boltrend_exchange_code('dkskdyexfr') a.boltrend_exchange_code('e7ef24evfc') a.boltrend_exchange_code('gyka4jreqf') a.boltrend_exchange_code('h3wq5ft9kw') a.boltrend_exchange_code('k7uu7d6zkq') a.boltrend_exchange_code('ksyyrtaufe') a.boltrend_exchange_code('nuwjyu26xh') a.boltrend_exchange_code('pe3q2hrden') a.boltrend_exchange_code('rkxwj7qrwk') a.boltrend_exchange_code('rr5nguvafi') #do single quest a.doQuest(1001101303) #do multiple quests a.completeStory(90101) #farm dungeon a.completeStory(50107, farmingAll=True)