x
ChatBox

Please log in with password to access chatbox.
visitor stats
Index | Back | Reply | New Topic

IP Change Automation

How to - iMacros
2015-05-01 14:06
aide-vischedownload imacros addon for firefox

"iMacros makes it easy for you to record and replay repetitious work and it’s the only web automation"

so you just have to "record" your browser:
1. starting utopia -> 2. waiting 30 seconds -> 3. changing ip -> playing this 3 steps in loop

VERSION BUILD=8920312 RECORDER=FX
SET !ERRORIGNORE YES
TAB T=1
URL GOTO=*YOUR DNA ADRESS (like 10.0.0.138)*
"TAG POS=1 TYPE=INPUT:BUTTON FORM=NAME:PPPConn1 ATTR=NAME:13
TAG POS=1 TYPE=INPUT:BUTTON FORM=NAME:PPPConn1 ATTR=NAME:12"
TAB CLOSEALLOTHERS
TAB OPEN
TAB T=2
URL GOTO=http://utopia.lv/exchange/index.php?
TAG POS=1 TYPE=INPUT:BUTTON ATTR=ID:start_button
WAIT SECONDS=30


here you have my file;
1. *DNA* change
2. record your browser changing IP
3. replace your record with "text"

have fun :)