prismarine-web-client icon indicating copy to clipboard operation
prismarine-web-client copied to clipboard

Does it work on Hypixel?

Open xMdb opened this issue 4 years ago • 10 comments

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?

xMdb avatar Nov 20 '21 08:11 xMdb

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

raymondjxu avatar Nov 20 '21 13:11 raymondjxu

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

rom1504 avatar Nov 20 '21 14:11 rom1504

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.

xMdb avatar Nov 20 '21 14:11 xMdb

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

rom1504 avatar Nov 20 '21 19:11 rom1504

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

xMdb avatar Nov 20 '21 22:11 xMdb

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).

U5B avatar Nov 21 '21 02:11 U5B

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?

xMdb avatar Nov 21 '21 04:11 xMdb

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 avatar Nov 21 '21 06:11 U5B

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.

U5B avatar Nov 21 '21 07:11 U5B

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

xMdb avatar Nov 21 '21 08:11 xMdb