Example #1
0
 // Token: 0x06000028 RID: 40 RVA: 0x000030BC File Offset: 0x000012BC
 private void button33_Click(object sender, EventArgs e)
 {
     if (!NamedPipes.NamedPipeExist(NamedPipes.scriptpipe))
     {
         this.thirteenTextBox2.Text = "";
         MessageBox.Show(" Fam Did you even Inject " + Functions.exploitdll + " ??", "Nop!", MessageBoxButtons.OK, MessageBoxIcon.Exclamation);
         return;
     }
     if (this.thirteenTextBox2.Text == "cmds")
     {
         this.fastColoredTextBox2.AppendText(Functions.TextToBox[0]);
         return;
     }
     NamedPipes.CommandPipe(this.thirteenTextBox2.Text);
 }
Example #2
0
        // Token: 0x0600004A RID: 74 RVA: 0x000031F4 File Offset: 0x000013F4
        private void button10_Click_1(object sender, EventArgs e)
        {
            int num = this.a;

            if (num != 0)
            {
                if (num == 1)
                {
                    NamedPipes.CommandPipe("clicktpon");
                    this.button10.Text = "ClickTP Currently ON!";
                    this.a--;
                    return;
                }
            }
            else
            {
                NamedPipes.CommandPipe("clicktpoff");
                this.button10.Text = "ClickTP Currently OFF!";
                this.a++;
            }
        }
Example #3
0
 // Token: 0x06000052 RID: 82 RVA: 0x00003345 File Offset: 0x00001545
 private void button19_Click_1(object sender, EventArgs e)
 {
     NamedPipes.CommandPipe("btools " + this.thirteenTextBox1.Text);
 }
Example #4
0
 // Token: 0x0600004F RID: 79 RVA: 0x000032D1 File Offset: 0x000014D1
 private void button16_Click_1(object sender, EventArgs e)
 {
     NamedPipes.CommandPipe("jp " + this.thirteenTextBox1.Text + " " + this.thirteenTextBox3.Text);
 }
Example #5
0
 // Token: 0x06000036 RID: 54 RVA: 0x00003142 File Offset: 0x00001342
 private void button13_Click(object sender, EventArgs e)
 {
     NamedPipes.CommandPipe("sparkles " + this.thirteenTextBox1.Text);
 }