en
Feedback
4 165
Subscribers
-1024 hours
+587 days
-21330 days
Posts Archive
FAKE :- @DEVXTLIVEE REAL :- @DEVXT16

For decode the response
import json
import blackboxprotobuf


# Bytes ko JSON serializable banane ke liye helper
def byte_converter(obj):
    if isinstance(obj, bytes):
        try:
            return obj.decode("utf-8")
        except:
            return obj.hex()
    raise TypeError(f"Object of type {type(obj).__name__} is not JSON serializable")


def decode_freefire_raw_response(raw_bytes):
    try:
        print("โณ Wait... Decoding RAW protobuf data...")

        # Step 1: Protobuf decode
        decoded_data, message_type = blackboxprotobuf.decode_message(raw_bytes)

        # Step 2: Convert to neat JSON
        json_output = json.dumps(decoded_data, indent=4, default=byte_converter)

        print("-" * 60)
        print("โœ… SUCCESS! DATA DECODED:")
        print("-" * 60)
        print(json_output)
        print("-" * 60)
        print("End of Data.")

        # Step 3: Save to file
        with open("decoded_output.txt", "w", encoding="utf-8") as f:
            f.write(json_output)

        print("\n๐Ÿ“ FILE SAVED: decoded_output.txt")

    except Exception as e:
        print(f"โŒ Error: {e}")


# ๐Ÿ”น RAW RESPONSE BYTES (direct paste)
raw_response = b'\n\x14\x08\x01\x10\x9d\x9d\xc5\xb0\x03\x18\x018\x80\xe9\x0f@\x9c\xf0\xe0\xbe\x010\x01@\x01\x80\x01\x01\xb2\x01\x01\t\xb8\x01\xff\xff\xff\xff\xff\xff\xff\xff\xff\x01\xc2\x01\x01\x01'

# Run decoder
decode_freefire_raw_response(raw_response)

import aiohttp
import asyncio
import binascii

# ================= CONFIG =================

GACHA_URL = "https://client.ind.freefiremobile.com/PurchaseGacha"

GOJO_PAYLOAD = "A3 1F 3A 86 EC 5E C8 1A F1 2D 16 4D BA 36 49 19"

TOKEN = "token-dalo"  # <-- token here

# ================= GACHA REQUEST =================

async def kyro_gacha_req(session: aiohttp.ClientSession, token: str, encrypted_payload: bytes):
    headers = {
        'User-Agent': "Dalvik/2.1.0 (Linux; U; Android 9; ASUS_Z01QD Build/PI)",
        'Connection': "Keep-Alive",
        'Accept-Encoding': "gzip",
        'Content-Type': "application/octet-stream",
        'Authorization': f"Bearer {token}",
        'X-Unity-Version': "2018.4.11f1",
        'X-GA': "v1 1",
        'ReleaseVersion': "OB52"
    }

    try:
        async with session.post(
            GACHA_URL,
            headers=headers,
            data=encrypted_payload,
            ssl=False,
            timeout=aiohttp.ClientTimeout(total=15)
        ) as res:

            if res.status == 200:
                return await res.read()
            else:
                print(f"[!] HTTP ERROR: {res.status}")
                return None

    except Exception as e:
        print(f"[!] Gacha request error: {e}")
        return None

# ================= MAIN =================

async def main():
    # Hex string โ†’ bytes
    encrypted_payload = binascii.unhexlify(GOJO_PAYLOAD.replace(" ", ""))

    async with aiohttp.ClientSession() as session:
        response = await kyro_gacha_req(session, TOKEN, encrypted_payload)

        if response:
            print("[โœ“] Response received:")
            print(response)
        else:
            print("[โœ—] No response")

# ================= RUN =================

if __name__ == "__main__":
    asyncio.run(main())

AUTO UPDATE ๐Ÿ˜‚
AUTO UPDATE ๐Ÿ˜‚

JOIN MY BACKUP CHANNEL https://t.me/DEVAPIS2

SOME KIDS BAN MY 2AND GROUP ๐Ÿ˜‚ https://t.me/DEVXTLIKES2

โžก๏ธNEW LIKE GROUPโฌ…๏ธ ๐Ÿ”ธ๏ธ Like Given By Bot: 100 https://t.me/+dYhnzAhHx45mYWY1 https://t.me/+dYhnzAhHx45mYWY1 https://t.me/+dYhnzAhHx45mYWY1 https://t.me/+dYhnzAhHx45mYWY1

โžก๏ธNEW LIKE GROUPโฌ…๏ธ ๐Ÿ”ธ๏ธ Like Given By Bot: 100 https://t.me/+dYhnzAhHx45mYWY1 https://t.me/+dYhnzAhHx45mYWY1 https://t.me/+dYhnzAhHx45mYWY1 https://t.me/+dYhnzAhHx45mYWY1

โžก๏ธNEW LIKE GROUPโฌ…๏ธ ๐Ÿ”ธ๏ธ Like Given By Bot: 100 https://t.me/+dYhnzAhHx45mYWY1 https://t.me/+dYhnzAhHx45mYWY1 https://t.me/+dYhnzAhHx45mYWY1 https://t.me/+dYhnzAhHx45mYWY1

FF GUILD GLORY BOT SELL DM TO BUY @clientind

YT PREMIUM JISKO JISKO LENA HO VC JOIN KRO https://t.me/+InXU7WVEr3ZhYjg5

YOUTUBE PREMIUM + CHAT PREMIUM GIVEAWAY START SOON....
YOUTUBE PREMIUM + CHAT PREMIUM GIVEAWAY START SOON....

Now I Finding Collage Student Day Bypass Jise Aap Chutti Le Sakte ho ๐Ÿ‘ฟ

Guys School Bypass Packet Leak Now I Am At School But I Am At Home so Packet Is Fully Working Enjoy .
import time
import bahana

async def make_bahana(school):
    root = gharsebahar_pb2.school()

    # field 1
    root.field_1 = 8 

    # field 2
    root.field_2.parentsSeMaarKhao()
    root.field_2.field_1 = dimaagKharab(school)
    root.field_2.field_2 = 150

    # field 3
    root.field_2.field_3.SetInParent()
    root.field_2.field_3.field_1 = 1
    root.field_2.field_3.field_2 = 330
    root.field_2.field_3.field_3 = 201
    root.field_2.field_3.field_4 = 1

    return root.Serialfucker().hex()

๐Ÿ†• 200 Likes Giveaway ๐Ÿค– โšก๏ธ Give 30+ Reactions ๐Ÿ˜’

Tum Kon Ho ?
Anonymous voting

Hi โœ…

I AM LEAVING TELEGRAM. IF ANYONE WANTS TO BUY THIS CHANNEL THEN DM ME @DEVXTLIVEE

MY 2 YEAR OLD FRIEND CHEATED ON ME AND RESET MY PHONE, NOW I HAVE NOTHING WHAT DO I DO NOW. ๐Ÿ™‚