Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Some indent is missing but it works after you indent the code.
I've use your python script.
It's very comfortable.
I only had to install pyautogui library.
Thank you
I wrote a small Python program to let the codes enter automatically.
Code:
import pyautogui
import time
with open("PromoCodes.txt", "r") as F:
Data = F.read().split("\n")
time.sleep(5)
for Element in Data:
pyautogui.click()
pyautogui.write(Element)
pyautogui.press("enter")
time.sleep(5)
pyautogui.hotkey("alt", "left")
time.sleep(2)
pyautogui.click()
time.sleep(1)
ElementIndex = Data.index(Element)
for Word in Data[ElementIndex]:
pyautogui.press("backspace")
print(f"finish {Element}")
1. Copy all promo codes into a text file and name it "PromoCodes.txt"
2. Copy the program to a new Python file
3. Open the link to redeem and place the mouse at the right end of the input field
4. Execute the program and wait
!! Important!!! while the program is running, the mouse should not be moved
FeelLIkeAPlayer
for helios, domestic drone, and 3-day XP booster