x
Please log in with password to access chatbox.
Index | Back | Reply | New Topic
IP Change Automation
My IP change script (solution for static IPs or not-so-dynamic ones)(w | |
2010-09-16 17:05 | frizinak | install 'hotspot shield' (it's free) [http://hotspotshield.com/]
and use this script: taskkill /f /im firefox.exe start iexplore.exe "http://127.0.0.1:895/config/?action=confirm_disconnect&afd=XXX&afc=YYY" ping localhost -n 5 >NUL start iexplore.exe "http://127.0.0.1:895/config/?action=connect&lang=eng&afd=XXX&afc=YYY" ping localhost -n 20 >NUL start firefox.exe -url "http://utopia.lv/exchange/profile.php?w=special&name=YOUR USERNAME&pass=YOUR PASSWORD&loc=supermode" ping localhost -n 5 >NUL taskkill /f /im iexplore.exe replace the XXX's and the YYY's by the ones that are used on ur pc (when hotspot shield is running, rightclick the red/green icon and click connect or disconnect, your browser will now load the URLs to stop the program, in these urls u can see your own XXX's and YYY's :) it's quite a mess when running but it kills all applications after each run i dont know why i use iexplorer for the reconnects, so feel free to use firefox :) |
2010-09-19 11:29 | utopia.lv | Thanks for sharing! |