CS.RIN.RU - Steam Underground Community
http://cs.rin.ru/forum/

[Tutorial] Add ALL Free Packages to your Steam Account
http://cs.rin.ru/forum/viewtopic.php?f=10&t=67302
Page 1 of 1

Author:  Royalgamer06 [ Wednesday, 11 Mar 2015, 19:18 ]
Post subject:  Add ALL Free Packages to your Steam Account

WHY?
Some packages can give you XP. And you can also use some subscriptions for steamworks fixes. This can also be useful for other purposes.

WARNING
It's hard to undo this action. And it will take several minutes for the script to complete. But you can just minimize it.

STEP 1
Login to steam website in your web browser

STEP 2
Copy this code (Last updated 05-03-2015):
http://pastebin.com/raw.php?i=YXh65Uj0

STEP 3
Go to your account page

STEP 4
Open web dev tools (Chrome: F12 > Console Tab)

STEP 5
Inside your developer console, paste the script that you copied before, press Enter, and wait for it to complete

UNDO
Remove subscriptions one by one on your Account Page.

Author:  darkthepro [ Wednesday, 11 Mar 2015, 19:44 ]
Post subject:  Re: Add ALL Free Packages to your Steam Account

paste how ? or where to paste it ? can do a tutorial for it ?

Author:  Royalgamer06 [ Thursday, 12 Mar 2015, 01:35 ]
Post subject:  Re: Add ALL Free Packages to your Steam Account

darkthepro wrote:
paste how ? or where to paste it ? can do a tutorial for it ?

I already made a tutorial...
But here is a screenshot:
http://i.imgur.com/puNsEru.png

Author:  anikak [ Thursday, 12 Mar 2015, 01:46 ]
Post subject:  Re: Add ALL Free Packages to your Steam Account

Uncaught SyntaxError: Unexpected identifier

Author:  L3TR1X [ Thursday, 12 Mar 2015, 03:02 ]
Post subject:  Re: Add ALL Free Packages to your Steam Account

anikak wrote:
Uncaught SyntaxError: Unexpected identifier

same error

Author:  Royalgamer06 [ Thursday, 12 Mar 2015, 03:06 ]
Post subject:  Re: Add ALL Free Packages to your Steam Account

L3TR1X wrote:
anikak wrote:
Uncaught SyntaxError: Unexpected identifier

same error

Hmm, something goes wrong when putting it in the thread.
Try from pastebin:
http://pastebin.com/raw.php?i=YXh65Uj0

Author:  [x3r0] [ Thursday, 12 Mar 2015, 03:29 ]
Post subject:  Re: Add ALL Free Packages to your Steam Account

Remove the " 's" on "Steam's account" or (perhaps, haven't tested yet), change the single quote to double ('Please run ...' to "Please run ...").

Author:  Haoose [ Thursday, 12 Mar 2015, 03:33 ]
Post subject:  Re: Add ALL Free Packages to your Steam Account

All work. Thx.

Author:  davispuh [ Thursday, 12 Mar 2015, 05:23 ]
Post subject:  Re: Add ALL Free Packages to your Steam Account

I would recommend using http://chriszarate.github.io/bookmarkleter/ to create it as bookmarklet.
I created it here as gist, just click "File suppressed. Click to show.", then select it all and drag-n-drop it on your bookmark menu, then in steam page click on this bookmark, it will execute it, don't have to open console then :P

Author:  darkthepro [ Thursday, 12 Mar 2015, 13:06 ]
Post subject:  Re: Add ALL Free Packages to your Steam Account

Royalgamer06 wrote:
darkthepro wrote:
paste how ? or where to paste it ? can do a tutorial for it ?

I already made a tutorial...
But here is a screenshot:
http://i.imgur.com/puNsEru.png

thanks works

Author:  Haoose [ Thursday, 12 Mar 2015, 17:00 ]
Post subject:  Re: Add ALL Free Packages to your Steam Account

Just for Lulz =)
Add all games and DLC to wishlist

STEP 1
Login to steam website in your web browser

STEP 2
Copy this code (Last updated 12-03-2015):
http://privatepaste.com/0087493614

STEP 3
Go to steam-store page

STEP 4
Open web dev tools (Chrome: F12 > Console Tab)

STEP 5
Inside your developer console, paste the script that you copied before, press Enter, and wait for it to complete

Enjoy :P

Author:  Royalgamer06 [ Wednesday, 25 Mar 2015, 16:28 ]
Post subject:  Re: Add ALL Free Packages to your Steam Account

I wonder is there also a way to vote YES on all greenlight games? :D

Author:  Royalgamer06 [ Friday, 27 Mar 2015, 17:00 ]
Post subject:  Re: Add ALL Free Packages to your Steam Account

I made a start:

function VoteYes() {
document.getElementById("VoteUpBtn").click();
if (document.getElementById("VoteUpBtn").class = 'btn_darkblue_white_innerfade gl_btn_huge gl_big_text gl_btn_ico_up toggled')
{
window.location.assign('http://steamcommunity.com/sharedfiles/votingqueue?filetype=6&appid=765');
}
else VoteYes();
}
VoteYes();

Page 1 of 1 All times are UTC + 3 hours
Powered by phpBB® Forum Software © phpBB Group
https://www.phpbb.com/