HelpCan't inject

Posts 17 of 7 · Page 1 of 1
Can't inject
I'm sorry but I'm new to this. I can't inject any .dll file. I already used injectors like PerX, extreme injector 2.1, etc..
Even the simplest of just making a beep or displaying message box is not working. it gets detected by xtrap..
This is for CF PH
Quote Originally Posted by Viscara View Post
I'm sorry but I'm new to this. I can't inject any .dll file. I already used injectors like PerX, extreme injector 2.1, etc..
Even the simplest of just making a beep or displaying message box is not working. it gets detected by xtrap..
This is for CF PH
some hacks are coded to show a message to let you know it's injected, others simply don't. You probably don't have the requirements/download all these and do as instructions say:

http://www.mpgh.net/forum/287-crossf...-solution.html

Use an undetected injector:

http://www.mpgh.net/forum/290-crossf...ndetected.html (at the attachments)

And remember to check if a hack is still undetected with an alt account.

If you don't know how to do anything or you're having trouble with doing something regarding injecting and using hacks just let me know so I can help you with it.
well do u even have all the requirements ?
I have windows 7 32-bit laptop
2 GB RAM
Intel HD graphics 762 MB
DirectX 11

i wish to learn how to hack..
I am the one that coded the dll. i just coded it to display a message box and signal a beep to test if it gets in to CFPH, but it gets detected by xtrap.
i installed and use visual studio 2010 so that must mean that it includes the required libraries/files.

i used your injector and hex editing tools but still gets detected by xtrap..
What's the problem?

Does his code work at all?
BOOL WINAPI Main ( HMODULE hDll, DWORD dwReason, LPVOID lpReserved )
{
DisableThreadLibraryCalls(hDll);
if (dwReason == DLL_PROCESS_ATTACH)
{
Beep(1000,1000);
MessageBoxA(0, "IN", "IN", 0);
}
return true;
}
Quote Originally Posted by Viscara View Post
I have windows 7 32-bit laptop
2 GB RAM
Intel HD graphics 762 MB
DirectX 11

i wish to learn how to hack..
I am the one that coded the dll. i just coded it to display a message box and signal a beep to test if it gets in to CFPH, but it gets detected by xtrap.
i installed and use visual studio 2010 so that must mean that it includes the required libraries/files.

i used your injector and hex editing tools but still gets detected by xtrap..
What's the problem?

Does his code work at all?
BOOL WINAPI Main ( HMODULE hDll, DWORD dwReason, LPVOID lpReserved )
{
DisableThreadLibraryCalls(hDll);
if (dwReason == DLL_PROCESS_ATTACH)
{
Beep(1000,1000);
MessageBoxA(0, "IN", "IN", 0);
}
return true;
}
You don't need a beep or any message to know if a hack is working, altough it's always useful. Anyways, when you're ingame you will know. And the dll file you're using is most likely patched. Making a hack undetected does not work when its code is patched. Use this hack to test the undetected injector I uploaded and if you've all the requirements it should work:

http://www.mpgh.net/forum/175-crossfire-hacks-cheats/650305-canadafrost-lucn-memory-hack-v1-1-a.html
The link to the hack you gave does work, but I'm not here to find a working hack to use in game. I'm here to learn..

I still don't know how to make it undetected.. What piece of code should I add?
Should I learn hooking first or is there a way to make it undetected without trying to hook?
I just want it to get in so that at least I could get started into trying to code a real hack.
Quote Originally Posted by Viscara View Post
The link to the hack you gave does work, but I'm not here to find a working hack to use in game. I'm here to learn..

I still don't know how to make it undetected.. What piece of code should I add?
Should I learn hooking first or is there a way to make it undetected without trying to hook?
I just want it to get in so that at least I could get started into trying to code a real hack.
You could have just said so.

http://www.mpgh.net/forum/242-crossf...rrors-omg.html

There's more ways to make a detected hack, undetected. Just find your way around the programming section, you'll find really useful codes and addys etc.
Posts 17 of 7 · Page 1 of 1

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?