Closed ilijamt closed 9 years ago
thanks. can you keep this updated?
On Thu, Dec 11, 2014 at 8:57 PM, Ilija Matoski notifications@github.com wrote:
A list of all VAC enabled games, that can be access through
10 20 30 40 50 60 70 80 240 300 320 360 440 469 500 550 570 715 730 1200 1250 1753 2100 2400 4000 4920 6510 8171 10195 10196 14770 15630 16795 17410 17520 17700 17710 21970 29197 34432 35450 36025 39000 41074 42160 42700 42716 42719 42918 44350 45500 52125 54030 55100 55110 55203 58610 58643 58648 61700 61710 61730 63000 63004 63200 63500 63970 65800 70000 104900 115300 201070 202524 202970 204080 204080 204300 204303 204304 204305 204306 204307 204308 204309 204310 204311 204312 204314 204315 204317 204318 204319 208090 209160 209610 209650 210932 210933 210934 210936 210937 210938 210943 210944 210945 214360 214630 214643 214649 215470 216250 216430 216431 216432 216433 216434 216435 216436 216437 216438 216439 216440 216441 216442 216443 216444 216445 216446 216447 216448 216449 216450 216451 216452 216453 216454 216455 216456 216457 216458 216459 216460 216461 216462 216463 216464 216465 216466 216467 216468 218843 218844 219092 219097 219098 219101 219103 219640 221040 221100 222480 222680 222880 223261 223262 223710 224260 225780 227100 228740 228750 229621 229622 229626 229627 229628 229629 229630 230880 230882 230883 230884 230885 230887 230888 230890 230891 230892 230940 234770 234771 234772 234773 234774 234775 234776 234777 234778 234779 234780 234781 234782 234783 234784 234785 234787 234789 234790 234791 234792 234793 234794 235130 235140 235150 238230 241280 243800 243800 244630 247730 251080 251081 252490 255220 256500 256501 256502 256503 256505 256507 256510 258500 258501 258502 258750 258751 258752 259250 259251 271090 276190 277670 277671 277672 277673 277674 277675 277676 277677 277678 277679 277820 281344 281345 281346 281347 282800 286630 286631 286632 286633 286634 286635 286636 286670 286671 287530 287531 287540 292020 292021 295430 295432 296360 306890 309870 309871 309872 309990 309991 310100 310660 311660 319820 319821 322100 323130 324130 324830 324850 327340 327530 332240 333230 334080
— Reply to this email directly or view it on GitHub https://github.com/jshackles/idle_master/issues/40.
Or if you want this is just for the games only.
10
104900
115300
1200
1250
17710
20
201070
202970
204080
204300
208090
209160
209610
209650
2100
214360
214630
215470
216250
219640
21970
221040
221100
222480
222880
223710
224260
227100
240
2400
243800
244630
247730
252490
255220
282800
30
300
320
35450
360
39000
40
4000
42160
42700
440
44350
45500
4920
50
500
550
55100
55110
570
58610
60
61700
61730
63000
63200
63500
63970
6510
65800
70
70000
730
80
91310
It's easy little javascript and you can get all this directly from the steam page.
if this one was just the games, the previous one included what, DLC? can you post the javascript code to pull these all? thanks!
On Thu, Dec 11, 2014 at 9:09 PM, Ilija Matoski notifications@github.com wrote:
Or if you want this is just for the games only.
10 104900 115300 1200 1250 17710 20 201070 202970 204080 204300 208090 209160 209610 209650 2100 214360 214630 215470 216250 219640 21970 221040 221100 222480 222880 223710 224260 227100 240 2400 243800 244630 247730 252490 255220 282800 30 300 320 35450 360 39000 40 4000 42160 42700 440 44350 45500 4920 50 500 550 55100 55110 570 58610 60 61700 61730 63000 63200 63500 63970 6510 65800 70 70000 730 80 91310
It's easy little javascript and you can get all this directly from the steam page.
— Reply to this email directly or view it on GitHub https://github.com/jshackles/idle_master/issues/40#issuecomment-66722633 .
It includes everything, Games, DLC, Software, Demo, ...
Just inject jQuery into the console after you open the URL, and you can run this in the console.
a = [];
$("a.search_result_row").each(function(i, v) {
var itm = $(v).attr('href').replace("http://store.steampowered.com/", "").split("/");
a.push(itm[1]);
});
a.join(",");
Never dealt with jqeury before, trying to figure it out now.. any pointers?
On Thu, Dec 11, 2014 at 9:14 PM, Ilija Matoski notifications@github.com wrote:
Just inject jQuery into the URL, and you can run this.
a = []; $("a.search_result_row").each(function(i, v) { var itm = $(v).attr('href').replace("http://store.steampowered.com/", "").split("/"); a.push(itm[1]); }); a.join(",");
— Reply to this email directly or view it on GitHub https://github.com/jshackles/idle_master/issues/40#issuecomment-66723032 .
what's the point of this? Can you get banned for idling a VAC enabled game?
No idea, but don't plan to try on VAC games, just in case. On Dec 19, 2014 3:07 AM, "tyler510" notifications@github.com wrote:
what's the point of this? Can you get banned for idling a VAC enabled game?
— Reply to this email directly or view it on GitHub https://github.com/jshackles/idle_master/issues/40#issuecomment-67589137 .
So I add all those numbers to the blacklist? Anyway to keep it autoupdating? Also, only that many games use VAC? Seems like it's too little.
You can write a piece of software that will parse the data, or use the method above.
For the record, Idle Master can be run to drop cards on VAC-enabled games. VAC security isn't initiated until you connect to a VAC-enabled server while playing the game in question.
The warning about VAC and Idle Master is that I don't recommend having Idle Master running while connected to a VAC-enabled server, as that could potentially (though unlikely) lead to a VAC ban. This means you should not play CS:GO competitively while Idle Master runs in the background, although it's perfectly fine to use Idle Master to idle trading cards from CS:GO.
You are, of course, free to put whatever you'd like on the blacklist as you see fit.
A list of all VAC enabled games, that can be access through
http://store.steampowered.com/search/?snr=1_237_237__12&term=#sort_by=Released_DESC&category2=8&page=1