BeepIsla / fake-stattrak

Apply kills to your stattrak and strange weapons in CSGO and TF2 without doing anything
MIT License
31 stars 5 forks source link

[TF2] Stats not changing #11

Closed Play3rBust3r closed 3 years ago

Play3rBust3r commented 3 years ago

I just tried this and it didn't work. I had 617 kills before and now i have the same kills (I got the succesfull message so yeha, it should have worked)

BeepIsla commented 3 years ago

Show your config (Censor account username and password first)

Play3rBust3r commented 3 years ago

Show your config (Censor account username and password first)

{ "boostingAccount": { "username": "MainAccount", "password": "MainPassword" }, "botAccount": { "username": "BotAccount", "password": "BotPassword" }, "itemID": "10032097344", "appID": 440, "eventType": 0, "incrementValue": 500, "repeat": 1 }

BeepIsla commented 3 years ago

Try repeat 500 and incrementValue 1. The eventType you are using 0 (Kills) does not support increments.

Play3rBust3r commented 3 years ago

I had to use null and not 1 in incrementValue in conjunction with repeat: "desired number". It kinda makes sense because kills already count as 1, so there's no need to tell the game to add 1 kill again.