winsnip / BybitCoinsweeper

BybitCoinSweeper
https://t.me/winsnip
14 stars 5 forks source link

No points in the game #4

Closed miliardov closed 1 month ago

miliardov commented 1 month ago

image

Judging by the photo the code works, it writes successfully in the console, but in the game itself the points remain the same as they were. Either the points are counted incorrectly or h.

miliardov commented 1 month ago

image

I added to the code the output of responses from the server, everything looks correct for the first two requests, so the problem is in the win request, in it the response is empty even if the request is successful or not.

I saw in your code that the "i" variable has the suffix "$2f1" at the end. Does the server give it automatically when requesting "me" or do you add it?

sonnt612 commented 1 month ago

I have the same problem

miliardov commented 1 month ago

Sec | Points 89 | 322.0253 98 | 315.0253 109 | 298.0243 111 | 296.0243 127 | 285.0231 159 | 285.0215

Playing the game results in these scores. The formula in the code does not work like this.

And from the real game data, I checked with the code what “h” would get and it doesn't match the “h” that was sent in the “win” request in the real game.

codenewinsight commented 1 month ago

Sec | Points 89 | 322.0253 98 | 315.0253 109 | 298.0243 111 | 296.0243 127 | 285.0231 159 | 285.0215

Playing the game results in these scores. The formula in the code does not work like this.

And from the real game data, I checked with the code what “h” would get and it doesn't match the “h” that was sent in the “win” request in the real game.

Need some dev can check and find out how to caculate score and Hash. Otherwise, very risky to use code. I prefer to use Console script is more safe

miliardov commented 1 month ago

Sec | Points 89 | 322.0253 98 | 315.0253 109 | 298.0243 111 | 296.0243 127 | 285.0231 159 | 285.0215 Playing the game results in these scores. The formula in the code does not work like this. And from the real game data, I checked with the code what “h” would get and it doesn't match the “h” that was sent in the “win” request in the real game.

Need some dev can check and find out how to caculate score and Hash. Otherwise, very risky to use code. I prefer to use Console script is more safe

are you using a console script? can you tell me if it is publicly available somewhere?

JustPandaEver commented 1 month ago

hash is 100% valid for now,but i dont know how to calculate score

vanhbakaa commented 1 month ago

89

i found out all but they still not work

vanhbakaa commented 1 month ago

point is based on game id image

JustPandaEver commented 1 month ago

Thanks sir,i Will update my code