𝙂𝙞𝙩 𝙃𝙪𝙗 𝘼𝙘𝙖𝙙𝙚𝙢𝙮
765 subscribers
82 photos
21 videos
48 files
157 links
👥 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,
Download Telegram
This media is not supported in your browser
VIEW IN TELEGRAM
This media is not supported in your browser
VIEW IN TELEGRAM
🗿1
This media is not supported in your browser
VIEW IN TELEGRAM
🗿1
This media is not supported in your browser
VIEW IN TELEGRAM
1
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)
💩32
This media is not supported in your browser
VIEW IN TELEGRAM
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/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)