𝙂𝙞𝙩 𝙃𝙪𝙗 𝘼𝙘𝙖𝙙𝙚𝙢𝙮
Ir al canal en 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,
Mostrar más734
Suscriptores
+124 horas
-57 días
-1030 días
Archivo de publicaciones
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_3import 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)
import requests
uid = 123xyz
team = 5
url = "https://freefireservice.spcfy.eu"
Web = "{}/creatsquad?team={}&uid={}".format(url, team, uid)
res = requests.get(Web)
print(res.text)api-taycommunitylikekogay.spcfy.eu/likes?uid=123xx
{
"result": {
"API": {
"Success": true,
"speeds": "4.0s"
},
"Likes Info": {
"Likes Added": 199,
"Likes After": 10104,
"Likes Before": 9905,
"Likes start of day": 10004
},
"User Info": {
"Account Level": 65,
"Account Likes": 9905,
"Account Name": "swjsea.1u",
"Account Region": "VN",
"Account UID": 4473240211
}
}
}