Skip to content
This repository has been archived by the owner. It is now read-only.

Feature: Accept data from clipboard via textbox #9

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

VijayS1
Copy link
Contributor

@VijayS1 VijayS1 commented Oct 5, 2016

Like this feature from @chadteck and it should be simple to merge as the changes happen in the area that hasn't been modified so far.

chadteck added 2 commits April 26, 2016 14:14
Fix issue when trying to activate owned and installed game. Add text box
to paste clipboard data to. Will still use keys.txt if it exists,
otherwise will prompt to enter keys. Can parse a paste with arbitrary
text as long as each key is on a line by itself, eg. can paste the text
from Humble Bundle or Indiegala keys pages.
Remove messagebox when entering into edit box. Delete activation.log on
each run, add summary to it and display it when process is finished (no
longer display an additional message box).
{
;will only activate keys in the format XXXXX-XXXXX-XXXXX
;this is mostly for easy pasting from humble bundle and indiegala key pages
if(RegExMatch(A_LoopField,"^\w{5}-\w{5}-\w{5}$")){

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please make it also look inbetween other text and catch multiple keys per line.
also there can't be more then 1 instance of the same char in a row!

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I stopped using this script and switched to https://github.com/Ezzpify/SteamBulkActivator.
It uses the Steam API to activate keys, so it's faster and it won't be broken by UI changes.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants