1. 首页
  2. 时时线报

一键领取所有steam免费游戏~~

52看到的,顺手搬来,有用的给吃个果吧

第一步:登录网页版Steam 账号。 https://store.steampowered.com/

第二步:点击右上角自己账号——账户明细——许可和产品序列号激活

第三步:按F12—控制台(Console)——右键粘贴代码——回车

steam游戏代码:

  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.                                                 ‘加载至 <b>’ loaded ‘</b>/’ total ‘.’ );
  96.                                 }
  97.                         }
  98.                 );
  99.         }
  100. }());

复制代码

点此加入老铁吧线报推送QQ群:1004763262

点击这里加入本站QQ群、线报群、微信群一起交流参加各种活动项目和线报

京东神车bug群

联系我们

134-380-8849

在线咨询:点击这里给我发消息

邮件:cjlaotie@qq.com

工作时间:周一至周五,9:30-18:30,节假日休息

QR code