How to modify Unity games from Steam (eg. for changing behavior, adding lots of currency/etc.)
- use the updated dnSpy fork, drag and drop in the
Assembly-CSharp.dll
and edit the source code, thenSave All
, and reload game.
How to modify Unity games from Steam (eg. for changing behavior, adding lots of currency/etc.)
Assembly-CSharp.dll
and edit the source code, then Save All
, and reload game./* | |
Hides Twitter's bookmarking button, prevents "hoarding" bookmarks. | |
However can still access past bookmarks and unbookmark the ones you have already. | |
Using data-testid b/c it also hides the bookmark btn on a single tweet | |
*/ | |
button[data-testid="bookmark"] { | |
display: none !important; | |
} |
To dare is to lose one's footing momentarily. Not to dare is to lose oneself. – Soren Kierkegaard | |
The magic you're looking for is in the work you're avoiding. | |
“The first gulp from the glass of natural sciences will turn you into an atheist, but at the bottom of the glass God is waiting for you.” - Werner Heisenberg | |
The Days Are Long, But the Years Are Short - Gretchen Rubin | |
“The adventure of life is to learn. The purpose of life is to grow. The nature of life is to change. The challenge of life is to overcome. The essence of life is to care. The opportunity of like is to serve. The secret of life is to dare. The spice of life is to befriend. The beauty of life is to give.” - William Arthur Ward |
//@ts-check | |
window.kVideoSpeed = 1; | |
window.initialVolume = 1; | |
NUMPAD_3 = "99" | |
NUMPAD_2 = "98" | |
NUMPAD_6 = "102" | |
NUMPAD_5 = "101" | |
UP_ARROW = "38" |