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.
Review if you find it useful, I'm new after all.
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.