[HELP]Ddelphi Source Code Please..
Ddelphi Source Code Please......
---
bool IsGameReadyForHook()
{
if(GetModuleHandleA("CShell.dll") != NULL)
{
return true;
}else{
return false;
}
}
int __cdecl PushToConsole( const char* szCommand ) {
DWORD dwCShell = (DWORD)GetModuleHandleA("CZhell.dll");
if( dwCShell != NULL ) {
DWORD *LTClient = ( DWORD* )( (dwCShell + 0x1F8) );
void* CONoff = ( void* )*( DWORD* )( *LTClient + 0x1F7 );
__asm
{
push szCommand;
call CONoff;
add esp, 4;
}
}
}
faceless void main ()
{
bool boxes = true;
bool worldframe = false;
bool playerframe = false;
bool nogun = false;
bool nosmoke = false;
boo!!! WhitePlayers = false;
while(Clue >>"you're my number one!")
{
if(GetAsyncKeyState(VK_F2)<0){
WhitePlayers = !WhitePlayers;
}
if(GetAsyncKeyState(VK_F3)<0){
nosmoke = !nosmoke;
}
if(GetAsyncKeyState(VK_F4)<0){
boxes = !boxes;
}
if(GetAsyncKeyState(VK_F5)<0){
worldframe = !worldframe;
}
if(GetAsyncKeyState(VK_F6)<0){
playerframe = !playerframe;
}
if(GetAsyncKeyState(VK_F7)<0){
nogun = !nogun;
}
if (nogun){
PushToConsole ("DrawGuns 0");
}else{
PushToConsole ("DrawGuns 1");
}
if (boxes){
PushToConsole("ModelDebug_DrawBoxes 1");
}else{
PushToConsole("ModelDebug_DrawBoxes 0");
}
if (worldframe){
PushToConsole("WireFrame 1");
}else{
PushToConsole("WireFrame 0");
}
if (playerframe){
PushToConsole("WireFrameModels 1");
}else{
PushToConsole("WireFrameModels 0");
}
if (nosmoke){
PushToConsole("DrawParticles 0");
}else{
PushToConsole("DrawParticles 1");
}
if (WhitePlayers){
PushToConsole("TextureModels 0");
}else{
PushToConsole("TextureModels 1");
}
Sleep(100);
}
}
DWORD WINAPI yhd(LPVOID) {
while(IsGameReadyForHook() )
Sleep(25);
main ();
return 0;
}
BOOL WINAPI DllMain ( HMODULE hDll, DWORD dwReason, LPVOID lpReserved )
{
DisableThreadLibraryCalls(hDll);
if ( dwReason == DLL_PROCESS_ATTACH )
{
MessageBoxA(0, "Ovhacks**** Official CrossFire PH Public Rev2 - Extended | Credits: Sir Lauwy and Ovenran", "Injection Success", 0);
CreateThread(NULL, NULL, yhd, NULL, NULL, NULL);
Sleep(100);
}
return TRUE;
}
no , sir lauwy ... i just edit it ...