├── .gitattributes ├── FragmentServerWV.sln ├── FragmentServerWV.v11.suo ├── FragmentServerWV ├── App.config ├── Config.cs ├── Crypto.cs ├── DumpDecoder.Designer.cs ├── DumpDecoder.cs ├── DumpDecoder.resx ├── Form1.Designer.cs ├── Form1.cs ├── Form1.resx ├── FragmentServerWV.csproj ├── GameClient.cs ├── LobbyChatRoom.cs ├── Log.cs ├── Packet.cs ├── Program.cs ├── Properties │ ├── AssemblyInfo.cs │ ├── Resources.Designer.cs │ ├── Resources.resx │ ├── Settings.Designer.cs │ └── Settings.settings ├── ProxyClient.cs ├── Server.cs └── bin │ └── x86 │ └── Release │ ├── FragmentServerWV.exe │ ├── FragmentServerWV.exe.config │ ├── FragmentServerWV.pdb │ ├── FragmentServerWV.vshost.exe │ ├── FragmentServerWV.vshost.exe.config │ ├── FragmentServerWV.vshost.exe.manifest │ ├── lobbies.txt │ ├── settings.txt │ └── welcome.txt ├── README.MD └── _backup ├── README.MD └── lobbyemu-master.zip /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeroKilo/FragmentServerWV/HEAD/.gitattributes -------------------------------------------------------------------------------- /FragmentServerWV.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeroKilo/FragmentServerWV/HEAD/FragmentServerWV.sln -------------------------------------------------------------------------------- /FragmentServerWV.v11.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeroKilo/FragmentServerWV/HEAD/FragmentServerWV.v11.suo -------------------------------------------------------------------------------- /FragmentServerWV/App.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeroKilo/FragmentServerWV/HEAD/FragmentServerWV/App.config -------------------------------------------------------------------------------- /FragmentServerWV/Config.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeroKilo/FragmentServerWV/HEAD/FragmentServerWV/Config.cs -------------------------------------------------------------------------------- /FragmentServerWV/Crypto.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeroKilo/FragmentServerWV/HEAD/FragmentServerWV/Crypto.cs -------------------------------------------------------------------------------- /FragmentServerWV/DumpDecoder.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeroKilo/FragmentServerWV/HEAD/FragmentServerWV/DumpDecoder.Designer.cs -------------------------------------------------------------------------------- /FragmentServerWV/DumpDecoder.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeroKilo/FragmentServerWV/HEAD/FragmentServerWV/DumpDecoder.cs -------------------------------------------------------------------------------- /FragmentServerWV/DumpDecoder.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeroKilo/FragmentServerWV/HEAD/FragmentServerWV/DumpDecoder.resx -------------------------------------------------------------------------------- /FragmentServerWV/Form1.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeroKilo/FragmentServerWV/HEAD/FragmentServerWV/Form1.Designer.cs -------------------------------------------------------------------------------- /FragmentServerWV/Form1.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeroKilo/FragmentServerWV/HEAD/FragmentServerWV/Form1.cs -------------------------------------------------------------------------------- /FragmentServerWV/Form1.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeroKilo/FragmentServerWV/HEAD/FragmentServerWV/Form1.resx -------------------------------------------------------------------------------- /FragmentServerWV/FragmentServerWV.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeroKilo/FragmentServerWV/HEAD/FragmentServerWV/FragmentServerWV.csproj -------------------------------------------------------------------------------- /FragmentServerWV/GameClient.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeroKilo/FragmentServerWV/HEAD/FragmentServerWV/GameClient.cs -------------------------------------------------------------------------------- /FragmentServerWV/LobbyChatRoom.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeroKilo/FragmentServerWV/HEAD/FragmentServerWV/LobbyChatRoom.cs -------------------------------------------------------------------------------- /FragmentServerWV/Log.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeroKilo/FragmentServerWV/HEAD/FragmentServerWV/Log.cs -------------------------------------------------------------------------------- /FragmentServerWV/Packet.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeroKilo/FragmentServerWV/HEAD/FragmentServerWV/Packet.cs -------------------------------------------------------------------------------- /FragmentServerWV/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeroKilo/FragmentServerWV/HEAD/FragmentServerWV/Program.cs -------------------------------------------------------------------------------- /FragmentServerWV/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeroKilo/FragmentServerWV/HEAD/FragmentServerWV/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /FragmentServerWV/Properties/Resources.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeroKilo/FragmentServerWV/HEAD/FragmentServerWV/Properties/Resources.Designer.cs -------------------------------------------------------------------------------- /FragmentServerWV/Properties/Resources.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeroKilo/FragmentServerWV/HEAD/FragmentServerWV/Properties/Resources.resx -------------------------------------------------------------------------------- /FragmentServerWV/Properties/Settings.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeroKilo/FragmentServerWV/HEAD/FragmentServerWV/Properties/Settings.Designer.cs -------------------------------------------------------------------------------- /FragmentServerWV/Properties/Settings.settings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeroKilo/FragmentServerWV/HEAD/FragmentServerWV/Properties/Settings.settings -------------------------------------------------------------------------------- /FragmentServerWV/ProxyClient.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeroKilo/FragmentServerWV/HEAD/FragmentServerWV/ProxyClient.cs -------------------------------------------------------------------------------- /FragmentServerWV/Server.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeroKilo/FragmentServerWV/HEAD/FragmentServerWV/Server.cs -------------------------------------------------------------------------------- /FragmentServerWV/bin/x86/Release/FragmentServerWV.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeroKilo/FragmentServerWV/HEAD/FragmentServerWV/bin/x86/Release/FragmentServerWV.exe -------------------------------------------------------------------------------- /FragmentServerWV/bin/x86/Release/FragmentServerWV.exe.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeroKilo/FragmentServerWV/HEAD/FragmentServerWV/bin/x86/Release/FragmentServerWV.exe.config -------------------------------------------------------------------------------- /FragmentServerWV/bin/x86/Release/FragmentServerWV.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeroKilo/FragmentServerWV/HEAD/FragmentServerWV/bin/x86/Release/FragmentServerWV.pdb -------------------------------------------------------------------------------- /FragmentServerWV/bin/x86/Release/FragmentServerWV.vshost.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeroKilo/FragmentServerWV/HEAD/FragmentServerWV/bin/x86/Release/FragmentServerWV.vshost.exe -------------------------------------------------------------------------------- /FragmentServerWV/bin/x86/Release/FragmentServerWV.vshost.exe.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeroKilo/FragmentServerWV/HEAD/FragmentServerWV/bin/x86/Release/FragmentServerWV.vshost.exe.config -------------------------------------------------------------------------------- /FragmentServerWV/bin/x86/Release/FragmentServerWV.vshost.exe.manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeroKilo/FragmentServerWV/HEAD/FragmentServerWV/bin/x86/Release/FragmentServerWV.vshost.exe.manifest -------------------------------------------------------------------------------- /FragmentServerWV/bin/x86/Release/lobbies.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeroKilo/FragmentServerWV/HEAD/FragmentServerWV/bin/x86/Release/lobbies.txt -------------------------------------------------------------------------------- /FragmentServerWV/bin/x86/Release/settings.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeroKilo/FragmentServerWV/HEAD/FragmentServerWV/bin/x86/Release/settings.txt -------------------------------------------------------------------------------- /FragmentServerWV/bin/x86/Release/welcome.txt: -------------------------------------------------------------------------------- 1 | Welcome to 2 | Netslum... 3 | 4 | Current Status: 5 | Warranty is voided... -------------------------------------------------------------------------------- /README.MD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeroKilo/FragmentServerWV/HEAD/README.MD -------------------------------------------------------------------------------- /_backup/README.MD: -------------------------------------------------------------------------------- 1 | source: https://github.com/Lord-Ptolemy/lobbyemu 2 | date: 10.03.2017 -------------------------------------------------------------------------------- /_backup/lobbyemu-master.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeroKilo/FragmentServerWV/HEAD/_backup/lobbyemu-master.zip --------------------------------------------------------------------------------