meteor-client icon indicating copy to clipboard operation
meteor-client copied to clipboard

[Suggestion] VanillaFly (Creative fly without boat/elytra)

Open LoganDark opened this issue 3 years ago • 5 comments

Describe the feature

Around three years ago I implemented a new module for ForgeHax called VanillaFly. This enables creative mode flying on the client but spoofs the movement packets so the server thinks you are on the ground. This even worked on most anarchy servers at the time (like Constantiam).

It also has an anti-rubberbanding feature so that if you get teleported back by the server, you don't get teleported to the ground (aka it also spoofs the S2C teleport packets).

I unfortunately don't have the gif anymore, but you can probably just imagine what it looks like to other players (aka silly - like someone with Step set to max).

I assume the reason Meteor doesn't have a normal fly is because flying is disabled by default so it won't be useful on most servers. Maybe this is what you need.

Before submitting a suggestion

  • [X] This feature doesn't already exist in the client. (I have checked every module and their settings on the latest dev build)

  • [X] This wasn't already suggested. (I have checked every suggestion on github)

  • [X] This feature is a valid suggestion. (I have read the FAQs and Guides)

LoganDark avatar Jul 31 '22 05:07 LoganDark

i want this

emir4169 avatar Aug 05 '22 20:08 emir4169

"Spoofs the movement packets so the server thinks you are on the ground." if you send the packets that make the server think you are on the ground, then no one will see you fly and basically you aren't flying

Xargana avatar Aug 06 '22 07:08 Xargana

The point isn't to make others see you flying, it's for you to navigate as if you were. Similar to freecam but with movement.

LoganDark avatar Aug 06 '22 14:08 LoganDark

"Spoofs the movement packets so the server thinks you are on the ground." if you send the packets that make the server think

you are on the ground, then no one will see you fly and basically you aren't flying

thats not how on ground works chief

arlomcwalter avatar Aug 06 '22 18:08 arlomcwalter

"Spoofs the movement packets so the server thinks you are on the ground." if you send the packets that make the server think you are on the ground, then no one will see you fly and basically you aren't flying

thats not how on ground works chief

VanillaFly does not just set the onground flag, it actually performs a raycast downwards and places you on the ground. The fly check does not trust the onground flag.

LoganDark avatar Aug 06 '22 21:08 LoganDark