Page 10 of 12 FirstFirst ... 89101112 LastLast
Results 136 to 150 of 171
  1. #136
    piratahacks's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    My Mood
    Brooding
    where is download?

  2. #137
    habsfan8's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    Up in Canada :D MPGH Rank: Platinum
    Posts
    142
    Reputation
    11
    Thanks
    37
    My Mood
    Inspired
    Quote Originally Posted by piratahacks View Post
    where is download?
    Wow...you dont download this genius. its C++ coding in order to MAKE a hack. gtfo


    Respect List
    God601
    Obama
    topblast
    caflames
    -ExileD-

  3. #138
    ŽJack's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Location
    Australia
    Posts
    75
    Reputation
    10
    Thanks
    37
    Quote Originally Posted by CoderNever View Post
    [SIZE="3"]Before learning how to code a hack, your going to have to know how to release one!
    "
    Okay this is an excellent beginners. I am a fast learner this was easy. They way it was explained made it a breeze to recognize what commands were meant to be there.
    Okay my next step is to find addres's. But i have compiled my first .dll hack thanks to you only thing now is to get it undetected,,, :S i just made the thing fresh first ever made hack and it crashed me when the little man running... lol
    So far to go. but should be easy & fun. could anyone let me know how 2 contact Gellin?

  4. #139
    BloodSkin's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    Columbus, OH
    Posts
    353
    Reputation
    11
    Thanks
    63
    Quote Originally Posted by ŽJack View Post
    Okay this is an excellent beginners. I am a fast learner this was easy. They way it was explained made it a breeze to recognize what commands were meant to be there.
    Okay my next step is to find addres's. But i have compiled my first .dll hack thanks to you only thing now is to get it undetected,,, :S i just made the thing fresh first ever made hack and it crashed me when the little man running... lol
    So far to go. but should be easy & fun. could anyone let me know how 2 contact Gellin?
    go look up CoderNevers new ClientPush method

    also add Sleep(100); to your hack after your PTC

  5. #140
    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
    Finnaly That Works for me


    You can make Tut how to make menu for your own hack?

  6. #141
    GridMaster's Avatar
    Join Date
    Mar 2009
    Gender
    male
    Location
    Georgia, USA
    Posts
    1,629
    Reputation
    54
    Thanks
    204
    Why the fuck does it ALWAYS say Succeeded 0, Failed 1, Skipped 0.

    EVERY TME i try to compile the solution, it fails!!

    Quote Originally Posted by Dave84311 View Post
    Boys and girls, this is what we call a retard.

  7. #142
    fishnchips4T's Avatar
    Join Date
    Jan 2009
    Gender
    male
    Location
    new zealand
    Posts
    268
    Reputation
    16
    Thanks
    15
    My Mood
    Flirty

    Smile

    Quote Originally Posted by piratahacks View Post
    where is download?
    <----///
    I never hack, if i did, i still would not kill anyone that is how bad i am at the game...

    [IMG]https://www.danasof*****m/sig/Borgofporn.jpg[/IMG]



    What do women and noodles have in common?? They both wiggle when you eat em!

  8. #143
    ŽJack's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Location
    Australia
    Posts
    75
    Reputation
    10
    Thanks
    37
    Quote Originally Posted by BloodSkin View Post
    go look up CoderNevers new ClientPush method

    also add Sleep(100); to your hack after your PTC
    Ok i think i forgot to add the Sleep (100) after PushToConsole..
    thanks
    Last edited by ŽJack; 07-22-2010 at 04:03 PM.

  9. #144
    MugNuf's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Posts
    790
    Reputation
    9
    Thanks
    160
    My Mood
    Goofy
    Quote Originally Posted by trevmmeister View Post
    Why the fuck does it ALWAYS say Succeeded 0, Failed 1, Skipped 0.

    EVERY TME i try to compile the solution, it fails!!
    Failed: 1. The compiler said it all, the Debug failed. Don't copy and paste and actually try to fix it.

  10. #145
    ŽJack's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Location
    Australia
    Posts
    75
    Reputation
    10
    Thanks
    37
    Quote Originally Posted by trevmmeister View Post
    Why the fuck does it ALWAYS say Succeeded 0, Failed 1, Skipped 0.

    EVERY TME i try to compile the solution, it fails!!
    rinse and repeat

  11. #146
    maudesrule's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Posts
    163
    Reputation
    10
    Thanks
    26
    My Mood
    Sneaky
    fatal error C1010: unexpected end of file while looking for precompiled header. Did you forget to add '#include "stdafx.h"' to your source?
    what did i do wrong?
    CuRrEnT sTaTuS:
    Getting back into CA and hacking from 360



    message of the week:
    its okay to be gay, but do not crack a nut up my butt!

  12. #147
    tempta43's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Posts
    980
    Reputation
    23
    Thanks
    295
    My Mood
    Bored
    You sexy c++ beast.
    Works perfectly
    Tysm.

  13. #148
    bigblob5's Avatar
    Join Date
    Nov 2008
    Gender
    male
    Location
    america
    Posts
    18
    Reputation
    10
    Thanks
    4
    My Mood
    Cynical
    void __cdecl PushToConsole( const char* szCommand )
    {
    DWORD *LTClient = ( DWORD* )(0x3778BFB0);
    void* CONoff = ( void* )*( DWORD* )( *LTClient + 0x208 );
    __asm
    {
    push szCommand;
    call CONoff;
    add esp, 4;
    }


    im at this part and i think im missing something>>THNX

  14. #149
    hgmf8124's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    GTFO Stalker!
    Posts
    106
    Reputation
    10
    Thanks
    17
    My Mood
    Dead
    does this work with Visual Studio 2010?

  15. #150
    tempta43's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Posts
    980
    Reputation
    23
    Thanks
    295
    My Mood
    Bored
    Quote Originally Posted by hgmf8124 View Post
    does this work with Visual Studio 2010?
    No.

    Thanks for the tutorial btw, works great.
    Last edited by tempta43; 07-23-2010 at 09:58 AM.

Page 10 of 12 FirstFirst ... 89101112 LastLast

Similar Threads

  1. [How To] Make your first Warrock hack in C++[>NoMenü<]
    By pwner318 in forum WarRock Hack Source Code
    Replies: 19
    Last Post: 12-08-2010, 06:25 PM
  2. Replies: 13
    Last Post: 12-28-2009, 01:13 AM
  3. *DLL* [Tutorial] Make Your first DLL Interacted to a Form Project...
    By Silk[H4x] in forum Visual Basic Programming
    Replies: 14
    Last Post: 06-26-2009, 08:52 PM
  4. Replies: 28
    Last Post: 03-02-2009, 07:44 AM
  5. [Video tutorial] Make your own css cheats
    By seren1ty in forum CounterStrike (CS) 1.6 Hacks / Counter Strike: Source (CSS) Hacks
    Replies: 6
    Last Post: 09-15-2007, 04:11 PM