Use the dx version
It needs some work but it would be a great addition to Daxters clientless to client release.Quote:
Is this something that can be paired with a bot?
cpsquickstart-1.2 it gives errors when compiling.although the program is established.Quote:
It needs some work but it would be a great addition to Daxters clientless to client release.
It would be nice if bots could use it for a faster login. But since the client is sending the login packets, that would not work with existing bots.
You need to install VS2005 for compiling. If it's not shown in VS 2019, [Only registered and activated users can see links. Click Here To Register...] and install [Only registered and activated users can see links. Click Here To Register...]Quote:
[Only registered and activated users can see links. Click Here To Register...]
[B]
[...]
i have visual studio Professional 2019 version 16.2.5
Have a look at the first post. There are two ReadMe's, one for the program, one for the code.Quote:
can some one telm what injector to use and show all steps what to do here? what files to move in sro folder and where?
This is a source code release. You need to build the Dll from the source.Quote:
where is the DllMain.dll ?
So, you're saying that he didn't make your life easier yet! Cool.Quote:
Florian can you please make our life easier
Thats basically because your DLL has no export functions, an export function is like:Quote:
[Only registered and activated users can see links. Click Here To Register...]
Why i cant inject it ,
Sorry i really want to learn this stuff
void __declspec(dllexport) expfunc()
{
}
why you didnt Quote the full comment ?Quote:
So, you're saying that he didn't make your life easier yet! Cool.
Thats basically because your DLL has no export functions, an export function is like:Code:void __declspec(dllexport) expfunc() { }