// Decompiled with JetBrains decompiler // Type: Bot1.Bot1 // Assembly: Bot1, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null // MVID: 20DD3A26-8F2D-4308-84CA-4E2001F5A7BC // Assembly location: C:\Users\Administrateur\Downloads\Virusshare-00000-msil\Flooder.Win32.BotNet-11803bea825d1019c1c625a35ddac314d1b24b11958883eb4cc10b0fde3423f3.exe using System; using System.Windows.Forms; namespace Bot1 { public class Bot1 { [STAThread] private static void Main() => Application.Run((Form) new FormMain()); } }