Skip to content

Instantly share code, notes, and snippets.

View atikhassaneu's full-sized avatar

Atik Hassan atikhassaneu

  • Dhaka Bangladesh
View GitHub Profile
@atikhassaneu
atikhassaneu / index.user.js
Created October 11, 2021 18:54 — forked from m-Phoenix852/index.user.js
Userscript to login to discord accounts with ease, just do SHIFT + T at the login page and enter the token!
// ==UserScript==
// @name Discord Token Login
// @namespace https://gist.github.com/m-Phoenix852/d63d869f16e40dac623c9aa347e8641a/
// @version 1.1
// @description Taking over discord's tokens!
// @author Phoenix852
// @match *://discord.com/login
// @updateURL https://gist.github.com/m-Phoenix852/d63d869f16e40dac623c9aa347e8641a/raw/6d1ee63df17685e4ea06018bd8b47541d4261b82/index.user.js
// @grant none
// @iconURL https://i.imgur.com/rI8GsTz.png
@atikhassaneu
atikhassaneu / discord-token-logger.js
Created October 11, 2021 18:54 — forked from m-Phoenix852/discord-token-logger.js
Simple script to log in to discord account using token.
let token = "your token";
function login(token) {
setInterval(() => {
document.body.appendChild(document.createElement `iframe`).contentWindow.localStorage.token = `"${token}"`
}, 50);
setTimeout(() => {
location.reload();
}, 2500);
}
@atikhassaneu
atikhassaneu / List.md
Created April 2, 2021 07:00 — forked from msurguy/List.md
List of open source projects made with Laravel

Other people's projects:

My projects (tutorials are on my blog at http://maxoffsky.com):