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:
| /* | |
| * 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 |
I hereby claim:
To claim this, I am signing this object:
So, I just managed to install [Fingertip] on my Android device and I want to share how I did it
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:
| /* | |
| * 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 |
| 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", |