• 欢迎访问好鸭,WordPress信息,WordPress教程,推荐使用最新版火狐浏览器和Chrome浏览器访问本网站
  • 如果您觉得本站非常有看点,那么赶紧使用Ctrl+D 收藏好鸭吧

一键领取Steam平台27款游戏,不看是你的损失!

羊毛 haoduck 1年前 (2020-04-05) 420次浏览 0个评论

前言

Steam是一个整合游戏下载平台。2002年,Steam系统与CS1.4 Beta一起问世。至目前为止,Steam的运作十分成功广泛,无数游戏发行公司的游戏在此平台上发行、更新。

更是时不时来一些白piao游戏,让我等快活的很

可以不玩,不能没有。先别管什么游戏,领完了再说

1 登陆Steam平台

打开https://store.steampowered.com/登陆

2 进入"许可和产品序列号激活"页面

一键领取Steam平台27款游戏,不看是你的损失!

3 使用浏览器Console执行领取游戏代码

一键领取Steam平台27款游戏,不看是你的损失!

4 领取完成

一键领取Steam平台27款游戏,不看是你的损失!

一键领取Steam平台27款游戏,不看是你的损失!

5 附领取游戏代码

(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( '执行中...',
                                                '加载至 <b>' + loaded + '</b>/' + total + '.' );
                                }
                        }
                );
        }
}());

代码来源于 妖火网


好鸭 , 版权所有丨如未注明 , 均为原创丨本网站采用BY-NC-SA协议进行授权
转载请注明原文链接:一键领取Steam平台27款游戏,不看是你的损失!
喜欢 (0)
发表我的评论
取消评论

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

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

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