Skip to content

Instantly share code, notes, and snippets.

View Noxturnix's full-sized avatar

Sirawit Thaya Noxturnix

View GitHub Profile
@Noxturnix
Noxturnix / TypingSpam.js
Created September 7, 2023 07:18
Revolt Typing Spammer
/*
* Revolt Typing Spammer
* Spam annoying typing status on Revolt channels.
*
* How to use:
* 1. Paste this script in the console.
* 2. Call `TypingSpam.addSpammer(channelId, interval)` where `channelId` is a string of a channel ID and `interval` is a number in millisecond to add a spammer.
* 3. Call `await TypingSpam.removeSpammer(channelId)` where `channelId` is a string of a channel ID to remove a spammer.
*
* Author

Keybase proof

I hereby claim:

  • I am Noxturnix on github.
  • I am noxt (https://keybase.io/noxt) on keybase.
  • I have a public key whose fingerprint is 7D8D C9B3 C888 0531 1815 A7B0 1102 12D6 E202 79FA

To claim this, I am signing this object:

@Noxturnix
Noxturnix / fingertip-on-android.md
Created January 30, 2022 02:27
Fingertip on Android

Fingertip on Android

So, I just managed to install [Fingertip] on my Android device and I want to share how I did it

Note

I have written this from my experiments. It might not work on your device, or in worst case, you might lose your data. Feel free to follow what I did, but make sure you understand what you are doing. I'm not responsible on what is happening to your device c:

Note 2

@Noxturnix
Noxturnix / legit-auto-pop.js
Last active October 24, 2021 12:57
POOOOOP!
/*
* Legit auto pop by Noxturnix
* Version 0.3
*
* How to use:
* 1. Go to https://popcat.click/
* 2. Press F12
* 3. Go to "Console" tab
* 4. Ignore the warning. There's no such malicious codes in this script. You can try to understand the code if you want
* 5. Copy and paste this script
This file has been truncated, but you can view the full file.
import requests
url = input("YouTube URL: ")
filename = "commenters.txt"
#filename = input("Save to: ")
session = requests.Session()
headers = {
"User-Agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.103 Safari/537.36",