Page 5 of 7 FirstFirst ... 34567 LastLast
Results 61 to 75 of 100
  1. #61
    flameswor10's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Posts
    12,528
    Reputation
    981
    Thanks
    10,409
    My Mood
    In Love
    I find my code more useful than this
    No I do not make game hacks anymore, please stop asking.

  2. #62
    maxxe23's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Posts
    64
    Reputation
    10
    Thanks
    0
    My Mood
    Tired
    i don't want detailed tutorial i want to understand it better, i learn things better if i see a small video of how to make one then tells me all the codes that i can use to make others

  3. #63
    Saltine's Avatar
    Join Date
    Jun 2011
    Gender
    male
    Posts
    493
    Reputation
    104
    Thanks
    629
    Quote Originally Posted by Skaterforeva1 View Post
    Would pausing the game just be
    Code:
    System("PAUSE");

    All that does is wait for a keypress before continuing in a command line application. Nothing to do with game hacking. Also, calling that is ridiculously resource intensive. Think about what all it does- suspends the execution of your program, reopens your OS inside of a sub-process, find the pause command, allocate the memory needed for the execution of the command, execute the command and wait for a keystroke, deallocate the memory it allocated, close the sub-process, and then it resumes your program. NEVER EVER USE IT EVER!
    If you ever want to pause a command line application:
    Code:
    cin.get();
    Last edited by Saltine; 09-26-2011 at 08:01 PM.

  4. #64
    Mainman's Avatar
    Join Date
    Oct 2011
    Gender
    male
    Posts
    8
    Reputation
    13
    Thanks
    0
    When I try to build the application I get this:

    Unable to start the program 'C:\Users\*\Documents\Hax\First Hack\Release\First Hack.dll'.
    The system cannot find the files specified.

  5. #65
    shikalazy's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Posts
    104
    Reputation
    10
    Thanks
    9
    My Mood
    Aggressive
    can u please make a video or pm cos i don't understand anything

  6. #66
    Raging Kids's Avatar
    Join Date
    Oct 2011
    Gender
    male
    Posts
    30
    Reputation
    19
    Thanks
    3
    My Mood
    Aggressive
    Quote Originally Posted by flameswor10 View Post
    I have taught a few people, but it's a huge task teaching.
    You:
    1. Have to be patient
    2. must have time
    3. Must be dedicated

    I am patient, but don't have the other 2.
    So I will be the most horrible teacher, best way to learn is from your mistakes.
    Code a few simple applications, console applications if you must.
    Learn from

    Learn C++
    Can you help me Pl0z?

  7. #67
    JEJAE12's Avatar
    Join Date
    Aug 2011
    Gender
    male
    Posts
    0
    Reputation
    10
    Thanks
    0
    teach me but, in a video please.

  8. #68
    MoisesPT's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    Portugal
    Posts
    50
    Reputation
    10
    Thanks
    8
    My Mood
    Relaxed
    Why cant I save the project like .dll? There isnt a Release button, just a Debug..Can someone help me please?

  9. #69
    PID3RMAN's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    im lost
    Posts
    1,413
    Reputation
    20
    Thanks
    107
    My Mood
    Amazed
    wat do i c+p
    life is a bitch then you die
    so lets all smoke weed
    [IMG]https://i965.photobucke*****m/albums/ae131/ian1mcpherson1/tumblr_lse7x0hQ6d1qcby0w.gif[/IMG]

  10. #70
    KawaiiSlut's Avatar
    Join Date
    Jul 2010
    Gender
    female
    Posts
    419
    Reputation
    16
    Thanks
    87
    Quote Originally Posted by PID3RMAN View Post
    wat do i c+p
    pass me banhammer pls

  11. The Following User Says Thank You to KawaiiSlut For This Useful Post:

    FrostBitten (10-15-2011)

  12. #71
    hauhuynh's Avatar
    Join Date
    Sep 2008
    Gender
    male
    Location
    nin
    Posts
    20
    Reputation
    10
    Thanks
    1
    if u have video for this much batter

  13. #72
    flameswor10's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Posts
    12,528
    Reputation
    981
    Thanks
    10,409
    My Mood
    In Love
    Quote Originally Posted by hauhuynh View Post
    if u have video for this much batter
    It's pretty much straight forward, if you don't understand the instructions, I completely suggest you not to try make hacks.
    No I do not make game hacks anymore, please stop asking.

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

    wraithkilla (07-30-2012)

  15. #73
    MoisesPT's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    Portugal
    Posts
    50
    Reputation
    10
    Thanks
    8
    My Mood
    Relaxed
    I can follow the instructions, but I cant see the "Release" button..

  16. #74
    MohammaDMD18's Avatar
    Join Date
    Jan 2011
    Gender
    male
    Posts
    39
    Reputation
    10
    Thanks
    0
    CAN YOU HELP ME?


    Here's what I did.

    --Opened C++
    --New Project
    --(Also tried Win 32 Project)
    --I put .dll/Empty Project
    --Right click source folder and add new item --> C++File (.cpp)
    --Then I pasted the code that you posted, then I click build

    --Open PerX, inject the .dll and started CA, but then it either crashes, or it starts normal and nothing appears...

    Anyway, that code is for what hack?




    Sorry for being noob, I'm just here to learn/understand, thank you in advance if you reply/help me

  17. #75
    alex606516's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    My house.
    Posts
    567
    Reputation
    19
    Thanks
    38
    My Mood
    Flirty
    Why is the C++ download page in german?..
    Thank and rep me If I helped


    https://www.mpgh.net/forum/members/57...lex606516.html - My Mpgh profile

Page 5 of 7 FirstFirst ... 34567 LastLast