Page 1 of 2 12 LastLast
Results 1 to 15 of 21
  1. #1
    dugindog's Avatar
    Join Date
    Feb 2009
    Gender
    male
    Posts
    210
    Reputation
    7
    Thanks
    20
    My Mood
    Twisted

    [RELEASE/INFO] first hack tut

    this is a tut how to make you first hack
    • download any virsion of visual studios

    us this code: #include <windows.h>
    bool IsGameReadyForHook()
    {
    if( GetModuleHandleA( "d3d9.dll" ) != NULL
    && GetModuleHandleA( "ClientFX.fxd" ) != NULL
    && GetModuleHandleA( "CShell.dll" ) != NULL )
    return true;
    return false;
    }
    void __cdecl PushToConsole( const char* szCommand )
    {
    DWORD *LTClient = ( DWORD* )(0x3778BFB0);
    void* CONoff = ( void* )*( DWORD* )( *LTClient + 0x208 );
    __asm
    {
    push szCommand;
    call CONoff;
    add esp, 4;
    }
    }
    void main()
    {
    while(true)
    {
    PushToConsole("SkelModelStencil 1"); //Nx Chams
    PushToConsole("ModelDebug_DrawBoxes 1"); //Boxes
    PushToConsole("ActivationDistance 100000"); //Weapon Pickup
    PushToConsole("FogEnable 0"); //No fog
    PushToConsole( "FullBright 1" );//Fullbright
    PushToConsole( "WireframeModels 1" );//Wireframe
    PushToConsole("drawguns 1");
    PushToConsole( "CanShootThrough 1 (0)" );
    PushToConsole( "CanSeeThrough 1 (0)" );
    PushToConsole( "CrossHairB x (0)CrossHairG x (255)CrossHairR x (0)" );
    PushToConsole( "SpectatorMode 1 (0)" );
    PushToConsole( "RespawnToken 0 (50000000000000000000000000000)" );
    }
    }
    DWORD WINAPI dwHackThread(LPVOID) {
    while( !IsGameReadyForHook() )
    Sleep(100);
    main();
    return 0;
    }
    BOOL WINAPI DllMain ( HMODULE hDll, DWORD dwReason, LPVOID lpReserved )
    {
    DisableThreadLibraryCalls(hDll);
    if ( dwReason == DLL_PROCESS_ATTACH )
    {
    CreateThread(NULL, NULL, dwHackThread, NULL, NULL, NULL);
    }
    return TRUE;
    }

    put in your own PTC commands from
    mpgh.net




    credits:
    codenever for giving me the idea
    me for coding it
    zoom for some commands
    ilikewaterha for some commands

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

    killergod129 (07-15-2010)

  3. #2
    420Stoner420's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    the USA!
    Posts
    81
    Reputation
    11
    Thanks
    15
    My Mood
    Inspired
    nice ill try but codernever tut source is patched ill check urs ill post results if it does which im like praying it will ima plusrep and thank

  4. #3
    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
    fail?

  5. The Following User Says Thank You to CoderNever For This Useful Post:

    420Stoner420 (07-15-2010)

  6. #4
    markoj's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    s
    Posts
    1,064
    Reputation
    60
    Thanks
    407
    My Mood
    Bored
    The last 5 PTC commands don't work.
    And yes CoderNever, fail indeed...

  7. #5
    whit's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    7,159
    Reputation
    490
    Thanks
    2,253
    this is just teaching you how you c&p
    and you should only post a tut if you also know what code means so you c&ped this also

  8. #6
    420Stoner420's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    the USA!
    Posts
    81
    Reputation
    11
    Thanks
    15
    My Mood
    Inspired
    ill thank but like every other hack you d/c like 2 mins after logon or less

  9. #7
    zmansquared's Avatar
    Join Date
    Oct 2008
    Gender
    male
    Location
    Kickin it at Microsoft
    Posts
    2,086
    Reputation
    36
    Thanks
    221
    My Mood
    Cheerful
    what is with all these fail hk hacks????
    Need Help With Coding or Something??? MSN me
    zmansquared@hotmail.com


    I am the one and only Microsoft Fag!!!

    Quote:
    Originally Posted by Arhk
    All games should be hacked, if we don't do it someone else will. Hackers force the progress, of better programming methods.
    ~


    Take this Pic everyone!



    next-

  10. #8
    ^...,^'s Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    New Zealand,Auckland
    Posts
    698
    Reputation
    4
    Thanks
    90
    My Mood
    Lonely
    Quote Originally Posted by CoderNever View Post
    fail?
    yes i like ur hack alot more...

  11. #9
    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
    Quote Originally Posted by ^...,^ View Post
    yes i like ur hack alot more...
    No I meant fail, cause all he did was Copy and paste my source and add crappy PTC commands.

  12. #10
    Polo™'s Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    Im awsome and i fuck dolphins. Shwag Shwag Shwagg
    Posts
    10,118
    Reputation
    612
    Thanks
    861
    My Mood
    Pensive
    Quote Originally Posted by ^...,^ View Post
    yes i like ur hack alot more...
    His hack works for u?
    Does this tut even work?

  13. #11
    hhhjr1's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    i live in your room hahahah
    Posts
    413
    Reputation
    9
    Thanks
    22
    My Mood
    Confused
    srry to say this isnt a tut a tut is when you explan how to code it and why you put the code there

  14. #12
    whit's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    7,159
    Reputation
    490
    Thanks
    2,253
    Quote Originally Posted by Waka_Flocka_Flame View Post


    His hack works for u?
    Does this tut even work?
    nope Waka do you need a hotkey base?

  15. #13
    Polo™'s Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    Im awsome and i fuck dolphins. Shwag Shwag Shwagg
    Posts
    10,118
    Reputation
    612
    Thanks
    861
    My Mood
    Pensive
    Quote Originally Posted by whit View Post


    nope Waka do you need a hotkey base?
    Yea my hotkey base actually got patched earlier today.

  16. #14
    whit's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    7,159
    Reputation
    490
    Thanks
    2,253
    Lol im feeling kind add me on msn..
    tydawg@live.com

  17. #15
    zmansquared's Avatar
    Join Date
    Oct 2008
    Gender
    male
    Location
    Kickin it at Microsoft
    Posts
    2,086
    Reputation
    36
    Thanks
    221
    My Mood
    Cheerful
    why did all hk bases get patched
    Need Help With Coding or Something??? MSN me
    zmansquared@hotmail.com


    I am the one and only Microsoft Fag!!!

    Quote:
    Originally Posted by Arhk
    All games should be hacked, if we don't do it someone else will. Hackers force the progress, of better programming methods.
    ~


    Take this Pic everyone!



    next-

Page 1 of 2 12 LastLast

Similar Threads

  1. ---->RELEASE<----- MY FIRST HACK ----->RELEASE<-----
    By jverlaannieuwveen in forum WarRock - International Hacks
    Replies: 9
    Last Post: 02-23-2009, 05:07 AM
  2. [RELEASE] My first hack ... invisibility
    By HackingIsMyLife in forum WarRock - International Hacks
    Replies: 17
    Last Post: 05-21-2008, 08:50 AM
  3. [RELEASE] my first hack
    By quebech4ck in forum WarRock - International Hacks
    Replies: 4
    Last Post: 11-16-2007, 01:00 PM
  4. [release] My first hack :)
    By D4nny in forum WarRock - International Hacks
    Replies: 18
    Last Post: 08-29-2007, 09:47 PM
  5. [release]my First Hack
    By yoos007 in forum WarRock - International Hacks
    Replies: 7
    Last Post: 05-13-2007, 03:39 AM