-
-
Save zevtyardt/9d8c5a7c7492b9bed70616c599a468a2 to your computer and use it in GitHub Desktop.
free fire code redeem
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# @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 |
code send kro bro
So good
Why
Bsusbsbs
Babs s s
FFIC-33NT-EUKA
i need it to check a combolist.
what is SESSION ID
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
How do i run this code