So, I've bought a new mechanical keyboards and I'm going to make some nice macros.

So my question, is this possible? Like steam://redeemkey or something.

I have a Logitech one.

Edit; Not automatic redeem, just to make the redeem window show up.

7 years ago*

Comment has been collapsed.

There used to be a way, but Steam closed it due to exploitation.

7 years ago
Permalink

Comment has been collapsed.

^^

7 years ago
Permalink

Comment has been collapsed.

not sure what you want to achieve exactly, what process do you want to automate?

7 years ago
Permalink

Comment has been collapsed.

^^

7 years ago
Permalink

Comment has been collapsed.

steam://open/activateproduct

7 years ago
Permalink

Comment has been collapsed.

Thanks for this. It is very useful. :)

7 years ago
Permalink

Comment has been collapsed.

he probably want to make a bot that snatch and redeem keys

7 years ago
Permalink

Comment has been collapsed.

theres the steam bulk key activator i think still works head on over here https://github.com/colingg/SteamBulkKeyActivator

Its useful i guess if you have a lot of keys to add at once

7 years ago
Permalink

Comment has been collapsed.

^^ Not automatic process, just open up the prompt. :)

7 years ago
Permalink

Comment has been collapsed.

it autohotkey's to the position to do the stuff then pastes the keys in i believe, its automated and does it for you just have to store the keys in the text file for the program.

its only of use really if you have an awful lot of keys to activate at once

7 years ago
Permalink

Comment has been collapsed.

from the link above:

steam_open_activation_window(){             ;steam open the activation window
    Run steam://open/activateproduct
    applog("activated steam url to open activation window")
    Sleep,100
    return
}

so according to that it would be:
steam://open/activateproduct

;)

7 years ago
Permalink

Comment has been collapsed.

yup sounds about right, all the program does is jump to button clicks and copy/paste from a text file then close the windows for you, im sure they can be automated fine.

7 years ago
Permalink

Comment has been collapsed.

Thanks, that was what I was searching for. :D

7 years ago
Permalink

Comment has been collapsed.

Deleted

This comment was deleted 7 years ago.

7 years ago
Permalink

Comment has been collapsed.

Deleted

This comment was deleted 1 year ago.

7 years ago
Permalink

Comment has been collapsed.

Deleted

This comment was deleted 7 years ago.

7 years ago
Permalink

Comment has been collapsed.

Yes. Make a shortcut like this; "<steam.exe directory>" steam://open/activateproduct without '*'.

7 years ago
Permalink

Comment has been collapsed.

Deleted

This comment was deleted 3 years ago.

7 years ago
Permalink

Comment has been collapsed.

Sign in through Steam to add a comment.