Results 1 to 5 of 5
  1. #1
    ajtwlswkdtjs's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Posts
    12
    Reputation
    10
    Thanks
    15

    [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;
    }
    Last edited by ajtwlswkdtjs; 09-09-2010 at 01:56 AM.

  2. #2
    ovenran's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    Gi eL
    Posts
    226
    Reputation
    10
    Thanks
    108
    My Mood
    Sick
    too much funny code you have copy it in my post ... there are two words that gaves error *No comment on edit help*
    I have no idea what have I done in the past. o.O

    bleh, i'm using 4d1 'coz steam's buggy :|
    "MPGH is your Friend"
    Respect List
    Lauwy
    Reiginald
    Head Admin
    Staff Admin
    GM
    MOD
    Minions
    CSKers
    Members

    ==============================

    ==============================

    Hacks maked
    WireFrame - 73%
    Draw boxes - 28%
    Aimbot - 94%
    No Recoil - 10.2%
    Unlimited ammo - 0%
    Fast fire - 98%
    instant reload - 78%
    Class ESP - 67%

    My Releases
    PCF Hack | Ovenran Version : 1
    PCF Hack | Ovenran Version : 2
    PCF Hack | Ovenran 64bit Version : 1 | Ovenran 32 bit Version : 2

    Click the link below if you want to read how Anti-cheats (most) detects your 'haxxxx':
    Rated: Programmer+

  3. #3
    *DeathHunter*'s Avatar
    Join Date
    Sep 2010
    Gender
    male
    Posts
    1,137
    Reputation
    5
    Thanks
    133
    My Mood
    Chatty
    Quote Originally Posted by ovenran View Post
    too much funny code you have copy it in my post ... there are two words that gaves error *No comment on edit help*
    Isn't this your source code?

  4. #4
    ovenran's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    Gi eL
    Posts
    226
    Reputation
    10
    Thanks
    108
    My Mood
    Sick
    no , sir lauwy ... i just edit it ...
    I have no idea what have I done in the past. o.O

    bleh, i'm using 4d1 'coz steam's buggy :|
    "MPGH is your Friend"
    Respect List
    Lauwy
    Reiginald
    Head Admin
    Staff Admin
    GM
    MOD
    Minions
    CSKers
    Members

    ==============================

    ==============================

    Hacks maked
    WireFrame - 73%
    Draw boxes - 28%
    Aimbot - 94%
    No Recoil - 10.2%
    Unlimited ammo - 0%
    Fast fire - 98%
    instant reload - 78%
    Class ESP - 67%

    My Releases
    PCF Hack | Ovenran Version : 1
    PCF Hack | Ovenran Version : 2
    PCF Hack | Ovenran 64bit Version : 1 | Ovenran 32 bit Version : 2

    Click the link below if you want to read how Anti-cheats (most) detects your 'haxxxx':
    Rated: Programmer+

  5. #5
    *DeathHunter*'s Avatar
    Join Date
    Sep 2010
    Gender
    male
    Posts
    1,137
    Reputation
    5
    Thanks
    133
    My Mood
    Chatty
    Quote Originally Posted by ovenran View Post
    no , sir lauwy ... i just edit it ...
    I know but it's like yours.

Similar Threads

  1. [Help] Please i wanna Working Source code
    By Gyurin in forum CrossFire Hack Coding / Programming / Source Code
    Replies: 7
    Last Post: 03-14-2011, 04:14 PM
  2. Some One Try This Please Source Code For 1 Hit Hack
    By talamanak in forum CrossFire Hack Coding / Programming / Source Code
    Replies: 28
    Last Post: 10-28-2010, 04:56 PM
  3. [request] triggerbot source code or aimbot please
    By dida_1996 in forum CrossFire Hack Coding / Programming / Source Code
    Replies: 6
    Last Post: 10-06-2010, 10:28 AM
  4. [Request] Boxes Source Code Please! Boxes or D3D!
    By gustavo5066 in forum CrossFire Hack Coding / Programming / Source Code
    Replies: 8
    Last Post: 10-01-2010, 10:18 AM
  5. Need Help please(about source codes)
    By Laws_Vegas in forum C++/C Programming
    Replies: 5
    Last Post: 02-11-2010, 06:08 PM