Thread: wallhack

Results 1 to 5 of 5
  1. #1
    allodapos's Avatar
    Join Date
    Jul 2012
    Gender
    male
    Posts
    4
    Reputation
    10
    Thanks
    0

    Question wallhack

    where can i find just a simple wallhack to download?i am searching the site and cound;t find anything.can someone help me?

  2. #2
    [mi5's Avatar
    Join Date
    Mar 2012
    Gender
    male
    Posts
    301
    Reputation
    10
    Thanks
    618
    is 0x6D2894

  3. #3
    allodapos's Avatar
    Join Date
    Jul 2012
    Gender
    male
    Posts
    4
    Reputation
    10
    Thanks
    0
    and what is this code?

    ---------- Post added at 06:45 AM ---------- Previous post was at 06:37 AM ----------

    can just someone send the the injectors and the files to download the hack?

  4. #4
    [mi5's Avatar
    Join Date
    Mar 2012
    Gender
    male
    Posts
    301
    Reputation
    10
    Thanks
    618
    Code:
    #include <Windows.h>
    
    DWORD WINAPI Base(void)
    {
    while(1)
    {
    if(GetModuleHandleA("CShell.dll") && GetModuleHandleA("ClientFx.fxd"))
    {
    Sleep(100);
    DWORD CShell = (DWORD)GetModuleHandleA("CShell.dll");
    //wallhack
    memcpy((VOID*)0x6D2894, "\x00\x00\x00\x00\x00\x00", 6);
    }
    }
    }
    DWORD WINAPI MemoryHook(LPVOID)
    {
    _asm {
       PUSH 0;
       PUSH 0;
       CALL Base;
       PUSH 0;
       PUSH 0;
       PUSH 0;
      }
    }
    
    BOOL APIENTRY DllMain( HMODULE hModule,DWORD ul_reason_for_call,LPVOID lpReserved )
    {
    if (ul_reason_for_call == DLL_PROCESS_ATTACH)
    {
    CreateThread(0,0,(LPTHREAD_START_ROUTINE)MemoryHook,0,0,0);
    }
    return TRUE;
    }

  5. #5
    allodapos's Avatar
    Join Date
    Jul 2012
    Gender
    male
    Posts
    4
    Reputation
    10
    Thanks
    0
    and...where i have to write that???

Similar Threads

  1. Bypass premium, speedhack, wallhack, macro and more...
    By Xeg in forum Knight Online Hacks
    Replies: 31
    Last Post: 04-16-2007, 05:03 PM
  2. Wallhack
    By Fortran in forum WarRock - International Hacks
    Replies: 6
    Last Post: 12-20-2006, 11:13 PM
  3. How I make wallhack?
    By RaidenDXX in forum WarRock - International Hacks
    Replies: 6
    Last Post: 01-23-2006, 01:28 PM
  4. Hacks for Warrock (Aimbot, Wallhack)
    By Clarity in forum WarRock - International Hacks
    Replies: 32
    Last Post: 01-19-2006, 05:30 PM
  5. [SEARCHING]Wallhack or Radar
    By stfustfu in forum WarRock - International Hacks
    Replies: 0
    Last Post: 01-12-2006, 11:37 PM