Multiclient 29-6-2020

06/29/2020 11:21 One Tap#1
Requirements:
vs 2019

c# Multiclient: compile and place in the enzf_DX9 folder and run as admin, replace the Ustres.ini in the ini folder.
Code:
using System;
using System.Diagnostics;
using System.Security;
using System.ComponentModel;

namespace Multiclient
{
    class Program
    {
        static void Main(string[] args)
        {
            ProcessStartInfo startInfo = new ProcessStartInfo("Conquer.exe", "blacknull");
            startInfo.WindowStyle = ProcessWindowStyle.Hidden;
            startInfo.UseShellExecute = false;
            startInfo.CreateNoWindow = true;
            Process.Start(startInfo);
        }
    }
}
Bonus: Client edits are possible with the Stealthedit plugin for cheat engine that bypasses the CRC checks.

Don't PM me about any of this.
06/29/2020 15:48 Noycers#2
Thank you for contributing to this forum xD
06/30/2020 14:22 ahmed01098#3
Thank u all time missing with wrong file thank you
07/05/2020 08:43 7oda00#4
more info about useing it ?
07/16/2020 14:53 TehJodyD#5
Works but after staying logged on for an hour dc happens anyone know why?