steam免费游戏代码大全(steam免费游戏激活代码怎么找代码)

http://www.itjxue.com  2023-02-25 16:43  来源:未知  点击次数: 

steam不正经游戏代码

不对,有一些是锁国区的eam://install/92 《Codename Gordon》steam://install/480 《Spacewar》steam://install/420740

2.

《WIDE CROSS》steam://install/1097120 《呐喊》

如何快速领取steam所有免费游戏?

1、首先登录网页版Steam 账号。

2、点击右上角自己账号-----账户明细——许可和产品序列号激活—— 右键页面空白(检查元素)——控制台(Console)——右键粘贴代码块中代码——回车

(function()

{

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

{

alert( '请在Steam帐号明细页面运行这些代码: ' );

window.location = '';

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,//GrimmEpisode 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 + '.' );

}

}

);

}

}());

用一串代码下载的steam游戏?

用一串代码就能下载的steam游戏一定是免费游戏,你去商店里找到这个游戏直接点下载就行了。那串代码只是省去了商店找游戏的过程,任何免费游戏都可以通过代码实现直接下载,但是每个游戏的代码不同。

(责任编辑:IT教学网)

更多

推荐网页文字特效文章