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

Cannot find CRC for ticket from user #29

Open therepower opened 1 year ago

therepower commented 1 year ago

hi, i just set up the bot for CSGO and this error comes up. Is this important or should i ignore that?

Successfully added player to server, verifying on client...
Successfully connected client and server!
[T2#7] Handled message: ClientTicketAuthComplete
Cannot find CRC 1733908275 for ticket from user 76561xxxx with state 0
BeepIsla commented 1 year ago

This seems to be an error with Steam, you can try if it still works or not

therepower commented 1 year ago

Changing async generateTicket() { let authTicket = await this.client.createAuthSessionTicket(this.appID); return authTicket.sessionTicket; }

to async generateTicket() { let authTicket = await this.client.createAuthSessionTicket(this.appID); parsed = steamUser.parseAppTicket(sessionTicket); return parsed.authTicket; } worked for me, maybe it changed in latest steam-user update, because i did not have this issue before. I checked that the buffer length of the ticket this bot sends is 3x longer than the one i record when joining a real server. doing the change above made it same length, so i hope i did it right :D

BeepIsla commented 1 year ago

I will check it out later

Flepcik commented 1 year ago

When you add an account through this program, this is all, then nothing works. Screenshot_4