A preserved archive of the Logical Gamers community forums, 2009-2025. The original threads and posts, served read-only. Registration, posting and private messages are gone for good.

C#

982 views · started by Stapled ·
#1
C#
I'm currently studying it in college so I thought it'd be a good idea to leave VB for the time being. Expect bots.

<= LOL
#2
Marvelous idea. Where is it getting the login data from? Was there a prompt that was cleared before this display? Or does it read it from a file? Because you know what would be cool? Using a file of usernames:passwords and doing it for all of them. Assuming it doesn't get Captcha'd. Still an awesomely great idea.

If you can open-source this, I can check out the request data and maybe make a browser extension that does this (depending on Gaia's in-browser security settings).
#3
Sounds cool, can't wait to see some stuff released. I really need to learn how to make that fucking login in Java or C++ or someshit, and then I can do this too haha.
#4
Marvelous idea. Where is it getting the login data from? Was there a prompt that was cleared before this display? Or does it read it from a file? Because you know what would be cool? Using a file of usernames:passwords and doing it for all of them. Assuming it doesn't get Captcha'd. Still an awesomely great idea.

If you can open-source this, I can check out the request data and maybe make a browser extension that does this (depending on Gaia's in-browser security settings).


Login data is entered before that screen is displayed and I'll try for multi-account support eventually. I also plan on releasing a lot of source codes this time around in hopes of teaching others the basics and getting more people to contribute.
#5
Yeah, that sounds great. Especially if we can get some extensible code going. Like some C++ functions that send the Gaia login information and handles all the headers and such. Something simple. Just if (login("username", "password")) or something. IIRC, the header library shared on here before was pretty poorly written.