• 本站在不影响浏览的前提下添加了少量广告,请允许本站广告可显示,感谢~
  • 如果有必要,请使用Telegram关注https://t.me/getssr_info
  • 关于国内某个软件代理商代理的CorelDRAW系列软件,如果各位需要正版请访问corel官方网站,不要访问带有china的网站!!!反正话是放在这里了,听不听随你
  • 如果遇到文章图片不显示请联系管理员处理,谢谢
  • 欢迎访问寡人的吐槽胜地,我们真的只是吐槽,不谈技术,推荐使用最新版火狐浏览器和Chrome浏览器访问本网站
  • 版权声明:大部分文章是从网上复制的!并不表示全部都是从网上复制的!

Steam喜+N。

辣鸡玩意儿 解答问题的小白 6年前 (2018-03-01) 2025次浏览 已收录 0个评论

Steam 每次都会来一些喜加 1 的操作,之前也有过一次喜加 N,今天我又发现了一个喜加 N,有需要的小伙伴,赶紧去操作吧,游戏等着你哟。

登陆 steam 账号之后,再打开这个链接
https://store.steampowered.com/account/licenses/

之后右键审查元素——找到 Console——输入代码——然后回车键——游戏秒到账
(function()
{
    if( location.href.match( /^https:\/\/store\.steampowered\.com\/account\/licenses\/?$/ ) === null )
	{
		alert( '请在 Steam 帐号明细页面运行这些代码: https://store.steampowered.com/account/licenses/' );

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

		return;
	}
	
	var freePackages =
	[
		//本体
		39166,//Heroine's Quest: The Herald of Ragnarok
		13261,//RACE 07: Andy Priaulx Crowne Plaza Raceway
		32032,//Portal 2 Sixense Perceptual Pack
		59373,//Penumbra: Necrologue
		33694,//Grimm&Episode 1 - A Boy Learns What Fear Is
		88162,//Romance of the Three Kingdoms Maker
		36561,//Serena
		58514,//Voxelized
        117526,//Amnesia: Final Revelations
		
		//dlc
		85604,//RTK Maker - Face CG “RTK13” Set / 三国志ツクール顔登録素材 『三國志 13』セット+シナリオ
		21478,//Free to Play 免费本体
		50861,//Free to Play Soundtrack
		21473,//Prime World 免费本体
		31538,//Prime World - Prime Machine
		32287,//Z3TA+ 2 - Polybius 8-bit Game Pack
		38085,//Saints Row IV - Reverse Cosplay Pack
		72261,//The Secret of Tremendous Corporation 免费本体
		81026,//The Sources of Tremendous Corporation
		47333,//Aura Kingdom 免费本体
		38820,//Aura Kingdom - Winter Gift
		69802,//Fuse 免费本体
		60341,//Fuse - Free Brute Character Pack
		21416,//Elsword 免费本体
		63207,//Time Tracer's DLC Package
		59253,//Vindictus - New User Package
		
		//软件&工具
		35063,//Star Swarm Stress Test
		74465,//Arma 3 Samples
	];
	
	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( '努力执行中...',
	    	'请耐心等待,如果有错误请无视,请耐心等待脚本加载完毕' );
	
	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( '执行中...',
						'加载至 ' + loaded + '/' + total + '.' );
				}
			}
		);
	}
}());


本站大部分资源收集于网络,只做学习和交流使用,版权归原作者所有;若为付费内容,请在下载后 24 小时之内自觉删除,若作商业用途请购买正版;如果有版权争议,请发送邮件至 master@digac.cc(请留下写明原因和文章链接),我们将及时处理,谢谢!

喜欢 (0)
解答问题的小白
关于作者:
在本站的解答问题的小萌新,小萌新,小萌新
头像
发表我的评论
取消评论

表情 贴图 加粗 删除线 居中 斜体 签到

Hi,您需要填写昵称和邮箱!

  • 昵称 (必填)
  • 邮箱 (必填)
  • 网址