Results 1 to 3 of 3

Threaded View

Previous Post Previous Post   Next Post Next Post
  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

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
  •