Skip to content

Instantly share code, notes, and snippets.

View chirag-droid's full-sized avatar
🎯
Focusing

Chirag Singla chirag-droid

🎯
Focusing
View GitHub Profile
; Linux x86_64
; compile -> nasm -felf64 main.asm -o main.o
; link -> ld main.o -o main
; Syscalls NR numbers ;unistd_64.h
%define SYS_READ 0
%define SYS_WRITE 1
%define SYS_EXIT 60
%define STDIN 0
@chirag-droid
chirag-droid / DiscordNSFWBypass.js
Last active March 21, 2022 14:58
Discord Raw userscript to bypass nsfw
// ==UserScript==
// @name discord bypass nsfw
// @namespace Violentmonkey Scripts
// @match https://discord.com/*
// @require https://cdn.jsdelivr.net/npm/@violentmonkey/dom@1
// @grant none
// @version 1.0.0
// @author chirag-droid<chirag.singla.pi@gmail.com>
// @description 3/20/2022, 4:02:41 AM
// @run-at document-start
@chirag-droid
chirag-droid / DiscordNSFWBypass.md
Last active March 21, 2022 14:59
Userscript to bypass discord nsfw

Userscript to bypass discord nsfw

Link to script

Raw Script

Note: Please use at your own risk. Doing this may lead to a temporary or permanent ban from discord.