LoudPacks Posted January 20, 2017 Posted January 20, 2017 (edited) INFO A tool that will import a list of accounts in the format: user:pass user:pass user:pass And check the accounts status of each account using web requests made to the Runescape website. Accounts are checked and written to two output files in the selected directory: Selected Directory/Banned_Accounts.txt user:pass ban_message user:pass ban_message Selected Directory/Safe_Accounts.txt user:pass user:pass IMAGES DOWNLOAD http://www.mediafire.com/file/vmmb5ci96fa4764/BanChecker.jar NOTES No, this does not steal your account info. Feel free to decompile it if you're worried, I have chosen not to obfuscate it. I can add proxy support if people really want it. Edited January 20, 2017 by LoudPacks 10
Suiseiseki Posted January 20, 2017 Posted January 20, 2017 (edited) Great work! thank you for sharing!, Proxy support would be amazing! +1 to that. Edited January 20, 2017 by Convergence
LoudPacks Posted January 20, 2017 Author Posted January 20, 2017 Great work! thank you for sharing!, Proxy support would be amazing! +1 to that. The web request stuff I wrote supports proxies already so it will be easy to implement, Ill post here when I add it. Then the account list will have optional: user:pass:ip:port:user:pass 3
LoudPacks Posted January 21, 2017 Author Posted January 21, 2017 I have that same background lol probably, its a stock OSX background. Proxy support will be coming soon. 1
progamerz Posted January 21, 2017 Posted January 21, 2017 (edited) Nice release good idea. EDIT: tested it out and only has a problem with output of working accounts is that it will make them all go to the same line. Edited January 21, 2017 by progamerz
Magerange Posted January 21, 2017 Posted January 21, 2017 (edited) *insert you da real mvp meme* Edited January 21, 2017 by Magerange
LoudPacks Posted January 21, 2017 Author Posted January 21, 2017 (edited) Nice release good idea. EDIT: tested it out and only has a problem with output of working accounts is that it will make them all go to the same line. Are you sure? I just looked at the code and it prints result + "\n". Ive also tested it with 10 accounts and it seemed fine. Edited January 21, 2017 by LoudPacks
progamerz Posted January 21, 2017 Posted January 21, 2017 Are you sure? I just looked at the code and it prints result + "\n". Ive also tested it with 10 accounts and it seemed fine. Yup or it will add " " between the accounts i am on windows idk if it would be the same for windows or mac