This commit is contained in:
Alessandro Autiero
2022-12-16 21:08:57 +01:00
parent ef7f34e0e3
commit 966b4b33fd
91 changed files with 388682 additions and 1005 deletions

View File

@@ -1,15 +0,0 @@
[OnlineSubsystemMcp.Xmpp]
bUseSSL=false
ServerAddr="ws://lawinserverxmpp.herokuapp.com"
ServerPort=80
[OnlineSubsystemMcp.Xmpp Prod]
bUseSSL=false
ServerAddr="ws://lawinserverxmpp.herokuapp.com"
ServerPort=80
[OnlineSubsystemMcp]
bUsePartySystemV2=false
[OnlineSubsystemMcp.OnlinePartySystemMcpAdapter]
bUsePartySystemV2=false

Binary file not shown.

Binary file not shown.

BIN
assets/binaries/leakv2.dll Normal file

Binary file not shown.

View File

@@ -1 +1,2 @@
for /f "tokens=5" %%a in ('netstat -aon ^| find ":3551" ^| find "LISTENING"') do taskkill /f /pid %%a
for /f "tokens=5" %%a in ('netstat -aon ^| find ":3551" ^| find "LISTENING"') do taskkill /f /pid %%a
for /f "tokens=5" %%a in ('netstat -aon ^| find ":8080" ^| find "LISTENING"') do taskkill /f /pid %%a

View File

@@ -0,0 +1 @@
sc query "MongoDB" | findstr /i "STATE"