Results 1 to 9 of 9
  1. #1
    arun823's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    Los Angeles, California
    Posts
    523
    Reputation
    151
    Thanks
    1,899
    My Mood
    Amused

    Joining ingame without hacks disabling (coding)

    So, me and my friend have been coding a combat arms hack but we've run into one problem. We need to figure out how to make it so whenever you join a match, the hacks that were previously activated are still activated, instead of having them all disable once you exit a game (which that's what we've had to do).

    When we join a match, our hacks work fine. When we leave, we have the hacks turn off. The real problem is having them re-activate when joining another game, and we don't know how to make that possible.

  2. #2
    Sixx93's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Posts
    673
    Reputation
    21
    Thanks
    250
    My Mood
    Cool
    use the gamestatus addy

  3. #3
    arun823's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    Los Angeles, California
    Posts
    523
    Reputation
    151
    Thanks
    1,899
    My Mood
    Amused
    Quote Originally Posted by Sixx93 View Post
    use the gamestatus addy
    If you read the thread then you would know we already know how to do that, we want the hacks to reactivate and not just disable when I go in my next match

  4. #4
    Saltine's Avatar
    Join Date
    Jun 2011
    Gender
    male
    Posts
    493
    Reputation
    104
    Thanks
    629
    Quote Originally Posted by arun823 View Post
    If you read the thread then you would know we already know how to do that, we want the hacks to reactivate and not just disable when I go in my next match
    Leave the boolean the menu reads to decide color/to render on/off alone, and inside the check to see if that is active, include another to see if ingame. For example:
    Code:
    if(hackOn && inGame()){
    //execute hack functions
    }else{
    //one or both conditions were not met, perform off operations
    }

    Oh no! Vortex is gay!

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

    [MPGH]AVGN (05-13-2012)

  6. #5
    arun823's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    Los Angeles, California
    Posts
    523
    Reputation
    151
    Thanks
    1,899
    My Mood
    Amused
    Quote Originally Posted by Saltine View Post

    Leave the boolean the menu reads to decide color/to render on/off alone, and inside the check to see if that is active, include another to see if ingame. For example:
    Code:
    if(hackOn && inGame()){
    //execute hack functions
    }else{
    //one or both conditions were not met, perform off operations
    }
    Thanks, but I want it to reactivate when joining back in game because it just disables it.
    Last edited by arun823; 05-14-2012 at 01:35 PM.

  7. #6
    PureHell's Avatar
    Join Date
    May 2012
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0
    no it doesnt just disable it... it disable it and then when ingame reactivates it... if u think it only turn it off then learn to code bro...
    and learn how ca work

  8. #7
    Shadow`'s Avatar
    Join Date
    Nov 2011
    Gender
    male
    Location
    MN
    Posts
    636
    Reputation
    74
    Thanks
    3,014
    My Mood
    Relaxed
    Quote Originally Posted by PureHell View Post
    no it doesnt just disable it... it disable it and then when ingame reactivates it... if u think it only turn it off then learn to code bro...
    and learn how ca work
    Lol... actually code c++ or at least think about how wrong your statement was before you comment. I don't think you get what he's saying... I'm pretty sure he is having trouble coding it, not understanding the concept.
    Last edited by Shadow`; 05-16-2012 at 07:31 AM.

  9. #8
    Saltine's Avatar
    Join Date
    Jun 2011
    Gender
    male
    Posts
    493
    Reputation
    104
    Thanks
    629
    Quote Originally Posted by arun823 View Post
    Thanks, but I want it to reactivate when joining back in game because it just disables it.
    That would be off when you leave and re-enabled when you join...

    Oh no! Vortex is gay!

  10. #9
    LilGho$t's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Posts
    419
    Reputation
    9
    Thanks
    330
    My Mood
    Twisted
    create a list of booleans then if the user is out of the game set the booleans of the hacks that were on to true leave the old ones as false. Then, wait for the user enters a game. If the user is in game then go through the list and set everything with a true boolean to on.

Similar Threads

  1. [Help Request] cant join a game (with or without hacks)
    By J-ossiejIsBack in forum Combat Arms EU Help
    Replies: 0
    Last Post: 10-18-2011, 11:17 AM
  2. Got retrail hack? promo code
    By kip1234 in forum WarRock - International Hacks
    Replies: 1
    Last Post: 09-14-2007, 11:28 PM
  3. Korean Warrock is fun without hacks
    By H4rdc0r3NL in forum WarRock Korea Hacks
    Replies: 7
    Last Post: 07-11-2007, 03:15 AM
  4. me in warrock without hacks
    By ragman1234 in forum WarRock - International Hacks
    Replies: 5
    Last Post: 03-26-2007, 09:55 AM
  5. ME in warrock without hacking :)
    By 1877 in forum General Game Hacking
    Replies: 28
    Last Post: 03-25-2007, 02:28 PM