steam一键领取免费游戏(喜加N)

发布于 / 游戏娱乐 / 34 条评论

直接放步骤!很简单

1.首先先登录网页steam账号

2.然后打开https://store.steampowered.com/account/licenses/

3.复制代码,更新地址:https://steamdb.info/freepackages/

(function()
{
	if( location.href.match( /^https:\/\/store\.steampowered\.com\/account\/licenses\/?$/ ) === null )
	{
		alert( 'Please run this on Steam\'s account page details: https://store.steampowered.com/account/licenses/' );

		window.location = 'https://store.steampowered.com/account/licenses/';

		return;
	}
	
	var freePackages =
	[
		 All Zombies Must Die Demo
		21101, //  DiRT Showdown Demo
		21102, //  Rayman Origins Demo
		21103, //  iBomber Defense Pacific  Demo
		21104, //  Men Of War: Assault Squad GOTY Demo
		21105, //  Bang Bang Racing Demo
		21106, //  Sine Mora Demo
		21107, //  Noitu Love 2 Devolution Demo
		21108, //  Waveform Demo
		21109, //  Ridge Racer™ Unbounded Demo
		21110, //  Hegemony Gold: Wars of Ancient Greece
		21111, //  Rocksmith Demo
		21113, //  Binary Domain Demo
		21114, //  Sniper Elite V2 Demo
		21115, //  Blades of Time Demo
		21117, //  A Valley Without Wind Demo
		21118, //  F1 2012 Demo
		21119, //  Magical Diary Demo
		21120, //  The Dream Machine Demo
		21121, //  Hell Yeah! Demo
		21122, //  A Virus Named Tom Demo
		21123, //  Splice Demo
		21124, //  Atooms to Moolecules
		21125, //  BeatBuddy Demo
		21126, //  DIVO
		21127, //  Imagine Earth Demo
		21128, //  MilitAnt
		21129, //  Plutonic Repulse
		21130, //  The White Laboratory Demo
		21131, //  Blackwell's Asylum
		21132, //  Magic 2014 Demo
		21133, //  Sid Meier's Civilization V: Gods & Kings Demo
		21134, //  Gratuitous Tank Battles Demo
		21135, //  Tiny and Big: Grandpa's Leftovers Demo
		21136, //  KungFu Strike Demo
		21137, //  Adventures of Shuggy Demo
		21138, //  E.Y.E: Divine Cybermancy Demo
		21139, //  Orcs Must Die! 2 Demo
		21140, //  The Book of Unwritten Tales Demo
		21141, //  Sleeping Dogs™ Demo
		21142, //  Damage Inc Demo
		21143, //  Gateways Demo
		21144, //  Football Manager 2013 Demo
		21145, //  XCOM: Enemy Unknown Demo
		21146, //  Transcripted Demo
		21147, //  Intrusion 2 Demo
		21148, //  Din's Curse Demo
		21149, //  Democracy 2 Demo
		21150, //  Ys Origin Demo
		21151, //  Ether Vapor Remaster Demo
	];
	
	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;
		}
	} );
	
	var i = 0,
	    loaded = 0,
	    package = 0,
	    total = freePackages.length,
	    modal = ShowBlockingWaitDialog( 'Executing…',
	    	'Please wait until all requests finish. Ignore all the errors, let it finish.' );
	
	for( ; i < total; i++ )
	{
		package = freePackages[ i ];
		
		if( ownedPackages[ package ] )
		{
			loaded++;
			continue;
		}
		
		jQuery.post(
			'//store.steampowered.com/checkout/addfreelicense',
			{
				action: 'add_to_cart',
				sessionid: g_sessionID,
				subid: package
			}
		).always( function( )
			{
				loaded++;
				
				modal.Dismiss();
				
				if( loaded >= total )
				{
					location.reload();
				}
				else
				{
					modal = ShowBlockingWaitDialog( 'Executing…',
						'Loaded <b>' + loaded + '</b>/' + total + '.' );
				}
			}
		);
	}
}());

4.在浏览器右键点击审查元素或者(检查)找到Console->粘贴代码->回车键执行->喜加N

可以看到,获取了一堆游戏大概有70多个

本文基于《署名-非商业性使用-相同方式共享 4.0 国际 (CC BY-NC-SA 4.0)》许可协议授权
转载原创文章请注明,转载自: 沧水的博客 » steam一键领取免费游戏(喜加N)
  1. 僵尸小弟

    你好,按照这个运行成功了。。。但是我打开steam里面怎么没有刚才添加的这些游戏哇大佬~

    1. 沧水
      @僵尸小弟 因为这些游戏不是入库游戏,只会有领取记录不会显示在steam主页,也就是说只能免费玩,不能+1,当然有些时候会有那么几个能+1的,看运气
  2. dbb

    不能用了?

  3. 大哥

    已收货,五星好评,东西很棒,店家很好

  4. Paydom

    It works! Thaxx!

  5. weeper

    真厉害

  6. 十一点半别扯淡

    哇哦 ,好炫酷

  7. Fata

    666666666666666666666啊

  8. 噜啦啦

    为啥都在工具里

    1. 沧水
      @噜啦啦 文章更新了
  9. 小沫

    。。。。。。。我才得到10多个

    1. 沧水
      @小沫 已更新
  10. KELLY

    显示SyntaxError: ” string literal contains an unescaped line break

  11. 胖胖的小尧哥

    牛逼

  12. 000

    钱包里能看到库里没有 😳

    1. steam股东
      @000 那是因为有些游戏是免费游戏而不是限时免费的阿那种”购买游戏“
  13. LEO

    为什么我不行
    Uncaught SyntaxError: Unexpected token if

  14. wahoo

    好棒,喜加N呢

  15. flappyPanda

    按F12进入Console发现一片红 😮

    1. 沧水酱
      @flappyPanda 角度刁钻 :eek:
  16. flappyPanda

    🙂 打码技术不行啊,还是看到了fishman了

  17. yang137197

    VPS怎么付费?

  18. 王能武

    ❓ 感谢感谢,激活了WIN10

    1. 沧水酱
      @王能武 不用,公益事业 :!: ´∀`
      1. 清水
        @沧水酱 :mrgreen: 感谢沧水大大
  19. 觉

    已收货,五星好评,东西很棒,店家很好

  20. ……

    已收货,五星好评,东西很棒,店家很好