[C++] PrintToConsole Functiondoes anyone have the printtconsole function to print text in the console, this isnt sendcommandtoconsole. Thanks
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.
Originally Posted by Huey Freeman 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