public static void PushToConsole( string szCommand )
{
uint L***ient = (uint)(/*LTC HERE*/);
byte CONoff = (byte)(uint)(L***ient + 0x208);
/* __asm
{
push szCommand;
call CONoff;
add esp, 4;
}
*/
}
uint L***ient = (uint)(/*LTC HERE*/);
byte CONoff = (byte)(uint)(L***ient + 0x208);
Public Shared Sub PushToConsole(szCommand As String)
Dim L***ient As UInteger = CUInt(LTC IS HERE)
Dim CONoff As Byte = CByte(CUInt(L***ient + &H208))
' __asm
' {
' push szCommand;
' call CONoff;
' add esp, 4;
' }
End Sub