Results 1 to 5 of 5
  1. #1
    mikethemak's Avatar
    Join Date
    Sep 2007
    Gender
    male
    Posts
    23
    Reputation
    10
    Thanks
    208

    Couple More Questions

    First off, I was wondering if there was a way to turn off hacks after you exit a game. I found
    Code:
    bool cSettings::InGame()
    {
    	return(*(BYTE*)GameStatus == 1);
    }
    So, my attempt was to do something like
    Code:
    if (Settings.InGame())
    //Do regular hack stuff here
    else
    // Set menu value to off
    // Set hack off
    The problem is that for some reason, it is always turning the menu value and hack off. Even while in game. Any help here? The problem is that when I try to enter a game with hacks already on, the game will crash. Is there a way around this?



    Secondly, why is this nametags function crashing me after being in game for approx. 5 minutes?

    Code:
    		Tools.Memoria(( void* )( ADDR_TAGS1 ), "\x75\x05", 2 );
    		Tools.Memoria(( void* )( ADDR_TAGS2 ), "\x90\x25\x23\x37", 4 );
    	}else{
    		Tools.Memoria(( void* )( ADDR_TAGS1 ), "\x90\x90", 2 );
    		Tools.Memoria(( void* )( ADDR_TAGS2 ), "\x90\x90\x90\x90", 4 );



    And lastly, does
    Code:
    "ModelDebug_DrawBoxes 1"
    no longer work for box esp? Or am I doing something wrong?






    Sorry for these noob questions, I've never done any actual hack coding before, just coding for college. Thanks in advance!

  2. #2
    cubanelite's Avatar
    Join Date
    May 2011
    Gender
    male
    Location
    192.168.1.1
    Posts
    138
    Reputation
    81
    Thanks
    113
    My Mood
    Hungover
    Quote Originally Posted by mikethemak View Post
    First off, I was wondering if there was a way to turn off hacks after you exit a game. I found
    Code:
    bool cSettings::InGame()
    {
    	return(*(BYTE*)GameStatus == 1);
    }
    So, my attempt was to do something like
    Code:
    if (Settings.InGame())
    //Do regular hack stuff here
    else
    // Set menu value to off
    // Set hack off
    The problem is that for some reason, it is always turning the menu value and hack off. Even while in game. Any help here? The problem is that when I try to enter a game with hacks already on, the game will crash. Is there a way around this?



    Secondly, why is this nametags function crashing me after being in game for approx. 5 minutes?

    Code:
    		Tools.Memoria(( void* )( ADDR_TAGS1 ), "\x75\x05", 2 );
    		Tools.Memoria(( void* )( ADDR_TAGS2 ), "\x90\x25\x23\x37", 4 );
    	}else{
    		Tools.Memoria(( void* )( ADDR_TAGS1 ), "\x90\x90", 2 );
    		Tools.Memoria(( void* )( ADDR_TAGS2 ), "\x90\x90\x90\x90", 4 );



    And lastly, does
    Code:
    "ModelDebug_DrawBoxes 1"
    no longer work for box esp? Or am I doing something wrong?






    Sorry for these noob questions, I've never done any actual hack coding before, just coding for college. Thanks in advance!
    1.) These arn't noob questions, you're still learning the fine art of coding hacks... don't down yourself that much...
    2.) draw boxes ptc doesn't work anymore, that became patched a long time ago, now you have to use d3d.
    3.) I still think it's crashing with the nametags because of wrong bytes, I'll help you on that one tomorrow.

  3. #3
    mikethemak's Avatar
    Join Date
    Sep 2007
    Gender
    male
    Posts
    23
    Reputation
    10
    Thanks
    208
    Got everything solved except for box esp now. Could use some help with someone explaining esp hacks, such as line esp and distance esp?

  4. #4
    Xipher's Avatar
    Join Date
    Jul 2011
    Gender
    male
    Location
    Melbourne, AU.
    Posts
    1,780
    Reputation
    472
    Thanks
    1,690
    My Mood
    Innocent
    Quote Originally Posted by mikethemak View Post
    Got everything solved except for box esp now. Could use some help with someone explaining esp hacks, such as line esp and distance esp?
    For ESP you need to draw it using D3D.

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

    cubanelite (04-10-2012)

  6. #5
    mikethemak's Avatar
    Join Date
    Sep 2007
    Gender
    male
    Posts
    23
    Reputation
    10
    Thanks
    208
    How do I go about starting that? Is there any tut on it I can read up on? Never had to use D3D before.

Similar Threads

  1. A Couple of questions
    By Haydizzle in forum Combat Arms Mods & Rez Modding
    Replies: 5
    Last Post: 01-01-2010, 04:43 AM
  2. couple of questions
    By NoJustice in forum CrossFire Hacks & Cheats
    Replies: 5
    Last Post: 08-09-2009, 01:52 AM
  3. 1 more question!
    By DarkTranny in forum CrossFire Hacks & Cheats
    Replies: 3
    Last Post: 08-05-2009, 12:47 PM
  4. Couple more sigs.
    By RJ in forum Showroom
    Replies: 10
    Last Post: 09-12-2008, 12:28 AM
  5. a couple of questions
    By K2 Nemico in forum WarRock - International Hacks
    Replies: 3
    Last Post: 02-25-2008, 11:42 PM