This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# encoding: utf-8 | |
from requests import get | |
from slugify import slugify | |
import os, sys | |
def main(stickerid): | |
print("sticker.ly sticker pack downloader") | |
print("Sticker ID:", stickerid) | |
headers = { | |
"User-Agent": "androidapp.stickerly/1.13.3 (G011A; U; Android 22; pt-BR; br;)", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name romhacking.net robot verification bypass | |
// @namespace http://tampermonkey.net/ | |
// @version 0.1 | |
// @description Robot verification of this website is kinda... insecure (made this userscript to show off how insecure it is) | |
// @author Nightdavisao | |
// @match https://www.romhacking.net/download/* | |
// @grant GM_log | |
// ==/UserScript== |