babeta 0 Report post Posted August 21, 2017 To integrate something like teamviewer to login to you pc from your phone to check if bot is not stuck and reset if needed. It can be done by team viewer but costs alot for lisence. Somekind similar program to monitor performance of bot form your phone while at work. Quote Share this post Link to post Share on other sites
MasterOfSilence 15 Report post Posted August 22, 2017 Teamviewer works fine but you could log into the account being botted via Pathofexile.com and check. You dont need a Licence for teamviewer Just get Ahk and use this script to close the Sponsored Popup. DetectHiddenWindows, on WinWait, Sponsored session, This was a free session sponsored by www.teamviewer.com. ;Wait for the sponsored session { WinActivate ;Make sure it is the active window SendInput {Enter} ;Close it. This window selects 'OK' by default. sleep, 100 WinMinimize, ahk_class #32770 ;Minimize the Teamviewer application (Computer list and the main control panel) reload } Quote Share this post Link to post Share on other sites
Mandatory 2 Report post Posted August 22, 2017 or just run the bot in a vm... and teamviewer on the host machine. Quote Share this post Link to post Share on other sites