TKC-Community

Hacking and Art => General Modding & Programming / Other Games => Topic started by: jihad11 on June 20, 2012, 03:16:50 pm

Title: How make your NoMen? mod-app UD!
Post by: jihad11 on June 20, 2012, 03:16:50 pm
For example,The "Asm"mod-app give u an instant kick with this method u get kicked after 10mins

Code: [Select]
BOOL WINAPI DllMain ( HMODULE hDll, DWORD dwReason, LPVOID lpReserved )
{
DisableThreadLibraryCalls(hDll);

if ( dwReason == DLL_PROCESS_ATTACH )
{
DWORD dwID1 = 0;
HANDLE hThread1 = CreateThread(NULL,0,(LPTHREAD_START_ROUTINE)//Dein NameThread, NULL, NULL,&dwID1 );
CloseHandle(hThread1); //These function is fooling the mop appshield just a bit . So ure d3d nomenu app is longer "ud" (Tested by the guy on the forum and should work 100%


}
return TRUE;
}

Code: [Select]
BOOL WINAPI DllMain ( HMODULE hDll, DWORD dwReason, LPVOID lpReserved )
{
DisableThreadLibraryCalls(hDll);

if ( dwReason == DLL_PROCESS_ATTACH )
{
DWORD dwID1 = 0;
HANDLE hThread1 = CreateThread(NULL,0,(LPTHREAD_START_ROUTINE)//Your Thread, NULL, NULL,&dwID1 );
CloseHandle(hThread1); //This function mod-appshield of tricks. I used myself for the ASM and public mod-apps. So many thread you also have to always use this function to the thread suggest, the mod-app is still working.



}
return TRUE;
}

Leeched by jihad..
Title: Re: How make your NoMen? mod-app UD!
Post by: MrMedic on June 20, 2012, 03:22:14 pm
Ha.ckshield is simple to bypass , i posted an old method years and years ago for a simalar thing , think it was gamecat by some korean's as far as i know it still works. well it should actually i dont know if i did post it knowing me it was probably only screenshots to show them i could. :icon_biggrin2
Title: Re: How make your NoMen? mod-app UD!
Post by: jihad11 on June 20, 2012, 03:23:47 pm
aight... Did u read my pm about online banking already?
Title: Re: How make your NoMen? mod-app UD!
Post by: MrMedic on June 20, 2012, 04:13:04 pm
aight... Did u read my pm about online banking already?

i will look now.