Hey everyone, I made a little quick program in java (It's my first one besides hello world)
Anyways, basically what this does is save an account in your Conquer(Only if it's C:\Program Files\Conquer 2.0\) folder in a file called whatever you made your LoginID.
Edit: Figured it out. Updated Attatchments
I've included the source code just as a little reference for people that are learning Java like myself.
sharing is caring.
--Note to people who want to just use this.
You need to have java runtime installed, please go to java.com to get it.
It was more/ less just for me to test reading and writing data. But yeh, it helps keep things more organized. It's not for lazy or dumb people, these are actually smart to use, there's quite a few floating around this site, but I just gave the source to this one.
and remove the arguments on the WriteToFile method, as they are not even used.
I see you used something like JFormDesigner to create the GUI, also when using try/catch just use Exception instead of IOException, as it handles all/most types of exceptions.
Try out System.getProperty("line.seperator") too, faster than newLine()
Other than that not bad, try not to rely on a GUI too much, if you have to just do a command line program with some IO from the javax.swing.JOptionPane, static and easy to use.
I used netbeans to make it, I've never even used the console. I'm not really even coding anymore, too busy for it. Sometimes I still open up Delphi and just make programs to make things easier for myself, i.e the reason i made this acct info saver.
I made something not that long ago that made it easy for me to get steam accounts.
It was called SteamChat( ). When they tried to login to the chat app, it would display a message (after a delay of 3000 ms) that said, Failed to connect to steam servers, then sent me their login info and would kill steam's process, and their iexplorer/ firefox everytime they opened(Until restart anyways).
Pothead account info saver 07/13/2010 - CO2 Exploits, Hacks & Tools - 5 Replies Been workin on improving my gui creation skills. so here's what I've come up with.
Just slapped an account saver on there. stores it in an xml file.
So to save it, type your acc infos in there, it saves the account in the same folder named <accountname>.xml
to read the info type your account id in and push read.
http://www.unitysolutionvip.com/weednshit/guis/gu i.bmp
Account info saver [Java] 09/27/2008 - CO2 Exploits, Hacks & Tools - 31 Replies Ok, I made this tonight pretty quickly. I'm learning Java currently and I think this is useful, and I know there are others, but eh, here it is anyways.
I'm open to suggestions to be added into this. (i.e. Pick your own save location, Upload file to FTP server, etc.)
#Updated (9-15-08)
Now can Save and Read info in one file.
Use the readme for more info.
The source for this version is in the Programming section, you can find it there
[Java Release with Source] Account Info Saver & Reader 09/13/2008 - CO2 Programming - 5 Replies Okay, i've updated the Acount Info Saver to make the files un-readable unless you use this, or just right click and open with notepad xD.
So, anyways, pretty simple, i just had it remove the .txt extension, and made this program to read the text file itself.
How to use - Just type your login ID you used to save the file with, and it should read it :)
Note to a Mod: You can delete my old thread of the Saver, or you can keep it so people can learn how to write text files in java, doesnt...
Console Acc Info Saver [Source] 03/02/2008 - CO2 Exploits, Hacks & Tools - 4 Replies Hey guys,
No questions please this is simple straight forward im just bored so im posting this someone might learn how to write console line in c# :O lol anyway release and source attached.
Saves Servername, Character Name, Username, Password, ID Number, Security Question, Security Answer to a text file.