Jump to content

LoudPack's Ban Checker


LoudPacks

Recommended Posts

  • 2 weeks later...
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

cd074ac7b80322a77f10058239c9f413.png

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 this

http://pastebin.com/eUBtsPb2
which is basically a redirect  to the login page and throws this result.

  1. var RESPONSIVE = RESPONSIVE || {};
  2.                 RESPONSIVE.constant = RESPONSIVE.constant || {};
  3.                         RESPONSIVE.constant.user = {
  4.                                 language: 0,
  5.                                 isLoggedIn: 0
  6.                         };

 

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 by Satire
  • Like 1
Link to comment
Share on other sites

  • 1 month later...
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.

  • Like 1
Link to comment
Share on other sites

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 :D

Link to comment
Share on other sites

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!

Link to comment
Share on other sites

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

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...