Soundcloud Play Increaser Macro & Method [iMacros]

neelands

Newbie
Joined
Jun 6, 2012
Messages
17
Reaction score
74
I've been toying with a script to increase plays via proxy IP addresses, and this is the best I could come up with.

You will need to get the Firefox add-on Proxy Tool, import a proxy list, change the settings to rotate the proxy on new tab.

Code:
SET !ERRORIGNORE YES
SET !TIMEOUT_MACRO 50
SET !TIMEOUT_STEP 3
URL GOTO= your song url
TAG POS=1 TYPE=BUTTON ATTR=TXT:Play
WAIT SECONDS=10
TAB OPEN
TAB T=2
TAB CLOSE
TAB T=1

Review if you find it useful, I'm new after all.
 
works, but not the greatest. I'm not the best with proxies though :P
 
Back
Top