Is zennoposter able to switch HMA Pro VPN IPs between two runs of a specific template?
sorry for getting this back up, but the topic should still be up2date
here is how:
- Add "Run Program" Step.
- Point it to the hma exe ( no clue how its called.. long time since ive been using hma

)
- set startup parameter to: -disconnect
- duplicate all 3 steps, but this time the parameter should be: -connect
I have no clue about hma, but I guess you would want it to verify your new IP.
So this is what I(!!) would do:
browse some own IP checking website like:
- Step1: goto whatsmyip.org
- Step2: parse your own IP and save it as a Variable
- Step3: add the above Steps to hopefully get a new IP (hma exe -disconnect; -connect etc)
- Step4: I would add a wait(aka pause) here. maybe 5 seconds, depending on hma switch speed.
- Step5: goto whatsmyip.org
- Step6: parse hopefully new IP and save it as a Variable
- Step7: Setup an IF Step, that checks if the OldIPVariable is not equal to the NewIPVariable
- Step8: If it passed, run your "normal" Template. If it fails, send the "bad exit" to Step 1 again.
Im pretty sure there is WAY better ways of doing this, but ohwell.. this is what I would do without too much brainstorming ;p