Thread: InGame Status

Results 1 to 13 of 13
  1. #1
    virusQ's Avatar
    Join Date
    Jul 2011
    Gender
    male
    Posts
    4
    Reputation
    10
    Thanks
    0

    InGame Status

    Hi I created my second hack to combat arms but I cant create InGame function.
    GameStatus address is not worknig. I need InGame or IsAlive function to check game. I use addresses to hack combat arms.

  2. #2
    flameswor10's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Posts
    12,528
    Reputation
    981
    Thanks
    10,409
    My Mood
    In Love
    Code:
    bool cIsIngame()
    {
    	if(*(INT*)ADDR_GAMESTATUS==1){
    		return true;
    	}else{
    		return false;
    	}
    }
    Coded by myself, now you find the address yourself.
    No I do not make game hacks anymore, please stop asking.

  3. The Following User Says Thank You to flameswor10 For This Useful Post:

    virusQ (07-12-2011)

  4. #3
    virusQ's Avatar
    Join Date
    Jul 2011
    Gender
    male
    Posts
    4
    Reputation
    10
    Thanks
    0
    Usage: if (norecoil && cIsIngame()==true)
    {} ????????????????

  5. #4
    flameswor10's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Posts
    12,528
    Reputation
    981
    Thanks
    10,409
    My Mood
    In Love
    Quote Originally Posted by virusQ View Post
    Usage: if (norecoil && cIsIngame()==true)
    {} ????????????????
    I thought you knew how to make hacks.
    Code:
    if(cIsIngame() && Recoil)
    DoRecoil
    else
    Recoil Off
    No I do not make game hacks anymore, please stop asking.

  6. #5
    virusQ's Avatar
    Join Date
    Jul 2011
    Gender
    male
    Posts
    4
    Reputation
    10
    Thanks
    0
    Your code and my code are correct. Both working. Thx flameswor10. My D3D is alive

  7. #6
    flameswor10's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Posts
    12,528
    Reputation
    981
    Thanks
    10,409
    My Mood
    In Love
    Quote Originally Posted by virusQ View Post
    Your code and my code are correct. Both working. Thx flameswor10. My D3D is alive
    Ofcourse my code is correct, and what does this have to do with your D3D .
    No I do not make game hacks anymore, please stop asking.

  8. #7
    mo3ad001's Avatar
    Join Date
    Apr 2009
    Gender
    male
    Posts
    842
    Reputation
    53
    Thanks
    797
    My Mood
    Busy
    use GameMode

    H A X O
    Email : Noobmem@hotmail.com


  9. #8
    Alessandro10's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Location
    MPGH.NET
    Posts
    6,140
    Reputation
    215
    Thanks
    4,607
    My Mood
    Busy
    Quote Originally Posted by flameswor10 View Post
    I thought you knew how to make hacks.
    Code:
    if(cIsIngame() && Recoil)
    DoRecoil
    else
    Recoil Off
    Code:
    if((*(BYTE *)GameStatus == 1) &&  Name ){
    memcpy( (PBYTE)NameTagsAddie1, (PBYTE)"\x90\x90", 2 );
    memcpy( (PBYTE)NameTagsAddie2, (PBYTE)"\x90\x90", 2 );
    }else{
    memcpy( (PBYTE)NameTagsAddie1, (PBYTE)"\x75\x05", 2 );
    memcpy( (PBYTE)NameTagsAddie2, (PBYTE)"\x75\x05", 2 );
    }
    Or

    Code:
        typedef bool (*IsConnected_t)(void);
        bool IsIngame()
        {
        DWORD* LTBase = (DWORD*)LTC;//LTCLIENT
        IsConnected_t pConnected = *(IsConnected_t*)(*LTBase + 0x8C);
         
        return pConnected();
        }
    Using:
    Code:
    if(IsIngame() &&  Name ){
    memcpy( (PBYTE)NameTagsAddie1, (PBYTE)"\x90\x90", 2 );
    memcpy( (PBYTE)NameTagsAddie2, (PBYTE)"\x90\x90", 2 );
    }else{
    memcpy( (PBYTE)NameTagsAddie1, (PBYTE)"\x75\x05", 2 );
    memcpy( (PBYTE)NameTagsAddie2, (PBYTE)"\x75\x05", 2 );
    }
    Credits: Kotentopf/Gordon'

    Last edited by Alessandro10; 07-12-2011 at 07:50 AM.

  10. #9
    CAFlames's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Location
    Where ever my imagination takes me
    Posts
    3,006
    Reputation
    202
    Thanks
    2,944
    My Mood
    Twisted
    Quote Originally Posted by Alessandro10 View Post


    Code:
    if((*(BYTE *)GameStatus == 1) &&  Name ){
    memcpy( (PBYTE)NameTagsAddie1, (PBYTE)"\x90\x90", 2 );
    memcpy( (PBYTE)NameTagsAddie2, (PBYTE)"\x90\x90", 2 );
    }else{
    memcpy( (PBYTE)NameTagsAddie1, (PBYTE)"\x75\x05", 2 );
    memcpy( (PBYTE)NameTagsAddie2, (PBYTE)"\x75\x05", 2 );
    }
    Or

    Code:
        typedef bool (*IsConnected_t)(void);
        bool IsIngame()
        {
        DWORD* LTBase = (DWORD*)LTC;//LTCLIENT
        IsConnected_t pConnected = *(IsConnected_t*)(*LTBase + 0x8C);
         
        return pConnected();
        }
    Using:
    Code:
    if(IsIngame() &&  Name ){
    memcpy( (PBYTE)NameTagsAddie1, (PBYTE)"\x90\x90", 2 );
    memcpy( (PBYTE)NameTagsAddie2, (PBYTE)"\x90\x90", 2 );
    }else{
    memcpy( (PBYTE)NameTagsAddie1, (PBYTE)"\x75\x05", 2 );
    memcpy( (PBYTE)NameTagsAddie2, (PBYTE)"\x75\x05", 2 );
    }
    Credits: Kotentopf/Gordon'

    I dont get why ppl think kotentopf/Gordon' made that... it is just basing it off of the LTBase class

    Current Works:
    ---Horror Game





    [IMG]https://i645.photobucke*****m/albums/uu180/drgnforce9/Siggys/signature3.jpg[/IMG]
    Special thanks to drgnforce9 for my sig picture

    Quote Originally Posted by m_t_h View Post

    CAflames is one epic coder.

    Rep and thanks him.. or you're perma banned.

  11. #10
    Alessandro10's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Location
    MPGH.NET
    Posts
    6,140
    Reputation
    215
    Thanks
    4,607
    My Mood
    Busy
    Quote Originally Posted by CAFlames View Post


    I dont get why ppl think kotentopf/Gordon' made that... it is just basing it off of the LTBase class


    I deserve the credit

    //Just Kidding

  12. #11
    mmbob's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    ja
    Posts
    653
    Reputation
    70
    Thanks
    1,157
    My Mood
    Bitchy
    Quote Originally Posted by CAFlames View Post


    I dont get why ppl think kotentopf/Gordon' made that... it is just basing it off of the LTBase class
    Gordon' posted it first, then kotentopf started posting it whenever someone needed it.

  13. The Following User Says Thank You to mmbob For This Useful Post:

    SrNooB (07-12-2011)

  14. #12
    SrNooB's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    df
    Posts
    61
    Reputation
    17
    Thanks
    3
    Quote Originally Posted by mmbob View Post


    Gordon' posted it first, then kotentopf started posting it whenever someone needed it.
    get on msn
    or are you going to dentist
    @mmbob
    I'm b0red halp

  15. #13
    virusQ's Avatar
    Join Date
    Jul 2011
    Gender
    male
    Posts
    4
    Reputation
    10
    Thanks
    0
    Alessandro10 in your code NameTags wont work beause you have got incorrect Bytes.

    Quote Originally Posted by flameswor10 View Post
    Ofcourse my code is correct, and what does this have to do with your D3D .
    I made nxChams, NoSpread etc with PTC now i made addresses hack. I put everything in my D3D cheat.
    Last edited by virusQ; 07-13-2011 at 04:30 AM.

Similar Threads

  1. Steam Ingame Status File Location
    By luketh in forum General Game Hacking
    Replies: 0
    Last Post: 01-11-2011, 05:11 AM
  2. Status of all hacks that just came out.
    By systemx84 in forum WarRock - International Hacks
    Replies: 12
    Last Post: 04-30-2007, 06:04 AM
  3. Your ingame names
    By frostyflames in forum WarRock - International Hacks
    Replies: 32
    Last Post: 12-26-2006, 03:14 PM