mirror of
https://github.com/EndPwnArchive/EndPwn3Plugins.git
synced 2024-08-14 23:57:06 +00:00
10 lines
No EOL
291 B
JavaScript
10 lines
No EOL
291 B
JavaScript
exports = {
|
|
manifest: {
|
|
author: "Cynosphere",
|
|
name: "Spotify Premium Spoof",
|
|
description: "Spoofs premium check and allows listen along without premium.",
|
|
replacements: [
|
|
{signature:'r.isPremium=n',payload:'r.isPremium=true'}
|
|
]
|
|
}
|
|
} |