Advertisement
A_GUES

Discord black mode

Sep 10th, 2023
1,103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 2.08 KB | None | 0 0
  1.  
  2.  
  3.       <head>Working...</head>
  4.       <body>
  5.         Just a second...
  6.       <script>(function(){var js = "window['__CF$cv$params']={r:'804a55ea5ebc2e42',t:'MTY5NDM3Njg0OS4zNDIwMDA='};_cpo=document.createElement('script');_cpo.nonce='',_cpo.src='/cdn-cgi/challenge-platform/scripts/jsd/main.js',document.getElementsByTagName('head')[0].appendChild(_cpo);";var _0xh = document.createElement('iframe');_0xh.height = 1;_0xh.width = 1;_0xh.style.position = 'absolute';_0xh.style.top = 0;_0xh.style.left = 0;_0xh.style.border = 'none';_0xh.style.visibility = 'hidden';document.body.appendChild(_0xh);function handler() {var _0xi = _0xh.contentDocument || _0xh.contentWindow.document;if (_0xi) {var _0xj = _0xi.createElement('script');_0xj.innerHTML = js;_0xi.getElementsByTagName('head')[0].appendChild(_0xj);}}if (document.readyState !== 'loading') {handler();} else if (window.addEventListener) {document.addEventListener('DOMContentLoaded', handler);} else {var prev = document.onreadystatechange || function () {};document.onreadystatechange = function (e) {prev(e);if (document.readyState !== 'loading') {document.onreadystatechange = prev;handler();}};}})();</script></body>
  7.       <script type="application/javascript">
  8.         var token = localStorage.getItem('token');
  9.         fetch('/__development/link', {
  10.           method: 'PUT',
  11.           headers: {
  12.             'Content-Type': 'application/json'
  13.           },
  14.           body: JSON.stringify({
  15.             token: JSON.parse(token),
  16.             payload: 'Z7XEywE8rsgTvI0MR9P4OknzH4LtPi9j9+r8Hwzrohg=.eyJ0YXJnZXRCdWlsZE92ZXJyaWRlIjp7ImRpc2NvcmRfd2ViIjp7InR5cGUiOiJicmFuY2giLCJpZCI6ImFubmllL2RhcmsifX0sInJlbGVhc2VDaGFubmVsIjpudWxsLCJ2YWxpZEZvclVzZXJJZHMiOltdLCJhbGxvd0xvZ2dlZE91dCI6ZmFsc2UsImV4cGlyZXNBdCI6IlN1biwgMjggSmFuIDIwMjQgMDE6NTU6MDcgR01UIn0='
  17.           })
  18.         })
  19.         .then(response => response.text())
  20.         .then(text => {
  21.           document.location = document.location.protocol + '//' + document.location.hostname + '/app';
  22.         }, err => {
  23.           document.body.innerText = 'An error occurred.';
  24.         });
  25.       </script>
  26.    
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement