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.
- Download the latest compiled version as zip via the latest release tab or compile it yourself with maven.
- Unzip the downloaded zip
- Execute the execute.bat
- Follow the steps in the commandline which just got opened
- Get disappointed.
- Java 11 or higher
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
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
You can migrate your data from the old version. Just copy your dumps folder here and rename it to data.
Just restart it. It will continue where it crashed.
It needs your cookies to request your inventory history
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.
If the manual cursor is empty: []
steam didnt reply properly.
You can try again. But it may not help.
- Login into your steam account.
- Visit your steam profile.
- Press F12 or right click(anywhere on the website) and press inspect element.
- Select the network tab
- Reload the page
- 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
- Scroll down on the right side till you see Cookie:
- Right click on Cookie: and select copy value. Or copy it manual.
- Login into your steam account.
- Visit your steam profile.
- Press F12 or right click(anywhere on the website) and press inspect element.
- Select the network tab
- Reload the page
- 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
- Scroll down on the right side till you see Cookie:
- Right click on Cookie: and select copy