antiblock
Elveron

Blackgate92

Membro
  • Content Count

    0
  • Joined

  • Last visited


Reputation Activity

  1. Like
    Blackgate92 reacted to ɳɑɳѳiɑ in Switchbot 2.3 By Mijago   
    Encontrei esse bot em uma comunidade e resolvi compartilhar aki
     
    Print:
     

     
     
    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   Link1
      Link2
      Link3
              Créditos: Mijago Tópico retirado da Epvp