Steam Account Manager

This is srdeuss, I can't recover my old account for some reason. Anyways, here's the program. I haven't touched this thing in almost 2 years haha.
 
Even though you joined Jan 2007... How does that make sense? Link temporarily removed.


Also your host/provider has changed.
 
Look at the date of the last post.
September of 2008.

It is December of 2009 now.

Plus, irregardless, steam uses a new form of encryption (doesn't use the ClientRegistry.blob as far as I know) so this may no longer work.
 
Hi all,

I have been playing around in this area recently.

I have noticed the Steam DLL API call SteamIsAppSubscribed tells me an App is not subscribed but I can happily launch the same App with SteamLaunchApp - Any ideas ?

cheers
AnOldBLoke

Code:
//
//	Check if game is available
//
nRet	= pfnSteamIsAppSubscribed( 220, fIsAppSubscribed, fIsAppReady, tSteamError );
...
...
...
hSteam	= pfnSteamLaunchApp( 220, 0, "-console", tSteamError );
tSteamProgress.Valid	= 1;
while ( pfnSteamProcessCall( hSteam, tSteamProgress, tSteamError ) == 0)
{
	Sleep( 100 );	//Application.DoEvents();
}
 
ugh... its these kinda newbs i absolutely have problems with...
@dochappy
just use the thanx button of you dont really have much to say especially if the topic is from '07 ab was already bumped in '08 and '09 there is no need to bump it each and every freakin year... i demand this to be closed so no more bumbing newbs will bump it each year.
 
Back
Top