Skip to content

Instantly share code, notes, and snippets.

View GerRudi's full-sized avatar

GerRudi GerRudi

View GitHub Profile
@GerRudi
GerRudi / Liquicity_Discord.md
Last active April 22, 2020 18:09
Liquicity Discord Community Invite Link

Semi official Liquicity Discord - Invite Link

Feel free to join!

Currently we have over 800 members and we are always looking for new Liquicitizens. :)

https://discord.gg/H74cVpQ

@GerRudi
GerRudi / Reset-Exalt.bat
Created April 17, 2020 08:20
Clears all user configured settings from RotMG Exalt
@echo off
echo "Warning, this will reset ALL Settings of RotMG Exalt. Please make sure that the game is closed"
pause
:startpoint
tasklist /FI "IMAGENAME eq RotMG Exalt.exe" | findstr "RotMG Exalt.exe" >nul
if "%ERRORLEVEL%"=="0" goto running
REG DELETE "HKCU\Software\DECA Live Operations GmbH\RotMGExalt" /f >nul