Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve ClickTP adding paperclip exploit #4549

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

Not-a-Tyler
Copy link

Type of change

  • Bug fix
  • New feature

Description

Added the liveoverflow teleportation exploit to click tp and made it work while using freecam.

Related issues

#2775

Tested on a papermc server

output.mp4

Checklist:

  • My code follows the style guidelines of this project.
  • I have added comments to my code in more complex areas.
  • I have tested the code in both development and production environments.

@ModxVoldHunter
Copy link

holy crap, that looks cool!

@kittenvr
Copy link

👍

@RacoonDog
Copy link
Contributor

supersedes #4146

Copy link
Contributor

@RacoonDog RacoonDog left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The current implementation functionally maxes out at 200 blocks of distance, however it allows inputs of up to 210 blocks of distance. This can result in 21 movement packets being sent at once, which is not ideal.
There are 2 potential ways to fix this:

  1. Limit the distance to exactly 200 blocks.
  2. If more than 20 packets are to be sent, send a single one instead as a fallback, identically to how .vclip works. This could also let us increase the max distance above 210 blocks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants