Skip to content

Instantly share code, notes, and snippets.

@morcefaster
morcefaster / afk_giftcode.py
Last active June 13, 2021 19:35 — forked from entchen66/afk_giftcode.py
AFK gift code redemption
import sys
import requests
game = 'afk'
#Hardcode your Username here or use as an inputline.
#user_id = 12345678
user_id = input("Whats your user ID?\n")