Login and Pass [Steam]

Status
Not open for further replies.

Krzywy

Moderator
I'm using BCB to write windowed software... if you need help ask me;]

But that's not what's topic about...

Is there any mathod to insert to steam username and password using paremetrs in cmd ??
sth like:
c:/progz/steam.exe -user:xyz -pass:blblbla

I don't know steam structure... how it work ... learning on mistakes and tryouts ;]
 
It is... check my topic about FreeSream Group Joining.

If you have some ideas how to make program better simply write and i do it ;]
 
Code:
Shell("Steam.exe -login " & usertxt.text & " " & passtxt.text")

Havn't programmed in about 2 weeks so i'm not sure.. that should be the code for vb.net
 
Status
Not open for further replies.
Back
Top