Page 9 of 12 FirstFirst ... 7891011 ... LastLast
Results 121 to 135 of 171
  1. #121
    Crash's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Location
    JAville
    Posts
    2,881
    Reputation
    163
    Thanks
    3,291
    My Mood
    Sleepy
    Quote Originally Posted by S12 View Post
    And how you do that? I got the dwHackThread error so..
    dwHackThread isn't an error...
    You actually need to post what the error says although it's probably obvious if you google it.

  2. #122
    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
    i got error and when i try find where is the error that go to the

    (1)#include (where is the 1 )

    what to do??

  3. #123
    monsieurpo's Avatar
    Join Date
    Dec 2008
    Gender
    male
    Location
    coolstreet
    Posts
    27
    Reputation
    10
    Thanks
    3
    My Mood
    Asleep
    sorry this question is realllllly stupid but if i write all this code what hack it will give to me???


    (fly,speed???)

  4. #124
    CoderNever's Avatar
    Join Date
    Feb 2009
    Gender
    female
    Location
    https://mpgh.net MPGHCash: $700,458,011
    Posts
    1,198
    Reputation
    131
    Thanks
    2,236
    My Mood
    Buzzed
    NX Chams...

  5. #125
    neononxxx's Avatar
    Join Date
    Jun 2009
    Gender
    male
    Location
    why do you wanna know?? so you can kill me?
    Posts
    1,226
    Reputation
    36
    Thanks
    342
    My Mood
    Drunk
    Quote Originally Posted by monsieurpo View Post
    sorry this question is realllllly stupid but if i write all this code what hack it will give to me???


    (fly,speed???)
    It will give you anything you want. as long as you know the codes, commands ect................
    [IMG]https://www.find-heavyequipmen*****m/images/small-loading.gif [/IMG]Loading content... Please wait while the rest of this post loads.

  6. #126
    jake1919199's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Posts
    47
    Reputation
    10
    Thanks
    1
    My Mood
    Angry
    this is a awesome TUT all i did to get mine to work is update the

    void __cdecl PushToConsole(char* sVal)
    {
    DWORD zAddress = 0x007D9200;
    void* szConsole = (void*)*(DWORD*)(zAddress);
    _asm
    {
    push sVal
    call szConsole
    add esp, -4-2+6+4
    }
    }

    part

  7. #127
    CoderNever's Avatar
    Join Date
    Feb 2009
    Gender
    female
    Location
    https://mpgh.net MPGHCash: $700,458,011
    Posts
    1,198
    Reputation
    131
    Thanks
    2,236
    My Mood
    Buzzed
    Yeah all you did it copy and paste my Console Push, and renamed everything.

  8. #128
    jake1919199's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Posts
    47
    Reputation
    10
    Thanks
    1
    My Mood
    Angry
    Quote Originally Posted by CoderNever View Post
    Yeah all you did it copy and paste my Console Push, and renamed everything.

    yes and i gave you most of the credits...

  9. #129
    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
    Thanks so much Coder can you tell me what to do in the case of hotkey hacks lol


    Respect List
    God601
    Obama
    topblast
    caflames
    -ExileD-

  10. #130
    TurTLeZ's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    In the chamber of a gun
    Posts
    163
    Reputation
    9
    Thanks
    21
    My Mood
    Angry
    it worked! for about 5 seconds then the game closed itself but it worked lol teach meh more!
    [IMG]https://i418.photobucke*****m/albums/pp265/hi1405/mynewsig.png[/IMG]

    _____________________________________________

    PC Specs
    Intel Core i5 2500k @ 4.5GHz
    8gb DDR3 G.Skill Sniper RAM
    Asus EAH6950 2GB
    2TB Seagate Barracuda
    90GB SSD
    Windows 7 Ultimate 64-bit

    LOLZ

  11. #131
    BossMan.'s Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    BossWorld
    Posts
    3,314
    Reputation
    51
    Thanks
    430
    My Mood
    Relaxed
    You're one in a million Coder Never. You are the only one willing to share the FULL code.



  12. #132
    whit's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    7,159
    Reputation
    490
    Thanks
    2,253
    Quote Originally Posted by Dr. Fatality View Post
    You're one in a million Coder Never. You are the only one willing to share the FULL code.
    Yea cause CN loves the code as well help peps..

  13. #133
    BloodSkin's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    Columbus, OH
    Posts
    353
    Reputation
    11
    Thanks
    63
    im getting a game client corrupted error when injecting. any ideas?
    EDIT: nvm, was a fluke. retried and had no problems. thanks a ton!

    ENABLE/DISABLE HACKS VIA HOTKEY
    Quote Originally Posted by CoderNever View Post
    Ok So what you want to do is to define a BOOL you can add the bool right above your include. A bool is a ture/false statement so you can put this under your incude.

    Code:
    bool HackStatus = false;
    this will define it, and will set it to false.

    Now you can add

    Code:
    && HackStatus == true
    after your hotkey define so it would look like..

    Code:
    if(GetAsyncKeyState(VK_NUMPAD0)<0 && HackStatus == true){
    which means it will only work if it is set to true. So now we want to make it so we can set it to true, because none of the above codes set it to true xD.

    so basically your entire main should look like this

    Code:
    void main()
    {
    while(true)
    {
    	if(GetAsyncKeyState(VK_NUMPAD0 <0 && HackStatus == true){
    		PushToConsole("SkelModelStencil 0" );
    		HackStatus = false;
    	}
           if(GetAsyncKeyState(VK_NUMPAD0 <0 && HackStatus == false){
    		HackStatus = true;
                    PushToConsole("SkelModelStencil 1" );
    	}
    
    }
    }
    Last edited by BloodSkin; 07-21-2010 at 08:15 AM.

  14. #134
    blablablaido's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    Somewhere In My Castle
    Posts
    232
    Reputation
    -3
    Thanks
    25
    My Mood
    Brooding
    i did it!
    i made my first hack!
    thank you sooo much for this


  15. #135
    Stevenom's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Location
    Summoner's Rift
    Posts
    17,743
    Reputation
    1087
    Thanks
    1,917
    My Mood
    Doubtful
    Coolies. Tryna make now.
    Downloading SDK w/e

Page 9 of 12 FirstFirst ... 7891011 ... 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