A simple JS script to farm points (1 point/second)
The bot needs you to have at least two accounts.
-
The account which will receive the points, will skip songs rapidly. (Default every 500ms)
-
The other account(s) will vote the song rapidly. (Default every 100ms)
Before doing anything else, download and setup a HTTP request blocker. AuxParty creates a playlist using your account everytime you add new songs to your queue. It also uses that playlist as an advertisement. This might lead to tens of playlist being created, which is really annoying. You need to block this URL
api.soundcloud.com/me/playlists?format=json.
I recommend using your browser's built in blocker. See more for Chrome/Chromium
If using HTTP Request Blocker, use this pattern *://api.soundcloud.com/me/playlists?format=json/*
You need to do this only once, just for the points receiver.
- Login with the account you want to receive points for.
- Find big playlists and add them to the queue so you have a lot of songs there.
- If you're using autoqueue, keep the playlist you want autoqueue to open. The bot will use the "add all tracks to queue" button.
- Go as a DJ.
- Paste the script to your console and run it. This browser's account will now start skipping songs.
- Open an incognito window or a new browser.
- Login with your secondary Spotify or Soundcloud account.
- Go to the same lobby as your first receiver account.
- Run the script again, but with the receiver variable set as false. This browser's account will now start voting the songs.
Using your browser's console, you can
-
Stop the script
stop(); -
Start the script
start();
I am not responsible for your actions nor anything that could happen.
This could be bannable, you've been warned.