Dababy-ification

This commit is contained in:
zoom.zen 2021-03-28 15:48:13 +03:00
parent 75321559b9
commit cf95181d29
5 changed files with 54 additions and 54 deletions

View File

@ -1 +1 @@
tbh do what you want and no warranty among us sex also i use arch btw tbh do what you want and no warranty among us sex also i use arch btw

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.5 KiB

BIN
dababy.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 84 KiB

View File

@ -1,46 +1,46 @@
/* /*
* You are now retarded. * You are now retarded.
* *
* I am not responsible for bricked brains, dead usb sticks, * I am not responsible for bricked brains, dead usb sticks,
* or you getting fired because your pc opened 2 seconds slower. Please * or you getting fired because your pc opened 2 seconds slower. Please
* do some research if you have any concerns about features included in this software * do some research if you have any concerns about features included in this software
* before installing it! YOU are choosing to make these modifications, and if * before installing it! YOU are choosing to make these modifications, and if
* you point the finger at me for messing up your pc, I will laugh at you. * you point the finger at me for messing up your pc, I will laugh at you.
*/ */
import { Plugin } from '@vizality/entities'; import { Plugin } from '@vizality/entities';
import { getModule } from "@vizality/webpack"; import { getModule } from "@vizality/webpack";
import { patch, unpatch } from "@vizality/patcher" import { patch, unpatch } from "@vizality/patcher"
export default class amogus extends Plugin { export default class amogus extends Plugin {
start () { start () {
const Message = getModule(m => m.type && m.type.displayName === 'MessageContent') const Message = getModule(m => m.type && m.type.displayName === 'MessageContent')
console.log(Message) console.log(Message)
patch('amoguspng', Message, 'type', (args, res) => { patch('dababypng', Message, 'type', (args, res) => {
const img = document.getElementsByTagName("img") const img = document.getElementsByTagName("img")
for (let i = 0; i < img.length; i++) { for (let i = 0; i < img.length; i++) {
const element = img[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") const video = document.getElementsByTagName("video")
for (let i = 0; i < video.length; i++) { for (let i = 0; i < video.length; i++) {
const element = video[i]; const element = video[i];
if (element.getAttribute("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/773508852247035915/812451604346830868/when_IMPORSTOR1.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") const username = document.getElementsByClassName("username-1A8OIy")
for (let i = 0; i < username.length; i++) { for (let i = 0; i < username.length; i++) {
const element = username[i]; const element = username[i];
element.innerHTML = "amogus" element.innerHTML = "DaBaby"
} }
return res; return res;
}) })
} }
stop () { stop () {
unpatch('amoguspng') unpatch('dababypng')
} }
} }

View File

@ -1,8 +1,8 @@
{ {
"name": "amogus", "name": "Dababy",
"version": "2.0.0", "version": "2.0.0",
"description": "amogus", "description": "Lesgooo",
"author": "MoltenCoreDev", "author": "vbajs/zoom.zen",
"license": "mit" "license": "mit"
} }