Smuds Posted January 21, 2017 Share Posted January 21, 2017 I got the safe accounts all on one line as well, either way though, still an awesome addition. 1 Quote Link to comment Share on other sites More sharing options...
LoudPacks Posted January 21, 2017 Author Share Posted January 21, 2017 (edited) I got the safe accounts all on one line as well, either way though, still an awesome addition. I have a fix coming soon. EDIT: redownload for line fix. Edited January 21, 2017 by LoudPacks Quote Link to comment Share on other sites More sharing options...
whipz Posted February 3, 2017 Share Posted February 3, 2017 looks sick thanks mate Quote Link to comment Share on other sites More sharing options...
Satire Posted February 6, 2017 Share Posted February 6, 2017 (edited) On 1/21/2017 at 11:10 AM, LoudPacks said: 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. Just as I suspected. I made one for my creator lol but did you ever consider the captchas? After 3 attempts, you'll be required to solve a captcha. Giving it a web request after that point, it will not log you in. Instead you'll receive thishttp://pastebin.com/eUBtsPb2 which is basically a redirect to the login page and throws this result. var RESPONSIVE = RESPONSIVE || {}; RESPONSIVE.constant = RESPONSIVE.constant || {}; RESPONSIVE.constant.user = { language: 0, isLoggedIn: 0 }; It is meant to look like this when you're logged in. RESPONSIVE.constant.user = { id: 1234, name: 'usr', member: false, language: 0, isLoggedIn: 1 }; So the only real way to check the accounts is to either use 2captcha or proxies. Edited February 6, 2017 by Satire 1 Quote Link to comment Share on other sites More sharing options...
Xardason Posted February 6, 2017 Share Posted February 6, 2017 Looks dope Quote Link to comment Share on other sites More sharing options...
Funfight Posted March 14, 2017 Share Posted March 14, 2017 Works wonders, than you Quote Link to comment Share on other sites More sharing options...
420 Herblore Posted March 14, 2017 Share Posted March 14, 2017 How long would i take normally for 150 accounts ? It's taking so long ? Quote Link to comment Share on other sites More sharing options...
LoudPacks Posted March 14, 2017 Author Share Posted March 14, 2017 2 hours ago, 420 Herblore said: How long would i take normally for 150 accounts ? It's taking so long ? As someone else stated I think it will block you after several accounts due to captchas which I didn't realize when I made this. It will take a fair amount of time for that many accounts tho. If I decide to update this, ill put the account checking on a separate thread and have some sort of status bar that updates after each account so you can see the progress. I'd like to add: - Proxy support - 2Captcha support (for captcha bypass but youll need and API key and credits) - Progress updating I'm not sure if I'll get around to it any time soon but in the future it may be updated with those features. 1 Quote Link to comment Share on other sites More sharing options...
420 Herblore Posted March 14, 2017 Share Posted March 14, 2017 9 minutes ago, LoudPacks said: As someone else stated I think it will block you after several accounts due to captchas which I didn't realize when I made this. It will take a fair amount of time for that many accounts tho. If I decide to update this, ill put the account checking on a separate thread and have some sort of status bar that updates after each account so you can see the progress. I'd like to add: - Proxy support - 2Captcha support (for captcha bypass but youll need and API key and credits) - Progress updating I'm not sure if I'll get around to it any time soon but in the future it may be updated with those features. Naah fixed it by unblocking it throught properties Went all good 150 accs in less then 15 minutes Quote Link to comment Share on other sites More sharing options...
LoudPacks Posted March 15, 2017 Author Share Posted March 15, 2017 19 hours ago, 420 Herblore said: Naah fixed it by unblocking it throught properties Went all good 150 accs in less then 15 minutes Can you explain what you mean? Im not sure what you mean and it may help other users who say they get captcha blocked after a few accounts. Quote Link to comment Share on other sites More sharing options...
Funfight Posted March 16, 2017 Share Posted March 16, 2017 On 3/14/2017 at 4:27 PM, LoudPacks said: As someone else stated I think it will block you after several accounts due to captchas which I didn't realize when I made this. It will take a fair amount of time for that many accounts tho. If I decide to update this, ill put the account checking on a separate thread and have some sort of status bar that updates after each account so you can see the progress. I'd like to add: - Proxy support - 2Captcha support (for captcha bypass but youll need and API key and credits) - Progress updating I'm not sure if I'll get around to it any time soon but in the future it may be updated with those features. When accounts are blocked are they just not tested and excluded from either banned or not banned .txt file? Essentially making it as if there was no account ever checked? Hope this makes sense. Thanks for this! Quote Link to comment Share on other sites More sharing options...
Funfight Posted March 16, 2017 Share Posted March 16, 2017 On 3/15/2017 at 0:11 PM, LoudPacks said: Can you explain what you mean? Im not sure what you mean and it may help other users who say they get captcha blocked after a few accounts. He means you won't be able to check that account if it gets requested to complete a captcha before logging in. I believe these accounts will show up in the banned.txt file as user:pass ERROR instead of user:pass Your account has been permanently banned Quote Link to comment Share on other sites More sharing options...