- Google Chrome with latest version (mine is: 94).
- https://chrome.google.com/webstore/detail/tampermonkey/dhdgffkkebhmkfjojejmpbldmpobfkfo?hl=ru
Moved to https://api.fmhy.net
This file has been truncated, but you can view the full 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
| Log uploaded on Tuesday, December 14, 2021, 12:47:58 PM | |
| Loaded mods: | |
| Harmony(brrainz.harmony)[mv:1.1.1.0]: 0Harmony(2.1.1), HarmonyMod(1.1.1) | |
| Core(Ludeon.RimWorld): (no assemblies) | |
| Expanded Prosthetics and Organ Engineering(Ykara.EPOE): (no assemblies) | |
| Rimsenal - Security pack(rimsenal.security): (no assemblies) | |
| Storage Solutions(cucumpear.storage): (no assemblies) | |
| Rimsenal - Storyteller pack(rimsenal.storyteller): (no assemblies) | |
| Configurable Mental Breaks(nmeijer.configurablementalbreaks): 0Harmony(av:2.1.1,fv:2.0.0.10), ConfigurableMentalBreaks(1.0.0) | |
| Vanilla Traits Expanded(VanillaExpanded.VanillaTraitsExpanded): VanillaTraitsExpanded(1.0.0.1) |
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
| f = open("./english.seria_enc", "rb") | |
| data = list(f.read()) | |
| a = 0 | |
| b = 2531011 | |
| while a < len(data): | |
| data[a] = (b ^ (b >> 15) ^ data[a]) & 0xff | |
| b += 214013 |
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
| @REM From: https://stackoverflow.com/a/10665562 | |
| @REM Path: "C:\Windows\System32\drivers\etc\hosts" | |
| @ECHO OFF | |
| ECHO MAKE SURE YOU ARE RUNNING THIS UNDER ADMIN PRIVILEGES! | |
| SET NEWLINE=^& echo. | |
| SET HOSTS="%WINDIR%\System32\drivers\etc\hosts" | |
| FIND /C /I "support.image-line.com" %HOSTS% | |
| IF %ERRORLEVEL% NEQ 0 ECHO %NEWLINE%^127.0.0.1 support.image-line.com>>%HOSTS% |
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
| javascript:(() => { | |
| return console.log("Moved to https://github.com/Gesugao-san/archive-wbm-save-addons"); | |
| })(); |
Listed below are the web domains that Discord currently own. If you see a link sending you to a domain that claims is a "Discord owned website", check if it is one of the below domain names! If it's not, assume it's a scam and report it.
Note: This is not an exhaustive list, there may be some missing domains that Discord owns, but there are no domains listed here that aren't owned by Discord.
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
| @ECHO OFF | |
| CLS | |
| ECHO ****************** | |
| ECHO Moved to: https://github.com/Gesugao-san/list_remotes | |
| ECHO ****************** | |
| PAUSE | |
| EXIT /B %ERRORLEVEL% |