Metin2 Posted September 30, 2017 at 05:28 AM Share Posted September 30, 2017 at 05:28 AM Ola pessoal trago bot de rodar somente 6/7 eu mesmo editei espero que gostem , Demorei mais consegui xD https://mega.nz/#!M0kmGQgb!gWKaGuKM5i67phET8RI9Ml_zYr2YOx5ZgKZYjrSLIVk 3 Link to comment
[Admin] tierrilopes Posted October 21, 2017 at 02:22 AM Share Posted October 21, 2017 at 02:22 AM Será muito útil, obrigado Talvez diminuía apenas o tamanho da janela Link to comment
trample Posted December 4, 2017 at 03:14 AM Share Posted December 4, 2017 at 03:14 AM Citar Tutorial: 1- ir ao root e abrir o arquivo game.py Localizar a linha "from _weakref import proxy" depois colar em baixo "from switchbot import Bot" 2- depois localizar "self.quickSlotPageIndex = 0" Colar abaixo self.switchbit = Bot() self.switchbot.hide() 3- Localizar onPressKeyDict[app.DIK_F4] =lambda : self.__PressQuickSlot(7) abaixo cole onPressKeyDict[app.DIK_F6] =lambda : self.__toogleSwitchbot() 4- no final do game.py cole isto # switchbot def __toggleSwitchbot(self): if self.switchbot.bot_shown == 1: self.switchbot.Hide() else: self.switchbot.Show() # end switchbot downlod swuitchbot.py Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now