Page 2 of 2 FirstFirst 12
Results 16 to 24 of 24
  1. #16
    flameswor10's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Posts
    12,528
    Reputation
    981
    Thanks
    10,409
    My Mood
    In Love
    Learn C++

    HAve fun

    Also, learn2code
    No I do not make game hacks anymore, please stop asking.

  2. The Following User Says Thank You to flameswor10 For This Useful Post:

    Alessandro10 (02-09-2011)

  3. #17
    NOOB's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Posts
    3,843
    Reputation
    425
    Thanks
    8,616
    Quote Originally Posted by CodeDemon View Post
    Copy and paste that code, make sure to:

    #include <vector>
    #include <string>

    then call the line at the bottom, in your present.
    Quote Originally Posted by CodeDemon View Post
    Copy and paste that code, make sure to:

    #include <vector>
    #include <string>
    Quote Originally Posted by CodeDemon View Post
    Copy and paste that code, make sure to:

    #include <vector>.
    Quote Originally Posted by CodeDemon View Post
    Copy and paste that code, make sure to:
    Quote Originally Posted by CodeDemon View Post
    Copy and paste that
    Quote Originally Posted by CodeDemon View Post
    Copy and paste
    halp i got da errors it liek not woork in visual basik

  4. #18
    yaserifti1's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    The finest pussies of Earth
    Posts
    250
    Reputation
    9
    Thanks
    10
    My Mood
    Angelic
    lmao, where do I get updated detour?
    Key:
    = done
    = not done
    = working on it
    = damn I killed it!

    Accomplishments On MPGH:

    make a mod -

    make a gun to gun mod -

    make a hack -

    learn C++ -

    roast a nub -

  5. #19
    sc4rr3dr4v3n's Avatar
    Join Date
    Oct 2007
    Gender
    male
    Posts
    188
    Reputation
    18
    Thanks
    60
    My Mood
    Psychedelic
    I tried the script provided and got numerous errors. Anyone got a better idea or a hook that's usable with whits combined base v2?

  6. #20
    whit's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    7,159
    Reputation
    490
    Thanks
    2,253
    Quote Originally Posted by sc4rr3dr4v3n View Post
    I tried the script provided and got numerous errors. Anyone got a better idea or a hook that's usable with whits combined base v2?
    Change one fucking number in the base and its fixed

  7. The Following User Says Thank You to whit For This Useful Post:

    matypatty (02-11-2011)

  8. #21
    zatchbell3's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Posts
    186
    Reputation
    14
    Thanks
    47
    My Mood
    Amazed
    Lol,where the fuck is this number?
    i looked threw all of "void *DetourCreate" and changed so many numbers but shit didnt work
    i tohuht it would of been in

    src[0] = 0x68; // different hook, push address ret
    *(DWORD*)(src+1) = (DWORD)(dst);
    src[5] = 0xc3;
    for (int i=6; i<len; i++) src[i] = 0x90;
    VirtualProtect(src, len, dwBack, &dwBack);
    This is Metabosis,The game i am Deveploing at the moment.Check me out for updates on the develpoment

  9. #22
    claumaximus's Avatar
    Join Date
    Nov 2010
    Gender
    male
    Posts
    79
    Reputation
    10
    Thanks
    19
    Quote Originally Posted by zatchbell3 View Post
    Lol,where the fuck is this number?
    i looked threw all of "void *DetourCreate" and changed so many numbers but shit didnt work
    i tohuht it would of been in

    src[0] = 0x68; // different hook, push address ret
    *(DWORD*)(src+1) = (DWORD)(dst);
    src[5] = 0xc3;
    for (int i=6; i<len; i++) src[i] = 0x90;
    VirtualProtect(src, len, dwBack, &dwBack);
    struct fail = (Basic struc FOR):

    For(i=0;i<len;i++){
    }

  10. #23
    Jailbroken671's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    13 28 N, 144 47 E
    Posts
    9,021
    Reputation
    704
    Thanks
    2,073
    My Mood
    Devilish
    maybe the code is outdated?

  11. #24
    sc4rr3dr4v3n's Avatar
    Join Date
    Oct 2007
    Gender
    male
    Posts
    188
    Reputation
    18
    Thanks
    60
    My Mood
    Psychedelic
    Quote Originally Posted by claumaximus View Post
    struct fail = (Basic struc FOR):

    For(i=0;i<len;i++){
    }
    i tried looking through the structure. Instant crash for any changes. I think the actual hook needs updated >.<

Page 2 of 2 FirstFirst 12