en
Feedback
๐™‚๐™ž๐™ฉ ๐™ƒ๐™ช๐™— ๐˜ผ๐™˜๐™–๐™™๐™š๐™ข๐™ฎ

๐™‚๐™ž๐™ฉ ๐™ƒ๐™ช๐™— ๐˜ผ๐™˜๐™–๐™™๐™š๐™ข๐™ฎ

Open in Telegram

๐Ÿ‘ฅ https://telegra.ph/Disclaimer-11-25-17 This Channel is not intended to violate any condition of use. Copyright Disclaimer Under Section 107 of Copyright Act 1976, allowance is made for "fair use" for purposes such as criticism, comment, news reporting,

Show more
758
Subscribers
-124 hours
-67 days
+2130 days
Posts Archive
import requests

url = "https://clientbp.ggpolarbear.com/GetLoginHistory"

payload = bytes.fromhex("46F915AC850D6DE6842137B43FE6097F79378984316C0DD241F5F69B0D119D9A12CCD00C684D18983A2BD6D3CF092D11B06292B2514D0EE4EF834DFE0D33A13BC6F86F339347722E2BAA49477601BD01")

token = "{}"

headers = {
  'User-Agent': 'Dalvik/2.1.0 (Linux; U; Android 9; G011A Build/PI)',
  'Connection': 'Keep-Alive',
  'Accept-Encoding': 'gzip',
  'Content-Type': 'application/x-www-form-urlencoded',
  'Expect': '100-continue',
  'X-Unity-Version': '2018.4.11f1',
  'X-GA': 'v1 1',
  'ReleaseVersion': 'OB52',
  'Authorization': f"Bearer {token}",
}

res = requests.post(url, data=payload, headers=headers)
print(res.content.hex())
print(res.status_code)

10 tim chuyแปƒn chแปง kรชnh cho ngฦฐแปi bแบฅt kรฌ

Don't you guys ever get tired of leaking things that have already been leaked?

import requests

url = "https://clientbp.ggpolarbear.com/GetRandomClanList"

payload = bytes.fromhex("088f3d234c637d86948a171257678323")

headers = {
  'User-Agent': 'Free%20Fire/2019119620 CFNetwork/1335.0.3.4 Darwin/21.6.0',
  'X-Unity-Version': '2018.4.11f1',
  'ReleaseVersion': 'OB52',
  'X-GA': 'v1 1',
  'Accept-Language': 'en-US,en;q=0.9',
  'Content-Type': 'application/x-www-form-urlencoded',
  'Authorization': 'Bearer {token}',
}

res = requests.post(url, data=payload, headers=headers)
print(res.content.hex())
print(res.status_code)
Cre: @S_3_0_3

import requests url = "https://clientbp.ggpolarbear.com/BindDelete" payload = bytes.fromhex("ib de nhan") headers = { 'User-Agent': 'Free%20Fire/2019119620 CFNetwork/1335.0.3.4 Darwin/21.6.0', 'X-Unity-Version': '2018.4.11f1', 'ReleaseVersion': 'OB52', 'X-GA': 'v1 1', 'Accept-Language': 'en-US,en;q=0.9', 'Content-Type': 'application/x-www-form-urlencoded', 'Authorization': 'Bearer eyJhbGciOiJIUzI1NiIsInN2ciI6IjEiLCJ0eXAiOiJKV1QifQ.eyJhY2NvdW50X2lkIjoxNTI1MzQ5Mzc1NCwibmlja25hbWUiOiJCYW5hbmHigbbigbjCs-KBucKzIiwibm90aV9yZWdpb24iOiJWTiIsImxvY2tfcmVnaW9uIjoiVk4iLCJleHRlcm5hbF9pZCI6ImY2NzdiNDA2MDBhMzU2OGNlYTAyZjg0ODQyYjMxMDA4IiwiZXh0ZXJuYWxfdHlwZSI6NCwicGxhdF9pZCI6MSwiY2xpZW50X3ZlcnNpb24iOiIxLjEyMi4xIiwiZW11bGF0b3Jfc2NvcmUiOjAsImlzX2VtdWxhdG9yIjpmYWxzZSwiY291bnRyeV9jb2RlIjoiRlIiLCJleHRlcm5hbF91aWQiOjQ2Nzk2ODY1MTcsInJlZ19hdmF0YXIiOjEwMjAwMDAwNywic291cmNlIjowLCJsb2NrX3JlZ2lvbl90aW1lIjoxNzc0OTc3NTQ2LCJjbGllbnRfdHlwZSI6Miwic2lnbmF0dXJlX21kNSI6IjFhYzRiODBlY2YwNDc4YTREMjAzYmY4ZmFjNjEyMGY1IiwidXNpbmdfdmVyc2lvbiI6MiwicmVsZWFzZV9jaGFubmVsIjoiYW5kcm9pZF9tYXgiLCJyZWxlYXNlX3ZlcnNpb24iOiJPQjUyIiwiZXhwIjoxNzc1MDA3NjIwfQ.sJNRjMxkk3Zw1e6XUsTNi2rG_IeEpM2g8hpCAvpZF-8', } res = requests.post(url, data=payload, headers=headers) print(res.content.hex()) print(res.status_code)