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

CSGO ST doesn't boostings #14

Closed ITKmind closed 3 years ago

ITKmind commented 3 years ago

https://imgur.com/a/Wzu2d6V

I tried everything, constantly changed the repeat values , something turned out 1 time, as a result, 1 kill, and no longer works, I only achieved the XD limit in tf2 everything works fine, I don't know why maybe I'm doing something wrong?

BeepIsla commented 3 years ago

Try incrementValue: 1 and repeat: 1000 or any other repeat value.

Also I assume this is for a weapon and not a Music Kit, right?

ITKmind commented 3 years ago

Yes, this is for weapon(scar)

ITKmind commented 3 years ago

If i set incrementValue: 1 , then and set repeat : 100/1000 , i got only 1 kill : https://imgur.com/a/6Ry7wo6

if i set incrementValue: null , nothing happened.

if i set incrementValue: 1 and repeat 1/100/1000/100000, the same i got 1 kill : https://imgur.com/a/SMXEbGr

UPD: tries to set incrementValue: 100 , and i got 103 kills. Strange :P

BeepIsla commented 3 years ago

Yeah, looking at the source code. Turns out CSGO doesn't use repeating at all. At least it works now.