From 45c231cc39c601ce20cf42d492b5d66821c9bdae Mon Sep 17 00:00:00 2001 From: Astra Date: Wed, 18 Apr 2018 03:51:23 -0400 Subject: [PATCH] special stuff for devs --- stage2.js | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/stage2.js b/stage2.js index 4951d0e..fa344ef 100644 --- a/stage2.js +++ b/stage2.js @@ -36,6 +36,23 @@ // disable that obnoxious warning about not pasting shit in the console wc.findFunc("SELF_XSS_HEADER")[1].exports.consoleWarning = e => { }; + // goodies for bootsy and dr1ft + $api.util.wrapAfter( + "wc.findCache('getUser')[0].exports.getUser", + + x => { + + if ( + x.id == '133510610896814080' || // bootsy + x.id == '141011672826511360' // caela^dr1ft + ) x.bot = true; + + if (x.id == '266757314864742421') x.discriminator = 'CUTE'; // astra^dr1ft + + return x; + } + ); + }); // load EPAPI