Skip to content

suloP1/CSGOCaseStatsViewerV2

 
 

Repository files navigation

CS:GO case stats viewer V2

How does it work?

This Java Application loads your whole CS:GO inventory history by emulating the load more history button. To avoid rate limiting it loads 50 transactions (1 Http request) per ~3.5 seconds. Which mean if you have a large history it will take longer to load. After the inventory history is dumped you can analyse how many cases you opened.

Usage

  1. Download the latest compiled version as zip via the latest release tab or compile it yourself with maven.
  2. Unzip the downloaded zip
  3. Execute the execute.bat
  4. Follow the steps in the commandline which just got opened
  5. Get disappointed.

Example result

click

Requirements

  • Java 11 or higher

Donate

It took a lot of time and energy drinks to develop this tool. If this tool was helpful consider donating a case or two.

Steam: tradelink

FAQ

Odds

To simplify the odds each unbox category is treated the same. For Example a Sticker capsule without Covert Sticker will be treated the same as one with a Covert Sticker. The difference should be minimal. If you want to look at the official numbers check the Chinese CS:GO Post about drop rates

Migrate from v1

You can migrate your data from the old version. Just copy your dumps folder here and rename it to data.

It crashed

Just restart it. It will continue where it crashed.

Why does it need my cookies?

It needs your cookies to request your inventory history

Get cursor Manual

Visit the time in your inventory history which got displayed at the end in your browser. Copy this javascript Paste it into your browser console (right click inspect. Select console). It should say cursor found: {"time":1680541133,"time_frac":0,"s":"7634801621"} Copy the result. Restart the execute.bat Select dump. Select manual cursor. Paste the result.

Cursor empty

If the manual cursor is empty: [] steam didnt reply properly. You can try again. But it may not help.

How do I get my cookies?

Chrome

  1. Login into your steam account.
  2. Visit your steam profile.
  3. Press F12 or right click(anywhere on the website) and press inspect element.
  4. Select the network tab
  5. Reload the page
  6. Go back to the network tab and scroll to the top and select the first entry. Click on headers. On the right side it should say Request Url: Your steam profile url
  7. Scroll down on the right side till you see Cookie:
  8. Right click on Cookie: and select copy value. Or copy it manual.

Firefox

  1. Login into your steam account.
  2. Visit your steam profile.
  3. Press F12 or right click(anywhere on the website) and press inspect element.
  4. Select the network tab
  5. Reload the page
  6. Go back to the network tab and scroll to the top and select the first entry. On the right side it should say GET: Your steam profile url
  7. Scroll down on the right side till you see Cookie:
  8. Right click on Cookie: and select copy

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 98.6%
  • JavaScript 1.2%
  • Batchfile 0.2%