Ejemplo n.º 1
0
 private static void Main()
 {
     //ProcessInteraction.Run(Application.StartupPath + Path.DirectorySeparatorChar + "Gw.exe", "-oldauth", Application.StartupPath + Path.DirectorySeparatorChar + "entice" + Path.DirectorySeparatorChar + "Entice.dll", "Main");
     ProcessInteraction.RunFastInjection("D:\\Program Files (x86)\\GUILD WARS\\Gw.exe", "-oldauth", "D:\\Program Files (x86)\\GUILD WARS\\Entice.dll", "Main");
     //ProcessInteraction.RunFastInjection("D:\\Program Files (x86)\\GUILD WARS\\Gw.exe", "-oldauth", "D:\\Program Files (x86)\\GUILD WARS\\PacketExplorer\\Debug\\StreamDumper.dll", "Main");
     //ProcessInteraction.StartInject("D:\\Program Files (x86)\\GUILD WARS\\Gw.exe", "-oldauth", "D:\\Program Files (x86)\\GUILD WARS\\TemplateUpdater.dll");
 }
Ejemplo n.º 2
0
 static void Main()
 {
     ProcessInteraction.Run(Application.StartupPath + Path.DirectorySeparatorChar + "Gw.exe", "-oldauth", Application.StartupPath + Path.DirectorySeparatorChar + "PacketDumper.dll", "Main");
 }