I am new in the world off crossfire-Hackers and I Learn Some c++.
I have already post thease cods but no one want help me.
The cods is writen by me. so no leach!
And I want to create a public hack pls Help me
Thanks
sorry for my bad english
#include <windows.h>
DWORD WINAPI Hacks(LPVOID)
{
bool oneshot = false;
while(1)
{
DWORD CShellBase = (DWORD)GetModuleHandleA("CShell.dll");
if(oneshot)
{
for(int i=0 ; i<445 ; i++)
{
DWORD *LTClient = ( DWORD* )( (dwCShell + 0x102BD214) );
}
}
}
}
BOOL WINAPI DllMain ( HMODULE hDll, DWORD dwReason, LPVOID lpReserved )
{
DisableThreadLibraryCalls(hDll);
if ( dwReason == DLL_PROCESS_ATTACH )
{
MessageBoxA(0, "Made By Furqan ", "Successfully Injected", 0);
system("start http://www.mpgh.net");
CreateThread(NULL, NULL,Main, NULL, NULL, NULL);
}
return TRUE;
}