Page 2 of 2 FirstFirst 12
Results 16 to 20 of 20
  1. #16
    Ali's Avatar
    Join Date
    Apr 2009
    Gender
    male
    Location
    Qc, Canada
    Posts
    11,450
    Reputation
    342
    Thanks
    3,518
    My Mood
    Cool
    Good job Blood /

  2. #17
    kotentopf's Avatar
    Join Date
    Nov 2009
    Gender
    male
    Posts
    602
    Reputation
    26
    Thanks
    251
    [php]//Globals
    DWORD Address1 = NULL;
    //etc.
    DWORD WINAPI dwGetAdresses(LPVOID)
    {
    while ( !IsGameReadyForHook() )
    Sleep(1)

    //Exapmle will not work
    Address1 = FindPattern((DWORD)GetModuleHandle("CShell.dll"),0 xFFFFFFFF,(PBYTE) "\x10\x11\x12\x13\x00\x15","xxxx?x");

    try{
    HookD3D();
    return 0;}
    catch(...){ExitProcess(1);}
    }
    //blablabla
    BOOL WINAPI DllMain ( HMODULE hDll, DWORD dwReason, LPVOID lpReserved )
    {
    if ( dwReason == DLL_PROCESS_ATTACH )
    {
    CreateThread(NULL, NULL, dwGetAdresses, NULL, NULL, NULL);
    }
    return TRUE;
    }[/php]

    thats my way only one time defined and start for searching if the .dll is founded
    yeah its simple xD but working^^

  3. #18
    mo3ad001's Avatar
    Join Date
    Apr 2009
    Gender
    male
    Posts
    842
    Reputation
    53
    Thanks
    797
    My Mood
    Busy
    blood blood blood
    Red Blood or White ...-.-" who Car's anyway
    why you use
    whatever -=0xA; ????????????

    H A X O
    Email : Noobmem@hotmail.com


  4. #19
    o-o's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    who reading that ? T_T
    Posts
    682
    Reputation
    10
    Thanks
    307
    My Mood
    Cold
    In the sound It's your sister and your mother ? lol /
    [IMG]https://i423.photobucke*****m/albums/pp312/LizMLsinatra/hh-1.png[/IMG]
    Happy Hanukkah For All Of MPGH !


    The Real Life Are Better Then A Game !


    Song :[YOUTUBE]vgKBOkvO5N0&feature=player_embedded[/YOUTUBE]
    Best Friends :

    Hax4Life!

    Solify

    [MPGH]Drake`

    Respect Them Or I'll Kill You ...



  5. #20
    eXaLtIc™'s Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    203
    Reputation
    10
    Thanks
    144
    Wow thanks for this i need to learn how to do this idk if it works?

Page 2 of 2 FirstFirst 12

Similar Threads

  1. Auto-Updating Addresses
    By OneWhoSighs in forum Game Hacking Tutorials
    Replies: 4
    Last Post: 04-29-2013, 06:10 AM
  2. [Release] CAFlames Update Addresses From last Patch
    By CAFlames in forum Combat Arms Hack Coding / Programming / Source Code
    Replies: 50
    Last Post: 05-02-2011, 08:57 PM
  3. [Tutorial] How to auto-update addresses even after patches
    By HaxOrDie in forum Combat Arms EU Hack Coding/Source Code
    Replies: 3
    Last Post: 01-15-2011, 01:55 AM
  4. [Tutorial]How to fix MPGH pub hack after patch
    By Andyklk2009 in forum Combat Arms Hacks & Cheats
    Replies: 17
    Last Post: 10-17-2008, 01:49 PM
  5. [Tutorial] How to find ESP address.
    By wr194t in forum WarRock - International Hacks
    Replies: 5
    Last Post: 12-20-2007, 03:42 PM