Send command to console in VB.net
Hey dudes
Does anyone know how to write to console from a vb application?
[highlight=Seaplusplus']int (__cdecl *execConsoleComand)(int a1, int a2, char *command) = (int (__cdecl*)(int, int, char*))0x5527C0;[/highlight]
Thats how to do it in C but I don't understand any of it since I code in VB.net and not C. Im not even sure what language it is.
So if anyone have the skill to translate it into vb then please reply
hmm maybe something with this
Process.Start("steam://steamgamename "god"") or somthing?
Doesn't work for shit.
If the game is closed it will open the game.
If it is open it will try to open it again. fail.
Have the same question like pyton123456... Is it possible?
I personally don't understand how that code works but all I know that it pushes the params into the address but still, don't think it's possible in VB.
Anyway that code can only be run from a DLL which is injected into the game so you're outta luck. You may want to look at House Black RC2's source, might find something. Doubt it though.