*Resursă folosită (sistem/funcție/modificare): asta vine in interfacemodule si este adaugat
if app.__AUTO_HUNT__:
def AutoHuntStatus(self, status):
if self.wndAutoHunt:
self.wndAutoHunt.SetStatus(True if int(status) else False)
def CheckAutoLogin(self):
if self.wndAutoHunt == None:
self.wndAutoHunt = uiAutoHunt.Window()
self.wndAutoHunt.CheckAutoLogin()
def OpenAutoHunt(self):
if self.wndAutoHunt == None:
self.wndAutoHunt = uiAutoHunt.Window()
if self.wndAutoHunt.IsShow():
self.wndAutoHunt.Close()
else:
self.wndAutoHunt.Open()
*Fișier(e) cu problema (link pastebin / code): system-autohunt-t4626.html
*Poze / Video:


