Best Blackhat Forum

Full Version: NEED HELP WITH PROXYS AND IMACROS
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello, i need to click on a link in the youtube description from other IP's. I know how to use imacros, but is there anyway i can change a proxy for every refresh? Or should i say, if i was to use Tor Browser, can i write a script to refresh and put a new identity after its finished so each click is a different IP? Please help me.
not sure what you specifically need .. has been a long day ...

CLEAR

might be it
VERSION BUILD=6240709 RECORDER=FX
TAB T=1
SET !ERRORIGNORE YES
SET !DATASOURCE proxylist.csv
SET !DATASOURCE_COLUMNS 2

'Increase the current position in the file with each loop
SET !DATASOURCE_LINE {{!LOOP}
'clear cookies and cache:
CLEAR
URL GOTO=about:config
'some proxies are slow, set the timeout to 90 seconds:
URL GOTO=jgPrefBranch.setIntPref("network.http.keep-alive.timeout",900);
URL GOTO=about:config
'set the proxy URL
URL GOTO=jvar<SP>prefb<SP>=<SP>Components.classes["@mozilla.org/preferences-service;1"].getService(Components.interfaces.nsIPrefBranch);var<SP>str<SP>=<SP>Components.classes["@mozilla.org/supports-string;1"].createInstance(Components.interfaces.nsISupportsString);str.data<SP>=<SP>"{{!COL1}}";prefb.setComplexValue("network.proxy.http",<SP>Components.interfaces.nsISupportsString,<SP>str);
URL GOTO=about:config
'set the proxy port:
URL GOTO=jgPrefBranch.setIntPref("network.proxy.http_port",{{!COL2}});
URL GOTO=about:config
'turn the proxy on
URL GOTO=jgPrefBranch.setIntPref("network.proxy.type",1)
is it hard to make a imacro script for likesasap website ?
(11-18-2013 03:38 AM)yga818 Wrote: [ -> ]VERSION BUILD=6240709 RECORDER=FX
TAB T=1
SET !ERRORIGNORE YES
SET !DATASOURCE proxylist.csv
SET !DATASOURCE_COLUMNS 2

.......URL GOTO=about:config URL GOTO=jgPrefBranch.setIntPref("network.proxy.type",1)

TYVM for the code to play with (beyond my current level of expertise) !! Lol Cool

I am very pleased to having broken your 'reputation cherry' Welcome

I hope to see more imacros code in future!

We
макросами прокси циклу с использованием. CSV

[код] SET! TIMEOUT_PAGE 16
TAB T = 1
CLEAR,
TAB CLOSEALLOTHERS
SET! DATASOURCE proxylist.csv
SET! DATASOURCE_COLUMNS 5
SET! КОНТУР 2
SET DATASOURCE_LINE {{! LOOP}}!
адрес прокси-сервера = {{! col1 }} {{col2}}!
URL GOTO = http://site/
ждать секунд = 4 [/ код] , если вы используете адрес прокси-сервера = {{col1}}:! {{col2}} , то ваш proxylist.csv должен содержать IP, порт , но если ваш proxylist.csv содержат iport то право синтаксис адрес прокси-сервера = {{! col1}}
Reference URL's