These come from the DOSBox Staging project
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 OwOiki | |
// @version 0.2.8a | |
// @icon data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAACACAAAAADmVT4XAAAAAXNSR0IArs4c6QAAAAlwSFlzAAAOwwAADsMBx2+oZAAACOFJREFUeNrs2gOQI9sex/Hf6dPpZDvJODtI1vbmrplBDaqurXXVGqVna/Wsa9u2bdv23cyOM0F3/s+YzEHnGfMpV/SN8Qvo38zAv9lQwFDAUMB/bsBQwFDAzpVN8+MLWzbg77ShZWF8ftPKnZAhoS8vKgO4CbC6ptPpb3Z6Ux0DTA6ULfoyCYFEWssQGtW0YvVBUyMMlWvob7SmEiwy9aDVK5pGhVDW6jngpzOZNfMLVz315rtvPnnGQVVgjfQ3aWSoOuiMJ397Nk9d9YWZFpv5U28BP5mA8qOu/NCl38m8/bPpBhbQ32ABjOk/eztDv+N+eOVR5ZjwEy8BZ07F8I2PZ+hP0jcnTCyioi2Cmbg5TX+SeXzjcEw900PAYlSsf4H+2oPNnLdRkdo4b36Q/toL6yuwWB+wituHP0kD5O9bhNA6Ksq6EBbdl6cBnjzc5qt0Ab+s4HOupwLpK8Yi9jMqws9iGHtFmgpcP4dX/FITsATVO1NUqH2nbcynIsw37J3tVCi1sxpL1AE7TX/bmzTYm20o3UqebS2F5Gz85k5lwGzUnUkC6esr2HjybDyruD5NAmfWYbYq4CTua/6cRNpXILiePFofxIp2Evm82cdPUgTUo+QkEsrdF2YjyaORLHxfjoROKkG9ImAYn/whifUeCOs75Ml3LBzYS2IfTubD5AFfgLmZJNwrmTGdPJlusCtdkths4gvSgEnMuptkOkeCkyccIztJ5m6LTZIG+NjYbpJab+LL5MGXYa4nqe6xzCcL2OvDuhxJ3RRCnDyII3QTSeXWwbdX8vX8foZGgtSCauNVePCqUb0AUtQ |
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
TargetApplication=DKLang Translation Editor | |
Author=Liu "Dobby233Liu" Wenyuan | |
SourceLANGID=1033 | |
LANGID=2052 | |
Generator=DKLang Translation Editor v3.0 | |
LastModified=2023-08-13 22:16:49 | |
[dAbout] | |
00000001=关于 | |
00000004=网站: |
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
<!doctype html> | |
<html lang="en"> | |
<head> | |
<title>Undertale text color explaination</title> | |
<style> | |
html { background-color: black; } | |
body { | |
width: 480px; | |
margin: 0; padding: 0.8em; | |
background-color: #5c5c5c; color: white; |
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 QUOTEV SPEEDRUN | |
// @version 1.1.7a | |
// @author Dobby233Liu | |
// @namespace https://dobby233liu.neocities.org | |
// @description ANSWERS EVERY QUIZ WITH RANDOM ANSWERS, BECAUSE I DON'T CARE AND NEITHER SHOULD YOU | |
// @match https://www.quotev.com/* | |
// @icon https://www.google.com/s2/favicons?sz=64&domain=quotev.com | |
// @grant none | |
// @require https://unpkg.com/[email protected]/minified/arrive.min.js |
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
Wild Pasta | |
Betty: Imao you are loser. | |
:frisk_gulag: I am very piss. Frisk's LV is 5 now | |
Funnyman EX | |
Frisk is now a 5 year old. | |
Betty outta die without the evil black stuff. | |
Wild Pasta | |
a few minutes later |
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 sys | |
import os | |
from lib import enc_key, map_out, decrypt | |
in_file = len(sys.argv) > 1 and sys.argv[1] | |
while not in_file or not os.path.exists(in_file): | |
in_file = input("in: ") | |
in_file = os.path.relpath(in_file) | |
out_file, des_magic = map_out(in_file) |
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 python | |
""" | |
2020 update: | |
- More iterators, fewer lists | |
- Python 3 compatible | |
- Processes files in parallel | |
(one thread per CPU, but that's not really how it works) | |
hacked to dump everything |
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 Discord CDN timebomb informer | |
// @namespace https://dobby233liu.github.io | |
// @version 1.0.0c | |
// @description Prints to the console about the issued/expires search parameters in Discord attachment URLs | |
// @author Liu "Dobby233Liu" Wenyuan | |
// @match https://media.discordapp.net/attachments/* | |
// @match https://cdn.discordapp.com/attachments/* | |
// @icon https://www.google.com/s2/favicons?sz=64&domain=discord.com | |
// @grant none |
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
// heavily modified version of https://copyprogramming.com/howto/using-mailslots#reading-from-a-mailslot | |
#include <iostream> | |
#include <Windows.h> | |
#define csMe "WinlogMonitor" | |
#define csMailslotName "WinLog" | |
int main() | |
{ |