极品广告位,可用论坛币支付,点击联系我们
返回列表 發帖

【游戏】教你一键获取STEAM所有免费游戏

操作流程3 w5 p7 I; j+ _# _
    1. 登录网页版 steam$ H9 V0 ^: W) Z
网址:https://store.steampowered.com/
+ R& b2 Z+ c+ B1 b8 R: ^
1 z/ B9 u) O. w2. 点击右上角自己账号 —— 账户明细 —— 许可和产品序列号激活
) a; ?: B/ ^6 Q  
( @2 l+ Q0 L( b5 V3. 键盘 F12,打开控制台,然后粘贴以下代码,接着键盘回车
  1. (function()
  2. {
  3.     if( location.href.match( /^https:\/\/store\.steampowered\.com\/account\/licenses\/?$/ ) === null )
  4.     {
  5.         alert( '请在Steam帐号明细页面运行这些代码: https://store.steampowered.com/account/licenses/' );

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

  7.         return;
  8.     }
  9.    
  10.     var freePackages =
  11.     [
  12.         //本体
  13.         39166,//Heroine's Quest: The Herald of Ragnarok
  14.         13261,//RACE 07: Andy Priaulx Crowne Plaza Raceway
  15.         32032,//Portal 2 Sixense Perceptual Pack
  16.         59373,//Penumbra: Necrologue
  17.         33694,//Grimm&Episode 1 - A Boy Learns What Fear Is
  18.         88162,//Romance of the Three Kingdoms Maker
  19.         36561,//Serena
  20.         58514,//Voxelized
  21.         117526,//Amnesia: Final Revelations
  22.         
  23.         //dlc
  24.         85604,//RTK Maker - Face CG “RTK13” Set / 三国志ツクール颜登録素材 『三国志13』セット+シナリオ
  25.         21478,//Free to Play免费本体
  26.         50861,//Free to Play Soundtrack
  27.         21473,//Prime World免费本体
  28.         31538,//Prime World - Prime Machine
  29.         32287,//Z3TA+ 2 - Polybius 8-bit Game Pack
  30.         38085,//Saints Row IV - Reverse Cosplay Pack
  31.         72261,//The Secret of Tremendous Corporation免费本体
  32.         81026,//The Sources of Tremendous Corporation
  33.         47333,//Aura Kingdom免费本体
  34.         38820,//Aura Kingdom - Winter Gift
  35.         69802,//Fuse免费本体
  36.         60341,//Fuse - Free Brute Character Pack
  37.         21416,//Elsword免费本体
  38.         63207,//Time Tracer's DLC Package
  39.         59253,//Vindictus - New User Package
  40.         
  41.         //软件&工具
  42.         35063,//Star Swarm Stress Test
  43.         74465,//Arma 3 Samples
  44.     ];
  45.    
  46.     var ownedPackages = {};
  47.    
  48.     jQuery( '.account_table a' ).each( function( i, el )
  49.     {
  50.         var match = el.href.match( /javascript:RemoveFreeLicense\( ([0-9]+), '/ );
  51.         
  52.         if( match !== null )
  53.         {
  54.             ownedPackages[ +match[ 1 ] ] = true;
  55.         }
  56.     } );
  57.    
  58.     var i = 0,
  59.         loaded = 0,
  60.         package = 0,
  61.         total = freePackages.length,
  62.         modal = ShowBlockingWaitDialog( '努力执行中...',
  63.             '请耐心等待,如果有错误请无视,请耐心等待脚本加载完毕' );
  64.    
  65.     for( ; i < total; i++ )
  66.     {
  67.         package = freePackages[ i ];
  68.         
  69.         if( ownedPackages[ package ] )
  70.         {
  71.             loaded++;
  72.             continue;
  73.         }
  74.         
  75.         jQuery.post(
  76.             '//store.steampowered.com/checkout/addfreelicense',
  77.             {
  78.                 action: 'add_to_cart',
  79.                 sessionid: g_sessionID,
  80.                 subid: package
  81.             }
  82.         ).always( function( )
  83.             {
  84.                 loaded++;
  85.                
  86.                 modal.Dismiss();
  87.                
  88.                 if( loaded >= total )
  89.                 {
  90.                     location.reload();
  91.                 }
  92.                 else
  93.                 {
  94.                     modal = ShowBlockingWaitDialog( '执行中...',
  95.                         '加载至 ' + loaded + '/' + total + '.' );
  96.                 }
  97.             }
  98.         );
  99.     }
  100. }());
複製代碼
1

評分人數

    • juan: 论坛币 + 30 CB

奆佬温馨提示:选择表情,自动回复本帖!

好贴......
郁闷......< /div>
开心......< /div>
擦汗......
鄙视......< /div>
狂怒
伤心......
无奈.....
好贴
郁闷
开心
擦汗
鄙视
狂怒
伤心
无奈

上一篇click over here Kevinaxobe

下一篇: 已经是最后一篇主题

{/if}
wogiaoligiaogiao

{/if}
wogiaoligiaogiao

TOP

{/if}

TOP

{/if}

TOP

{/if}

TOP

返回列表

站長推薦 關閉


广告位招商

极品广告位,可用论坛币支付,点击联系我们


查看
 已经运行: