pijafro 1 Report post Posted November 22, 2013 Hi there, vpnlifeguard.blogspot.fr/p/english.html When your VPN discs, your "normal internet route" is blocked for selected programs (pathofexile.exe,firefox.exe,...) Feel free to donate, his tool is 100% free 1 Quote Share this post Link to post Share on other sites
marabot 0 Report post Posted November 22, 2013 Nice, I've been looking for something like this. Damn vpngate drops all the time. Quote Share this post Link to post Share on other sites
pijafro 1 Report post Posted November 22, 2013 (edited) or use ahk script: loop { FileDelete, %A_Temp%\ip.ahk4.me UrlDownloadToFile, http://ip.ahk4.me/, %A_Temp%\ip.ahk4.me FileRead, ExtIP, %A_Temp%\ip.ahk4.me ;MsgBox % ExtIP StringGetPos, pos1, ExtIP, . ; check for internet if pos1 = -1 { Run taskkill.exe /F /IM ExiledBot.exe,, Hide } StringGetPos, pos2, ExtIP, 109.188 ; your normal IP if pos2 >= 0 { Run taskkill.exe /F /IM ExiledBot.exe,, Hide } Random, rand, 100, 300 Sleep, rand } replace 109.188 with normal IP Nice ! Thanks ! Edited November 22, 2013 by pijafro Quote Share this post Link to post Share on other sites
darkbluefirefly 11 Report post Posted November 22, 2013 I'm using comodo firewall. and use one that 99.7 % up rate. and know when your vpns go down for maintenance. Quote Share this post Link to post Share on other sites
philatio 5 Report post Posted November 26, 2013 or use ahk script: loop { FileDelete, %A_Temp%\ip.ahk4.me UrlDownloadToFile, http://ip.ahk4.me/, %A_Temp%\ip.ahk4.me FileRead, ExtIP, %A_Temp%\ip.ahk4.me ;MsgBox % ExtIP StringGetPos, pos1, ExtIP, . ; check for internet if pos1 = -1 { Run taskkill.exe /F /IM ExiledBot.exe,, Hide } StringGetPos, pos2, ExtIP, 109.188 ; your normal IP if pos2 >= 0 { Run taskkill.exe /F /IM ExiledBot.exe,, Hide } Random, rand, 100, 300 Sleep, rand } replace 109.188 with normal IP Thanks for this. Only mod i did was to have it shutdown pathofexile.exe as well as the bot. Works great in combination with: http://exiled-bot.net/community/index.php/topic/697-auto-poe/ Quote Share this post Link to post Share on other sites
DiciannoveGaming 1 Report post Posted November 26, 2013 @philatiocould u post the one you mod? i want to close the two as well. thanks! Quote Share this post Link to post Share on other sites
dlr5668 11 Report post Posted November 26, 2013 (edited) small adition for dxtory and auto poe: loop { FileDelete, %A_Temp%\ip.ahk4.me UrlDownloadToFile, http://ip.ahk4.me/, %A_Temp%\ip.ahk4.me FileRead, ExtIP, %A_Temp%\ip.ahk4.me ;MsgBox % ExtIP IfWinExist, Dxtory { WinActivate ; Automatically uses the window found above. WinMinimize ; same } StringGetPos, pos1, ExtIP, . ; check for internet if pos1 = -1 { Run taskkill.exe /F /IM ExiledBot.exe,, Hide Run taskkill.exe /F /IM PathOfExile.exe,, Hide } StringGetPos, pos2, ExtIP, 109.188 ; your normal IP if pos2 >= 0 { Run taskkill.exe /F /IM ExiledBot.exe,, Hide Run taskkill.exe /F /IM PathOfExile.exe,, Hide } Random, rand, 100, 300 Sleep, rand } replace 109.188 with normal IP Edited November 26, 2013 by dlr5668 Quote Share this post Link to post Share on other sites
philatio 5 Report post Posted November 27, 2013 It would be sweet if someone more familiar with autoit/ahk would combine this and autopoe into one. So it would just be just once click after a vm restart to get rolling again. Also add auto-start dxtory, unless that is what you added above. Quote Share this post Link to post Share on other sites
dlr5668 11 Report post Posted November 27, 2013 It would be sweet if someone more familiar with autoit/ahk would combine this and autopoe into one. So it would just be just once click after a vm restart to get rolling again. Also add auto-start dxtory, unless that is what you added above. use windows autostart ^^ this ahk + dxtory + autopoe Quote Share this post Link to post Share on other sites
philatio 5 Report post Posted November 27, 2013 Ahh cool. Just wondering if it will cause problems if vpn takes a few seconds to connect on restart. Great suggestion, thanks dlr Quote Share this post Link to post Share on other sites
drmaboul 3 Report post Posted December 24, 2013 (edited) for those who use openvpn, try VPNCheck Pro. VPNCheck Pro v1.5.3.8 Email: [email protected] Serial: a55ee9abf06d37e44eabe0b96810b8d9 Edited December 24, 2013 by drmaboul Quote Share this post Link to post Share on other sites
gamemaste789 0 Report post Posted December 25, 2013 If you all would just use my VPN services, you wouldnt need this ahk script, my VPNs dnt disconnect http://exiled-bot.net/community/index.php/topic/1559-vpn-service-by-gamemaste789/?view=getnewpost Quote Share this post Link to post Share on other sites
drmaboul 3 Report post Posted December 25, 2013 (edited) If you all would just use my VPN services, you wouldnt need this ahk script, my VPNs dnt disconnect http://exiled-bot.net/community/index.php/topic/1559-vpn-service-by-gamemaste789/?view=getnewpost You can't guarantee 100% uptime if your provider can't even do it. So better use something who block everything if VPN disconnect. Even if it's 1 DC in 2 month, it's still the safest way to do. Edited December 26, 2013 by drmaboul Quote Share this post Link to post Share on other sites
Blitze 1 Report post Posted December 26, 2013 WIl the ahk version work for vpn that uses clients like hotspotsheild etc? Quote Share this post Link to post Share on other sites
sniper101 8 Report post Posted February 24, 2014 (edited) Hi there, vpnlifeguard.blogspot.fr/p/english.html When your VPN discs, your "normal internet route" is blocked for selected programs (pathofexile.exe,firefox.exe,...) Feel free to donate, his tool is 100% free k so I connected to my vpn> open up the lifeguard> change config> put my poe.exe w.e in softwares to managed> check all autorun. and tried disconnecting my vpn manually what happen is it closes poe client> connects vpn client> then open poe client real problem is it always patch after it opens the poe client. and it just keeps on doing the same thing over and over again and im running out of disk space and it never ends anyone has encounter this? and has a fix? Edited February 24, 2014 by sniper101 Quote Share this post Link to post Share on other sites
sniper101 8 Report post Posted February 24, 2014 k so I connected to my vpn> open up the lifeguard> change config> put my poe.exe w.e in softwares to managed> check all autorun. and tried disconnecting my vpn manually what happen is it closes poe client> connects vpn client> then open poe client real problem is it always patch after it opens the poe client. and it just keeps on doing the same thing over and over again and im running out of disk space and it never ends anyone has encounter this? and has a fix? anyone? Quote Share this post Link to post Share on other sites