├── CyberStyler.sln ├── CyberStyler ├── ClipBoard.cs ├── CyberStyler.csproj ├── CyberStyler.csproj.user ├── DiscordWebhook.cs ├── Program.cs ├── Properties │ ├── Resources.Designer.cs │ └── Resources.resx ├── Resources │ └── DedSec.gif ├── Screenshot.cs └── WinAPI.cs ├── README.md └── screenshot.png /CyberStyler.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DedSec77/CyberStealer/HEAD/CyberStyler.sln -------------------------------------------------------------------------------- /CyberStyler/ClipBoard.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DedSec77/CyberStealer/HEAD/CyberStyler/ClipBoard.cs -------------------------------------------------------------------------------- /CyberStyler/CyberStyler.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DedSec77/CyberStealer/HEAD/CyberStyler/CyberStyler.csproj -------------------------------------------------------------------------------- /CyberStyler/CyberStyler.csproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DedSec77/CyberStealer/HEAD/CyberStyler/CyberStyler.csproj.user -------------------------------------------------------------------------------- /CyberStyler/DiscordWebhook.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DedSec77/CyberStealer/HEAD/CyberStyler/DiscordWebhook.cs -------------------------------------------------------------------------------- /CyberStyler/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DedSec77/CyberStealer/HEAD/CyberStyler/Program.cs -------------------------------------------------------------------------------- /CyberStyler/Properties/Resources.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DedSec77/CyberStealer/HEAD/CyberStyler/Properties/Resources.Designer.cs -------------------------------------------------------------------------------- /CyberStyler/Properties/Resources.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DedSec77/CyberStealer/HEAD/CyberStyler/Properties/Resources.resx -------------------------------------------------------------------------------- /CyberStyler/Resources/DedSec.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DedSec77/CyberStealer/HEAD/CyberStyler/Resources/DedSec.gif -------------------------------------------------------------------------------- /CyberStyler/Screenshot.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DedSec77/CyberStealer/HEAD/CyberStyler/Screenshot.cs -------------------------------------------------------------------------------- /CyberStyler/WinAPI.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DedSec77/CyberStealer/HEAD/CyberStyler/WinAPI.cs -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DedSec77/CyberStealer/HEAD/README.md -------------------------------------------------------------------------------- /screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DedSec77/CyberStealer/HEAD/screenshot.png --------------------------------------------------------------------------------