-
-
Notifications
You must be signed in to change notification settings - Fork 927
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
base: master
Are you sure you want to change the base?
Conversation
holy crap, that looks cool! |
👍 |
supersedes #4146 |
There was a problem hiding this 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:
- Limit the distance to exactly 200 blocks.
- 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.
Do you have discord? |
Who |
|
he does but i dont think i can share it |
couldn't this be used for a 200 range killaura? |
Yes |
perfect |
maybe you should make your own meteor addon |
Type of change
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: