Advertisement
Guest User

Discord Guild Screensharing

a guest
Oct 22nd, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. "use strict";
  2.  
  3. (async () => {
  4.     let res = await new Promise((f) => {
  5.         let falseySection = [
  6.             [], {
  7.                 _: (fn, a, n) => {
  8.                     return f(n);
  9.                 }
  10.             },
  11.             [
  12.                 ["_"]
  13.             ]
  14.         ];
  15.         if (typeof webpackJsonp === "object") {
  16.             webpackJsonp.push(falseySection);
  17.         } else {
  18.             webpackJsonp(...falseySection);
  19.         }
  20.     });
  21.  
  22.     delete res.m["_"];
  23.     delete res.c["_"];
  24.  
  25.     for (let i in res.c) {
  26.         if (res.c.hasOwnProperty(i)) {
  27.             let m = res.c[i].exports;
  28.             if (m && res.c[i].exports.isDeveloper === false) {
  29.                 Object.defineProperty(res.c[i].exports, "isDeveloper", {
  30.                     get: (do_not_create) => {
  31.                         return true;
  32.                     },
  33.                     set: (newTransaction) => {
  34.                         return newTransaction;
  35.                     },
  36.                     configurable: true
  37.                 });
  38.             }
  39.         }
  40.     }
  41. })();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement