masterking32 / MasterHamsterKombatBot

Master Hamster Kombat Bot is a Python-based automation tool specifically designed for the game Hamster Kombat. This bot is capable of performing all in-game tasks, including auto-tapping, cipher tasks, and purchasing the best cards on your behalf. It's a free and fully automated farming bot that enhances your Hamster Kombat gaming experience.
https://masterking32.com
Apache License 2.0
266 stars 87 forks source link

Global key generation problem (maybe) #188

Closed Vladik01-11 closed 3 weeks ago

Vladik01-11 commented 4 weeks ago

I suggest you familiarize yourself with the mini-game execution system, namely its requests for event registration:

As I believe, because of all this discrepancy, accounts may be demolished in the future for bot farming, which is why I would strongly recommend that those who really use these bots or key generators do not use them. yes, the statement is strong

All the research was done on the latest versions of the games. If I was wrong somewhere, correct me.

8wx commented 4 weeks ago

@Vladik01-11 Do you have a working generator that has all those issues worked out?

Vladik01-11 commented 4 weeks ago

@Vladik01-11 Do you have a working generator that has all those issues worked out?

no, I just analyzed all the games and published them here so that knowledgeable people could draw their conclusions and make changes to the code :3

8wx commented 4 weeks ago

@Vladik01-11 Do you have a working generator that has all those issues worked out?

no, I just analyzed all the games and published them here so that knowledgeable people could draw their conclusions and make changes to the code :3

What's the eventType in the Riding Bike game? "undefined"?

I see the eventOrigin is set to undefined for all games.

Vladik01-11 commented 4 weeks ago

What's the eventType in the Riding Bike game? "undefined"?

He's not there at all 👍

Vladik01-11 commented 3 weeks ago

In principle, I can try to fix it, but I need to wait for the approval of this pull https://github.com/masterking32/MasterHamsterKombatBot/pull/186

nevs83 commented 3 weeks ago

In previous games there was random UUID as eventId. But here i see static string "StartLevel"

Vladik01-11 commented 3 weeks ago

In previous games there was random UUID as eventId. But here i see static string "StartLevel"

You got it right, maybe the developer made a mistake, but who knows

masterking32 commented 3 weeks ago

Thanks for the report. Could you please review all the game requests and share your findings here?

Vladik01-11 commented 3 weeks ago

Could you please review all the game requests and share your findings here?

English is not my native language, so will you excuse me so that I check all the requests from the games or look at your commit? commit looks similar to what I was talking about, but it misses the OPTIONS request for the Merge Away game and the ambiguity of the last added game

masterking32 commented 3 weeks ago

Could you please review all the game requests and share your findings here?

English is not my native language, so will you excuse me so that I check all the requests from the games or look at your commit? commit looks similar to what I was talking about, but it misses the OPTIONS request for the Merge Away game and the ambiguity of the last added game

If you can, please send me the log of all the game's HTTP requests. Also, the option request already exists: https://github.com/masterking32/MasterHamsterKombatBot/blob/25a43909efec0decc76cac121585f22adca1d3ca/main.py#L1024

Vladik01-11 commented 3 weeks ago

If you can, please send me the log of all the game's HTTP requests. Also, the option request already exists:

https://github.com/masterking32/MasterHamsterKombatBot/blob/25a43909efec0decc76cac121585f22adca1d3ca/main.py#L1024

I'm sorry, I didn't see this function, but anyway, among all the games, there is an option in Merge Away, but not in all the others, wait a while for me to collect pcap from all the games (excluding 2048, because it doesn't start for me 🫤) p.s. by the way, I think you don't need logs from the analytics of those games, because it's more like suicide if you emulate it too

Vladik01-11 commented 3 weeks ago

If you can, please send me the log of all the game's HTTP requests

Check Mail, Don't make it public explorer_khuqoZPZLl

joshuazzz1 commented 3 weeks ago

Based on another repo on github twerk has eventType as StartLevel and cube has it as cube_sent. I'm saying this here because of 64ef9ee, Twerk game and cube game are set as null which is wrong

tboy1337 commented 3 weeks ago

check https://github.com/masterking32/MasterHamsterKombatBot/discussions/193 this seems to be a better solution.

Vladik01-11 commented 3 weeks ago

check #193 this seems to be a better solution.

and you know what, we're fucking messing with the current code generation 🫡

masterking32 commented 3 weeks ago

If you can, please send me the log of all the game's HTTP requests

Check Mail, Don't make it public explorer_khuqoZPZLl

The password is wrong!

Vladik01-11 commented 3 weeks ago

If you can, please send me the log of all the game's HTTP requests

Check Mail, Don't make it public explorer_khuqoZPZLl

The password is wrong!

I look like a fool, look again

tboy1337 commented 3 weeks ago

Why reinvent the wheel, just use delasy's key generator which he updates every day https://github.com/masterking32/MasterHamsterKombatBot/discussions/193

Vladik01-11 commented 3 weeks ago

Why reinvent the wheel, just use delasy's key generator which he updates every day #193

you're right, and that's why I'm helping the author refine it to the end.

masterking32 commented 3 weeks ago

The project has been updated, I'm going to close this. Thanks for your report.