diff --git a/amogus.png b/amogus.png deleted file mode 100644 index 6952d6c..0000000 Binary files a/amogus.png and /dev/null differ diff --git a/dababy.png b/dababy.png new file mode 100644 index 0000000..f2e63f4 Binary files /dev/null and b/dababy.png differ diff --git a/index.js b/index.js index ba7c687..2e57c49 100644 --- a/index.js +++ b/index.js @@ -17,30 +17,30 @@ export default class amogus extends Plugin { start () { const Message = getModule(m => m.type && m.type.displayName === 'MessageContent') console.log(Message) - patch('amoguspng', Message, 'type', (args, res) => { + patch('dababypng', Message, 'type', (args, res) => { const img = document.getElementsByTagName("img") for (let i = 0; i < img.length; i++) { const element = img[i]; - element.setAttribute("src", "https://cdn.discordapp.com/attachments/735710639410118817/815652065749368883/amogus.png") + element.setAttribute("src", "https://cdn.discordapp.com/attachments/803993444917051404/825696810307289138/dababy.png") } const video = document.getElementsByTagName("video") for (let i = 0; i < video.length; i++) { const element = video[i]; - if (element.getAttribute("src") != "https://cdn.discordapp.com/attachments/773508852247035915/812451604346830868/when_IMPORSTOR1.mp4") { - element.setAttribute("src", "https://cdn.discordapp.com/attachments/773508852247035915/812451604346830868/when_IMPORSTOR1.mp4") + if (element.getAttribute("src") != "https://cdn.discordapp.com/attachments/803993444917051404/825697846435119124/Dababy_car.mp4") { + element.setAttribute("src", "https://cdn.discordapp.com/attachments/803993444917051404/825697846435119124/Dababy_car.mp4") } } - res.props.children[0] = "amogus" + res.props.children[0] = "lesgooo" const username = document.getElementsByClassName("username-1A8OIy") for (let i = 0; i < username.length; i++) { const element = username[i]; - element.innerHTML = "amogus" + element.innerHTML = "DaBaby" } return res; }) } stop () { - unpatch('amoguspng') + unpatch('dababypng') } } diff --git a/manifest.json b/manifest.json index 4099a2a..0b68501 100644 --- a/manifest.json +++ b/manifest.json @@ -1,8 +1,8 @@ { - "name": "amogus", + "name": "Dababy", "version": "2.0.0", - "description": "amogus", - "author": "MoltenCoreDev", + "description": "Lesgooo", + "author": "vbajs/zoom.zen", "license": "mit" } \ No newline at end of file