From 9e797b3245c184854de71ca1ec154dda9d05a886 Mon Sep 17 00:00:00 2001 From: Astra Date: Tue, 8 May 2018 00:52:52 -0400 Subject: [PATCH] add debugging tools :^) --- plugin.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/plugin.js b/plugin.js index 5446873..2012957 100644 --- a/plugin.js +++ b/plugin.js @@ -103,6 +103,8 @@ exports = { window.reload = () => { app.relaunch(); app.exit(); }; window.endpwn = { + __eval: e => eval(e), + uninstall: function () { $api.ui.showDialog({ title: 'EndPwn: confirm uninstallation', @@ -135,7 +137,7 @@ exports = { $api.util.findFuncExports('isDeveloper').__defineGetter__('isDeveloper', () => true); // apply custom discrims/bot tags/badges/server verif from EndPwn Customizer (endpwn.cathoderay.tube) - __epprint('initializing endpwn cutomizer...'); + __epprint('initializing EndPwn Cutomizer...'); // add the endpwn dev badge to the class obfuscation table wc.findFunc('profileBadges:"profileBadges')[0].exports['profileBadgeEndpwn'] = 'profileBadgeEndPwn';