PrismarineJS / prismarine-web-client

Minecraft web client running in your browser
https://prismarinejs.github.io/prismarine-web-client/
MIT License
444 stars 142 forks source link

Does it work on Hypixel? #251

Open xMdb opened 2 years ago

xMdb commented 2 years ago

Has anyone tried to use it on Hypixel? Did you get banned? And does this web client send any weird packets to the server that Watchdog could potentially identify as a modified client?

AwesomestCode commented 2 years ago

Prismarine Web Client does not currently support online mode servers. In the future, please direct such queries to the discord server. Thanks!

rom1504 commented 2 years ago

The issue is valid. The answer is it probably works with some minor tweaks to auth

xMdb commented 2 years ago

Prismarine Web Client does not currently support online mode servers. In the future, please direct such queries to the discord server. Thanks!

oh didn't know that.

The issue is valid. The answer is it probably works with some minor tweaks to auth

Yes it probably would. I'm just wondering as I'd like to make a project using this to view Hypixel replays through a web browser. That would require logging onto Hypixel, but depending on what packets are (and aren't) being sent, Watchdog will probably ban the account.

rom1504 commented 2 years ago

lot of people use mineflayer to connect to hypixel so I bet something like that could be made to work

xMdb commented 2 years ago

Yes that’s right, I also use Mineflayer 24/7 on Hypixel. I’m just wondering if it will send any weird packets -- From Matt

U5B commented 2 years ago

Yes that’s right, I also use Mineflayer 24/7 on Hypixel. I’m just wondering if it will send any weird packets -- From Matt

Currently Mineflayer does not send a response to transaction packets (which hypixel spams in lobbies) https://g.usbwire.net/i/🔑usb-219..png A PR is open to fix that https://github.com/PrismarineJS/mineflayer/pull/2217

Since your bot goes immediately to Limbo, I assume it is fine as there are no anticheat checks in Limbo (or Housing).

xMdb commented 2 years ago

Yes that’s right, I also use Mineflayer 24/7 on Hypixel. I’m just wondering if it will send any weird packets -- From Matt

Currently Mineflayer does not send a response to transaction packets (which hypixel spams in lobbies) https://g.usbwire.net/i/🔑usb-219..png A PR is open to fix that PrismarineJS/mineflayer#2217

Since your bot goes immediately to Limbo, I assume it is fine as there are no anticheat checks in Limbo (or Housing).

Didn't know that. Thanks! I'm looking to make a bot that views Hypixel replays on a web browser, using prismarine web client, would any movement packets be an issue or is it vanilla?

U5B commented 2 years ago

Yes that’s right, I also use Mineflayer 24/7 on Hypixel. I’m just wondering if it will send any weird packets -- From Matt

Currently Mineflayer does not send a response to transaction packets (which hypixel spams in lobbies) https://g.usbwire.net/i/🔑usb-219..png A PR is open to fix that PrismarineJS/mineflayer#2217 Since your bot goes immediately to Limbo, I assume it is fine as there are no anticheat checks in Limbo (or Housing).

Didn't know that. Thanks! I'm looking to make a bot that views Hypixel replays on a web browser, using prismarine web client, would any movement packets be an issue or is it vanilla?

I don't know. Prismarine-web is not vanilla so there could be some unknown issues. But no one has tried yet.

U5B commented 2 years ago

Didn't know that. Thanks! I'm looking to make a bot that views Hypixel replays on a web browser, using prismarine web client, would any movement packets be an issue or is it vanilla?

Correction: speed and slowness is currently messed up a tiny bit, so if Hypixel gives you speed, Mineflayer will go too fast. https://github.com/PrismarineJS/prismarine-physics/pull/51 This PR should fix that once it is merged into prismarine-physics.

xMdb commented 2 years ago

Didn't know that. Thanks! I'm looking to make a bot that views Hypixel replays on a web browser, using prismarine web client, would any movement packets be an issue or is it vanilla?

Correction: speed and slowness is currently messed up a tiny bit, so if Hypixel gives you speed, Mineflayer will go too fast. PrismarineJS/prismarine-physics#51 This PR should fix that once it is merged into prismarine-physics.

Legend