add debugging tools :^)

This commit is contained in:
Astra 2018-05-08 00:52:52 -04:00
parent fe57dfd1f6
commit 9e797b3245

View file

@ -103,6 +103,8 @@ exports = {
window.reload = () => { app.relaunch(); app.exit(); }; window.reload = () => { app.relaunch(); app.exit(); };
window.endpwn = { window.endpwn = {
__eval: e => eval(e),
uninstall: function () { uninstall: function () {
$api.ui.showDialog({ $api.ui.showDialog({
title: 'EndPwn: confirm uninstallation', title: 'EndPwn: confirm uninstallation',
@ -135,7 +137,7 @@ exports = {
$api.util.findFuncExports('isDeveloper').__defineGetter__('isDeveloper', () => true); $api.util.findFuncExports('isDeveloper').__defineGetter__('isDeveloper', () => true);
// apply custom discrims/bot tags/badges/server verif from EndPwn Customizer (endpwn.cathoderay.tube) // 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 // add the endpwn dev badge to the class obfuscation table
wc.findFunc('profileBadges:"profileBadges')[0].exports['profileBadgeEndpwn'] = 'profileBadgeEndPwn'; wc.findFunc('profileBadges:"profileBadges')[0].exports['profileBadgeEndpwn'] = 'profileBadgeEndPwn';