Example #1
0
        public static string exploitdll = "Impact.vmp.dll";//this is the name of your dll

        public static void Inject()
        {
            if (NamedPipes.NamedPipeExist(NamedPipes.scriptpipe))//check if the pipe exist
            {
                return;
            }
            else if (!NamedPipes.NamedPipeExist(NamedPipes.scriptpipe))                                                                  //check if the pipe don't exist
            {
                switch (Injector.DllInjector.GetInstance.Inject("RobloxPlayerBeta", AppDomain.CurrentDomain.BaseDirectory + exploitdll)) //Process name and dll directory
                {
                }
                Thread.Sleep(2000);                                   //pause the ui for 2 seconds
                if (NamedPipes.NamedPipeExist(NamedPipes.scriptpipe)) //check if the pipe exist
                {
                    MessageBox.Show("Impact Successfully injected");
                }
                else
                {
                    MessageBox.Show("Something went wrong");
                }
            }
        }
Example #2
0
 private void button13_Click(object sender, EventArgs e)
 {
     NamedPipes.CommandPipe("sell");
 }
Example #3
0
 private void button12_Click(object sender, EventArgs e)
 {
     NamedPipes.CommandPipe("farm");
 }
Example #4
0
 private void button10_Click(object sender, EventArgs e)
 {
     NamedPipes.CommandPipe("empire");
 }
Example #5
0
 private void button11_Click(object sender, EventArgs e)
 {
     NamedPipes.CommandPipe("castle");
 }
Example #6
0
 private void button9_Click(object sender, EventArgs e)
 {
     NamedPipes.CommandPipe("pillar");
 }
Example #7
0
 private void button7_Click(object sender, EventArgs e)
 {
     NamedPipes.CommandPipe("space");
 }
Example #8
0
 private void button2_Click(object sender, EventArgs e)
 {
     NamedPipes.CommandPipe("highway");
 }
Example #9
0
 private void button7_Click(object sender, EventArgs e)
 {
     NamedPipes.CommandPipe("gravity 50");
 }
Example #10
0
 private void button5_Click(object sender, EventArgs e)
 {
     NamedPipes.CommandPipe("criminal");
 }
Example #11
0
 private void button6_Click(object sender, EventArgs e)
 {
     NamedPipes.CommandPipe("garage");
 }
Example #12
0
 private void button3_Click(object sender, EventArgs e)
 {
     NamedPipes.CommandPipe("jewelry");
 }
Example #13
0
 private void button4_Click(object sender, EventArgs e)
 {
     NamedPipes.CommandPipe("helispawn");
 }
Example #14
0
 private void button1_Click(object sender, EventArgs e)
 {
     {
         NamedPipes.CommandPipe("bank");
     }
 }