0% found this document useful (0 votes)
27 views57 pages

Nouveau Document Texte

Uploaded by

Raziel Duloir
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
27 views57 pages

Nouveau Document Texte

Uploaded by

Raziel Duloir
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 57

using System;

using System.Collections.Generic;
using System.ComponentModel;
using System.Diagnostics;
using System.Drawing;
using System.IO;
using System.Linq;
using System.Runtime.CompilerServices;
using System.Threading;
using System.Windows.Forms;
using Flashh.My;
using Flashh.My.Resources;
using Microsoft.VisualBasic;
using Microsoft.VisualBasic.CompilerServices;

namespace Flashh
{
// Token: 0x0200000B RID: 11
[DesignerGenerated]
public class Form2 : Form
{
// Token: 0x06000042 RID: 66 RVA: 0x00072C6C File Offset: 0x0007106C
public Form2()
{
base.Load += this.Form2_Load;
Form2.__ENCAddToList(this);
this.x = 0;
this.InitializeComponent();
}

// Token: 0x06000043 RID: 67 RVA: 0x00072CA0 File Offset: 0x000710A0


[DebuggerNonUserCode]
private static void __ENCAddToList(object value)
{
List<WeakReference> _ENCList = Form2.__ENCList;
bool flag = false;
checked
{
try
{
Monitor.Enter(_ENCList, ref flag);
bool flag2 = Form2.__ENCList.Count ==
Form2.__ENCList.Capacity;
if (flag2)
{
int num = 0;
int num2 = 0;
int num3 = Form2.__ENCList.Count - 1;
int num4 = num2;
for (;;)
{
int num5 = num4;
int num6 = num3;
if (num5 > num6)
{
break;
}
WeakReference weakReference =
Form2.__ENCList[num4];
flag2 = weakReference.IsAlive;
if (flag2)
{
bool flag3 = num4 != num;
if (flag3)
{
Form2.__ENCList[num] =
Form2.__ENCList[num4];
}
num++;
}
num4++;
}
Form2.__ENCList.RemoveRange(num,
Form2.__ENCList.Count - num);
Form2.__ENCList.Capacity =
Form2.__ENCList.Count;
}
Form2.__ENCList.Add(new
WeakReference(RuntimeHelpers.GetObjectValue(value)));
}
finally
{
bool flag3 = flag;
if (flag3)
{
Monitor.Exit(_ENCList);
}
}
}
}

// Token: 0x06000044 RID: 68 RVA: 0x00072DB0 File Offset: 0x000711B0


[DebuggerNonUserCode]
protected override void Dispose(bool disposing)
{
try
{
bool flag = disposing && this.components != null;
if (flag)
{
this.components.Dispose();
}
}
finally
{
base.Dispose(disposing);
}
}

// Token: 0x06000045 RID: 69 RVA: 0x00072E00 File Offset: 0x00071200


[DebuggerStepThrough]
private void InitializeComponent()
{
this.components = new Container();
ComponentResourceManager componentResourceManager = new
ComponentResourceManager(typeof(Form2));
this.Label1 = new Label();
this.MenuStrip1 = new MenuStrip();
this.FileToolStripMenuItem = new ToolStripMenuItem();
this.VideoTutorialToolStripMenuItem = new ToolStripMenuItem();
this.ToolStripMenuItem1 = new ToolStripSeparator();
this.ExitToolStripMenuItem = new ToolStripMenuItem();
this.WalletSettingsToolStripMenuItem = new ToolStripMenuItem();
this.CustomWalletToolStripMenuItem = new ToolStripMenuItem();
this.BlockchainCoreToolStripMenuItem = new ToolStripMenuItem();
this.BinanceServerToolStripMenuItem = new ToolStripMenuItem();
this.BitcoincomCoreToolStripMenuItem = new ToolStripMenuItem();
this.CoinbaseToolStripMenuItem = new ToolStripMenuItem();
this.BybitToolStripMenuItem = new ToolStripMenuItem();
this.UnicoinToolStripMenuItem = new ToolStripMenuItem();
this.BitpayToolStripMenuItem = new ToolStripMenuItem();
this.BTCcomCoreToolStripMenuItem = new ToolStripMenuItem();
this.ExceptionToolStripMenuItem = new ToolStripMenuItem();
this.ActivityToolStripMenuItem = new ToolStripMenuItem();
this.PluginsToolStripMenuItem = new ToolStripMenuItem();
this.HelpToolStripMenuItem = new ToolStripMenuItem();
this.TelegramToolStripMenuItem = new ToolStripMenuItem();
this.EmailToolStripMenuItem = new ToolStripMenuItem();
this.WebsiteToolStripMenuItem = new ToolStripMenuItem();
this.ToolStripMenuItem2 = new ToolStripSeparator();
this.AboutToolStripMenuItem = new ToolStripMenuItem();
this.ActivateSoftwareToolStripMenuItem = new ToolStripMenuItem();
this.Label2 = new Label();
this.Label3 = new Label();
this.Label4 = new Label();
this.Label5 = new Label();
this.GroupBox1 = new GroupBox();
this.Button1 = new Button();
this.Label8 = new Label();
this.Label6 = new Label();
this.TextBox1 = new TextBox();
this.Button2 = new Button();
this.TextBox2 = new TextBox();
this.Button3 = new Button();
this.GroupBox2 = new GroupBox();
this.GroupBox3 = new GroupBox();
this.RadioButton3 = new RadioButton();
this.Button4 = new Button();
this.ComboBox1 = new ComboBox();
this.RadioButton2 = new RadioButton();
this.RadioButton1 = new RadioButton();
this.TextBox6 = new TextBox();
this.TextBox5 = new TextBox();
this.CheckBox2 = new CheckBox();
this.TextBox4 = new TextBox();
this.CheckBox1 = new CheckBox();
this.TextBox3 = new TextBox();
this.Label9 = new Label();
this.Label10 = new Label();
this.GroupBox4 = new GroupBox();
this.Label13 = new Label();
this.Label14 = new Label();
this.Label15 = new Label();
this.Label12 = new Label();
this.Label11 = new Label();
this.Label7 = new Label();
this.ListBox1 = new ListBox();
this.CheckBox3 = new CheckBox();
this.Button5 = new Button();
this.Timer1 = new System.Windows.Forms.Timer(this.components);
this.Button6 = new Button();
this.TextBox7 = new TextBox();
this.GroupBox5 = new GroupBox();
this.Timer2 = new System.Windows.Forms.Timer(this.components);
this.Button7 = new Button();
this.Button8 = new Button();
this.MenuStrip1.SuspendLayout();
this.GroupBox1.SuspendLayout();
this.GroupBox2.SuspendLayout();
this.GroupBox3.SuspendLayout();
this.GroupBox4.SuspendLayout();
this.GroupBox5.SuspendLayout();
this.SuspendLayout();
this.Label1.AutoSize = true;
Control label = this.Label1;
Point location = new Point(22, 38);
label.Location = location;
this.Label1.Name = "Label1";
Control label2 = this.Label1;
Size size = new Size(39, 13);
label2.Size = size;
this.Label1.TabIndex = 0;
this.Label1.Text = "Label1";
this.MenuStrip1.Items.AddRange(new ToolStripItem[]
{
this.FileToolStripMenuItem,
this.WalletSettingsToolStripMenuItem,
this.ExceptionToolStripMenuItem,
this.ActivityToolStripMenuItem,
this.PluginsToolStripMenuItem,
this.HelpToolStripMenuItem
});
this.MenuStrip1.LayoutStyle = ToolStripLayoutStyle.Flow;
Control menuStrip = this.MenuStrip1;
location = new Point(0, 0);
menuStrip.Location = location;
this.MenuStrip1.Name = "MenuStrip1";
Control menuStrip2 = this.MenuStrip1;
size = new Size(761, 23);
menuStrip2.Size = size;
this.MenuStrip1.TabIndex = 1;
this.MenuStrip1.Text = "MenuStrip1";
this.FileToolStripMenuItem.DropDownItems.AddRange(new
ToolStripItem[]
{
this.VideoTutorialToolStripMenuItem,
this.ToolStripMenuItem1,
this.ExitToolStripMenuItem
});
this.FileToolStripMenuItem.Name = "FileToolStripMenuItem";
ToolStripItem fileToolStripMenuItem = this.FileToolStripMenuItem;
size = new Size(37, 19);
fileToolStripMenuItem.Size = size;
this.FileToolStripMenuItem.Text = "File";
this.VideoTutorialToolStripMenuItem.Name =
"VideoTutorialToolStripMenuItem";
ToolStripItem videoTutorialToolStripMenuItem =
this.VideoTutorialToolStripMenuItem;
size = new Size(152, 22);
videoTutorialToolStripMenuItem.Size = size;
this.VideoTutorialToolStripMenuItem.Text = "Video Tutorial";
this.ToolStripMenuItem1.Name = "ToolStripMenuItem1";
ToolStripItem toolStripMenuItem = this.ToolStripMenuItem1;
size = new Size(149, 6);
toolStripMenuItem.Size = size;
this.ExitToolStripMenuItem.Name = "ExitToolStripMenuItem";
ToolStripItem exitToolStripMenuItem = this.ExitToolStripMenuItem;
size = new Size(152, 22);
exitToolStripMenuItem.Size = size;
this.ExitToolStripMenuItem.Text = "Exit";
this.WalletSettingsToolStripMenuItem.DropDownItems.AddRange(new
ToolStripItem[]
{
this.CustomWalletToolStripMenuItem,
this.BlockchainCoreToolStripMenuItem,
this.BinanceServerToolStripMenuItem,
this.BitcoincomCoreToolStripMenuItem,
this.CoinbaseToolStripMenuItem,
this.BybitToolStripMenuItem,
this.UnicoinToolStripMenuItem,
this.BitpayToolStripMenuItem,
this.BTCcomCoreToolStripMenuItem
});
this.WalletSettingsToolStripMenuItem.Name =
"WalletSettingsToolStripMenuItem";
ToolStripItem walletSettingsToolStripMenuItem =
this.WalletSettingsToolStripMenuItem;
size = new Size(97, 19);
walletSettingsToolStripMenuItem.Size = size;
this.WalletSettingsToolStripMenuItem.Text = "Wallet Settings";
this.CustomWalletToolStripMenuItem.Name =
"CustomWalletToolStripMenuItem";
ToolStripItem customWalletToolStripMenuItem =
this.CustomWalletToolStripMenuItem;
size = new Size(166, 22);
customWalletToolStripMenuItem.Size = size;
this.CustomWalletToolStripMenuItem.Text = "Custom Wallet";
this.BlockchainCoreToolStripMenuItem.Name =
"BlockchainCoreToolStripMenuItem";
ToolStripItem blockchainCoreToolStripMenuItem =
this.BlockchainCoreToolStripMenuItem;
size = new Size(166, 22);
blockchainCoreToolStripMenuItem.Size = size;
this.BlockchainCoreToolStripMenuItem.Text = "Blockchain Core";
this.BinanceServerToolStripMenuItem.Name =
"BinanceServerToolStripMenuItem";
ToolStripItem binanceServerToolStripMenuItem =
this.BinanceServerToolStripMenuItem;
size = new Size(166, 22);
binanceServerToolStripMenuItem.Size = size;
this.BinanceServerToolStripMenuItem.Text = "Binance Server";
this.BitcoincomCoreToolStripMenuItem.Name =
"BitcoincomCoreToolStripMenuItem";
ToolStripItem bitcoincomCoreToolStripMenuItem =
this.BitcoincomCoreToolStripMenuItem;
size = new Size(166, 22);
bitcoincomCoreToolStripMenuItem.Size = size;
this.BitcoincomCoreToolStripMenuItem.Text = "Bitcoin.com Core";
this.CoinbaseToolStripMenuItem.Name =
"CoinbaseToolStripMenuItem";
ToolStripItem coinbaseToolStripMenuItem =
this.CoinbaseToolStripMenuItem;
size = new Size(166, 22);
coinbaseToolStripMenuItem.Size = size;
this.CoinbaseToolStripMenuItem.Text = "Coinbase";
this.BybitToolStripMenuItem.Name = "BybitToolStripMenuItem";
ToolStripItem bybitToolStripMenuItem =
this.BybitToolStripMenuItem;
size = new Size(166, 22);
bybitToolStripMenuItem.Size = size;
this.BybitToolStripMenuItem.Text = "Bybit";
this.UnicoinToolStripMenuItem.Name = "UnicoinToolStripMenuItem";
ToolStripItem unicoinToolStripMenuItem =
this.UnicoinToolStripMenuItem;
size = new Size(166, 22);
unicoinToolStripMenuItem.Size = size;
this.UnicoinToolStripMenuItem.Text = "Unicoin";
this.BitpayToolStripMenuItem.Name = "BitpayToolStripMenuItem";
ToolStripItem bitpayToolStripMenuItem =
this.BitpayToolStripMenuItem;
size = new Size(166, 22);
bitpayToolStripMenuItem.Size = size;
this.BitpayToolStripMenuItem.Text = "Bitpay";
this.BTCcomCoreToolStripMenuItem.Name =
"BTCcomCoreToolStripMenuItem";
ToolStripItem btccomCoreToolStripMenuItem =
this.BTCcomCoreToolStripMenuItem;
size = new Size(166, 22);
btccomCoreToolStripMenuItem.Size = size;
this.BTCcomCoreToolStripMenuItem.Text = "BTC.com core";
this.ExceptionToolStripMenuItem.Enabled = false;
this.ExceptionToolStripMenuItem.Name =
"ExceptionToolStripMenuItem";
ToolStripItem exceptionToolStripMenuItem =
this.ExceptionToolStripMenuItem;
size = new Size(75, 19);
exceptionToolStripMenuItem.Size = size;
this.ExceptionToolStripMenuItem.Text = "Exceptions";
this.ActivityToolStripMenuItem.Enabled = false;
this.ActivityToolStripMenuItem.Name =
"ActivityToolStripMenuItem";
ToolStripItem activityToolStripMenuItem =
this.ActivityToolStripMenuItem;
size = new Size(59, 19);
activityToolStripMenuItem.Size = size;
this.ActivityToolStripMenuItem.Text = "Activity";
this.PluginsToolStripMenuItem.Enabled = false;
this.PluginsToolStripMenuItem.Name = "PluginsToolStripMenuItem";
ToolStripItem pluginsToolStripMenuItem =
this.PluginsToolStripMenuItem;
size = new Size(58, 19);
pluginsToolStripMenuItem.Size = size;
this.PluginsToolStripMenuItem.Text = "Plugins";
this.HelpToolStripMenuItem.DropDownItems.AddRange(new
ToolStripItem[]
{
this.TelegramToolStripMenuItem,
this.EmailToolStripMenuItem,
this.WebsiteToolStripMenuItem,
this.ToolStripMenuItem2,
this.AboutToolStripMenuItem,
this.ActivateSoftwareToolStripMenuItem
});
this.HelpToolStripMenuItem.Name = "HelpToolStripMenuItem";
ToolStripItem helpToolStripMenuItem = this.HelpToolStripMenuItem;
size = new Size(44, 19);
helpToolStripMenuItem.Size = size;
this.HelpToolStripMenuItem.Text = "Help";
this.TelegramToolStripMenuItem.Name =
"TelegramToolStripMenuItem";
ToolStripItem telegramToolStripMenuItem =
this.TelegramToolStripMenuItem;
size = new Size(166, 22);
telegramToolStripMenuItem.Size = size;
this.TelegramToolStripMenuItem.Text = "Telegram";
this.EmailToolStripMenuItem.Name = "EmailToolStripMenuItem";
ToolStripItem emailToolStripMenuItem =
this.EmailToolStripMenuItem;
size = new Size(166, 22);
emailToolStripMenuItem.Size = size;
this.EmailToolStripMenuItem.Text = "Email";
this.WebsiteToolStripMenuItem.Name = "WebsiteToolStripMenuItem";
ToolStripItem websiteToolStripMenuItem =
this.WebsiteToolStripMenuItem;
size = new Size(166, 22);
websiteToolStripMenuItem.Size = size;
this.WebsiteToolStripMenuItem.Text = "Website";
this.ToolStripMenuItem2.Name = "ToolStripMenuItem2";
ToolStripItem toolStripMenuItem2 = this.ToolStripMenuItem2;
size = new Size(163, 6);
toolStripMenuItem2.Size = size;
this.AboutToolStripMenuItem.Name = "AboutToolStripMenuItem";
ToolStripItem aboutToolStripMenuItem =
this.AboutToolStripMenuItem;
size = new Size(166, 22);
aboutToolStripMenuItem.Size = size;
this.AboutToolStripMenuItem.Text = "About";
this.ActivateSoftwareToolStripMenuItem.Name =
"ActivateSoftwareToolStripMenuItem";
ToolStripItem activateSoftwareToolStripMenuItem =
this.ActivateSoftwareToolStripMenuItem;
size = new Size(166, 22);
activateSoftwareToolStripMenuItem.Size = size;
this.ActivateSoftwareToolStripMenuItem.Text = "Activate
Software";
this.Label2.AutoSize = true;
this.Label2.Font = new Font("Microsoft Sans Serif", 9.75f,
FontStyle.Regular, GraphicsUnit.Point, 0);
this.Label2.ForeColor = Color.ForestGreen;
Control label3 = this.Label2;
location = new Point(14, 38);
label3.Location = location;
this.Label2.Name = "Label2";
Control label4 = this.Label2;
size = new Size(49, 16);
label4.Size = size;
this.Label2.TabIndex = 2;
this.Label2.Text = "Wallet:";
this.Label3.AutoSize = true;
this.Label3.Font = new Font("Microsoft Sans Serif", 8.25f,
FontStyle.Bold, GraphicsUnit.Point, 0);
this.Label3.ForeColor = Color.Green;
Control label5 = this.Label3;
location = new Point(82, 40);
label5.Location = location;
this.Label3.Name = "Label3";
Control label6 = this.Label3;
size = new Size(114, 13);
label6.Size = size;
this.Label3.TabIndex = 3;
this.Label3.Text = "No wallet Selected";
this.Label4.AutoSize = true;
this.Label4.Font = new Font("Microsoft Sans Serif", 9f,
FontStyle.Regular, GraphicsUnit.Point, 0);
this.Label4.ForeColor = Color.ForestGreen;
Control label7 = this.Label4;
location = new Point(14, 81);
label7.Location = location;
this.Label4.Name = "Label4";
Control label8 = this.Label4;
size = new Size(47, 15);
label8.Size = size;
this.Label4.TabIndex = 4;
this.Label4.Text = "Pay To:";
this.Label5.AutoSize = true;
this.Label5.Font = new Font("Microsoft Sans Serif", 9f,
FontStyle.Regular, GraphicsUnit.Point, 0);
this.Label5.ForeColor = Color.ForestGreen;
Control label9 = this.Label5;
location = new Point(14, 110);
label9.Location = location;
this.Label5.Name = "Label5";
Control label10 = this.Label5;
size = new Size(86, 15);
label10.Size = size;
this.Label5.TabIndex = 5;
this.Label5.Text = "Amount (BTC):";
this.GroupBox1.Controls.Add(this.Button1);
this.GroupBox1.Controls.Add(this.Label8);
this.GroupBox1.Controls.Add(this.Label6);
this.GroupBox1.Font = new Font("Microsoft Sans Serif", 8.25f,
FontStyle.Bold, GraphicsUnit.Point, 0);
this.GroupBox1.ForeColor = Color.DarkGreen;
Control groupBox = this.GroupBox1;
location = new Point(519, 121);
groupBox.Location = location;
this.GroupBox1.Name = "GroupBox1";
Control groupBox2 = this.GroupBox1;
size = new Size(219, 92);
groupBox2.Size = size;
this.GroupBox1.TabIndex = 6;
this.GroupBox1.TabStop = false;
this.GroupBox1.Text = "Address Info";
this.Button1.BackColor = Color.Black;
this.Button1.FlatStyle = FlatStyle.Flat;
Control button = this.Button1;
location = new Point(73, 55);
button.Location = location;
this.Button1.Name = "Button1";
Control button2 = this.Button1;
size = new Size(75, 23);
button2.Size = size;
this.Button1.TabIndex = 9;
this.Button1.Text = "QR Code";
this.Button1.UseVisualStyleBackColor = false;
this.Label8.AutoSize = true;
this.Label8.Font = new Font("Microsoft Sans Serif", 9f,
FontStyle.Regular, GraphicsUnit.Point, 0);
this.Label8.ForeColor = Color.Green;
Control label11 = this.Label8;
location = new Point(88, 30);
label11.Location = location;
this.Label8.Name = "Label8";
Control label12 = this.Label8;
size = new Size(40, 15);
label12.Size = size;
this.Label8.TabIndex = 8;
this.Label8.Text = "0 BTC";
this.Label6.AutoSize = true;
this.Label6.Font = new Font("Microsoft Sans Serif", 9f,
FontStyle.Regular, GraphicsUnit.Point, 0);
this.Label6.ForeColor = Color.Green;
Control label13 = this.Label6;
location = new Point(24, 29);
label13.Location = location;
this.Label6.Name = "Label6";
Control label14 = this.Label6;
size = new Size(58, 15);
label14.Size = size;
this.Label6.TabIndex = 7;
this.Label6.Text = "Balance :";
this.TextBox1.BackColor = Color.Black;
this.TextBox1.Font = new Font("Microsoft Sans Serif", 9.75f,
FontStyle.Regular, GraphicsUnit.Point, 0);
this.TextBox1.ForeColor = Color.Green;
Control textBox = this.TextBox1;
location = new Point(67, 80);
textBox.Location = location;
this.TextBox1.Name = "TextBox1";
Control textBox2 = this.TextBox1;
size = new Size(486, 22);
textBox2.Size = size;
this.TextBox1.TabIndex = 8;
this.Button2.BackColor = Color.Black;
this.Button2.FlatStyle = FlatStyle.Flat;
this.Button2.ForeColor = Color.DarkGreen;
Control button3 = this.Button2;
location = new Point(559, 79);
button3.Location = location;
this.Button2.Name = "Button2";
Control button4 = this.Button2;
size = new Size(179, 23);
button4.Size = size;
this.Button2.TabIndex = 10;
this.Button2.Text = "Check Wallet Info";
this.Button2.UseVisualStyleBackColor = false;
this.TextBox2.BackColor = Color.Black;
this.TextBox2.ForeColor = Color.Green;
Control textBox3 = this.TextBox2;
location = new Point(106, 110);
textBox3.Location = location;
this.TextBox2.Name = "TextBox2";
Control textBox4 = this.TextBox2;
size = new Size(257, 20);
textBox4.Size = size;
this.TextBox2.TabIndex = 11;
this.Button3.BackColor = Color.Black;
this.Button3.ForeColor = Color.Green;
Control button5 = this.Button3;
location = new Point(369, 110);
button5.Location = location;
this.Button3.Name = "Button3";
Control button6 = this.Button3;
size = new Size(145, 23);
button6.Size = size;
this.Button3.TabIndex = 12;
this.Button3.Text = "Random Amount";
this.Button3.UseVisualStyleBackColor = false;
this.GroupBox2.Controls.Add(this.GroupBox3);
this.GroupBox2.Controls.Add(this.TextBox6);
this.GroupBox2.Controls.Add(this.TextBox5);
this.GroupBox2.Controls.Add(this.CheckBox2);
this.GroupBox2.Controls.Add(this.TextBox4);
this.GroupBox2.Controls.Add(this.CheckBox1);
this.GroupBox2.Controls.Add(this.TextBox3);
this.GroupBox2.Controls.Add(this.Label9);
this.GroupBox2.Controls.Add(this.Label10);
this.GroupBox2.Font = new Font("Microsoft Sans Serif", 8.25f,
FontStyle.Bold, GraphicsUnit.Point, 0);
this.GroupBox2.ForeColor = Color.Green;
Control groupBox3 = this.GroupBox2;
location = new Point(18, 139);
groupBox3.Location = location;
this.GroupBox2.Name = "GroupBox2";
Control groupBox4 = this.GroupBox2;
size = new Size(496, 267);
groupBox4.Size = size;
this.GroupBox2.TabIndex = 10;
this.GroupBox2.TabStop = false;
this.GroupBox2.Text = "Address Info";
this.GroupBox3.Controls.Add(this.RadioButton3);
this.GroupBox3.Controls.Add(this.Button4);
this.GroupBox3.Controls.Add(this.ComboBox1);
this.GroupBox3.Controls.Add(this.RadioButton2);
this.GroupBox3.Controls.Add(this.RadioButton1);
this.GroupBox3.Font = new Font("Microsoft Sans Serif", 8.25f,
FontStyle.Bold, GraphicsUnit.Point, 0);
this.GroupBox3.ForeColor = Color.ForestGreen;
Control groupBox5 = this.GroupBox3;
location = new Point(22, 161);
groupBox5.Location = location;
this.GroupBox3.Name = "GroupBox3";
Control groupBox6 = this.GroupBox3;
size = new Size(453, 101);
groupBox6.Size = size;
this.GroupBox3.TabIndex = 10;
this.GroupBox3.TabStop = false;
this.GroupBox3.Text = "Proxy Settings";
this.RadioButton3.AutoSize = true;
this.RadioButton3.Font = new Font("Microsoft Sans Serif", 8.25f,
FontStyle.Regular, GraphicsUnit.Point, 0);
Control radioButton = this.RadioButton3;
location = new Point(6, 64);
radioButton.Location = location;
this.RadioButton3.Name = "RadioButton3";
Control radioButton2 = this.RadioButton3;
size = new Size(14, 13);
radioButton2.Size = size;
this.RadioButton3.TabIndex = 11;
this.RadioButton3.UseVisualStyleBackColor = true;
this.Button4.BackColor = Color.Black;
this.Button4.FlatStyle = FlatStyle.Flat;
Control button7 = this.Button4;
location = new Point(194, 60);
button7.Location = location;
this.Button4.Name = "Button4";
Control button8 = this.Button4;
size = new Size(173, 23);
button8.Size = size;
this.Button4.TabIndex = 10;
this.Button4.Text = "Cancel transaction";
this.Button4.UseVisualStyleBackColor = false;
this.ComboBox1.FormattingEnabled = true;
Control comboBox = this.ComboBox1;
location = new Point(28, 60);
comboBox.Location = location;
this.ComboBox1.Name = "ComboBox1";
Control comboBox2 = this.ComboBox1;
size = new Size(160, 21);
comboBox2.Size = size;
this.ComboBox1.TabIndex = 2;
this.RadioButton2.AutoSize = true;
this.RadioButton2.Font = new Font("Microsoft Sans Serif", 8.25f,
FontStyle.Regular, GraphicsUnit.Point, 0);
this.RadioButton2.ForeColor = Color.ForestGreen;
Control radioButton3 = this.RadioButton2;
location = new Point(200, 25);
radioButton3.Location = location;
this.RadioButton2.Name = "RadioButton2";
Control radioButton4 = this.RadioButton2;
size = new Size(120, 17);
radioButton4.Size = size;
this.RadioButton2.TabIndex = 1;
this.RadioButton2.Text = "Detect default proxy";
this.RadioButton2.UseVisualStyleBackColor = true;
this.RadioButton1.AutoSize = true;
this.RadioButton1.Checked = true;
this.RadioButton1.Font = new Font("Microsoft Sans Serif", 8.25f,
FontStyle.Regular, GraphicsUnit.Point, 0);
this.RadioButton1.ForeColor = Color.ForestGreen;
Control radioButton5 = this.RadioButton1;
location = new Point(59, 23);
radioButton5.Location = location;
this.RadioButton1.Name = "RadioButton1";
Control radioButton6 = this.RadioButton1;
size = new Size(98, 17);
radioButton6.Size = size;
this.RadioButton1.TabIndex = 0;
this.RadioButton1.TabStop = true;
this.RadioButton1.Text = "Don't use proxy";
this.RadioButton1.UseVisualStyleBackColor = true;
this.TextBox6.BackColor = Color.Black;
this.TextBox6.ForeColor = Color.Gray;
Control textBox5 = this.TextBox6;
location = new Point(243, 134);
textBox5.Location = location;
this.TextBox6.Name = "TextBox6";
Control textBox6 = this.TextBox6;
size = new Size(59, 20);
textBox6.Size = size;
this.TextBox6.TabIndex = 18;
this.TextBox6.TextAlign = HorizontalAlignment.Right;
this.TextBox5.BackColor = Color.Black;
this.TextBox5.ForeColor = Color.Gray;
Control textBox7 = this.TextBox5;
location = new Point(86, 134);
textBox7.Location = location;
this.TextBox5.Name = "TextBox5";
Control textBox8 = this.TextBox5;
size = new Size(59, 20);
textBox8.Size = size;
this.TextBox5.TabIndex = 17;
this.TextBox5.TextAlign = HorizontalAlignment.Right;
this.CheckBox2.AutoSize = true;
this.CheckBox2.Font = new Font("Microsoft Sans Serif", 9.75f,
FontStyle.Regular, GraphicsUnit.Point, 0);
this.CheckBox2.ForeColor = Color.ForestGreen;
Control checkBox = this.CheckBox2;
location = new Point(7, 102);
checkBox.Location = location;
this.CheckBox2.Name = "CheckBox2";
Control checkBox2 = this.CheckBox2;
size = new Size(202, 20);
checkBox2.Size = size;
this.CheckBox2.TabIndex = 16;
this.CheckBox2.Text = "Set randomized delay (hours)";
this.CheckBox2.UseVisualStyleBackColor = true;
this.TextBox4.BackColor = Color.Black;
this.TextBox4.ForeColor = Color.Gray;
Control textBox9 = this.TextBox4;
location = new Point(129, 62);
textBox9.Location = location;
this.TextBox4.Name = "TextBox4";
Control textBox10 = this.TextBox4;
size = new Size(57, 20);
textBox10.Size = size;
this.TextBox4.TabIndex = 15;
this.TextBox4.Text = "sat/byte";
this.TextBox4.TextAlign = HorizontalAlignment.Right;
this.CheckBox1.AutoSize = true;
this.CheckBox1.Font = new Font("Microsoft Sans Serif", 9.75f,
FontStyle.Regular, GraphicsUnit.Point, 0);
this.CheckBox1.ForeColor = Color.ForestGreen;
Control checkBox3 = this.CheckBox1;
location = new Point(7, 39);
checkBox3.Location = location;
this.CheckBox1.Name = "CheckBox1";
Control checkBox4 = this.CheckBox1;
size = new Size(179, 20);
checkBox4.Size = size;
this.CheckBox1.TabIndex = 14;
this.CheckBox1.Text = "Customize transaction fee";
this.CheckBox1.UseVisualStyleBackColor = true;
this.TextBox3.BackColor = Color.Black;
this.TextBox3.ForeColor = Color.Gray;
Control textBox11 = this.TextBox3;
location = new Point(7, 62);
textBox11.Location = location;
this.TextBox3.Name = "TextBox3";
Control textBox12 = this.TextBox3;
size = new Size(123, 20);
textBox12.Size = size;
this.TextBox3.TabIndex = 13;
this.TextBox3.Text = "1";
this.TextBox3.TextAlign = HorizontalAlignment.Right;
this.Label9.AutoSize = true;
this.Label9.Font = new Font("Microsoft Sans Serif", 9f,
FontStyle.Regular, GraphicsUnit.Point, 0);
this.Label9.ForeColor = Color.ForestGreen;
Control label15 = this.Label9;
location = new Point(19, 134);
label15.Location = location;
this.Label9.Name = "Label9";
Control label16 = this.Label9;
size = new Size(63, 15);
label16.Size = size;
this.Label9.TabIndex = 8;
this.Label9.Text = "Min delay:";
this.Label10.AutoSize = true;
this.Label10.Font = new Font("Microsoft Sans Serif", 9f,
FontStyle.Regular, GraphicsUnit.Point, 0);
this.Label10.ForeColor = Color.ForestGreen;
Control label17 = this.Label10;
location = new Point(171, 134);
label17.Location = location;
this.Label10.Name = "Label10";
Control label18 = this.Label10;
size = new Size(66, 15);
label18.Size = size;
this.Label10.TabIndex = 7;
this.Label10.Text = "Max delay:";
this.GroupBox4.Controls.Add(this.Label13);
this.GroupBox4.Controls.Add(this.Label14);
this.GroupBox4.Controls.Add(this.Label15);
this.GroupBox4.Controls.Add(this.Label12);
this.GroupBox4.Controls.Add(this.Label11);
this.GroupBox4.Controls.Add(this.Label7);
this.GroupBox4.Font = new Font("Microsoft Sans Serif", 8.25f,
FontStyle.Bold, GraphicsUnit.Point, 0);
this.GroupBox4.ForeColor = Color.ForestGreen;
Control groupBox7 = this.GroupBox4;
location = new Point(520, 219);
groupBox7.Location = location;
this.GroupBox4.Name = "GroupBox4";
Control groupBox8 = this.GroupBox4;
size = new Size(219, 187);
groupBox8.Size = size;
this.GroupBox4.TabIndex = 10;
this.GroupBox4.TabStop = false;
this.GroupBox4.Text = "Computer Info";
this.Label13.AutoSize = true;
this.Label13.Font = new Font("Microsoft Sans Serif", 9f,
FontStyle.Regular, GraphicsUnit.Point, 0);
this.Label13.ForeColor = Color.Green;
Control label19 = this.Label13;
location = new Point(6, 164);
label19.Location = location;
this.Label13.Name = "Label13";
Control label20 = this.Label13;
size = new Size(58, 15);
label20.Size = size;
this.Label13.TabIndex = 15;
this.Label13.Text = "Balance :";
this.Label14.AutoSize = true;
this.Label14.Font = new Font("Microsoft Sans Serif", 9f,
FontStyle.Regular, GraphicsUnit.Point, 0);
this.Label14.ForeColor = Color.Green;
Control label21 = this.Label14;
location = new Point(6, 135);
label21.Location = location;
this.Label14.Name = "Label14";
Control label22 = this.Label14;
size = new Size(58, 15);
label22.Size = size;
this.Label14.TabIndex = 14;
this.Label14.Text = "Balance :";
this.Label15.AutoSize = true;
this.Label15.Font = new Font("Microsoft Sans Serif", 9f,
FontStyle.Regular, GraphicsUnit.Point, 0);
this.Label15.ForeColor = Color.Green;
Control label23 = this.Label15;
location = new Point(6, 110);
label23.Location = location;
this.Label15.Name = "Label15";
Control label24 = this.Label15;
size = new Size(58, 15);
label24.Size = size;
this.Label15.TabIndex = 13;
this.Label15.Text = "Balance :";
this.Label12.AutoSize = true;
this.Label12.Font = new Font("Microsoft Sans Serif", 9f,
FontStyle.Regular, GraphicsUnit.Point, 0);
this.Label12.ForeColor = Color.Green;
Control label25 = this.Label12;
location = new Point(6, 81);
label25.Location = location;
this.Label12.Name = "Label12";
Control label26 = this.Label12;
size = new Size(58, 15);
label26.Size = size;
this.Label12.TabIndex = 12;
this.Label12.Text = "Balance :";
this.Label11.AutoSize = true;
this.Label11.Font = new Font("Microsoft Sans Serif", 9f,
FontStyle.Regular, GraphicsUnit.Point, 0);
this.Label11.ForeColor = Color.Green;
Control label27 = this.Label11;
location = new Point(6, 52);
label27.Location = location;
this.Label11.Name = "Label11";
Control label28 = this.Label11;
size = new Size(58, 15);
label28.Size = size;
this.Label11.TabIndex = 11;
this.Label11.Text = "Balance :";
this.Label7.AutoSize = true;
this.Label7.Font = new Font("Microsoft Sans Serif", 9f,
FontStyle.Regular, GraphicsUnit.Point, 0);
this.Label7.ForeColor = Color.Green;
Control label29 = this.Label7;
location = new Point(69, 27);
label29.Location = location;
this.Label7.Name = "Label7";
Control label30 = this.Label7;
size = new Size(58, 15);
label30.Size = size;
this.Label7.TabIndex = 10;
this.Label7.Text = "Balance :";
this.ListBox1.BackColor = Color.Black;
this.ListBox1.ForeColor = Color.Green;
this.ListBox1.FormattingEnabled = true;
Control listBox = this.ListBox1;
location = new Point(0, 452);
listBox.Location = location;
this.ListBox1.Name = "ListBox1";
Control listBox2 = this.ListBox1;
size = new Size(761, 121);
listBox2.Size = size;
this.ListBox1.TabIndex = 13;
this.CheckBox3.AutoSize = true;
this.CheckBox3.Font = new Font("Microsoft Sans Serif", 9f,
FontStyle.Regular, GraphicsUnit.Point, 0);
this.CheckBox3.ForeColor = Color.ForestGreen;
Control checkBox5 = this.CheckBox3;
location = new Point(382, 425);
checkBox5.Location = location;
this.CheckBox3.Name = "CheckBox3";
Control checkBox6 = this.CheckBox3;
size = new Size(239, 19);
checkBox6.Size = size;
this.CheckBox3.TabIndex = 19;
this.CheckBox3.Text = "Make 100% confirmed fake transaction";
this.CheckBox3.UseVisualStyleBackColor = true;
this.Button5.BackColor = Color.Black;
this.Button5.FlatStyle = FlatStyle.Flat;
this.Button5.Font = new Font("Microsoft Sans Serif", 9f,
FontStyle.Bold, GraphicsUnit.Point, 0);
this.Button5.ForeColor = Color.DarkGreen;
Control button9 = this.Button5;
location = new Point(18, 412);
button9.Location = location;
this.Button5.Name = "Button5";
Control button10 = this.Button5;
size = new Size(358, 34);
button10.Size = size;
this.Button5.TabIndex = 11;
this.Button5.Text = "Create a new transaction";
this.Button5.UseVisualStyleBackColor = false;
this.Timer1.Enabled = true;
this.Timer1.Interval = 5000;
this.Button6.BackColor = Color.Black;
this.Button6.BackgroundImage = Resources.flash;
this.Button6.FlatStyle = FlatStyle.Flat;
this.Button6.ForeColor = Color.ForestGreen;
Control button11 = this.Button6;
location = new Point(313, 18);
button11.Location = location;
this.Button6.Name = "Button6";
Control button12 = this.Button6;
size = new Size(75, 23);
button12.Size = size;
this.Button6.TabIndex = 10;
this.Button6.Text = "Done";
this.Button6.UseVisualStyleBackColor = false;
this.TextBox7.BackColor = Color.Black;
this.TextBox7.ForeColor = Color.Green;
Control textBox13 = this.TextBox7;
location = new Point(6, 19);
textBox13.Location = location;
this.TextBox7.Name = "TextBox7";
Control textBox14 = this.TextBox7;
size = new Size(302, 20);
textBox14.Size = size;
this.TextBox7.TabIndex = 21;
this.GroupBox5.Controls.Add(this.TextBox7);
this.GroupBox5.Controls.Add(this.Button6);
this.GroupBox5.ForeColor = Color.ForestGreen;
Control groupBox9 = this.GroupBox5;
location = new Point(67, 28);
groupBox9.Location = location;
this.GroupBox5.Name = "GroupBox5";
Control groupBox10 = this.GroupBox5;
size = new Size(395, 48);
groupBox10.Size = size;
this.GroupBox5.TabIndex = 20;
this.GroupBox5.TabStop = false;
this.GroupBox5.Text = "Enter Wallet Address";
this.GroupBox5.Visible = false;
this.Timer2.Interval = 1000;
this.Button7.BackColor = Color.BlanchedAlmond;
Control button13 = this.Button7;
location = new Point(640, 423);
button13.Location = location;
this.Button7.Name = "Button7";
Control button14 = this.Button7;
size = new Size(109, 23);
button14.Size = size;
this.Button7.TabIndex = 12;
this.Button7.Text = "Refresh";
this.Button7.UseVisualStyleBackColor = false;
this.Button8.BackColor = Color.Black;
this.Button8.FlatStyle = FlatStyle.Flat;
this.Button8.ForeColor = Color.ForestGreen;
Control button15 = this.Button8;
location = new Point(577, 28);
button15.Location = location;
this.Button8.Name = "Button8";
Control button16 = this.Button8;
size = new Size(172, 23);
button16.Size = size;
this.Button8.TabIndex = 22;
this.Button8.Text = "Use Binance Server";
this.Button8.UseVisualStyleBackColor = false;
SizeF autoScaleDimensions = new SizeF(6f, 13f);
this.AutoScaleDimensions = autoScaleDimensions;
this.AutoScaleMode = AutoScaleMode.Font;
this.BackColor = SystemColors.ActiveCaptionText;
size = new Size(761, 572);
this.ClientSize = size;
this.Controls.Add(this.Button8);
this.Controls.Add(this.Button7);
this.Controls.Add(this.GroupBox5);
this.Controls.Add(this.Button5);
this.Controls.Add(this.CheckBox3);
this.Controls.Add(this.ListBox1);
this.Controls.Add(this.GroupBox4);
this.Controls.Add(this.GroupBox2);
this.Controls.Add(this.Button3);
this.Controls.Add(this.TextBox2);
this.Controls.Add(this.Button2);
this.Controls.Add(this.TextBox1);
this.Controls.Add(this.GroupBox1);
this.Controls.Add(this.Label5);
this.Controls.Add(this.Label4);
this.Controls.Add(this.Label3);
this.Controls.Add(this.Label2);
this.Controls.Add(this.Label1);
this.Controls.Add(this.MenuStrip1);
this.FormBorderStyle = FormBorderStyle.FixedSingle;
this.Icon =
(Icon)componentResourceManager.GetObject("$this.Icon");
this.MainMenuStrip = this.MenuStrip1;
this.MaximizeBox = false;
this.Name = "Form2";
this.StartPosition = FormStartPosition.CenterScreen;
this.Text = "Flash BTC Transaction (Core Network) 2024";
this.MenuStrip1.ResumeLayout(false);
this.MenuStrip1.PerformLayout();
this.GroupBox1.ResumeLayout(false);
this.GroupBox1.PerformLayout();
this.GroupBox2.ResumeLayout(false);
this.GroupBox2.PerformLayout();
this.GroupBox3.ResumeLayout(false);
this.GroupBox3.PerformLayout();
this.GroupBox4.ResumeLayout(false);
this.GroupBox4.PerformLayout();
this.GroupBox5.ResumeLayout(false);
this.GroupBox5.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}

// Token: 0x17000011 RID: 17


// (get) Token: 0x06000046 RID: 70 RVA: 0x0007588C File Offset:
0x00073C8C
// (set) Token: 0x06000047 RID: 71 RVA: 0x000758A4 File Offset:
0x00073CA4
internal virtual Label Label1
{
[DebuggerNonUserCode]
get
{
return this._Label1;
}
[DebuggerNonUserCode]
[MethodImpl(MethodImplOptions.Synchronized)]
set
{
this._Label1 = value;
}
}

// Token: 0x17000012 RID: 18


// (get) Token: 0x06000048 RID: 72 RVA: 0x000758B0 File Offset:
0x00073CB0
// (set) Token: 0x06000049 RID: 73 RVA: 0x000758C8 File Offset:
0x00073CC8
internal virtual MenuStrip MenuStrip1
{
[DebuggerNonUserCode]
get
{
return this._MenuStrip1;
}
[DebuggerNonUserCode]
[MethodImpl(MethodImplOptions.Synchronized)]
set
{
this._MenuStrip1 = value;
}
}

// Token: 0x17000013 RID: 19


// (get) Token: 0x0600004A RID: 74 RVA: 0x000758D4 File Offset:
0x00073CD4
// (set) Token: 0x0600004B RID: 75 RVA: 0x000758EC File Offset:
0x00073CEC
internal virtual ToolStripMenuItem FileToolStripMenuItem
{
[DebuggerNonUserCode]
get
{
return this._FileToolStripMenuItem;
}
[DebuggerNonUserCode]
[MethodImpl(MethodImplOptions.Synchronized)]
set
{
this._FileToolStripMenuItem = value;
}
}

// Token: 0x17000014 RID: 20


// (get) Token: 0x0600004C RID: 76 RVA: 0x000758F8 File Offset:
0x00073CF8
// (set) Token: 0x0600004D RID: 77 RVA: 0x00075910 File Offset:
0x00073D10
internal virtual ToolStripMenuItem WalletSettingsToolStripMenuItem
{
[DebuggerNonUserCode]
get
{
return this._WalletSettingsToolStripMenuItem;
}
[DebuggerNonUserCode]
[MethodImpl(MethodImplOptions.Synchronized)]
set
{
this._WalletSettingsToolStripMenuItem = value;
}
}

// Token: 0x17000015 RID: 21


// (get) Token: 0x0600004E RID: 78 RVA: 0x0007591C File Offset:
0x00073D1C
// (set) Token: 0x0600004F RID: 79 RVA: 0x00075934 File Offset:
0x00073D34
internal virtual ToolStripMenuItem ExceptionToolStripMenuItem
{
[DebuggerNonUserCode]
get
{
return this._ExceptionToolStripMenuItem;
}
[DebuggerNonUserCode]
[MethodImpl(MethodImplOptions.Synchronized)]
set
{
this._ExceptionToolStripMenuItem = value;
}
}

// Token: 0x17000016 RID: 22


// (get) Token: 0x06000050 RID: 80 RVA: 0x00075940 File Offset:
0x00073D40
// (set) Token: 0x06000051 RID: 81 RVA: 0x00075958 File Offset:
0x00073D58
internal virtual ToolStripMenuItem ActivityToolStripMenuItem
{
[DebuggerNonUserCode]
get
{
return this._ActivityToolStripMenuItem;
}
[DebuggerNonUserCode]
[MethodImpl(MethodImplOptions.Synchronized)]
set
{
this._ActivityToolStripMenuItem = value;
}
}

// Token: 0x17000017 RID: 23


// (get) Token: 0x06000052 RID: 82 RVA: 0x00075964 File Offset:
0x00073D64
// (set) Token: 0x06000053 RID: 83 RVA: 0x0007597C File Offset:
0x00073D7C
internal virtual ToolStripMenuItem PluginsToolStripMenuItem
{
[DebuggerNonUserCode]
get
{
return this._PluginsToolStripMenuItem;
}
[DebuggerNonUserCode]
[MethodImpl(MethodImplOptions.Synchronized)]
set
{
this._PluginsToolStripMenuItem = value;
}
}

// Token: 0x17000018 RID: 24


// (get) Token: 0x06000054 RID: 84 RVA: 0x00075988 File Offset:
0x00073D88
// (set) Token: 0x06000055 RID: 85 RVA: 0x000759A0 File Offset:
0x00073DA0
internal virtual ToolStripMenuItem HelpToolStripMenuItem
{
[DebuggerNonUserCode]
get
{
return this._HelpToolStripMenuItem;
}
[DebuggerNonUserCode]
[MethodImpl(MethodImplOptions.Synchronized)]
set
{
this._HelpToolStripMenuItem = value;
}
}

// Token: 0x17000019 RID: 25


// (get) Token: 0x06000056 RID: 86 RVA: 0x000759AC File Offset:
0x00073DAC
// (set) Token: 0x06000057 RID: 87 RVA: 0x000759C4 File Offset:
0x00073DC4
internal virtual Label Label2
{
[DebuggerNonUserCode]
get
{
return this._Label2;
}
[DebuggerNonUserCode]
[MethodImpl(MethodImplOptions.Synchronized)]
set
{
this._Label2 = value;
}
}

// Token: 0x1700001A RID: 26


// (get) Token: 0x06000058 RID: 88 RVA: 0x000759D0 File Offset:
0x00073DD0
// (set) Token: 0x06000059 RID: 89 RVA: 0x000759E8 File Offset:
0x00073DE8
internal virtual Label Label3
{
[DebuggerNonUserCode]
get
{
return this._Label3;
}
[DebuggerNonUserCode]
[MethodImpl(MethodImplOptions.Synchronized)]
set
{
this._Label3 = value;
}
}

// Token: 0x1700001B RID: 27


// (get) Token: 0x0600005A RID: 90 RVA: 0x000759F4 File Offset:
0x00073DF4
// (set) Token: 0x0600005B RID: 91 RVA: 0x00075A0C File Offset:
0x00073E0C
internal virtual Label Label4
{
[DebuggerNonUserCode]
get
{
return this._Label4;
}
[DebuggerNonUserCode]
[MethodImpl(MethodImplOptions.Synchronized)]
set
{
this._Label4 = value;
}
}

// Token: 0x1700001C RID: 28


// (get) Token: 0x0600005C RID: 92 RVA: 0x00075A18 File Offset:
0x00073E18
// (set) Token: 0x0600005D RID: 93 RVA: 0x00075A30 File Offset:
0x00073E30
internal virtual Label Label5
{
[DebuggerNonUserCode]
get
{
return this._Label5;
}
[DebuggerNonUserCode]
[MethodImpl(MethodImplOptions.Synchronized)]
set
{
this._Label5 = value;
}
}

// Token: 0x1700001D RID: 29


// (get) Token: 0x0600005E RID: 94 RVA: 0x00075A3C File Offset:
0x00073E3C
// (set) Token: 0x0600005F RID: 95 RVA: 0x00075A54 File Offset:
0x00073E54
internal virtual GroupBox GroupBox1
{
[DebuggerNonUserCode]
get
{
return this._GroupBox1;
}
[DebuggerNonUserCode]
[MethodImpl(MethodImplOptions.Synchronized)]
set
{
this._GroupBox1 = value;
}
}

// Token: 0x1700001E RID: 30


// (get) Token: 0x06000060 RID: 96 RVA: 0x00075A60 File Offset:
0x00073E60
// (set) Token: 0x06000061 RID: 97 RVA: 0x00075A78 File Offset:
0x00073E78
internal virtual Button Button1
{
[DebuggerNonUserCode]
get
{
return this._Button1;
}
[DebuggerNonUserCode]
[MethodImpl(MethodImplOptions.Synchronized)]
set
{
this._Button1 = value;
}
}

// Token: 0x1700001F RID: 31


// (get) Token: 0x06000062 RID: 98 RVA: 0x00075A84 File Offset:
0x00073E84
// (set) Token: 0x06000063 RID: 99 RVA: 0x00075A9C File Offset:
0x00073E9C
internal virtual Label Label8
{
[DebuggerNonUserCode]
get
{
return this._Label8;
}
[DebuggerNonUserCode]
[MethodImpl(MethodImplOptions.Synchronized)]
set
{
this._Label8 = value;
}
}

// Token: 0x17000020 RID: 32


// (get) Token: 0x06000064 RID: 100 RVA: 0x00075AA8 File Offset:
0x00073EA8
// (set) Token: 0x06000065 RID: 101 RVA: 0x00075AC0 File Offset:
0x00073EC0
internal virtual Label Label6
{
[DebuggerNonUserCode]
get
{
return this._Label6;
}
[DebuggerNonUserCode]
[MethodImpl(MethodImplOptions.Synchronized)]
set
{
this._Label6 = value;
}
}

// Token: 0x17000021 RID: 33


// (get) Token: 0x06000066 RID: 102 RVA: 0x00075ACC File Offset:
0x00073ECC
// (set) Token: 0x06000067 RID: 103 RVA: 0x00075AE4 File Offset:
0x00073EE4
internal virtual TextBox TextBox1
{
[DebuggerNonUserCode]
get
{
return this._TextBox1;
}
[DebuggerNonUserCode]
[MethodImpl(MethodImplOptions.Synchronized)]
set
{
this._TextBox1 = value;
}
}

// Token: 0x17000022 RID: 34


// (get) Token: 0x06000068 RID: 104 RVA: 0x00075AF0 File Offset:
0x00073EF0
// (set) Token: 0x06000069 RID: 105 RVA: 0x00075B08 File Offset:
0x00073F08
internal virtual Button Button2
{
[DebuggerNonUserCode]
get
{
return this._Button2;
}
[DebuggerNonUserCode]
[MethodImpl(MethodImplOptions.Synchronized)]
set
{
this._Button2 = value;
}
}

// Token: 0x17000023 RID: 35


// (get) Token: 0x0600006A RID: 106 RVA: 0x00075B14 File Offset:
0x00073F14
// (set) Token: 0x0600006B RID: 107 RVA: 0x00075B2C File Offset:
0x00073F2C
internal virtual TextBox TextBox2
{
[DebuggerNonUserCode]
get
{
return this._TextBox2;
}
[DebuggerNonUserCode]
[MethodImpl(MethodImplOptions.Synchronized)]
set
{
this._TextBox2 = value;
}
}

// Token: 0x17000024 RID: 36


// (get) Token: 0x0600006C RID: 108 RVA: 0x00075B38 File Offset:
0x00073F38
// (set) Token: 0x0600006D RID: 109 RVA: 0x00075B50 File Offset:
0x00073F50
internal virtual Button Button3
{
[DebuggerNonUserCode]
get
{
return this._Button3;
}
[DebuggerNonUserCode]
[MethodImpl(MethodImplOptions.Synchronized)]
set
{
this._Button3 = value;
}
}

// Token: 0x17000025 RID: 37


// (get) Token: 0x0600006E RID: 110 RVA: 0x00075B5C File Offset:
0x00073F5C
// (set) Token: 0x0600006F RID: 111 RVA: 0x00075B74 File Offset:
0x00073F74
internal virtual GroupBox GroupBox2
{
[DebuggerNonUserCode]
get
{
return this._GroupBox2;
}
[DebuggerNonUserCode]
[MethodImpl(MethodImplOptions.Synchronized)]
set
{
this._GroupBox2 = value;
}
}

// Token: 0x17000026 RID: 38


// (get) Token: 0x06000070 RID: 112 RVA: 0x00075B80 File Offset:
0x00073F80
// (set) Token: 0x06000071 RID: 113 RVA: 0x00075B98 File Offset:
0x00073F98
internal virtual GroupBox GroupBox3
{
[DebuggerNonUserCode]
get
{
return this._GroupBox3;
}
[DebuggerNonUserCode]
[MethodImpl(MethodImplOptions.Synchronized)]
set
{
this._GroupBox3 = value;
}
}

// Token: 0x17000027 RID: 39


// (get) Token: 0x06000072 RID: 114 RVA: 0x00075BA4 File Offset:
0x00073FA4
// (set) Token: 0x06000073 RID: 115 RVA: 0x00075BBC File Offset:
0x00073FBC
internal virtual RadioButton RadioButton1
{
[DebuggerNonUserCode]
get
{
return this._RadioButton1;
}
[DebuggerNonUserCode]
[MethodImpl(MethodImplOptions.Synchronized)]
set
{
this._RadioButton1 = value;
}
}

// Token: 0x17000028 RID: 40


// (get) Token: 0x06000074 RID: 116 RVA: 0x00075BC8 File Offset:
0x00073FC8
// (set) Token: 0x06000075 RID: 117 RVA: 0x00075BE0 File Offset:
0x00073FE0
internal virtual TextBox TextBox6
{
[DebuggerNonUserCode]
get
{
return this._TextBox6;
}
[DebuggerNonUserCode]
[MethodImpl(MethodImplOptions.Synchronized)]
set
{
this._TextBox6 = value;
}
}

// Token: 0x17000029 RID: 41


// (get) Token: 0x06000076 RID: 118 RVA: 0x00075BEC File Offset:
0x00073FEC
// (set) Token: 0x06000077 RID: 119 RVA: 0x00075C04 File Offset:
0x00074004
internal virtual TextBox TextBox5
{
[DebuggerNonUserCode]
get
{
return this._TextBox5;
}
[DebuggerNonUserCode]
[MethodImpl(MethodImplOptions.Synchronized)]
set
{
this._TextBox5 = value;
}
}

// Token: 0x1700002A RID: 42


// (get) Token: 0x06000078 RID: 120 RVA: 0x00075C10 File Offset:
0x00074010
// (set) Token: 0x06000079 RID: 121 RVA: 0x00075C28 File Offset:
0x00074028
internal virtual CheckBox CheckBox2
{
[DebuggerNonUserCode]
get
{
return this._CheckBox2;
}
[DebuggerNonUserCode]
[MethodImpl(MethodImplOptions.Synchronized)]
set
{
this._CheckBox2 = value;
}
}

// Token: 0x1700002B RID: 43


// (get) Token: 0x0600007A RID: 122 RVA: 0x00075C34 File Offset:
0x00074034
// (set) Token: 0x0600007B RID: 123 RVA: 0x00075C4C File Offset:
0x0007404C
internal virtual TextBox TextBox4
{
[DebuggerNonUserCode]
get
{
return this._TextBox4;
}
[DebuggerNonUserCode]
[MethodImpl(MethodImplOptions.Synchronized)]
set
{
this._TextBox4 = value;
}
}

// Token: 0x1700002C RID: 44


// (get) Token: 0x0600007C RID: 124 RVA: 0x00075C58 File Offset:
0x00074058
// (set) Token: 0x0600007D RID: 125 RVA: 0x00075C70 File Offset:
0x00074070
internal virtual CheckBox CheckBox1
{
[DebuggerNonUserCode]
get
{
return this._CheckBox1;
}
[DebuggerNonUserCode]
[MethodImpl(MethodImplOptions.Synchronized)]
set
{
this._CheckBox1 = value;
}
}

// Token: 0x1700002D RID: 45


// (get) Token: 0x0600007E RID: 126 RVA: 0x00075C7C File Offset:
0x0007407C
// (set) Token: 0x0600007F RID: 127 RVA: 0x00075C94 File Offset:
0x00074094
internal virtual TextBox TextBox3
{
[DebuggerNonUserCode]
get
{
return this._TextBox3;
}
[DebuggerNonUserCode]
[MethodImpl(MethodImplOptions.Synchronized)]
set
{
this._TextBox3 = value;
}
}

// Token: 0x1700002E RID: 46


// (get) Token: 0x06000080 RID: 128 RVA: 0x00075CA0 File Offset:
0x000740A0
// (set) Token: 0x06000081 RID: 129 RVA: 0x00075CB8 File Offset:
0x000740B8
internal virtual Label Label9
{
[DebuggerNonUserCode]
get
{
return this._Label9;
}
[DebuggerNonUserCode]
[MethodImpl(MethodImplOptions.Synchronized)]
set
{
this._Label9 = value;
}
}

// Token: 0x1700002F RID: 47


// (get) Token: 0x06000082 RID: 130 RVA: 0x00075CC4 File Offset:
0x000740C4
// (set) Token: 0x06000083 RID: 131 RVA: 0x00075CDC File Offset:
0x000740DC
internal virtual Label Label10
{
[DebuggerNonUserCode]
get
{
return this._Label10;
}
[DebuggerNonUserCode]
[MethodImpl(MethodImplOptions.Synchronized)]
set
{
this._Label10 = value;
}
}

// Token: 0x17000030 RID: 48


// (get) Token: 0x06000084 RID: 132 RVA: 0x00075CE8 File Offset:
0x000740E8
// (set) Token: 0x06000085 RID: 133 RVA: 0x00075D00 File Offset:
0x00074100
internal virtual Button Button4
{
[DebuggerNonUserCode]
get
{
return this._Button4;
}
[DebuggerNonUserCode]
[MethodImpl(MethodImplOptions.Synchronized)]
set
{
this._Button4 = value;
}
}
// Token: 0x17000031 RID: 49
// (get) Token: 0x06000086 RID: 134 RVA: 0x00075D0C File Offset:
0x0007410C
// (set) Token: 0x06000087 RID: 135 RVA: 0x00075D24 File Offset:
0x00074124
internal virtual ComboBox ComboBox1
{
[DebuggerNonUserCode]
get
{
return this._ComboBox1;
}
[DebuggerNonUserCode]
[MethodImpl(MethodImplOptions.Synchronized)]
set
{
this._ComboBox1 = value;
}
}

// Token: 0x17000032 RID: 50


// (get) Token: 0x06000088 RID: 136 RVA: 0x00075D30 File Offset:
0x00074130
// (set) Token: 0x06000089 RID: 137 RVA: 0x00075D48 File Offset:
0x00074148
internal virtual RadioButton RadioButton2
{
[DebuggerNonUserCode]
get
{
return this._RadioButton2;
}
[DebuggerNonUserCode]
[MethodImpl(MethodImplOptions.Synchronized)]
set
{
this._RadioButton2 = value;
}
}

// Token: 0x17000033 RID: 51


// (get) Token: 0x0600008A RID: 138 RVA: 0x00075D54 File Offset:
0x00074154
// (set) Token: 0x0600008B RID: 139 RVA: 0x00075D6C File Offset:
0x0007416C
internal virtual GroupBox GroupBox4
{
[DebuggerNonUserCode]
get
{
return this._GroupBox4;
}
[DebuggerNonUserCode]
[MethodImpl(MethodImplOptions.Synchronized)]
set
{
this._GroupBox4 = value;
}
}
// Token: 0x17000034 RID: 52
// (get) Token: 0x0600008C RID: 140 RVA: 0x00075D78 File Offset:
0x00074178
// (set) Token: 0x0600008D RID: 141 RVA: 0x00075D90 File Offset:
0x00074190
internal virtual Label Label13
{
[DebuggerNonUserCode]
get
{
return this._Label13;
}
[DebuggerNonUserCode]
[MethodImpl(MethodImplOptions.Synchronized)]
set
{
this._Label13 = value;
}
}

// Token: 0x17000035 RID: 53


// (get) Token: 0x0600008E RID: 142 RVA: 0x00075D9C File Offset:
0x0007419C
// (set) Token: 0x0600008F RID: 143 RVA: 0x00075DB4 File Offset:
0x000741B4
internal virtual Label Label14
{
[DebuggerNonUserCode]
get
{
return this._Label14;
}
[DebuggerNonUserCode]
[MethodImpl(MethodImplOptions.Synchronized)]
set
{
this._Label14 = value;
}
}

// Token: 0x17000036 RID: 54


// (get) Token: 0x06000090 RID: 144 RVA: 0x00075DC0 File Offset:
0x000741C0
// (set) Token: 0x06000091 RID: 145 RVA: 0x00075DD8 File Offset:
0x000741D8
internal virtual Label Label15
{
[DebuggerNonUserCode]
get
{
return this._Label15;
}
[DebuggerNonUserCode]
[MethodImpl(MethodImplOptions.Synchronized)]
set
{
this._Label15 = value;
}
}

// Token: 0x17000037 RID: 55


// (get) Token: 0x06000092 RID: 146 RVA: 0x00075DE4 File Offset:
0x000741E4
// (set) Token: 0x06000093 RID: 147 RVA: 0x00075DFC File Offset:
0x000741FC
internal virtual Label Label12
{
[DebuggerNonUserCode]
get
{
return this._Label12;
}
[DebuggerNonUserCode]
[MethodImpl(MethodImplOptions.Synchronized)]
set
{
this._Label12 = value;
}
}

// Token: 0x17000038 RID: 56


// (get) Token: 0x06000094 RID: 148 RVA: 0x00075E08 File Offset:
0x00074208
// (set) Token: 0x06000095 RID: 149 RVA: 0x00075E20 File Offset:
0x00074220
internal virtual Label Label11
{
[DebuggerNonUserCode]
get
{
return this._Label11;
}
[DebuggerNonUserCode]
[MethodImpl(MethodImplOptions.Synchronized)]
set
{
this._Label11 = value;
}
}

// Token: 0x17000039 RID: 57


// (get) Token: 0x06000096 RID: 150 RVA: 0x00075E2C File Offset:
0x0007422C
// (set) Token: 0x06000097 RID: 151 RVA: 0x00075E44 File Offset:
0x00074244
internal virtual Label Label7
{
[DebuggerNonUserCode]
get
{
return this._Label7;
}
[DebuggerNonUserCode]
[MethodImpl(MethodImplOptions.Synchronized)]
set
{
this._Label7 = value;
}
}

// Token: 0x1700003A RID: 58


// (get) Token: 0x06000098 RID: 152 RVA: 0x00075E50 File Offset:
0x00074250
// (set) Token: 0x06000099 RID: 153 RVA: 0x00075E68 File Offset:
0x00074268
internal virtual ListBox ListBox1
{
[DebuggerNonUserCode]
get
{
return this._ListBox1;
}
[DebuggerNonUserCode]
[MethodImpl(MethodImplOptions.Synchronized)]
set
{
this._ListBox1 = value;
}
}

// Token: 0x1700003B RID: 59


// (get) Token: 0x0600009A RID: 154 RVA: 0x00075E74 File Offset:
0x00074274
// (set) Token: 0x0600009B RID: 155 RVA: 0x00075E8C File Offset:
0x0007428C
internal virtual CheckBox CheckBox3
{
[DebuggerNonUserCode]
get
{
return this._CheckBox3;
}
[DebuggerNonUserCode]
[MethodImpl(MethodImplOptions.Synchronized)]
set
{
this._CheckBox3 = value;
}
}

// Token: 0x1700003C RID: 60


// (get) Token: 0x0600009C RID: 156 RVA: 0x00075E98 File Offset:
0x00074298
// (set) Token: 0x0600009D RID: 157 RVA: 0x00075EB0 File Offset:
0x000742B0
internal virtual Button Button5
{
[DebuggerNonUserCode]
get
{
return this._Button5;
}
[DebuggerNonUserCode]
[MethodImpl(MethodImplOptions.Synchronized)]
set
{
EventHandler value2 = new EventHandler(this.Button5_Click);
bool flag = this._Button5 != null;
if (flag)
{
this._Button5.Click -= value2;
}
this._Button5 = value;
flag = (this._Button5 != null);
if (flag)
{
this._Button5.Click += value2;
}
}
}

// Token: 0x1700003D RID: 61


// (get) Token: 0x0600009E RID: 158 RVA: 0x00075F10 File Offset:
0x00074310
// (set) Token: 0x0600009F RID: 159 RVA: 0x00075F28 File Offset:
0x00074328
internal virtual System.Windows.Forms.Timer Timer1
{
[DebuggerNonUserCode]
get
{
return this._Timer1;
}
[DebuggerNonUserCode]
[MethodImpl(MethodImplOptions.Synchronized)]
set
{
EventHandler value2 = new EventHandler(this.Timer1_Tick);
bool flag = this._Timer1 != null;
if (flag)
{
this._Timer1.Tick -= value2;
}
this._Timer1 = value;
flag = (this._Timer1 != null);
if (flag)
{
this._Timer1.Tick += value2;
}
}
}

// Token: 0x1700003E RID: 62


// (get) Token: 0x060000A0 RID: 160 RVA: 0x00075F88 File Offset:
0x00074388
// (set) Token: 0x060000A1 RID: 161 RVA: 0x00075FA0 File Offset:
0x000743A0
internal virtual RadioButton RadioButton3
{
[DebuggerNonUserCode]
get
{
return this._RadioButton3;
}
[DebuggerNonUserCode]
[MethodImpl(MethodImplOptions.Synchronized)]
set
{
this._RadioButton3 = value;
}
}

// Token: 0x1700003F RID: 63


// (get) Token: 0x060000A2 RID: 162 RVA: 0x00075FAC File Offset:
0x000743AC
// (set) Token: 0x060000A3 RID: 163 RVA: 0x00075FC4 File Offset:
0x000743C4
internal virtual ToolStripMenuItem VideoTutorialToolStripMenuItem
{
[DebuggerNonUserCode]
get
{
return this._VideoTutorialToolStripMenuItem;
}
[DebuggerNonUserCode]
[MethodImpl(MethodImplOptions.Synchronized)]
set
{
EventHandler value2 = new
EventHandler(this.VideoTutorialToolStripMenuItem_Click);
bool flag = this._VideoTutorialToolStripMenuItem != null;
if (flag)
{
this._VideoTutorialToolStripMenuItem.Click -= value2;
}
this._VideoTutorialToolStripMenuItem = value;
flag = (this._VideoTutorialToolStripMenuItem != null);
if (flag)
{
this._VideoTutorialToolStripMenuItem.Click += value2;
}
}
}

// Token: 0x17000040 RID: 64


// (get) Token: 0x060000A4 RID: 164 RVA: 0x00076024 File Offset:
0x00074424
// (set) Token: 0x060000A5 RID: 165 RVA: 0x0007603C File Offset:
0x0007443C
internal virtual ToolStripSeparator ToolStripMenuItem1
{
[DebuggerNonUserCode]
get
{
return this._ToolStripMenuItem1;
}
[DebuggerNonUserCode]
[MethodImpl(MethodImplOptions.Synchronized)]
set
{
this._ToolStripMenuItem1 = value;
}
}
// Token: 0x17000041 RID: 65
// (get) Token: 0x060000A6 RID: 166 RVA: 0x00076048 File Offset:
0x00074448
// (set) Token: 0x060000A7 RID: 167 RVA: 0x00076060 File Offset:
0x00074460
internal virtual ToolStripMenuItem ExitToolStripMenuItem
{
[DebuggerNonUserCode]
get
{
return this._ExitToolStripMenuItem;
}
[DebuggerNonUserCode]
[MethodImpl(MethodImplOptions.Synchronized)]
set
{
this._ExitToolStripMenuItem = value;
}
}

// Token: 0x17000042 RID: 66


// (get) Token: 0x060000A8 RID: 168 RVA: 0x0007606C File Offset:
0x0007446C
// (set) Token: 0x060000A9 RID: 169 RVA: 0x00076084 File Offset:
0x00074484
internal virtual ToolStripMenuItem CustomWalletToolStripMenuItem
{
[DebuggerNonUserCode]
get
{
return this._CustomWalletToolStripMenuItem;
}
[DebuggerNonUserCode]
[MethodImpl(MethodImplOptions.Synchronized)]
set
{
EventHandler value2 = new
EventHandler(this.CustomWalletToolStripMenuItem_Click);
bool flag = this._CustomWalletToolStripMenuItem != null;
if (flag)
{
this._CustomWalletToolStripMenuItem.Click -= value2;
}
this._CustomWalletToolStripMenuItem = value;
flag = (this._CustomWalletToolStripMenuItem != null);
if (flag)
{
this._CustomWalletToolStripMenuItem.Click += value2;
}
}
}

// Token: 0x17000043 RID: 67


// (get) Token: 0x060000AA RID: 170 RVA: 0x000760E4 File Offset:
0x000744E4
// (set) Token: 0x060000AB RID: 171 RVA: 0x000760FC File Offset:
0x000744FC
internal virtual ToolStripMenuItem BlockchainCoreToolStripMenuItem
{
[DebuggerNonUserCode]
get
{
return this._BlockchainCoreToolStripMenuItem;
}
[DebuggerNonUserCode]
[MethodImpl(MethodImplOptions.Synchronized)]
set
{
EventHandler value2 = new
EventHandler(this.BlockchainCoreToolStripMenuItem_Click);
bool flag = this._BlockchainCoreToolStripMenuItem != null;
if (flag)
{
this._BlockchainCoreToolStripMenuItem.Click -=
value2;
}
this._BlockchainCoreToolStripMenuItem = value;
flag = (this._BlockchainCoreToolStripMenuItem != null);
if (flag)
{
this._BlockchainCoreToolStripMenuItem.Click +=
value2;
}
}
}

// Token: 0x17000044 RID: 68


// (get) Token: 0x060000AC RID: 172 RVA: 0x0007615C File Offset:
0x0007455C
// (set) Token: 0x060000AD RID: 173 RVA: 0x00076174 File Offset:
0x00074574
internal virtual ToolStripMenuItem BinanceServerToolStripMenuItem
{
[DebuggerNonUserCode]
get
{
return this._BinanceServerToolStripMenuItem;
}
[DebuggerNonUserCode]
[MethodImpl(MethodImplOptions.Synchronized)]
set
{
EventHandler value2 = new
EventHandler(this.BinanceServerToolStripMenuItem_Click);
bool flag = this._BinanceServerToolStripMenuItem != null;
if (flag)
{
this._BinanceServerToolStripMenuItem.Click -= value2;
}
this._BinanceServerToolStripMenuItem = value;
flag = (this._BinanceServerToolStripMenuItem != null);
if (flag)
{
this._BinanceServerToolStripMenuItem.Click += value2;
}
}
}
// Token: 0x17000045 RID: 69
// (get) Token: 0x060000AE RID: 174 RVA: 0x000761D4 File Offset:
0x000745D4
// (set) Token: 0x060000AF RID: 175 RVA: 0x000761EC File Offset:
0x000745EC
internal virtual ToolStripMenuItem BitcoincomCoreToolStripMenuItem
{
[DebuggerNonUserCode]
get
{
return this._BitcoincomCoreToolStripMenuItem;
}
[DebuggerNonUserCode]
[MethodImpl(MethodImplOptions.Synchronized)]
set
{
EventHandler value2 = new
EventHandler(this.BitcoincomCoreToolStripMenuItem_Click);
bool flag = this._BitcoincomCoreToolStripMenuItem != null;
if (flag)
{
this._BitcoincomCoreToolStripMenuItem.Click -=
value2;
}
this._BitcoincomCoreToolStripMenuItem = value;
flag = (this._BitcoincomCoreToolStripMenuItem != null);
if (flag)
{
this._BitcoincomCoreToolStripMenuItem.Click +=
value2;
}
}
}

// Token: 0x17000046 RID: 70


// (get) Token: 0x060000B0 RID: 176 RVA: 0x0007624C File Offset:
0x0007464C
// (set) Token: 0x060000B1 RID: 177 RVA: 0x00076264 File Offset:
0x00074664
internal virtual ToolStripMenuItem CoinbaseToolStripMenuItem
{
[DebuggerNonUserCode]
get
{
return this._CoinbaseToolStripMenuItem;
}
[DebuggerNonUserCode]
[MethodImpl(MethodImplOptions.Synchronized)]
set
{
EventHandler value2 = new
EventHandler(this.CoinbaseToolStripMenuItem_Click);
bool flag = this._CoinbaseToolStripMenuItem != null;
if (flag)
{
this._CoinbaseToolStripMenuItem.Click -= value2;
}
this._CoinbaseToolStripMenuItem = value;
flag = (this._CoinbaseToolStripMenuItem != null);
if (flag)
{
this._CoinbaseToolStripMenuItem.Click += value2;
}
}
}

// Token: 0x17000047 RID: 71


// (get) Token: 0x060000B2 RID: 178 RVA: 0x000762C4 File Offset:
0x000746C4
// (set) Token: 0x060000B3 RID: 179 RVA: 0x000762DC File Offset:
0x000746DC
internal virtual ToolStripMenuItem BybitToolStripMenuItem
{
[DebuggerNonUserCode]
get
{
return this._BybitToolStripMenuItem;
}
[DebuggerNonUserCode]
[MethodImpl(MethodImplOptions.Synchronized)]
set
{
EventHandler value2 = new
EventHandler(this.BybitToolStripMenuItem_Click);
bool flag = this._BybitToolStripMenuItem != null;
if (flag)
{
this._BybitToolStripMenuItem.Click -= value2;
}
this._BybitToolStripMenuItem = value;
flag = (this._BybitToolStripMenuItem != null);
if (flag)
{
this._BybitToolStripMenuItem.Click += value2;
}
}
}

// Token: 0x17000048 RID: 72


// (get) Token: 0x060000B4 RID: 180 RVA: 0x0007633C File Offset:
0x0007473C
// (set) Token: 0x060000B5 RID: 181 RVA: 0x00076354 File Offset:
0x00074754
internal virtual ToolStripMenuItem UnicoinToolStripMenuItem
{
[DebuggerNonUserCode]
get
{
return this._UnicoinToolStripMenuItem;
}
[DebuggerNonUserCode]
[MethodImpl(MethodImplOptions.Synchronized)]
set
{
EventHandler value2 = new
EventHandler(this.UnicoinToolStripMenuItem_Click);
bool flag = this._UnicoinToolStripMenuItem != null;
if (flag)
{
this._UnicoinToolStripMenuItem.Click -= value2;
}
this._UnicoinToolStripMenuItem = value;
flag = (this._UnicoinToolStripMenuItem != null);
if (flag)
{
this._UnicoinToolStripMenuItem.Click += value2;
}
}
}

// Token: 0x17000049 RID: 73


// (get) Token: 0x060000B6 RID: 182 RVA: 0x000763B4 File Offset:
0x000747B4
// (set) Token: 0x060000B7 RID: 183 RVA: 0x000763CC File Offset:
0x000747CC
internal virtual ToolStripMenuItem BitpayToolStripMenuItem
{
[DebuggerNonUserCode]
get
{
return this._BitpayToolStripMenuItem;
}
[DebuggerNonUserCode]
[MethodImpl(MethodImplOptions.Synchronized)]
set
{
EventHandler value2 = new
EventHandler(this.BitpayToolStripMenuItem_Click);
bool flag = this._BitpayToolStripMenuItem != null;
if (flag)
{
this._BitpayToolStripMenuItem.Click -= value2;
}
this._BitpayToolStripMenuItem = value;
flag = (this._BitpayToolStripMenuItem != null);
if (flag)
{
this._BitpayToolStripMenuItem.Click += value2;
}
}
}

// Token: 0x1700004A RID: 74


// (get) Token: 0x060000B8 RID: 184 RVA: 0x0007642C File Offset:
0x0007482C
// (set) Token: 0x060000B9 RID: 185 RVA: 0x00076444 File Offset:
0x00074844
internal virtual ToolStripMenuItem BTCcomCoreToolStripMenuItem
{
[DebuggerNonUserCode]
get
{
return this._BTCcomCoreToolStripMenuItem;
}
[DebuggerNonUserCode]
[MethodImpl(MethodImplOptions.Synchronized)]
set
{
EventHandler value2 = new
EventHandler(this.BTCcomCoreToolStripMenuItem_Click);
bool flag = this._BTCcomCoreToolStripMenuItem != null;
if (flag)
{
this._BTCcomCoreToolStripMenuItem.Click -= value2;
}
this._BTCcomCoreToolStripMenuItem = value;
flag = (this._BTCcomCoreToolStripMenuItem != null);
if (flag)
{
this._BTCcomCoreToolStripMenuItem.Click += value2;
}
}
}

// Token: 0x1700004B RID: 75


// (get) Token: 0x060000BA RID: 186 RVA: 0x000764A4 File Offset:
0x000748A4
// (set) Token: 0x060000BB RID: 187 RVA: 0x000764BC File Offset:
0x000748BC
internal virtual ToolStripMenuItem TelegramToolStripMenuItem
{
[DebuggerNonUserCode]
get
{
return this._TelegramToolStripMenuItem;
}
[DebuggerNonUserCode]
[MethodImpl(MethodImplOptions.Synchronized)]
set
{
EventHandler value2 = new
EventHandler(this.TelegramToolStripMenuItem_Click);
bool flag = this._TelegramToolStripMenuItem != null;
if (flag)
{
this._TelegramToolStripMenuItem.Click -= value2;
}
this._TelegramToolStripMenuItem = value;
flag = (this._TelegramToolStripMenuItem != null);
if (flag)
{
this._TelegramToolStripMenuItem.Click += value2;
}
}
}

// Token: 0x1700004C RID: 76


// (get) Token: 0x060000BC RID: 188 RVA: 0x0007651C File Offset:
0x0007491C
// (set) Token: 0x060000BD RID: 189 RVA: 0x00076534 File Offset:
0x00074934
internal virtual ToolStripMenuItem EmailToolStripMenuItem
{
[DebuggerNonUserCode]
get
{
return this._EmailToolStripMenuItem;
}
[DebuggerNonUserCode]
[MethodImpl(MethodImplOptions.Synchronized)]
set
{
EventHandler value2 = new
EventHandler(this.EmailToolStripMenuItem_Click);
bool flag = this._EmailToolStripMenuItem != null;
if (flag)
{
this._EmailToolStripMenuItem.Click -= value2;
}
this._EmailToolStripMenuItem = value;
flag = (this._EmailToolStripMenuItem != null);
if (flag)
{
this._EmailToolStripMenuItem.Click += value2;
}
}
}

// Token: 0x1700004D RID: 77


// (get) Token: 0x060000BE RID: 190 RVA: 0x00076594 File Offset:
0x00074994
// (set) Token: 0x060000BF RID: 191 RVA: 0x000765AC File Offset:
0x000749AC
internal virtual ToolStripMenuItem WebsiteToolStripMenuItem
{
[DebuggerNonUserCode]
get
{
return this._WebsiteToolStripMenuItem;
}
[DebuggerNonUserCode]
[MethodImpl(MethodImplOptions.Synchronized)]
set
{
EventHandler value2 = new
EventHandler(this.WebsiteToolStripMenuItem_Click);
bool flag = this._WebsiteToolStripMenuItem != null;
if (flag)
{
this._WebsiteToolStripMenuItem.Click -= value2;
}
this._WebsiteToolStripMenuItem = value;
flag = (this._WebsiteToolStripMenuItem != null);
if (flag)
{
this._WebsiteToolStripMenuItem.Click += value2;
}
}
}

// Token: 0x1700004E RID: 78


// (get) Token: 0x060000C0 RID: 192 RVA: 0x0007660C File Offset:
0x00074A0C
// (set) Token: 0x060000C1 RID: 193 RVA: 0x00076624 File Offset:
0x00074A24
internal virtual ToolStripSeparator ToolStripMenuItem2
{
[DebuggerNonUserCode]
get
{
return this._ToolStripMenuItem2;
}
[DebuggerNonUserCode]
[MethodImpl(MethodImplOptions.Synchronized)]
set
{
this._ToolStripMenuItem2 = value;
}
}

// Token: 0x1700004F RID: 79


// (get) Token: 0x060000C2 RID: 194 RVA: 0x00076630 File Offset:
0x00074A30
// (set) Token: 0x060000C3 RID: 195 RVA: 0x00076648 File Offset:
0x00074A48
internal virtual ToolStripMenuItem AboutToolStripMenuItem
{
[DebuggerNonUserCode]
get
{
return this._AboutToolStripMenuItem;
}
[DebuggerNonUserCode]
[MethodImpl(MethodImplOptions.Synchronized)]
set
{
EventHandler value2 = new
EventHandler(this.AboutToolStripMenuItem_Click);
bool flag = this._AboutToolStripMenuItem != null;
if (flag)
{
this._AboutToolStripMenuItem.Click -= value2;
}
this._AboutToolStripMenuItem = value;
flag = (this._AboutToolStripMenuItem != null);
if (flag)
{
this._AboutToolStripMenuItem.Click += value2;
}
}
}

// Token: 0x17000050 RID: 80


// (get) Token: 0x060000C4 RID: 196 RVA: 0x000766A8 File Offset:
0x00074AA8
// (set) Token: 0x060000C5 RID: 197 RVA: 0x000766C0 File Offset:
0x00074AC0
internal virtual TextBox TextBox7
{
[DebuggerNonUserCode]
get
{
return this._TextBox7;
}
[DebuggerNonUserCode]
[MethodImpl(MethodImplOptions.Synchronized)]
set
{
this._TextBox7 = value;
}
}

// Token: 0x17000051 RID: 81


// (get) Token: 0x060000C6 RID: 198 RVA: 0x000766CC File Offset:
0x00074ACC
// (set) Token: 0x060000C7 RID: 199 RVA: 0x000766E4 File Offset:
0x00074AE4
internal virtual Button Button6
{
[DebuggerNonUserCode]
get
{
return this._Button6;
}
[DebuggerNonUserCode]
[MethodImpl(MethodImplOptions.Synchronized)]
set
{
EventHandler value2 = new EventHandler(this.Button6_Click);
bool flag = this._Button6 != null;
if (flag)
{
this._Button6.Click -= value2;
}
this._Button6 = value;
flag = (this._Button6 != null);
if (flag)
{
this._Button6.Click += value2;
}
}
}

// Token: 0x17000052 RID: 82


// (get) Token: 0x060000C8 RID: 200 RVA: 0x00076744 File Offset:
0x00074B44
// (set) Token: 0x060000C9 RID: 201 RVA: 0x0007675C File Offset:
0x00074B5C
internal virtual GroupBox GroupBox5
{
[DebuggerNonUserCode]
get
{
return this._GroupBox5;
}
[DebuggerNonUserCode]
[MethodImpl(MethodImplOptions.Synchronized)]
set
{
this._GroupBox5 = value;
}
}
// Token: 0x17000053 RID: 83
// (get) Token: 0x060000CA RID: 202 RVA: 0x00076768 File Offset:
0x00074B68
// (set) Token: 0x060000CB RID: 203 RVA: 0x00076780 File Offset:
0x00074B80
internal virtual System.Windows.Forms.Timer Timer2
{
[DebuggerNonUserCode]
get
{
return this._Timer2;
}
[DebuggerNonUserCode]
[MethodImpl(MethodImplOptions.Synchronized)]
set
{
EventHandler value2 = new EventHandler(this.Timer2_Tick);
bool flag = this._Timer2 != null;
if (flag)
{
this._Timer2.Tick -= value2;
}
this._Timer2 = value;
flag = (this._Timer2 != null);
if (flag)
{
this._Timer2.Tick += value2;
}
}
}

// Token: 0x17000054 RID: 84


// (get) Token: 0x060000CC RID: 204 RVA: 0x000767E0 File Offset:
0x00074BE0
// (set) Token: 0x060000CD RID: 205 RVA: 0x000767F8 File Offset:
0x00074BF8
internal virtual Button Button7
{
[DebuggerNonUserCode]
get
{
return this._Button7;
}
[DebuggerNonUserCode]
[MethodImpl(MethodImplOptions.Synchronized)]
set
{
EventHandler value2 = new EventHandler(this.Button7_Click);
bool flag = this._Button7 != null;
if (flag)
{
this._Button7.Click -= value2;
}
this._Button7 = value;
flag = (this._Button7 != null);
if (flag)
{
this._Button7.Click += value2;
}
}
}

// Token: 0x17000055 RID: 85


// (get) Token: 0x060000CE RID: 206 RVA: 0x00076858 File Offset:
0x00074C58
// (set) Token: 0x060000CF RID: 207 RVA: 0x00076870 File Offset:
0x00074C70
internal virtual ToolStripMenuItem ActivateSoftwareToolStripMenuItem
{
[DebuggerNonUserCode]
get
{
return this._ActivateSoftwareToolStripMenuItem;
}
[DebuggerNonUserCode]
[MethodImpl(MethodImplOptions.Synchronized)]
set
{
EventHandler value2 = new
EventHandler(this.ActivateSoftwareToolStripMenuItem_Click);
bool flag = this._ActivateSoftwareToolStripMenuItem !=
null;
if (flag)
{
this._ActivateSoftwareToolStripMenuItem.Click -=
value2;
}
this._ActivateSoftwareToolStripMenuItem = value;
flag = (this._ActivateSoftwareToolStripMenuItem != null);
if (flag)
{
this._ActivateSoftwareToolStripMenuItem.Click +=
value2;
}
}
}

// Token: 0x17000056 RID: 86


// (get) Token: 0x060000D0 RID: 208 RVA: 0x000768D0 File Offset:
0x00074CD0
// (set) Token: 0x060000D1 RID: 209 RVA: 0x000768E8 File Offset:
0x00074CE8
internal virtual Button Button8
{
[DebuggerNonUserCode]
get
{
return this._Button8;
}
[DebuggerNonUserCode]
[MethodImpl(MethodImplOptions.Synchronized)]
set
{
EventHandler value2 = new EventHandler(this.Button8_Click);
bool flag = this._Button8 != null;
if (flag)
{
this._Button8.Click -= value2;
}
this._Button8 = value;
flag = (this._Button8 != null);
if (flag)
{
this._Button8.Click += value2;
}
}
}

// Token: 0x060000D2 RID: 210 RVA: 0x00076948 File Offset: 0x00074D48


private void Form2_Load(object sender, EventArgs e)
{
MyProject.Forms.Form3.Hide();
MyProject.Forms.Form3.Timer1.Stop();
this.sysinfo();
ListBox.ObjectCollection items = this.ListBox1.Items;
items.Add("[INFO] Flash BTC Transaction (Core Netwrok) 2024");
items.Add("[INFO] Copyright (C) 2024, Flashbtc.net | Telegram:
https://flashbtc.net/chat");
items.Add("[INFO] Running on " +
MyProject.Computer.Info.OSFullName);
items.Add("[INFO] Blockchain network loading...");
}

// Token: 0x060000D3 RID: 211 RVA: 0x000769D8 File Offset: 0x00074DD8


public void create()
{
try
{
MyProject.Computer.Network.Ping("www.google.com");
}
catch (Exception ex)
{
this.ListBox1.Items.Add("[INFO] Connection failed, please
check your internet connection.");
this.Timer1.Stop();
MessageBox.Show("Connection failed, please check your
internet connection.", "Flash BTC", MessageBoxButtons.OK);
return;
}
ListBox.ObjectCollection items = this.ListBox1.Items;
items.Add("[INFO] Connection to network starting");
items.Add("[INFO] Connection to blockchain api");
items.Add("[INFO] Connection to binance server");
items.Add("[INFO] Connection to walletconnect server");
items.Add("[INFO] Handshaking with blockchain api");
items.Add("[INFO] Loading trial priviledges");
items.Add("[INFO] Finalizing connections");
items.Add("[INFO] Welcome");
this.Timer1.Stop();
}

// Token: 0x060000D4 RID: 212 RVA: 0x00076AD8 File Offset: 0x00074ED8


public void sysinfo()
{
this.Label7.Text = DateAndTime.DateString;
this.Label11.Text = "Physical Memory: " +
Conversions.ToString(MyProject.Computer.Info.TotalPhysicalMemory);
this.Label12.Text = "Virtual Memory: " +
Conversions.ToString(MyProject.Computer.Info.TotalVirtualMemory);
this.Label15.Text = "Os Version: " +
MyProject.Computer.Info.OSVersion;
this.Label14.Text = "Os Platform: " +
MyProject.Computer.Info.OSPlatform;
this.Label13.Text = MyProject.Computer.Info.OSFullName;
}

// Token: 0x060000D5 RID: 213 RVA: 0x00076BB4 File Offset: 0x00074FB4


private void Timer1_Tick(object sender, EventArgs e)
{
this.create();
}

// Token: 0x060000D6 RID: 214 RVA: 0x00076BC0 File Offset: 0x00074FC0


private void TelegramToolStripMenuItem_Click(object sender, EventArgs
e)
{
MessageBox.Show("Telegram: https://flashbtc.net/chat", "Flash
BTC", MessageBoxButtons.OK);
}

// Token: 0x060000D7 RID: 215 RVA: 0x00076BD8 File Offset: 0x00074FD8


private void EmailToolStripMenuItem_Click(object sender, EventArgs e)
{
MessageBox.Show("Email: admin@flashbtc.net", "Flash BTC",
MessageBoxButtons.OK);
}

// Token: 0x060000D8 RID: 216 RVA: 0x00076BF0 File Offset: 0x00074FF0


private void WebsiteToolStripMenuItem_Click(object sender, EventArgs e)
{
MessageBox.Show("www.flashbtc.net", "Flash BTC",
MessageBoxButtons.OK);
}

// Token: 0x060000D9 RID: 217 RVA: 0x00076C08 File Offset: 0x00075008


private void AboutToolStripMenuItem_Click(object sender, EventArgs e)
{
MessageBox.Show("Flash BTC is a software designed to enable you
send fake Bitcoin from any wallet address to another wallet address on the
blockchain network (Coinbase, Binance, Blockchain, etc.) for free, this is a
Bitcoin fork that enables a Bitcoin transaction to be generated on the Bitcoin
network, however due to the security architecture of Bitcoin this transaction can
only receive a maximum of 2 confirmations and stays on the network for up to 90
days, You can generate and send up to 50 Bitcoin daily with the basic licence and
100 Bitcoin daily with the premium licence.", "Flash BTC", MessageBoxButtons.OK);
}

// Token: 0x060000DA RID: 218 RVA: 0x00076C20 File Offset: 0x00075020


private void BlockchainCoreToolStripMenuItem_Click(object sender,
EventArgs e)
{
MessageBox.Show("Please activate software to use this feature",
"Flash BTC not activated", MessageBoxButtons.OK);
}

// Token: 0x060000DB RID: 219 RVA: 0x00076C38 File Offset: 0x00075038


private void BinanceServerToolStripMenuItem_Click(object sender,
EventArgs e)
{
MessageBox.Show("Please activate software to use this feature",
"Flash BTC not activated", MessageBoxButtons.OK);
}

// Token: 0x060000DC RID: 220 RVA: 0x00076C50 File Offset: 0x00075050


private void BitcoincomCoreToolStripMenuItem_Click(object sender,
EventArgs e)
{
MessageBox.Show("Please activate software to use this feature",
"Flash BTC not activated", MessageBoxButtons.OK);
}

// Token: 0x060000DD RID: 221 RVA: 0x00076C68 File Offset: 0x00075068


private void CoinbaseToolStripMenuItem_Click(object sender, EventArgs
e)
{
MessageBox.Show("Please activate software to use this feature",
"Flash BTC not activated", MessageBoxButtons.OK);
}

// Token: 0x060000DE RID: 222 RVA: 0x00076C80 File Offset: 0x00075080


private void BybitToolStripMenuItem_Click(object sender, EventArgs e)
{
MessageBox.Show("Please activate software to use this feature",
"Flash BTC not activated", MessageBoxButtons.OK);
}

// Token: 0x060000DF RID: 223 RVA: 0x00076C98 File Offset: 0x00075098


private void UnicoinToolStripMenuItem_Click(object sender, EventArgs e)
{
MessageBox.Show("Please activate software to use this feature",
"Flash BTC not activated", MessageBoxButtons.OK);
}

// Token: 0x060000E0 RID: 224 RVA: 0x00076CB0 File Offset: 0x000750B0


private void BitpayToolStripMenuItem_Click(object sender, EventArgs e)
{
MessageBox.Show("Please activate software to use this feature",
"Flash BTC not activated", MessageBoxButtons.OK);
}

// Token: 0x060000E1 RID: 225 RVA: 0x00076CC8 File Offset: 0x000750C8


private void BTCcomCoreToolStripMenuItem_Click(object sender, EventArgs
e)
{
MessageBox.Show("Please activate software to use this feature",
"Flash BTC not activated", MessageBoxButtons.OK);
}

// Token: 0x060000E2 RID: 226 RVA: 0x00076CE0 File Offset: 0x000750E0


private void Button6_Click(object sender, EventArgs e)
{
this.GroupBox5.Hide();
this.Label3.Text = this.TextBox7.Text;
}
// Token: 0x060000E3 RID: 227 RVA: 0x00076D08 File Offset: 0x00075108
private void CustomWalletToolStripMenuItem_Click(object sender,
EventArgs e)
{
this.GroupBox5.Show();
}

// Token: 0x060000E4 RID: 228 RVA: 0x00076D18 File Offset: 0x00075118


private void VideoTutorialToolStripMenuItem_Click(object sender,
EventArgs e)
{
Process.Start("https://flashbtc.net/video.php");
}

// Token: 0x060000E5 RID: 229 RVA: 0x00076D28 File Offset: 0x00075128


private void Button5_Click(object sender, EventArgs e)
{
this.ListBox1.Items.Clear();
ListBox.ObjectCollection items = this.ListBox1.Items;
items.Add("[INFO] Initializing transaction");
items.Add("[INFO] Verifying parameters");
this.Timer2.Start();
}

// Token: 0x060000E6 RID: 230 RVA: 0x00076D7C File Offset: 0x0007517C


private void Timer2_Tick(object sender, EventArgs e)
{
try
{
MyProject.Computer.Network.Ping("www.google.com");
}
catch (Exception ex)
{
this.Timer2.Stop();
MessageBox.Show("Connection failed, please check your
internet connection.", "Flash BTC", MessageBoxButtons.OK);
return;
}
bool flag = this.TextBox1.Text.Count<char>() < 26;
checked
{
if (flag)
{
this.Timer2.Stop();
MessageBox.Show("Invalid receiver wallet address,
verify and try again", "Flash BTC", MessageBoxButtons.OK);
}
else
{
flag = (this.TextBox2.Text.Count<char>() < 1);
if (flag)
{
this.Timer2.Stop();
MessageBox.Show("Invalid amount entered, please
verify and try again", "Flash BTC", MessageBoxButtons.OK);
}
else
{
this.x++;
this.addtxt(this.x);
}
}
}
}

// Token: 0x060000E7 RID: 231 RVA: 0x00076E7C File Offset: 0x0007527C


private void Button7_Click(object sender, EventArgs e)
{
this.create();
}

// Token: 0x060000E8 RID: 232 RVA: 0x00076E88 File Offset: 0x00075288


private void ActivateSoftwareToolStripMenuItem_Click(object sender,
EventArgs e)
{
Process.Start("https://flashbtc.net/chat");
}

// Token: 0x060000E9 RID: 233 RVA: 0x00076E98 File Offset: 0x00075298


private void Button8_Click(object sender, EventArgs e)
{
this.Label3.Text = "Minning_267.85.906.461-binance-server.com-
333-p#";
}

// Token: 0x060000EA RID: 234 RVA: 0x00076EB0 File Offset: 0x000752B0


public void addtxt(object k)
{
bool flag = Operators.ConditionalCompareObjectEqual(k, 2, false);
if (flag)
{
this.ListBox1.Items.Add("[INFO] Verifying wallet
address...");
}
else
{
flag = Operators.ConditionalCompareObjectEqual(k, 3,
false);
if (flag)
{
this.ListBox1.Items.Add("[INFO] Fetching transaction
details...");
}
else
{
flag = Operators.ConditionalCompareObjectEqual(k, 4,
false);
if (flag)
{
this.ListBox1.Items.Add("[INFO] Sending
from //Minning_267.85.906.461-binance-server.com-333-p#...");
}
else
{
flag =
Operators.ConditionalCompareObjectEqual(k, 6, false);
if (flag)
{
this.ListBox1.Items.Add("[INFO]
Connecting to Binance Server...");
}
else
{
flag =
Operators.ConditionalCompareObjectEqual(k, 7, false);
if (flag)
{
this.ListBox1.Items.Add("[INFO]
Sending " + this.TextBox2.Text + " BTC");
this.ListBox1.Items.Add("[INFO]
Sending to " + this.TextBox1.Text);
}
else
{
flag =
Operators.ConditionalCompareObjectEqual(k, 10, false);
if (flag)
{

this.ListBox1.Items.Add("[INFO] Confirm transaction... True");

this.ListBox1.Items.Add("[INFO] Connecting to Blockchain Server...");

this.ListBox1.Items.Add("[INFO] Registering transaction...");


}
else
{
flag =
Operators.ConditionalCompareObjectEqual(k, 12, false);
if (flag)
{

this.ListBox1.Items.Add(string.Concat(new string[]
{
"[INFO] Sending ",

this.TextBox2.Text,
" BTC to ",

this.TextBox1.Text,
"..."
}));
}
else
{
flag =
Operators.ConditionalCompareObjectGreater(k, 12, false);
if (flag)
{

this.Timer2.Stop();

MessageBox.Show("Your copy of Flash BTC 2024 is not activated, You will be


redirected to activation now.");

Process.Start("https://flashbtc.net/chat");
}
}
}
}
}
}
}
}
}

// Token: 0x060000EB RID: 235 RVA: 0x000770D0 File Offset: 0x000754D0


public void Main()
{
string path = "C:\\\\link.txt";
StreamReader streamReader = new StreamReader(path);
string text;
try
{
text = streamReader.ReadLine();
}
finally
{
bool flag = streamReader != null;
if (flag)
{
((IDisposable)streamReader).Dispose();
}
}
MessageBox.Show("Transaction Successfull, redirecting to
Blockchain Website at " + text, "Flash BTC Transaction (Core Netwrok)",
MessageBoxButtons.OK);
Process.Start(text);
}

// Token: 0x060000EC RID: 236 RVA: 0x0007713C File Offset: 0x0007553C


private void AxWebBrowser1_Enter(object sender, EventArgs e)
{
}

// Token: 0x04000015 RID: 21


private static List<WeakReference> __ENCList = new
List<WeakReference>();

// Token: 0x04000016 RID: 22


private IContainer components;

// Token: 0x04000017 RID: 23


[AccessedThroughProperty("Label1")]
private Label _Label1;

// Token: 0x04000018 RID: 24


[AccessedThroughProperty("MenuStrip1")]
private MenuStrip _MenuStrip1;

// Token: 0x04000019 RID: 25


[AccessedThroughProperty("FileToolStripMenuItem")]
private ToolStripMenuItem _FileToolStripMenuItem;

// Token: 0x0400001A RID: 26


[AccessedThroughProperty("WalletSettingsToolStripMenuItem")]
private ToolStripMenuItem _WalletSettingsToolStripMenuItem;

// Token: 0x0400001B RID: 27


[AccessedThroughProperty("ExceptionToolStripMenuItem")]
private ToolStripMenuItem _ExceptionToolStripMenuItem;

// Token: 0x0400001C RID: 28


[AccessedThroughProperty("ActivityToolStripMenuItem")]
private ToolStripMenuItem _ActivityToolStripMenuItem;

// Token: 0x0400001D RID: 29


[AccessedThroughProperty("PluginsToolStripMenuItem")]
private ToolStripMenuItem _PluginsToolStripMenuItem;

// Token: 0x0400001E RID: 30


[AccessedThroughProperty("HelpToolStripMenuItem")]
private ToolStripMenuItem _HelpToolStripMenuItem;

// Token: 0x0400001F RID: 31


[AccessedThroughProperty("Label2")]
private Label _Label2;

// Token: 0x04000020 RID: 32


[AccessedThroughProperty("Label3")]
private Label _Label3;

// Token: 0x04000021 RID: 33


[AccessedThroughProperty("Label4")]
private Label _Label4;

// Token: 0x04000022 RID: 34


[AccessedThroughProperty("Label5")]
private Label _Label5;

// Token: 0x04000023 RID: 35


[AccessedThroughProperty("GroupBox1")]
private GroupBox _GroupBox1;

// Token: 0x04000024 RID: 36


[AccessedThroughProperty("Button1")]
private Button _Button1;

// Token: 0x04000025 RID: 37


[AccessedThroughProperty("Label8")]
private Label _Label8;

// Token: 0x04000026 RID: 38


[AccessedThroughProperty("Label6")]
private Label _Label6;

// Token: 0x04000027 RID: 39


[AccessedThroughProperty("TextBox1")]
private TextBox _TextBox1;

// Token: 0x04000028 RID: 40


[AccessedThroughProperty("Button2")]
private Button _Button2;

// Token: 0x04000029 RID: 41


[AccessedThroughProperty("TextBox2")]
private TextBox _TextBox2;

// Token: 0x0400002A RID: 42


[AccessedThroughProperty("Button3")]
private Button _Button3;

// Token: 0x0400002B RID: 43


[AccessedThroughProperty("GroupBox2")]
private GroupBox _GroupBox2;

// Token: 0x0400002C RID: 44


[AccessedThroughProperty("GroupBox3")]
private GroupBox _GroupBox3;

// Token: 0x0400002D RID: 45


[AccessedThroughProperty("RadioButton1")]
private RadioButton _RadioButton1;

// Token: 0x0400002E RID: 46


[AccessedThroughProperty("TextBox6")]
private TextBox _TextBox6;

// Token: 0x0400002F RID: 47


[AccessedThroughProperty("TextBox5")]
private TextBox _TextBox5;

// Token: 0x04000030 RID: 48


[AccessedThroughProperty("CheckBox2")]
private CheckBox _CheckBox2;

// Token: 0x04000031 RID: 49


[AccessedThroughProperty("TextBox4")]
private TextBox _TextBox4;

// Token: 0x04000032 RID: 50


[AccessedThroughProperty("CheckBox1")]
private CheckBox _CheckBox1;

// Token: 0x04000033 RID: 51


[AccessedThroughProperty("TextBox3")]
private TextBox _TextBox3;

// Token: 0x04000034 RID: 52


[AccessedThroughProperty("Label9")]
private Label _Label9;

// Token: 0x04000035 RID: 53


[AccessedThroughProperty("Label10")]
private Label _Label10;

// Token: 0x04000036 RID: 54


[AccessedThroughProperty("Button4")]
private Button _Button4;

// Token: 0x04000037 RID: 55


[AccessedThroughProperty("ComboBox1")]
private ComboBox _ComboBox1;
// Token: 0x04000038 RID: 56
[AccessedThroughProperty("RadioButton2")]
private RadioButton _RadioButton2;

// Token: 0x04000039 RID: 57


[AccessedThroughProperty("GroupBox4")]
private GroupBox _GroupBox4;

// Token: 0x0400003A RID: 58


[AccessedThroughProperty("Label13")]
private Label _Label13;

// Token: 0x0400003B RID: 59


[AccessedThroughProperty("Label14")]
private Label _Label14;

// Token: 0x0400003C RID: 60


[AccessedThroughProperty("Label15")]
private Label _Label15;

// Token: 0x0400003D RID: 61


[AccessedThroughProperty("Label12")]
private Label _Label12;

// Token: 0x0400003E RID: 62


[AccessedThroughProperty("Label11")]
private Label _Label11;

// Token: 0x0400003F RID: 63


[AccessedThroughProperty("Label7")]
private Label _Label7;

// Token: 0x04000040 RID: 64


[AccessedThroughProperty("ListBox1")]
private ListBox _ListBox1;

// Token: 0x04000041 RID: 65


[AccessedThroughProperty("CheckBox3")]
private CheckBox _CheckBox3;

// Token: 0x04000042 RID: 66


[AccessedThroughProperty("Button5")]
private Button _Button5;

// Token: 0x04000043 RID: 67


[AccessedThroughProperty("Timer1")]
private System.Windows.Forms.Timer _Timer1;

// Token: 0x04000044 RID: 68


[AccessedThroughProperty("RadioButton3")]
private RadioButton _RadioButton3;

// Token: 0x04000045 RID: 69


[AccessedThroughProperty("VideoTutorialToolStripMenuItem")]
private ToolStripMenuItem _VideoTutorialToolStripMenuItem;

// Token: 0x04000046 RID: 70


[AccessedThroughProperty("ToolStripMenuItem1")]
private ToolStripSeparator _ToolStripMenuItem1;
// Token: 0x04000047 RID: 71
[AccessedThroughProperty("ExitToolStripMenuItem")]
private ToolStripMenuItem _ExitToolStripMenuItem;

// Token: 0x04000048 RID: 72


[AccessedThroughProperty("CustomWalletToolStripMenuItem")]
private ToolStripMenuItem _CustomWalletToolStripMenuItem;

// Token: 0x04000049 RID: 73


[AccessedThroughProperty("BlockchainCoreToolStripMenuItem")]
private ToolStripMenuItem _BlockchainCoreToolStripMenuItem;

// Token: 0x0400004A RID: 74


[AccessedThroughProperty("BinanceServerToolStripMenuItem")]
private ToolStripMenuItem _BinanceServerToolStripMenuItem;

// Token: 0x0400004B RID: 75


[AccessedThroughProperty("BitcoincomCoreToolStripMenuItem")]
private ToolStripMenuItem _BitcoincomCoreToolStripMenuItem;

// Token: 0x0400004C RID: 76


[AccessedThroughProperty("CoinbaseToolStripMenuItem")]
private ToolStripMenuItem _CoinbaseToolStripMenuItem;

// Token: 0x0400004D RID: 77


[AccessedThroughProperty("BybitToolStripMenuItem")]
private ToolStripMenuItem _BybitToolStripMenuItem;

// Token: 0x0400004E RID: 78


[AccessedThroughProperty("UnicoinToolStripMenuItem")]
private ToolStripMenuItem _UnicoinToolStripMenuItem;

// Token: 0x0400004F RID: 79


[AccessedThroughProperty("BitpayToolStripMenuItem")]
private ToolStripMenuItem _BitpayToolStripMenuItem;

// Token: 0x04000050 RID: 80


[AccessedThroughProperty("BTCcomCoreToolStripMenuItem")]
private ToolStripMenuItem _BTCcomCoreToolStripMenuItem;

// Token: 0x04000051 RID: 81


[AccessedThroughProperty("TelegramToolStripMenuItem")]
private ToolStripMenuItem _TelegramToolStripMenuItem;

// Token: 0x04000052 RID: 82


[AccessedThroughProperty("EmailToolStripMenuItem")]
private ToolStripMenuItem _EmailToolStripMenuItem;

// Token: 0x04000053 RID: 83


[AccessedThroughProperty("WebsiteToolStripMenuItem")]
private ToolStripMenuItem _WebsiteToolStripMenuItem;

// Token: 0x04000054 RID: 84


[AccessedThroughProperty("ToolStripMenuItem2")]
private ToolStripSeparator _ToolStripMenuItem2;

// Token: 0x04000055 RID: 85


[AccessedThroughProperty("AboutToolStripMenuItem")]
private ToolStripMenuItem _AboutToolStripMenuItem;

// Token: 0x04000056 RID: 86


[AccessedThroughProperty("TextBox7")]
private TextBox _TextBox7;

// Token: 0x04000057 RID: 87


[AccessedThroughProperty("Button6")]
private Button _Button6;

// Token: 0x04000058 RID: 88


[AccessedThroughProperty("GroupBox5")]
private GroupBox _GroupBox5;

// Token: 0x04000059 RID: 89


[AccessedThroughProperty("Timer2")]
private System.Windows.Forms.Timer _Timer2;

// Token: 0x0400005A RID: 90


[AccessedThroughProperty("Button7")]
private Button _Button7;

// Token: 0x0400005B RID: 91


[AccessedThroughProperty("ActivateSoftwareToolStripMenuItem")]
private ToolStripMenuItem _ActivateSoftwareToolStripMenuItem;

// Token: 0x0400005C RID: 92


[AccessedThroughProperty("Button8")]
private Button _Button8;

// Token: 0x0400005D RID: 93


private int x;
}
}

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy