Results 1 to 3 of 3
  1. #1
    Dwar
    Dwar is offline
    Veteran Dwar's Avatar
    Join Date
    2010 Mar
    Posts
    2,222
    Thanks Thanks Given 
    211
    Thanks Thanks Received 
    2,230
    Thanked in
    292 Posts
    Rep Power
    10

    Console Function

    Here The Console Function

    Code:
    void __cdecl SetConsoleVariable(char* szVal)
    {
    void* vSetVar = (void*)0x613200;
            _asm
            {
                push szVal
                call vSetVar
                add esp, 4
            }
    }
    Can Be Used Like This
    Code:
    SetConsoleVariable("ModelDebug_DrawBoxes 1");
    by UnknownPK
    Please, post your questions on forum, not by PM or mail

    I spend my time, so please pay a little bit of your time to keep world in equilibrium

  2. #2
    bapv
    bapv is offline
    Guest
    Join Date
    2010 Dec
    Posts
    1
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts
    Rep Power
    0
    And how to start the console
    А как запустить консоль

  3. #3
    sspoke
    sspoke is offline
    Guest
    Join Date
    2011 Mar
    Posts
    1
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts
    Rep Power
    0
    nice but this only used for dll injection?

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •