mirror of
https://github.com/Auties00/Reboot-Launcher.git
synced 2026-01-14 03:32:23 +01:00
update
This commit is contained in:
@@ -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.
BIN
assets/binaries/craniumv2.dll
Normal file
BIN
assets/binaries/craniumv2.dll
Normal file
Binary file not shown.
BIN
assets/binaries/leakv2.dll
Normal file
BIN
assets/binaries/leakv2.dll
Normal file
Binary file not shown.
@@ -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
|
||||
1
assets/binaries/service.bat
Normal file
1
assets/binaries/service.bat
Normal file
@@ -0,0 +1 @@
|
||||
sc query "MongoDB" | findstr /i "STATE"
|
||||
Reference in New Issue
Block a user