I hereby claim:
- I am 12944qwerty on github.
- I am 12944qwerty (https://keybase.io/12944qwerty) on keybase.
- I have a public key whose fingerprint is 71CC 9BB9 410F 9651 752D C514 FDD5 158D 344C 5C54
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
// ==UserScript== | |
// @name Cuddle All Button | |
// @updateURL https://gist.githubusercontent.com/12944qwerty/25d776dcbeb9212642c651a99cf2df31/raw/51822ec95dcb7dddc0ba79e37379e8fb8f34c8c7/cuddle_all.js | |
// @version 0.2 | |
// @description A button that will show on WoX sites to cuddle all pets | |
// @author 12944qwerty | |
// @match https://worldofolympians.com/user/profile/*/pets | |
// @match https://worldoflegend.eu/user/profile/*/pets | |
// @match https://worldofpotter.com/user/profile/*/pets | |
// @match https://worldofpotter.eu/user/profile/*/pets |
// ==UserScript== | |
// @name Deposit All Button | |
// @updateURL https://gist.githubusercontent.com/12944qwerty/00adb3ad03acfd8e2c11fc2cbb754ad5/raw/682101de6e0f2437664a3b156badf403fd612ac6/deposit_all.js | |
// @version 0.1 | |
// @description A button that will show on WoX sites to deposit all buttons | |
// @author 12944qwerty | |
// @match https://worldofolympians.com/gringotts | |
// @match https://worldoflegend.eu/gringotts | |
// @match https://worldofpotter.com/gringotts | |
// @match https://worldofpotter.eu/gringotts |
// ==UserScript== | |
// @name Topic Saver | |
// @updateURL https://gist.github.com/12944qwerty/2e8b2741b19e8eeff1628028a782e88a/raw/2335b2fe9d1275766703fc5827327921fa754899/topic_save.js | |
// @version 0.1 | |
// @description An autosaver for topics on WoX. | |
// @author 12944qwerty | |
// @match https://worldofolympians.com/topic/view/* | |
// @match https://worldoflegend.eu/topic/view/* | |
// @match https://worldofpotter.com/topic/view/* | |
// @match https://worldofpotter.eu/topic/view/* |
// ==UserScript== | |
// @name Self-Reply Button | |
// @version 0.1 | |
// @description Adds a reply to message button in all of your own messages's popups in Stack Exchange chatrooms. | |
// @author 12944qwerty | |
// @include http://chat.stackoverflow.com/rooms/* | |
// @include https://chat.stackoverflow.com/rooms/* | |
// @require http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js | |
// @require https://gist.github.com/raw/2625891/waitForKeyElements.js | |
// ==/UserScript== |
// ==UserScript== | |
// @name Legacy Voting Buttons | |
// @version 0.2 | |
// @description Revert to legacy voting buttons on stack exchange sites | |
// @author 12944qwerty | |
// @match https://stackexchange.com/* | |
// @match https://meta.stackexchange.com/* | |
// @match https://*.stackexchange.com/* | |
// @match https://*.meta.stackexchange.com/* | |
// @match https://stackoverflow.com/* |
First thing we notice is that the file given is named CCLocalLevels.dat
. This file stores all the data of the local levels I create on my GD installation. My immediate thought is to open it on an online tool such as GDColon's Save Explorer which allows me to see every piece of data for each level in the file, except for the actual level data itself. We see that the flag is in the level somewhere.
I noticed a download button for a .gmd
file and downloaded it. Looking through it I realized that it is the level data for just the level (and not all levels like before). I see a really long string which I assume as the level data. Somehow I need to parse this.
Due to prior knowledge, I knew about GD-docs, however a quick google search would find that as well. This site includes all sorts of information related to G