I have been trying to get past xtrap and although i was not successful i manage to get closer to all of our dreams loading CrossFire without Xtrap.
So here is what i have tried.
I made a batch file (.bat) (contents [1]) i converted it into a executable (.exe). I then named it HGWC.exe and put it in my Crossfire foldor.
I then started cf_G4box.exe and commence testing. HGWC started with no command line run variables so i new there wasn't nothing to do there.
--------------Test useing WH.DLL hack = Failed.
WH.DLL was deleted and a log file was made in my Crossfire directory.
I found out that Crossfire.exe must start Xtrap i searched for xtrap.exe finding nothing i dicided to run Crossfire.exe while looking at a list of my Procceses.
I did this by looking in Task Mangier (taskmgr.exe)
I noticed a Proccess called XTrap.xt
I found this file in /xtrap

.xt is not a exe
I replaced the file with another i did this by using notepad.exe and created a file and saved it with the same file name and extension at the /xtrap directory. (I kept it as ANSI)
I then tested.
-----Test with WH.DLL hack failed xtrap did not start---
I tried using my batch file exe to run it that failed.
I need somebody help to get it running like a .exe
As i watched the process again while started i noticed that Crossfire.exe was not active when Xtrap.xt booted.
I believe xtrap.xt restarts Crossfire.exe
So it logical that we must start Xtrap.xt so crossfire can check it;s there.
I haven't as of yet made a batch file to echo command line run commands.
I need help to make Xtrap.xt a process i tried running it but i can not do nothing with it. Even the original won't run as a procces.
[Contents]
[1] (I made it a visible application but if it worked i could make it invisible)
@ECHO OFF
Start Crossfire.exe
Echo %1
Echo %2
pause >nuk
Flow Chart of Programs
CF_G4BOX.EXE
starts
hgwc.exe
starts
Crossfire.exe / xtrap.xt / both
/crossfire
starts xtrap.xt and closes
xtrap.xt
starts Crossfire.exe
/ xtrap.xt
starts Crossfire with a command line variable
-----------
End of Report
I hope this information has helped you.
I am sorry for any mistakes.
Any progress on this i would love to hear feedback.
And if anybody can tell me how to run Xtrap.xt as a Process i would be greatly grateful since that is going to be the breakthrough needed.