steam免费游戏一键入库

您所在的位置:网站首页 steam查看免费游戏网址 steam免费游戏一键入库

steam免费游戏一键入库

#steam免费游戏一键入库| 来源: 网络整理| 查看: 265

这个只是重复添加免费游戏的js而已,没有其他操作。

1.网页登录steam

2.登录后复制这个网址打开  https://store.steampowered.com/account/licenses   

3.F12会查看网页源代码

4.在Console页面点下最下面的箭头后面复制以下代码粘贴,回车等待添加完毕。

代码:

(function()

{

    if( location.href.match( /^https:\/\/store\.steampowered\.com\/account\/licenses\/?$/ ) === null )

        {

                alert( '请在下面这个页面登录Steam帐号后运行代码 https://store.steampowered.com/account/licenses                        点击“确定”查看视频教程');

                window.location = 'http://1t.click/GAP';

                return;

        }

        

        var freePackages =

        [

                //本体

1064610,//1.休闲过关(小方块障碍过关):Neon Beats(https://store.steampowered.com/app/1064610/)

1067900,//2.走路鸡汤:HOME(https://store.steampowered.com/app/1067900)

931690, //3.像素风格地牢探险跑酷:Himno(https://store.steampowered.com/app/931690)

735570, //4.音乐游戏(四首歌):Project Rhombus(https://store.steampowered.com/app/735570)

630, //5.1TPS游戏:Alien Swarm(https://store.steampowered.com/app/630/Alien_Swarm)

630, //5.2Alien Swarm: Reactive Drop(上面的扩充作):https://store.steampowered.com/app/563560/Alien_Swarm_Reactive_Drop/

563560,//6.轻量射击游戏:RED HOT VENGEANCE(https://store.steampowered.com/app/1058640)

1010890,//7.东方同人:东方梦想曲(https://store.steampowered.com/app/1010890)

1116960,//8.日本三个大学生作品(欧尔麦特模拟器):UNDEFEATED(https://store.steampowered.com/app/1116960)

1052070,//9.优型画风脱俗的走路模拟器?(听了好几遍。。。):Burning Daylight(https://store.steampowered.com/app/1052070/Burning_Daylight)

1035750,//10.文字解密:文字狱(https://store.steampowered.com/app/1035750)

648390, //11.剧情向(类似于奇异人生):Marie's Room(https://store.steampowered.com/app/648390/Maries_Room)

725340, //12.益智连线游戏:Lines X Free(https://store.steampowered.com/app/725340/Lines_X_Free)

782340, //13.恐怖视觉小说:Lake of Voices(https://store.steampowered.com/app/782340/Lake_of_Voices)

1106770,//14.休闲解谜:Shepherd of Light(https://store.steampowered.com/app/1106770/Shepherd_of_Light)

1036950,//15.免费拼图:Super Jigsaw Puzzle: Generations(https://store.steampowered.com/app/1036950/Super_Jigsaw_Puzzle_Generations)

934840, //16.动作跑酷:FrostRunner(https://store.steampowered.com/app/934840/FrostRunner)

1094030,//17.恐怖游戏:Lurk in the Dark : Prologue(https://store.steampowered.com/app/1094030/Lurk_in_the_Dark__Prologue)

        ];

        

        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( '星空月零Ray整理,努力执行中...','请耐心等待,如果有错误请无视,请耐心等待脚本加载完毕' );

        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( '星空月零Ray整理,执行中... ',

                                                '加载至 ' + loaded + '/' + total + '.' );

                                }

                        }

                );

        }

}());



【本文地址】


今日新闻


推荐新闻


CopyRight 2018-2019 办公设备维修网 版权所有 豫ICP备15022753号-3