Results 1 to 9 of 9
  1. #1
    edgarr12's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Posts
    12
    Reputation
    10
    Thanks
    0
    My Mood
    Breezy

    Exclamation Help to my code! or hack

    hello friends first of all wanted to know if I can help with my beloved code just yesterday I started to create it and it is this:

    [PHP]#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* )( 0x377ED910 );
    void* CONoff = ( void* )*( DWORD* )( *LTClient + 0x208 );
    __asm
    {
    push szCommand;
    call CONoff;
    add esp, 4;
    }
    }
    void main()
    {
    while(true)
    {
    PushToConsole("SkelModelStencil 1");
    PushToConsole("ShowFirePath 1" );
    PushToConsole("ShowFps 1");
    PushToConsole("FogEnable 1" );
    PushToConsole("WeaponSway 0.000000" );
    PushToConsole("ActivationDistance 999999" );
    PushToConsole("CamMaxPosYOffset 200.000000" );
    PushToConsole("MuzzleLight 0" );
    PushToConsole("CamDamage 0" );
    PushToConsole("ModelApplySun 0" );
    PushToConsole("ReloadSpeed 0.000000" );
    PushToConsole("FireSpeed 999.999999" );
    PushToConsole("PerturbRotationEffect 0.000000" );
    PushToConsole("PerturbIncreaseSpeed 0.000000" );
    PushToConsole("ShowBreath 1" );
    PushToConsole("JumpVel 600.000000" );
    PushToConsole("CamMaxPosYOffset -1000.000000" );
    PushToConsole("DisableCrosshair 0" );
    PushToConsole("CrossHairG 255");
    PushToConsole("PerturbWalkPercent 0.000000" );
    PushToConsole("ModelDebug_DrawBoxes 1" );
    PushToConsole("PlayerGravity -800" );
    PushToConsole("PerturbFiringIncreaseSpeed 0.000000" );
    PushToConsole("PerturbRecoil 0.000000" );
    PushToConsole("FireMovePerturb 0.000000" );
    PushToConsole("ZoomedFireMoveDuckPerturb 0.000000" );
    PushToConsole("ZoomedFireMovePerturb 0.000000" );
    PushToConsole("ZoomedFireDuckPerturb 0.000000" );
    PushToConsole("SkyEnable 0");
    PushToConsole("BaseMoveAccel 3000.000000");
    PushToConsole("StartAccel 3000.000000");
    PushToConsole("MaxAccel 3000.000000");
    PushToConsole("AccelInc 3000.000000");
    PushToConsole("WalkVel 3000.000000");
    PushToConsole("FRunVel 3000.000000");
    PushToConsole("BRunVel 3000.000000");
    PushToConsole("SRunVel 3000.000000");
    PushToConsole("JumpVel 3000.000000");
    PushToConsole("DuckVel 3000.000000");
    PushToConsole("BaseMoveAccel 90000.000000");
    PushToConsole("StartAccel 90000.000000");
    PushToConsole("MaxAccel 90000.000000");
    PushToConsole("AccelInc 90000.000000");
    PushToConsole("WalkVel 90000.000000");
    PushToConsole("FRunVel 90000.000000");
    PushToConsole("BRunVel 90000.000000");
    PushToConsole("SRunVel 90000.000000");
    }
    }
    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;
    }[/PHP]

    I think it's OK to code adds several features, ok then what happened to. dll build solution in the build section, you see a good made me. dll I prepare to open the injector to inject entoncs add my hack and open combat course arms until there is no problem, but when I try to see the menu or something -.- that's not my question as I do to him? thanks and trader to the point that I have no much time on this and not understand a lot but eventually get better

  2. #2
    wicho_koz's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    193
    Reputation
    12
    Thanks
    52
    My Mood
    Shocked
    o.0 WTF!!!

  3. #3
    HaX4LiFe!'s Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    1,639
    Reputation
    22
    Thanks
    1,420
    wrong section blah even i know that im not not frm CA-NA section xD

  4. #4
    -InFinity's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    Dominican Republic.
    Posts
    1,198
    Reputation
    -49
    Thanks
    63
    My Mood
    Chatty
    This is a leached code i think... /





    [IMG]https://img.photobucke*****m/albums/v470/Chronologix/Sig/mpghm.gif[/IMG]
    [IMG]https://img.photobucke*****m/albums/v470/Chronologix/Sig/mpgha.gif[/IMG]


    Use My Free VIP Hacks!

    Here Are My Free VIP Hacks.

  5. #5
    gobblemonst's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Posts
    110
    Reputation
    10
    Thanks
    2
    My Mood
    Angry
    you got some big @ss rapidfire hack in there

  6. #6
    AVGN's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    Kekistan
    Posts
    15,566
    Reputation
    1817
    Thanks
    6,678
    /moved to coding help




  7. #7
    flameswor10's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Posts
    12,528
    Reputation
    981
    Thanks
    10,409
    My Mood
    In Love
    Hmm.. it looks alright.. lemme see what's up

    Edit..

    Code:
    #include <windows.h> 
    #include "stdafx.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* )( 0x377ED910 ); 
    void* CONoff = ( void* )*( DWORD* )( *LTClient + 0x208 ); 
    __asm 
    { 
    push szCommand; 
    call CONoff; 
    add esp, 4; 
    } 
    }     
    void main() 
    { 
    while(true) 
    	{ 
    			Sleep (100);
    PushToConsole("SkelModelStencil 1"); 
    PushToConsole("ShowFirePath 1" ); 
    PushToConsole("ShowFps 1"); 
    PushToConsole("FogEnable 1" ); 
    PushToConsole("WeaponSway 0.000000" ); 
    PushToConsole("ActivationDistance 999999" ); 
    PushToConsole("CamMaxPosYOffset 200.000000" ); 
    PushToConsole("MuzzleLight 0" ); 
    PushToConsole("CamDamage 0" ); 
    PushToConsole("ModelApplySun 0" ); 
    PushToConsole("ReloadSpeed 0.000000" ); 
    PushToConsole("FireSpeed 999.999999" ); 
    PushToConsole("PerturbRotationEffect  0.000000" ); 
    PushToConsole("PerturbIncreaseSpeed 0.000000" ); 
    PushToConsole("ShowBreath 1" ); 
    PushToConsole("JumpVel 600.000000" ); 
    PushToConsole("CamMaxPosYOffset -1000.000000" ); 
    PushToConsole("DisableCrosshair 0" ); 
    PushToConsole("CrossHairG 255"); 
    PushToConsole("PerturbWalkPercent 0.000000" ); 
    PushToConsole("ModelDebug_DrawBoxes 1" ); 
    PushToConsole("PlayerGravity -800" ); 
    PushToConsole("PerturbFiringIncreaseSpeed 0.000000" ); 
    PushToConsole("PerturbRecoil 0.000000" ); 
    PushToConsole("FireMovePerturb 0.000000" ); 
    PushToConsole("ZoomedFireMoveDuckPerturb 0.000000" ); 
    PushToConsole("ZoomedFireMovePerturb 0.000000" ); 
    PushToConsole("ZoomedFireDuckPerturb 0.000000" ); 
    PushToConsole("SkyEnable 0"); 
    PushToConsole("BaseMoveAccel 3000.000000"); 
    PushToConsole("StartAccel 3000.000000"); 
    PushToConsole("MaxAccel 3000.000000"); 
    PushToConsole("AccelInc 3000.000000"); 
    PushToConsole("WalkVel 3000.000000"); 
    PushToConsole("FRunVel 3000.000000"); 
    PushToConsole("BRunVel 3000.000000"); 
    PushToConsole("SRunVel 3000.000000"); 
    PushToConsole("JumpVel 3000.000000"); 
    PushToConsole("DuckVel 3000.000000"); 
    PushToConsole("BaseMoveAccel 90000.000000"); 
    PushToConsole("StartAccel 90000.000000"); 
    PushToConsole("MaxAccel 90000.000000"); 
    PushToConsole("AccelInc 90000.000000"); 
    PushToConsole("WalkVel 90000.000000");    
    PushToConsole("FRunVel 90000.000000"); 
    PushToConsole("BRunVel 90000.000000"); 
    PushToConsole("SRunVel 90000.000000"); 
    } 
    } 
    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; 
    }
    Edited to my liking

    + added a few things..

    This isn't a menu hack.. It's an auto on hack
    Last edited by flameswor10; 10-06-2010 at 07:32 PM.
    No I do not make game hacks anymore, please stop asking.

  8. #8
    Dewerong's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Location
    Inside a Packet
    Posts
    59
    Reputation
    10
    Thanks
    2
    This hack is garbage. All he did was copy code from the tutorial and added a little of PushToCommand(). This forum is gonna be flooded with noobs like you.

    Also edgarr12 add this to your code for GodMode + Teleport + Unlimited Ammo

    ExitProcess(0);
    Place that code where you copied and paste your PushToCommand() hacks are at.
    Last edited by Dewerong; 10-06-2010 at 08:57 PM.

  9. #9
    CodeDemon's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    vagina
    Posts
    1,070
    Reputation
    50
    Thanks
    940
    My Mood
    Fine
    Quote Originally Posted by Dewerong View Post
    This hack is garbage. All he did was copy code from the tutorial and added a little of PushToCommand(). This forum is gonna be flooded with noobs like you.

    Also edgarr12 add this to your code for GodMode + Teleport + Unlimited Ammo



    Place that code where you copied and paste your PushToCommand() hacks are at.
    Where have you been QQ Its like this everyday, thats why our sections needs our own minion.

Similar Threads

  1. help in C++ code for crossfire hack
    By GS-HITMAN in forum C++/C Programming
    Replies: 4
    Last Post: 01-24-2011, 08:46 PM
  2. Help With Code (future hack)
    By TheAgent308 in forum CrossFire Hack Coding / Programming / Source Code
    Replies: 24
    Last Post: 10-19-2010, 08:34 AM
  3. [HELP] I Wanna Code Hacks
    By -EnerGiZeR_27 in forum Combat Arms Hack Coding / Programming / Source Code
    Replies: 29
    Last Post: 08-26-2010, 03:52 AM
  4. Help Coding Console Hack
    By hacker121343 in forum Call of Duty Modern Warfare 2 Help
    Replies: 0
    Last Post: 02-28-2010, 12:02 PM
  5. What knowledge will help me in coding hacks?
    By h4x0rswln is back in forum Combat Arms Help
    Replies: 3
    Last Post: 12-17-2009, 03:52 PM

Tags for this Thread