STEAM GROUP
Archi's SC Farm Archi-ASF
STEAM GROUP
Archi's SC Farm Archi-ASF
64,103
IN-GAME
402,790
ONLINE
Founded
October 29, 2015
Language
English
All Discussions > 💬 General > Topic Details
Greasemonkey IG script
Hello, I'd like to ask you guys if someone here has a Greasemonkey script that would discover all steam keys on Indie Gala gift and copy them to clipboard in ASF activation format (commas without space)? I wasn't able to find one, and it would be a huge help with activating multiple bundles.
< >
Showing 1-1 of 1 comments
Yuu Nov 12, 2017 @ 10:29am 
Not Greasemonkey, use this in your console on the gift page. Replace !redeeem 1 with !redeem <botname>.

var keys = "!redeem 1 ";
$(".game-key-string").each(function(index, e){
var key = $(".keys", e).val();
keys = keys + key + ",";
});
keys = keys.substr(0, keys.length - 1); // remove last comma
console.log(keys);
< >
Showing 1-1 of 1 comments
Per page: 1530 50

All Discussions > 💬 General > Topic Details