Results 1 to 6 of 6
  1. #1
    [Lori]Yagami's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Location
    Cebu City
    Posts
    107
    Reputation
    10
    Thanks
    382
    My Mood
    Busy

    Pwede ba ako gumamit ng Code nito sa VB

    Base po ito kay @ramo
    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;
    }
    Then ka @Sprite yung Offset pwede ba sa VB lahat gagawa nako kung pwede

  2. #2
    DOOP's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Location
    Leyte
    Posts
    547
    Reputation
    44
    Thanks
    3,251
    ahh.. hindi. pang visual C++ lang yan

  3. The Following User Says Thank You to DOOP For This Useful Post:

    [Lori]Yagami (07-06-2012)

  4. #3
    adlaborada2's Avatar
    Join Date
    Jul 2012
    Gender
    male
    Posts
    51
    Reputation
    10
    Thanks
    2
    . @DOOP oo nga. @[Lori]Yagami anong hack yan??
    My Old MPGH Account is adlaborada

  5. #4
    I love myself
    나도 너를 사랑해

    Former Staff
    Premium Member
    Jhem's Avatar
    Join Date
    Mar 2012
    Gender
    male
    Location
    167,646,447
    Posts
    5,150
    Reputation
    1220
    Thanks
    7,393
    My Mood
    Stressed
    Work Code Ba Yan Bat Walng WeaponMgr

  6. #5
    [Lori]Yagami's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Location
    Cebu City
    Posts
    107
    Reputation
    10
    Thanks
    382
    My Mood
    Busy
    Quote Originally Posted by DOOP View Post
    ahh.. hindi. pang visual C++ lang yan
    Thanks @DOOP

  7. #6
    Ryuzaki™'s Avatar
    Join Date
    Apr 2011
    Gender
    male
    Location
    At my headquarter, catching KIRA
    Posts
    1,671
    Reputation
    41
    Thanks
    6,252
    My Mood
    Lurking
    The wallhack pointer is outdated
    Last edited by Ryuzaki™; 07-06-2012 at 06:36 AM. Reason: Wrong definition



Similar Threads

  1. Replies: 37
    Last Post: 06-20-2006, 04:24 PM
  2. Pre-Regerstration - E3 Codes
    By Dave84311 in forum WarRock - International Hacks
    Replies: 67
    Last Post: 06-13-2006, 08:06 AM
  3. hi can any1 help me make or find a cheat code
    By CrUsHa in forum WarRock - International Hacks
    Replies: 3
    Last Post: 05-19-2006, 04:39 PM
  4. a Couple WPE Weapon codes?
    By phil823 in forum WarRock - International Hacks
    Replies: 16
    Last Post: 02-10-2006, 02:14 PM