Page 1 of 2 12 LastLast
Results 1 to 15 of 22
  1. #1
    tubby6901's Avatar
    Join Date
    Mar 2009
    Gender
    male
    Posts
    138
    Reputation
    18
    Thanks
    14
    My Mood
    Aggressive

    Tubby6901s legit auto on hack BASE!!!!!

    heres my base do wat ever u want
    #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 dwCShell = (DWORD)GetModuleHandleA("CShell.dll");
    if( dwCShell != NULL )
    {
    DWORD *LTClient = ( DWORD* )( 0x377ED910 );
    void* CONoff = ( void* )*( DWORD* )( *LTClient + 0x208 );
    __asm
    {
    push szCommand;
    call CONoff;
    add esp, 4;
    }
    }
    }

    void main()
    {
    while(true)
    {
    PushToConsole("JumpVel 630.000000" );
    PushToConsole("SkelModelStencil 1" );
    PushToConsole("ShowFps 1");
    PushToConsole("KnockBack 0" );
    PushToConsole("PerturbRotationEffect 0.000000" );
    PushToConsole("PerturbIncreaseSpeed 0.000000" );
    PushToConsole("PerturbWalkPercent 0.000000" );
    PushToConsole("PerturbFiringIncreaseSpeed 0.000000" );
    PushToConsole("PerturbRecoil 0.000000" );
    PushToConsole("FireMovePerturb 0.000000" );
    PushToConsole("ZoomedFireMoveDuckPerturb 0.000000" );
    PushToConsole("ZoomedFireMovePerturb 0.000000" );
    PushToConsole("ZoomedFireDuckPerturb 0.000000" );
    }
    }
    DWORD WINAPI dwHackThread(LPVOID) {
    while( !IsGameReadyForHook() )
    Sleep(300);
    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;
    }

  2. The Following 2 Users Say Thank You to tubby6901 For This Useful Post:

    CA_CO (10-08-2010),Tony Stark` (10-07-2010)

  3. #2
    scimmyboy's Avatar
    Join Date
    Jan 2008
    Gender
    male
    Location
    https://mpgh.net MPGHCash: $442,596,199
    Posts
    5,645
    Reputation
    26
    Thanks
    896
    My Mood
    Happy
    great! thanks for the share! we totally dont have this already!

  4. The Following User Says Thank You to scimmyboy For This Useful Post:

    Timboy67678 (10-07-2010)

  5. #3
    CodeDemon's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    vagina
    Posts
    1,070
    Reputation
    50
    Thanks
    940
    My Mood
    Fine
    Thanks for re-posting CoderNever's base!

  6. The Following 2 Users Say Thank You to CodeDemon For This Useful Post:

    BooMRawR™ (10-04-2010),CoderNever (10-07-2010)

  7. #4
    topblast's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Location
    Far from around you Programmer: C++ | VB | C# | JAVA
    Posts
    3,607
    Reputation
    149
    Thanks
    5,052
    My Mood
    Cool
    Quote Originally Posted by tubby6901 View Post
    heres my base do wat ever u want
    #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 dwCShell = (DWORD)GetModuleHandleA("CShell.dll");
    if( dwCShell != NULL )
    {
    DWORD *LTClient = ( DWORD* )( 0x377ED910 );
    void* CONoff = ( void* )*( DWORD* )( *LTClient + 0x208 );
    __asm
    {
    push szCommand;
    call CONoff;
    add esp, 4;
    }
    }
    }

    void main()
    {
    while(true)
    {
    PushToConsole("JumpVel 630.000000" );
    PushToConsole("SkelModelStencil 1" );
    PushToConsole("ShowFps 1");
    PushToConsole("KnockBack 0" );
    PushToConsole("PerturbRotationEffect 0.000000" );
    PushToConsole("PerturbIncreaseSpeed 0.000000" );
    PushToConsole("PerturbWalkPercent 0.000000" );
    PushToConsole("PerturbFiringIncreaseSpeed 0.000000" );
    PushToConsole("PerturbRecoil 0.000000" );
    PushToConsole("FireMovePerturb 0.000000" );
    PushToConsole("ZoomedFireMoveDuckPerturb 0.000000" );
    PushToConsole("ZoomedFireMovePerturb 0.000000" );
    PushToConsole("ZoomedFireDuckPerturb 0.000000" );
    }
    }
    DWORD WINAPI dwHackThread(LPVOID) {
    while( !IsGameReadyForHook() )
    Sleep(300);
    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;
    }

    WHATS SO GOOD ABOUT AUTO ON!...!

    REALLY is any auto on is not legit, YOU WANT KILLING.
    I just like programming, that is all.

    Current Stuff:

    • GPU Programmer (Cuda)
    • Client/Server (Cloud Server)
    • Mobile App Development

  8. The Following 2 Users Say Thank You to topblast For This Useful Post:

    flameswor10 (10-05-2010),mataperro (10-05-2010)

  9. #5
    scimmyboy's Avatar
    Join Date
    Jan 2008
    Gender
    male
    Location
    https://mpgh.net MPGHCash: $442,596,199
    Posts
    5,645
    Reputation
    26
    Thanks
    896
    My Mood
    Happy
    at OP, improve this by using hotkeys to turn off and on hacks

  10. #6
    LightzOut's Avatar
    Join Date
    Oct 2009
    Gender
    male
    Posts
    185
    Reputation
    11
    Thanks
    25
    Rename the title to:

    CoderNever's legit auto on hack BASE Reposted again by me!!!!!

  11. #7
    HL-SDK's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Posts
    56
    Reputation
    11
    Thanks
    26
    Quote Originally Posted by tubby6901 View Post
    heres my base do wat ever u want
    I'd delete it if this pile of shit ever got onto my hard drive. I request a groan button.

  12. The Following User Says Thank You to HL-SDK For This Useful Post:

    flameswor10 (10-05-2010)

  13. #8
    Spookerzz's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    4,647
    Reputation
    26
    Thanks
    572
    Just added a few addies.
    I'm back.

  14. #9
    tubby6901's Avatar
    Join Date
    Mar 2009
    Gender
    male
    Posts
    138
    Reputation
    18
    Thanks
    14
    My Mood
    Aggressive
    people call it stupid im never realeseing my bases again :'(

  15. #10
    Sydney's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Location
    Germany...
    Posts
    1,356
    Reputation
    37
    Thanks
    1,144
    My Mood
    Amused
    Fail...Copying Base from CN.
    I think that guy dont even know how to code on/off function ! /

    Thanks Cosmos


  16. #11
    Dewerong's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Location
    Inside a Packet
    Posts
    59
    Reputation
    10
    Thanks
    2
    Guys I wanna make a suggestion to MPGH.

    If a member just copy and paste direct code from a tutorial of any sort or open source, that member will receive a two months ban (I wish they could be permanent banned though).

    @Topic:
    This guy doesn't even know what you refer to as a "Base". I mean when I came here I did my research on how you guys hack your FPS games. I've learned a lot.

  17. #12
    HiddenoO's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    Anchorage, AK
    Posts
    840
    Reputation
    33
    Thanks
    212
    My Mood
    Devilish
    Quote Originally Posted by Dewerong View Post
    Guys I wanna make a suggestion to MPGH.

    If a member just copy and paste direct code from a tutorial of any sort or open source, that member will receive a two months ban (I wish they could be permanent banned though).

    @Topic:
    This guy doesn't even know what you refer to as a "Base". I mean when I came here I did my research on how you guys hack your FPS games. I've learned a lot.
    ..2 month ban? That's just stupidity right there..Why would you ban someone for copying another's base? For one, I think what he was trying to show you guys was the hacks in his base. So what if he's using CN's base? I'm working on a hack using the same base..Noobs like you fail. /yea

  18. #13
    Dewerong's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Location
    Inside a Packet
    Posts
    59
    Reputation
    10
    Thanks
    2
    @HiddenoO:

    Oh really? I'm a noob? Kid you have no idea. I'm not the one using other people bases and in fact I know two programming languages. I'm learning my third one (C++). I have hacked three RPG games. StarCraft 1, StarCraft 2, and WarCraft III. What do you have to back you up? Nothing but a open source base.

  19. #14
    HiddenoO's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    Anchorage, AK
    Posts
    840
    Reputation
    33
    Thanks
    212
    My Mood
    Devilish
    Quote Originally Posted by Dewerong View Post
    @HiddenoO:

    Oh really? I'm a noob? Kid you have no idea. I'm not the one using other people bases and in fact I know two programming languages. I'm learning my third one (C++). I have hacked three RPG games. StarCraft 1, StarCraft 2, and WarCraft III. What do you have to back you up? Nothing but a open source base.
    Congratz you know how to hack a game..Come back to me when you can someone's computer. I know all about hacking software and PCs. So what if i'm new to making a FPS hack? Congratz to me, I really don't give a shiz.. I just do this stuff for fun, gtfo noob.

  20. #15
    Dewerong's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Location
    Inside a Packet
    Posts
    59
    Reputation
    10
    Thanks
    2
    @HiddenoO:
    Yes it is fun hacking but you can also make money off of it. Who said I can't hack someone else computer? All I gotta do is put a backdoor (coded by me) inside the .dll or .exe.

Page 1 of 2 12 LastLast

Similar Threads

  1. [Request] Auto arrow hack for STEPS ONLINE GAME.
    By SiLeNt-HaCkEr in forum Hack Requests
    Replies: 3
    Last Post: 10-14-2011, 01:02 AM
  2. heresmy base auto on hack
    By tubby6901 in forum Combat Arms Hack Coding / Programming / Source Code
    Replies: 17
    Last Post: 10-04-2010, 03:12 PM
  3. COMBAT ARMS HACK BASE by: Gellin08
    By why06 in forum C++/C Programming
    Replies: 24
    Last Post: 12-22-2009, 09:40 PM
  4. Update on auto level hack
    By dwivvc in forum CrossFire Hacks & Cheats
    Replies: 49
    Last Post: 07-27-2009, 01:58 PM
  5. CA:Auto Hop Hack
    By 3dimage in forum Combat Arms Hacks & Cheats
    Replies: 18
    Last Post: 04-21-2009, 11:36 AM