瑞客论坛

 找回密码
 立即注册

QQ登录

只需一步,快速开始

查看: 1387|回复: 1

Steam 免费游戏一键领取(已更新,需自行添加代码)

[复制链接]

175

主题

216

帖子

5257

积分

论坛元老

Rank: 8Rank: 8

威望
0
贡献
20
热心值
1
金币
5236
注册时间
2020-8-31
发表于 2019-7-15 12:26 | 显示全部楼层 |阅读模式
1、首先登录网页版Steam 账号。 https://store.steampowered.com/

2、点击

账户明细——许可和产品序列号激活—— 右键页面空白(检查元素)——控制台(Console)——右键粘贴——回车


3、恭喜 喜加N

以下代码,请自行添加,谢谢。
方法如图

21101, //  DiRT Showdown Demo
  21102, //  Rayman Origins Demo
  21103, //  iBomber Defense Pacific  Demo
  21104, //  Men Of War: Assault Squad GOTY Demo
  21105, //  Bang Bang Racing Demo
  21106, //  Sine Mora Demo
  21107, //  Noitu Love 2 Devolution Demo
  21108, //  Waveform Demo
  21109, //  Ridge Racer™ Unbounded Demo
  21110, //  Hegemony Gold: Wars of Ancient Greece
  21111, //  Rocksmith Demo
  21113, //  Binary Domain Demo
  21114, //  Sniper Elite V2 Demo
  21115, //  Blades of Time Demo
  21117, //  A Valley Without Wind Demo
  21118, //  F1 2012 Demo
  21119, //  Magical Diary Demo
  21120, //  The Dream Machine Demo
  21121, //  Hell Yeah! Demo
  21122, //  A Virus Named Tom Demo
  21123, //  Splice Demo
  21124, //  Atooms to Moolecules
  21125, //  BeatBuddy Demo
  21126, //  DIVO
  21127, //  Imagine Earth Demo
  21128, //  MilitAnt
  21129, //  Plutonic Repulse
  21130, //  The White Laboratory Demo
  21131, //  Blackwell's Asylum
  21132, //  Magic 2014 Demo
  21133, //  Sid Meier's Civilization V: Gods & Kings Demo
  21134, //  Gratuitous Tank Battles Demo
  21135, //  Tiny and Big: Grandpa's Leftovers Demo
  21136, //  KungFu Strike Demo
  21137, //  Adventures of Shuggy Demo
  21138, //  E.Y.E: Divine Cybermancy Demo
  21139, //  Orcs Must Die! 2 Demo
  21140, //  The Book of Unwritten Tales Demo
  21141, //  Sleeping Dogs™ Demo
  21142, //  Damage Inc Demo
  21143, //  Gateways Demo
  21144, //  Football Manager 2013 Demo
  21145, //  XCOM: Enemy Unknown Demo
  21146, //  Transcripted Demo
  21147, //  Intrusion 2 Demo
  21148, //  Din's Curse Demo
  21149, //  Democracy 2 Demo
  21150, //  Ys Origin Demo
  21151, //  Ether Vapor Remaster Demo


Steam 免费游戏一键领取(已更新,需自行添加代码)-1.jpg

账户明细
Steam 免费游戏一键领取(已更新,需自行添加代码)-2.jpg

审核元素
Steam 免费游戏一键领取(已更新,需自行添加代码)-3.jpg

console
Steam 免费游戏一键领取(已更新,需自行添加代码)-4.png

执行中
Steam 免费游戏一键领取(已更新,需自行添加代码)-5.jpg

更新
Steam 免费游戏一键领取(已更新,需自行添加代码)-6.jpg





游戏代码

  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. }());
复制代码


回复

使用道具 举报

119

主题

1922

帖子

1万

积分

论坛元老

管理员:loveliness:

Rank: 8Rank: 8

威望
4589
贡献
3263
热心值
2
金币
5314
注册时间
2019-6-30

最佳新人活跃会员一年荣誉奖章灌水之王三年荣誉奖章在线达人

发表于 2019-7-15 19:34 来自手机 | 显示全部楼层
谢谢大佬的
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

Archiver|手机版|小黑屋|瑞客论坛 |网站地图

GMT+8, 2024-5-11 02:55

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

快速回复 返回顶部 返回列表