Results 1 to 4 of 4
  1. #1
    intervention61's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Posts
    285
    Reputation
    10
    Thanks
    875
    My Mood
    Cool

    [C++] PrintToConsole Function

    does anyone have the printtconsole function to print text in the console, this isnt sendcommandtoconsole.

    Thanks

  2. #2
    ♪~ ᕕ(ᐛ)ᕗ's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    Uterus
    Posts
    9,119
    Reputation
    1096
    Thanks
    1,970
    My Mood
    Doh
    Find it by yourself...?
    Code:
    typedef void Com_Printf_(char*);
    Com_Printf_ *Con_Printf = (Com_Printf_*)0x0000;
    To find the addy search for a text on ollydbg:
    "FS_Startup"
    I'll let you find the addy by yourself now, have fun.

  3. The Following User Says Thank You to ♪~ ᕕ(ᐛ)ᕗ For This Useful Post:

    intervention61 (08-07-2011)

  4. #3
    intervention61's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Posts
    285
    Reputation
    10
    Thanks
    875
    My Mood
    Cool
    Quote Originally Posted by Huey Freeman View Post
    Find it by yourself...?
    Code:
    typedef void Com_Printf_(char*);
    Com_Printf_ *Con_Printf = (Com_Printf_*)0x0000;
    To find the addy search for a text on ollydbg:
    "FS_Startup"
    I'll let you find the addy by yourself now, have fun.
    Thanks and i know the addy already

  5. #4
    ♪~ ᕕ(ᐛ)ᕗ's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    Uterus
    Posts
    9,119
    Reputation
    1096
    Thanks
    1,970
    My Mood
    Doh
    If you need something else I'll be glad to help

Similar Threads

  1. How do u define function in VB6
    By ilovepie21 in forum WarRock - International Hacks
    Replies: 5
    Last Post: 03-02-2008, 12:20 PM
  2. How can i kill a function in vb
    By HeXel in forum Visual Basic Programming
    Replies: 5
    Last Post: 02-15-2008, 04:56 PM
  3. hack function idea
    By l0ngcat in forum WarRock - International Hacks
    Replies: 6
    Last Post: 10-02-2007, 06:01 AM
  4. Replies: 8
    Last Post: 07-09-2007, 03:15 PM
  5. Disable some of punkbuster's functions.
    By System79 in forum Game Hacking Tutorials
    Replies: 3
    Last Post: 09-06-2006, 11:32 PM