This repository has been archived by the owner. It is now read-only.
Feature: Accept data from clipboard via textbox#9
Open
VijayS1 wants to merge 2 commits intocln-io:masterfrom
Open
Feature: Accept data from clipboard via textbox#9VijayS1 wants to merge 2 commits intocln-io:masterfrom
VijayS1 wants to merge 2 commits intocln-io:masterfrom
Conversation
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.
Bluscream
reviewed
Feb 26, 2020
| { | ||
| ;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}$")){ |
There was a problem hiding this comment.
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!
There was a problem hiding this comment.
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.
This file contains hidden or 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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.