Results 1 to 7 of 7
  1. #1
    vannho171's Avatar
    Join Date
    Jul 2012
    Gender
    male
    Posts
    9
    Reputation
    10
    Thanks
    0

    My Base Wall hack not working. Palse help me!!!

    Wall hack not working
    Pelase see my code and tell me why it's not working?
    Code:
    #include <Windows.h>
    #include <fstream>
    #define WeaponMgr 0xAE8370
    #define HookShell (DWORD)GetModuleHandleA("CShell.dll");
    
    void IfLuX ( void )
    {
        bool wallhack = 1;
        DWORD CShell = HookShell;
        DWORD pWeaponMgr = *(DWORD*)(CShell + WeaponMgr);
        while(1)
        {
            while(1)
            {
                if (wallhack==1)
                {
                    memcpy((VOID*)0x6D067C, "\x00\x00\x00\x00\x00\x00", 6);
                }
    
            }
        }
    }
    //void Hook ( HINSTANCE hDLL )
    {
        DWORD CShell = HookShell;
        if (CShell==0)
        {
            IfLuX();
        }
    }
    BOOL WINAPI DllMain ( HINSTANCE hDll, DWORD dwReason, LPVOID lpReserved )
    {
        if (dwReason == DLL_PROCESS_ATTACH)
        {
            MessageBoxA(0, "Loaded" ,"Injected", 0);
            DisableThreadLibraryCalls(hDll);
            CreateThread(NULL, NULL, (LPTHREAD_START_ROUTINE)Hook, hDll, NULL, NULL);
        }
        return TRUE;
    }
    Attached Thumbnails Attached Thumbnails
    134478285380958_574_574.jpg  


  2. #2
    KerozHany's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Posts
    297
    Reputation
    23
    Thanks
    3,574
    Detected
    /msg2short

  3. #3
    Color's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Posts
    19,896
    Reputation
    2588
    Thanks
    7,864
    My Mood
    Lurking
    why post base?

    Member Since 8/05/2012
    Editor 4/04/13 - 4/21/13
    Middleman 7/14/13 - 11/4/13

    Battlefield Minion 6/13/14-3/20/15
    Steam Minion 7/16/14-3/20/15

    Minion+ 10/1/14-3/20/15
    M.A.T. Minion 10/19/14-3/20/15
    ROTMG Minion 1/14/15-3/20/15

    Donator Since 2/26/15 (Thanks @Cursed!)
    Steam Minion 5/9/15 - 11/5/15
    OSFPS Minion 9/15/15 - 11/5/15


  4. #4
    vannho171's Avatar
    Join Date
    Jul 2012
    Gender
    male
    Posts
    9
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by Ederan View Post
    why post base?
    Please help meeeeeeeeeeeee

  5. #5
    Color's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Posts
    19,896
    Reputation
    2588
    Thanks
    7,864
    My Mood
    Lurking
    Quote Originally Posted by vannho171 View Post
    Please help meeeeeeeeeeeee
    Well since you posted it, it detected, good day.

    Member Since 8/05/2012
    Editor 4/04/13 - 4/21/13
    Middleman 7/14/13 - 11/4/13

    Battlefield Minion 6/13/14-3/20/15
    Steam Minion 7/16/14-3/20/15

    Minion+ 10/1/14-3/20/15
    M.A.T. Minion 10/19/14-3/20/15
    ROTMG Minion 1/14/15-3/20/15

    Donator Since 2/26/15 (Thanks @Cursed!)
    Steam Minion 5/9/15 - 11/5/15
    OSFPS Minion 9/15/15 - 11/5/15


  6. #6
    hippopbinh1's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Posts
    15
    Reputation
    10
    Thanks
    3
    ]z hack cf private huh?

  7. #7
    Pingo's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Posts
    687
    Reputation
    24
    Thanks
    865
    My Mood
    Blah
    This is detected anyway but your code would be laggy.
    Code:
    while(1)
        {
            while(1)
            {
                if (wallhack==1)
                {
                    memcpy((VOID*)0x6D067C, "\x00\x00\x00\x00\x00\x00", 6);
                }
    
            }
        }
    You dont need 2 while loops plus you should allow it to sleep alittle everytime you use a inf loop. example
    Code:
            while(1)
            {
                Sleep(150);
                if (wallhack==1)
                {
                    memcpy((VOID*)0x6D067C, "\x00\x00\x00\x00\x00\x00", 6);
                }
    
            }
    This would have the same effect but without the lag.

Similar Threads

  1. [Help] My Base Wall hack working, NoWeaponChangeDelay not working. Palse help me!!!
    By hippopbinh in forum CrossFire Hack Coding / Programming / Source Code
    Replies: 26
    Last Post: 08-28-2012, 11:02 PM
  2. [Help Request] crossfire hacks not working please help
    By wolfee119 in forum CrossFire Help
    Replies: 7
    Last Post: 07-08-2011, 03:55 PM
  3. hack not working need help pplz
    By ooberleethax in forum Combat Arms Hacks & Cheats
    Replies: 6
    Last Post: 03-27-2009, 02:56 AM
  4. hey hacks not working plzz help!:(
    By homil07 in forum Combat Arms Hacks & Cheats
    Replies: 1
    Last Post: 01-08-2009, 07:32 AM
  5. Hacks not working Need Help Please Administrator
    By Dema1998 in forum Combat Arms Hacks & Cheats
    Replies: 4
    Last Post: 01-01-2009, 12:56 PM