It's a program I quickly threw together because of a unamed parties false claim on some duel statistics So don't exspect too mutch from it, the code was done quick
- Make sure you're logged into steam on your browser of choice and open: Steam Duel Stats
- Load all the information you can do this by clicking show more repetedly or just open up console Control+Shift +K (for firefox) +J(for chrome) Paste in this command:
setInterval(function(){
if (document.querySelector('#load_more_button').style.display !== 'none'){
document.querySelector('#load_more_button').click();
}
},2000);
and do something else with your time while it loads!
- Save the page somewhere. (Ctrl + S or go source code and copy paste it into a file, anything will work really)
- Eather compile the program or get it from Releases
- That's it! you can now use the program by running it in console with ./program_name file_path If your not familliar with console just do ./program_name then drag the html file into the console
Avalable commands :
- kd
- result
(Ignore the unrecognised character boxes that's just my pc)
K/D Ratio | Main output |
---|---|
- Dogman Debuging and compiling the windows version.