Hello guys,
I was wondering if the ES is fully scanned nowdays ?!? someone know somethng abuot it ? i talk about the one in crossfire.exe
if it still can be hooked... some joker please ?
Hello guys,
I was wondering if the ES is fully scanned nowdays ?!? someone know somethng abuot it ? i talk about the one in crossfire.exe
if it still can be hooked... some joker please ?
Me: what is dwrod ?
cosmic : Its like a shortcut for defines or anything else
On 27.09.2011 one great man with nickname kmanev073 said: You don't need to be pro to be one from the best but you can't be the best if you are not pro so Never say Never ! Dont give up ! And live untill you are able !
Wow Xtrap is getting alot Better
Not sure about endscene but beginscene was detected for me 2 days ago when i tried detouring.

51
endscene is not detect for me, xtrap doesn't scan it .


78
Me: what is dwrod ?
cosmic : Its like a shortcut for defines or anything else
On 27.09.2011 one great man with nickname kmanev073 said: You don't need to be pro to be one from the best but you can't be the best if you are not pro so Never say Never ! Dont give up ! And live untill you are able !
CShell.dll looks much protected now, about crossfire.exe i think that nothing is changed on it


78
Me: what is dwrod ?
cosmic : Its like a shortcut for defines or anything else
On 27.09.2011 one great man with nickname kmanev073 said: You don't need to be pro to be one from the best but you can't be the best if you are not pro so Never say Never ! Dont give up ! And live untill you are able !
Are you sure? I test iflux's base edited and it will work, wait :P
Edit
Test it :
I didn't test but i'm 99% sure that it works (It's iflux's base but edited by me...)Code:#include <Windows.h> #include <fstream> using namespace std; void IfLuX ( void ) { bool wallhack = 1; while(1) { if (wallhack==1) { memcpy((VOID*)0x6D29FC, "\x00\x00\x00\x00\x01\x00", 6); } } } void Hook ( HINSTANCE hDLL ) { while(1) { IfLuX(); } } BOOL WINAPI DllMain ( HINSTANCE hDll, DWORD dwReason, LPVOID lpReserved ) { if (dwReason == DLL_PROCESS_ATTACH) { DisableThreadLibraryCalls(hDll); CreateThread(NULL, NULL, (LPTHREAD_START_ROUTINE)Hook, hDll, NULL, NULL); } return TRUE; }
Last edited by xKickAssBackup; 08-29-2012 at 08:46 AM.


78
Me: what is dwrod ?
cosmic : Its like a shortcut for defines or anything else
On 27.09.2011 one great man with nickname kmanev073 said: You don't need to be pro to be one from the best but you can't be the best if you are not pro so Never say Never ! Dont give up ! And live untill you are able !
xtrap is so stuppidi´m hooking the endscene function in d3d9.dll ^^
NEW - D3D BASE -WDDM HOOK
http://www.mpgh.net/forum/242-crossf...ml#post7906339
My Base and Injector source (HOTKEY):
http://www.mpgh.net/forum/580-crossf...ml#post5927406
Happy leeching
WDDM Hook
http://www.mpgh.net/forum/242-crossf...d-hooking.html
Killed a GM with hack : DONEand no bann ^^
Killed a GM and all other Players : DONE
Get 3min Banned :Done
~FALLEN~ (09-02-2012)


78
@pceumel i succede to hook it too see i posted a pic of my "menu"![]()
Me: what is dwrod ?
cosmic : Its like a shortcut for defines or anything else
On 27.09.2011 one great man with nickname kmanev073 said: You don't need to be pro to be one from the best but you can't be the best if you are not pro so Never say Never ! Dont give up ! And live untill you are able !