EndPwn3Plugins/plugins/spotifyspoof.js
2018-05-13 12:17:49 -06:00

10 lines
No EOL
248 B
JavaScript

exports = {
meta: {
author: "Cynosphere",
name: "Spotify Premium Spoof",
desc: "Spoofs premium check and allows listen along without premium."
},
replacements: {
'r.isPremium=n':'r.isPremium=true'
}
}