mirror of
https://github.com/EndPwnArchive/EndPwn3Plugins.git
synced 2024-08-14 23:57:06 +00:00
10 lines
No EOL
248 B
JavaScript
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'
|
|
}
|
|
} |