Skip to content

Instantly share code, notes, and snippets.

@zevtyardt
Last active February 3, 2024 11:39
Show Gist options
  • Save zevtyardt/9d8c5a7c7492b9bed70616c599a468a2 to your computer and use it in GitHub Desktop.
Save zevtyardt/9d8c5a7c7492b9bed70616c599a468a2 to your computer and use it in GitHub Desktop.
free fire code redeem
# @author: val (zvtyrdt.id)
# @created: 01 06 2019
# @fb: https://fb.com/zvtyrdt.id
import requests
r = requests.post("https://api.reward.ff.garena.com/redemption/api/game/ff/redeem/",
data='{"serialno":"KODE VOUCHER"}',
headers={
"Accept": "*/*",
"Accept-Encoding": "gzip, deflate, br",
"Accept-Language": "id-ID,id;q=0.9,en-US;q=0.8,en;q=0.7,ms;q=0.6",
"Connection": "keep-alive",
"Content-Length": "27",
"Content-Type": "text/plain;charset=UTF-8",
"Host": "api.reward.ff.garena.com",
"Origin": "https://reward.ff.garena.com",
"Referer": "https://reward.ff.garena.com/",
"Save-Data": "on",
"User-Agent": "Mozilla/5.0 (Linux; Android 7.0; 5060 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36"
},
cookies={
"redemption_api_sessionid": "SESSION ID"
},
)
print r.text
@kattargamer
Copy link

code send kro bro

@Dyupouvf680tv
Copy link

So good

@aft786
Copy link

aft786 commented Jan 13, 2020

Why

@aft786
Copy link

aft786 commented Jan 13, 2020

Bsusbsbs

@aft786
Copy link

aft786 commented Jan 13, 2020

Babs s s

@amannawaz
Copy link

FFIC-33NT-EUKA

@MrSalazar001
Copy link

i need it to check a combolist.

@adembenziden
Copy link

what is SESSION ID

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment