mirror of
https://github.com/vxunderground/MalwareSourceCode.git
synced 2025-01-19 16:48:52 +00:00
f2ac1ece55
add
81 lines
2.5 KiB
C#
81 lines
2.5 KiB
C#
// Decompiled with JetBrains decompiler
|
||
// Type: Server_Undetecter.Form2
|
||
// Assembly: Server Undetecter, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
|
||
// MVID: D5DD5A11-3E2A-4F57-B42E-07C8FDDA9C7E
|
||
// Assembly location: C:\Users\Administrateur\Downloads\Virusshare-00001-msil\Backdoor.Win32.Turkojan.zwh-5af17d13c3e916217850f653e93ff6551f2e2da64506ec4362f38396c7d2d2df.exe
|
||
|
||
using Microsoft.VisualBasic.CompilerServices;
|
||
using System.ComponentModel;
|
||
using System.Diagnostics;
|
||
using System.Drawing;
|
||
using System.Runtime.CompilerServices;
|
||
using System.Windows.Forms;
|
||
|
||
namespace Server_Undetecter
|
||
{
|
||
[DesignerGenerated]
|
||
public class Form2 : Form
|
||
{
|
||
private IContainer components;
|
||
[AccessedThroughProperty("Label1")]
|
||
private Label _Label1;
|
||
|
||
[DebuggerNonUserCode]
|
||
public Form2() => this.InitializeComponent();
|
||
|
||
[DebuggerNonUserCode]
|
||
protected override void Dispose(bool disposing)
|
||
{
|
||
try
|
||
{
|
||
if (!disposing || this.components == null)
|
||
return;
|
||
this.components.Dispose();
|
||
}
|
||
finally
|
||
{
|
||
base.Dispose(disposing);
|
||
}
|
||
}
|
||
|
||
[DebuggerStepThrough]
|
||
private void InitializeComponent()
|
||
{
|
||
this.Label1 = new Label();
|
||
this.SuspendLayout();
|
||
this.Label1.BackColor = Color.Black;
|
||
this.Label1.Dock = DockStyle.Fill;
|
||
this.Label1.ForeColor = Color.DimGray;
|
||
this.Label1.Location = new Point(0, 0);
|
||
this.Label1.Name = "Label1";
|
||
Label label1 = this.Label1;
|
||
Size size1 = new Size(162, 108);
|
||
Size size2 = size1;
|
||
label1.Size = size2;
|
||
this.Label1.TabIndex = 8;
|
||
this.Label1.Text = "<- Coded By FEDERIKO ->\r\nHattaß | Rapboy | FEDERIKO\r\n\r\nSelam Olsun: \r\nCWSuskun\r\nSefa Şeker\r\nLethea";
|
||
this.Label1.TextAlign = ContentAlignment.MiddleCenter;
|
||
this.AutoScaleDimensions = new SizeF(6f, 13f);
|
||
this.AutoScaleMode = AutoScaleMode.Font;
|
||
size1 = new Size(162, 108);
|
||
this.ClientSize = size1;
|
||
this.Controls.Add((Control) this.Label1);
|
||
this.FormBorderStyle = FormBorderStyle.FixedToolWindow;
|
||
this.MaximizeBox = false;
|
||
this.MinimizeBox = false;
|
||
this.Name = nameof (Form2);
|
||
this.ShowIcon = false;
|
||
this.ShowInTaskbar = false;
|
||
this.StartPosition = FormStartPosition.CenterParent;
|
||
this.Text = "Hakkında";
|
||
this.ResumeLayout(false);
|
||
}
|
||
|
||
internal virtual Label Label1
|
||
{
|
||
[DebuggerNonUserCode] get => this._Label1;
|
||
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set => this._Label1 = value;
|
||
}
|
||
}
|
||
}
|