i sit here alone / my fears are all I have left / darkness fills the void
3
   
Award
Favorite
Favorited
Unfavorite
Download
"// my goal is to have f2p inside sharedconfig, the bots read this for activation and use, ignoringpurchases
//sideeffect is new organization in libary with lots of stuff
// so no real node code is needed other than the purchaseignore, try to make a jquery workout for the whole thing
////////////////////////////////////////////////////////////////////////////////
// A activate games? can put them in shared configwithout? try it! important for other susers
var freePackages = [];
// ignore blacklist
var i = 0;
var ownedPackages = {};
jQuery('.account_table a').each(function(i, el) {
var match = el.href.match(/javascript:RemoveFreeLicense\( ([0-9]+), '/);
if (match !== null) {
ownedPackages[+match[1]] = true;
}
});
function claim_games(loaded = 0) {
for(; loaded < 50; i++) {
if (!ownedPackages[freePackages[i][0]] ) {
loaded++;
console.log(i + ": {" + freePackages[0] + "} = " + freePackages[1]);
jQuery.post('/steamproxy.net/steamstore/checkout/addfreelicense', {
action: 'add_to_cart',
sessionid: g_sessionID,
subid: freePackages[0] }); } }}//B////////////setInterval(claim_games, 3720000);// TODO move REMAINING apps WITH videos over to hidden... (im missingf2p and someowned) thef2p // Icanfigure out if/when they get in library owned shouldnt be much to do manually// XXX how to get the appids of all this free ♥♥♥♥ and put it in hidden!? I can (hopefully)have huge free game library STEAMDB>>// FIXME add silent hidden catorgy to non freegames for this code right here(scarysurgery canbe donewith backup)fweffweffff// now the bots can claim tons of free ♥♥♥♥ from sharedconfig and not steamdb....welll...hmm the subids maybe appis will work!?// import jquery?// getall thespans from steamdb// I dont want dldc// get array of appids// print out chunks right there?
"
1 Comments
[PLM]☑️ ♛ The_King ♛ 13 May, 2020 @ 8:08am 
wait what lol