Jump to content

LoudPack's Ban Checker


Recommended Posts

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

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

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