This file contains hidden or 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
| #!/usr/bin/env python3 | |
| """ | |
| Mega888 bgluares Decryptor | |
| Decrypts XXTEA-encrypted LuaJIT bytecode files with bgluares header. | |
| Encryption Key: cy4ty9cd | |
| Algorithm: XXTEA | |
| """ | |
| import struct, sys, os |
This file contains hidden or 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
| #!/usr/bin/env python3 | |
| """ | |
| Loewe TLI Firmware Dumper / Extractor | |
| ====================================== | |
| Reverse-engineered format analysis and extraction tool for Loewe .tli firmware | |
| update files, commonly found at https://cdn.loewe.tv/software_new/ | |
| TLI File Format: | |
| The .tli format consists of two parts: |
This file contains hidden or 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
| (function() { | |
| 'use strict'; | |
| class DiscordAutoQuest { | |
| constructor() { | |
| this.ELECTRON_USER_AGENT = 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Discord/1.0.0 Chrome/120.0.0.0 Electron/28.0.0 Safari/537.36'; | |
| this.HEARTBEAT_INTERVAL = 30000; | |
| this.VIDEO_INTERVAL = 3000; | |
| this.WEBPACK_MAX_ATTEMPTS = 100; | |
| this.WEBPACK_CHECK_INTERVAL = 100; |
This file contains hidden or 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 Bypass Return of Warpath Protection | |
| // @namespace http://tampermonkey.net/ | |
| // @version 1.3 | |
| // @description Bypass anti-inspect and devtools detection on returnofwarpath.com | |
| // @author Ap0dexMe0 | |
| // @match https://returnofwarpath.com/* | |
| // @grant none | |
| // @run-at document-start | |
| // ==/UserScript== |
This file contains hidden or 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
| #!/usr/bin/env python3 | |
| # encoding: utf-8 | |
| """ | |
| rdll.py (Python3 port) | |
| Original by Charles (2012) - WTFPL v2 | |
| Recode By Pari Malam (2025) | |
| """ | |
| import os | |
| import sys |
This file contains hidden or 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 AugmentCode Auto Register | |
| // @namespace http://tampermonkey.net/ | |
| // @version 1.0.0 | |
| // @description AugmentCode Auto Registration Script | |
| // @author AugmentCode-AutoRegister-Userscript | |
| // @match https://*.augmentcode.com/* | |
| // @icon https://www.google.com/s2/favicons?sz=64&domain=augmentcode.com | |
| // @grant GM_xmlhttpRequest | |
| // @grant GM_setValue |
This file contains hidden or 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 Block Specific GraphQL + Domains | |
| // @namespace Custom Blocking Script | |
| // @version 1.1 | |
| // @description Blocks GraphQL POSTs containing specific operations and requests to specific domains | |
| // @match *://*/* | |
| // @run-at document-start | |
| // @grant none | |
| // @inject-into page | |
| // ==/UserScript== |
This file contains hidden or 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 DRM Bypass Helper | |
| // @author Pari Malam | |
| // @version 2.5 | |
| // @description Simulates a fault(Fake) page cast to bypass Google's Digital Rights Management Block, allowing you to Record or Screenshot a website no matters its Security Policy/DRM. | |
| // @match https://www.netflix.com/* | |
| // @match https://www.hulu.com/* | |
| // @match https://www.crunchyroll.com/* | |
| // @match https://www.youtube.com/* | |
| // @match https://www.hbomax.com/* |
This file contains hidden or 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
| import base64 | |
| import binascii | |
| import re | |
| import urllib.parse | |
| import codecs | |
| import math | |
| import html | |
| import quopri | |
| import string |
This file contains hidden or 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
| import phonenumbers | |
| from phonenumbers import geocoder, carrier | |
| from opencage.geocoder import OpenCageGeocode | |
| import re | |
| import folium | |
| import webbrowser | |
| import os | |
| # ----------------------------------------- | |
| # 📘 Custom carrier resolver for Malaysia |
NewerOlder