通过使用脚本代码来实现一键自动领取123个steam平台上的游戏。
教程开始:
1,首先进入官网Steam网页版(https://store.steampowered.com/),然后登陆自己的steam账号。

2,网站顶部找到个人信息,点击账户明细

3,点击许可和产品序列号激活选项,如图所示。

4,重点来了,
通过F12键或右键页面空白(检查元素),点击控制台(Console), 如图所示,
完整复制下面提供的脚本代码 ,
右键粘贴到输入框,然后回车即可。

脚本代码如下:
(function(){if( location.href.match( /^https:\/\/store\.steampowered\.com\/account\/licenses\/?$/ ) === null ){alert( '请在Steam帐号明细页面运行这些代码: https://store.steampowered.com/account/licenses/' );window.location = 'https://store.steampowered.com/account/licenses/';return;}var freePackages =[//本体478907, // Apoc Runner478318, // Everlasting Guilt Demo477934, // BoxxyQuest: The Gathering Storm477911, // Keysight Demo477709, // Bubble Bounce Demo477688, // PIGROMANCE Demo477445, // RONY - Rise Of New York Demo477139, // A-Star Theft Demo476744, // 90 Minute Fever476565, // Belongings Demo476481, // Mighty Fling Demo476455, // 八般武艺 MAVR3D476350, // Ameline and the Ultimate Burger Demo476208, // Influent475855, // Attack of the Gigant Zombie vs Unity chan Demo475653, // Super Glitter Rush Demo475483, // MIND SWITCH475470, // Unfortunate Spacemen475445, // OhShape Demo475401, // Limiter! Demo475390, // Block Breaker Ninja Demo475321, // Simply Puzzles: Junctions Demo475093, // Chaos Caves Demo475029, // DreamFly475027, // Polyrun474927, // LOGistICAL: Earth Demo474895, // The Unbeatable Path Demo474791, // Curved Space Demo474753, // Fractal Chicken474624, // Winter Polaris C97 Drama CD474508, // Post Scriptum CTG: Collectible Token Game474430, // 鲸走:前篇 Demo474244, // VectorWave474230, // Ascendant474220, // Host Demo474150, // Ramayana474112, // Blue Boy: Bleeding Out Demo474087, // AccidentHouse Demo473893, // Spiritfarer Demo473873, // Fourzy Demo473861, // C. Kane473817, // Down The Hole Demo473605, // SoulElegy473539, // Student Union Demo472724, // Lockdown472571, // コモラ・リアルワールドエスケープ472421, // lost cube Demo472357, // Faceted Flight472352, // Squirt's Adventure472323, // RaidTitans Demo472320, // Story472307, // Downtown Drift472025, // Brinko471982, // 时间刺客 Demo471952, // Sharecare YOU Demo471847, // Ego In A Coma (自我、状態、昏睡。)471786, // Unity Testing Grounds Demo471675, // Retrograde Arena471443, // Bug Blast471419, // Havoc Runner Demo471391, // Alien Defense Unit Demo471222, // Hakoniwa Sumo471179, // Midnight Renegade471176, // Kitty Rescue470992, // Hope of humanity470967, // VRWorkout470890, // 瘟疫战争 Demo470823, // Transpire Demo470811, // 人格面具:陰影面積470783, // Project Senko470595, // Crystal Story: The Hero and the Evil Witch Demo470577, // 画江湖之杯莫停470366, // Girabox Demo470357, // 12 Hours to Die470347, // Four Kings One War470313, // Lone King470264, // AKER FERN470252, // Homeland: Lay to Rest470246, // Unsung Kingdom470217, // The not so silent assassin Demo470173, // AffordaGolf Online470154, // Madness Fantasy Demo469995, // Simply Puzzles: Codewords Demo469924, // The Running Man469882, // HIVE Demo469805, // Solenars Edge Heroes469644, // Realms of Eternity Demo469634, // Avoid The Monsters469570, // A Week In The Cold Demo469440, // Ritual: Crown of Horns Demo [Prologue]469381, // Everlasting Guilt Demo469366, // Core Defense Demo469357, // MadGuns469231, // Virus Blast Demo469000, // Catch The Ball 3468974, // Gatewalkers (Alpha)468890, // Half-Life 2: Genry's Great Escape From City 13468878, // Visciple29er Demo468843, // From The Grave39166,//Heroine's Quest: The Herald of Ragnarok13261,//RACE 07: Andy Priaulx Crowne Plaza Raceway32032,//Portal 2 Sixense Perceptual Pack59373,//Penumbra: Necrologue33694,//Grimm&Episode 1 - A Boy Learns What Fear Is88162,//Romance of the Three Kingdoms Maker36561,//Serena58514,//Voxelized117526,//Amnesia: Final Revelations//dlc85604,//RTK Maker - Face CG “RTK13” Set / 三国志ツクール顔登録素材 『三國志13』セット+シナリオ21478,//Free to Play免费本体50861,//Free to Play Soundtrack21473,//Prime World免费本体31538,//Prime World - Prime Machine32287,//Z3TA+ 2 - Polybius 8-bit Game Pack38085,//Saints Row IV - Reverse Cosplay Pack72261,//The Secret of Tremendous Corporation免费本体81026,//The Sources of Tremendous Corporation47333,//Aura Kingdom免费本体38820,//Aura Kingdom - Winter Gift69802,//Fuse免费本体60341,//Fuse - Free Brute Character Pack21416,//Elsword免费本体63207,//Time Tracer's DLC Package59253,//Vindictus - New User Package//软件&工具35063,//Star Swarm Stress Test74465,//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( 'QQ79087446努力执行中...','请耐心等待,如果有错误请无视,请耐心等待脚本加载完毕' );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 + '.' );}});}}());(function() { if( location.href.match( /^https:\/\/store\.steampowered\.com\/account\/licenses\/?$/ ) === null ) { alert( '请在Steam帐号明细页面运行这些代码: https://store.steampowered.com/account/licenses/' ); window.location = 'https://store.steampowered.com/account/licenses/'; return; } var freePackages = [ //本体 478907, // Apoc Runner 478318, // Everlasting Guilt Demo 477934, // BoxxyQuest: The Gathering Storm 477911, // Keysight Demo 477709, // Bubble Bounce Demo 477688, // PIGROMANCE Demo 477445, // RONY - Rise Of New York Demo 477139, // A-Star Theft Demo 476744, // 90 Minute Fever 476565, // Belongings Demo 476481, // Mighty Fling Demo 476455, // 八般武艺 MAVR3D 476350, // Ameline and the Ultimate Burger Demo 476208, // Influent 475855, // Attack of the Gigant Zombie vs Unity chan Demo 475653, // Super Glitter Rush Demo 475483, // MIND SWITCH 475470, // Unfortunate Spacemen 475445, // OhShape Demo 475401, // Limiter! Demo 475390, // Block Breaker Ninja Demo 475321, // Simply Puzzles: Junctions Demo 475093, // Chaos Caves Demo 475029, // DreamFly 475027, // Polyrun 474927, // LOGistICAL: Earth Demo 474895, // The Unbeatable Path Demo 474791, // Curved Space Demo 474753, // Fractal Chicken 474624, // Winter Polaris C97 Drama CD 474508, // Post Scriptum CTG: Collectible Token Game 474430, // 鲸走:前篇 Demo 474244, // VectorWave 474230, // Ascendant 474220, // Host Demo 474150, // Ramayana 474112, // Blue Boy: Bleeding Out Demo 474087, // AccidentHouse Demo 473893, // Spiritfarer Demo 473873, // Fourzy Demo 473861, // C. Kane 473817, // Down The Hole Demo 473605, // SoulElegy 473539, // Student Union Demo 472724, // Lockdown 472571, // コモラ・リアルワールドエスケープ 472421, // lost cube Demo 472357, // Faceted Flight 472352, // Squirt's Adventure 472323, // RaidTitans Demo 472320, // Story 472307, // Downtown Drift 472025, // Brinko 471982, // 时间刺客 Demo 471952, // Sharecare YOU Demo 471847, // Ego In A Coma (自我、状態、昏睡。) 471786, // Unity Testing Grounds Demo 471675, // Retrograde Arena 471443, // Bug Blast 471419, // Havoc Runner Demo 471391, // Alien Defense Unit Demo 471222, // Hakoniwa Sumo 471179, // Midnight Renegade 471176, // Kitty Rescue 470992, // Hope of humanity 470967, // VRWorkout 470890, // 瘟疫战争 Demo 470823, // Transpire Demo 470811, // 人格面具:陰影面積 470783, // Project Senko 470595, // Crystal Story: The Hero and the Evil Witch Demo 470577, // 画江湖之杯莫停 470366, // Girabox Demo 470357, // 12 Hours to Die 470347, // Four Kings One War 470313, // Lone King 470264, // AKER FERN 470252, // Homeland: Lay to Rest 470246, // Unsung Kingdom 470217, // The not so silent assassin Demo 470173, // AffordaGolf Online 470154, // Madness Fantasy Demo 469995, // Simply Puzzles: Codewords Demo 469924, // The Running Man 469882, // HIVE Demo 469805, // Solenars Edge Heroes 469644, // Realms of Eternity Demo 469634, // Avoid The Monsters 469570, // A Week In The Cold Demo 469440, // Ritual: Crown of Horns Demo [Prologue] 469381, // Everlasting Guilt Demo 469366, // Core Defense Demo 469357, // MadGuns 469231, // Virus Blast Demo 469000, // Catch The Ball 3 468974, // Gatewalkers (Alpha) 468890, // Half-Life 2: Genry's Great Escape From City 13 468878, // Visciple29er Demo 468843, // From The Grave 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,//Grimm&Episode 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( 'QQ79087446努力执行中...', '请耐心等待,如果有错误请无视,请耐心等待脚本加载完毕' ); 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 + '.' ); } } ); } }());(function() { if( location.href.match( /^https:\/\/store\.steampowered\.com\/account\/licenses\/?$/ ) === null ) { alert( '请在Steam帐号明细页面运行这些代码: https://store.steampowered.com/account/licenses/' ); window.location = 'https://store.steampowered.com/account/licenses/'; return; } var freePackages = [ //本体 478907, // Apoc Runner 478318, // Everlasting Guilt Demo 477934, // BoxxyQuest: The Gathering Storm 477911, // Keysight Demo 477709, // Bubble Bounce Demo 477688, // PIGROMANCE Demo 477445, // RONY - Rise Of New York Demo 477139, // A-Star Theft Demo 476744, // 90 Minute Fever 476565, // Belongings Demo 476481, // Mighty Fling Demo 476455, // 八般武艺 MAVR3D 476350, // Ameline and the Ultimate Burger Demo 476208, // Influent 475855, // Attack of the Gigant Zombie vs Unity chan Demo 475653, // Super Glitter Rush Demo 475483, // MIND SWITCH 475470, // Unfortunate Spacemen 475445, // OhShape Demo 475401, // Limiter! Demo 475390, // Block Breaker Ninja Demo 475321, // Simply Puzzles: Junctions Demo 475093, // Chaos Caves Demo 475029, // DreamFly 475027, // Polyrun 474927, // LOGistICAL: Earth Demo 474895, // The Unbeatable Path Demo 474791, // Curved Space Demo 474753, // Fractal Chicken 474624, // Winter Polaris C97 Drama CD 474508, // Post Scriptum CTG: Collectible Token Game 474430, // 鲸走:前篇 Demo 474244, // VectorWave 474230, // Ascendant 474220, // Host Demo 474150, // Ramayana 474112, // Blue Boy: Bleeding Out Demo 474087, // AccidentHouse Demo 473893, // Spiritfarer Demo 473873, // Fourzy Demo 473861, // C. Kane 473817, // Down The Hole Demo 473605, // SoulElegy 473539, // Student Union Demo 472724, // Lockdown 472571, // コモラ・リアルワールドエスケープ 472421, // lost cube Demo 472357, // Faceted Flight 472352, // Squirt's Adventure 472323, // RaidTitans Demo 472320, // Story 472307, // Downtown Drift 472025, // Brinko 471982, // 时间刺客 Demo 471952, // Sharecare YOU Demo 471847, // Ego In A Coma (自我、状態、昏睡。) 471786, // Unity Testing Grounds Demo 471675, // Retrograde Arena 471443, // Bug Blast 471419, // Havoc Runner Demo 471391, // Alien Defense Unit Demo 471222, // Hakoniwa Sumo 471179, // Midnight Renegade 471176, // Kitty Rescue 470992, // Hope of humanity 470967, // VRWorkout 470890, // 瘟疫战争 Demo 470823, // Transpire Demo 470811, // 人格面具:陰影面積 470783, // Project Senko 470595, // Crystal Story: The Hero and the Evil Witch Demo 470577, // 画江湖之杯莫停 470366, // Girabox Demo 470357, // 12 Hours to Die 470347, // Four Kings One War 470313, // Lone King 470264, // AKER FERN 470252, // Homeland: Lay to Rest 470246, // Unsung Kingdom 470217, // The not so silent assassin Demo 470173, // AffordaGolf Online 470154, // Madness Fantasy Demo 469995, // Simply Puzzles: Codewords Demo 469924, // The Running Man 469882, // HIVE Demo 469805, // Solenars Edge Heroes 469644, // Realms of Eternity Demo 469634, // Avoid The Monsters 469570, // A Week In The Cold Demo 469440, // Ritual: Crown of Horns Demo [Prologue] 469381, // Everlasting Guilt Demo 469366, // Core Defense Demo 469357, // MadGuns 469231, // Virus Blast Demo 469000, // Catch The Ball 3 468974, // Gatewalkers (Alpha) 468890, // Half-Life 2: Genry's Great Escape From City 13 468878, // Visciple29er Demo 468843, // From The Grave 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,//Grimm&Episode 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( 'QQ79087446努力执行中...', '请耐心等待,如果有错误请无视,请耐心等待脚本加载完毕' ); 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 + '.' ); } } ); } }());
5,等待领取完成

© 版权声明
THE END
暂无评论内容