Spotify piracy guide






Intro




It is a crime against our ears and humanity to be subjected to an endless assault of adverts every fucking waking moment of our existance. So I am going to help you out a little with getting rid of spotify ads at least.


Step 1


follow this tutorial here, then I have a little .bat script to share with the class which will automate the spicetify installation process.


Step 2


My script is below. Read it over to make sure its safe, as you should with any random code online. Then afterwards, go into notepad and paste the code. Then save it as "insertname".bat make sure to hit save as any file instead of save as .txt right next to it, so that it saves as a batch file. then, whenever spotify updates and breaks your spicetify, you just click the .bat script which will rerun the spicetify installer and auto input yes for the marketplace option.


  
@echo off
for /l %%i in (1,1,1) do (
    echo y | powershell -NoProfile -ExecutionPolicy Bypass -Command "iwr -useb https://raw.githubusercontent.com/spicetify/cli/main/install.ps1 | iex"
)
  

Step 3


BE FREE! Run through the hills and meadows unshackled by the tyranny of spotify adverts! Live life anew as a free, spotify listener!