Skip to content

Instantly share code, notes, and snippets.

View samyok's full-sized avatar
🎒
schoolworkin

Samyok Nepal samyok

🎒
schoolworkin
  • University of Minnesota, Twin Cities
  • Minneapolis, MN
  • LinkedIn in/samyok
View GitHub Profile
@samyok
samyok / selfbot.js
Created June 14, 2020 05:41 — forked from rigwild/selfbot.js
A simple Discord Self-bot using console
'use strict'
/**
* Discord Console Self bot
*
* Open chrome console on Discord using Ctrl+shift+i
* Go to the network tab, send a message and copy the 'Authorize' header sent by the app.
* Paste it in authHeader below.
*
* Paste the entire script in the console.