-
-
@asd-dsa A small amount of block range tp would do the trick, 2-3 blocks probably. But if someone actually does it, they must check if the player teleports 2 blocks further will fall. (down to void for example) They must prevent that or something
-
-
@czechhek thank you it's almost that. It detects arrows very well but when it detects that the player can be hit by an arrow it teleports him up. Teleporting a player up (Y) causes an immediate setback. I know it is possible to convert this (mc.thePlayer.posX, mc.thePlayer.posY + 2, mc.thePlayer.posZ) to this (mc.thePlayer.posX + 2, mc.thePlayer.posY, mc.thePlayer.posZ) but it would work only in one direction.
Could someone change "TeleportUp" section in this code in such a way that the script would teleport the player perpendicular to the arrow's trajectory? Instead, it could also simply teleport the player two blocks to the left or right (the player himself would have to position himself perpendicular to the arrow's trajectory). Thanks.
Edit
@Gabriel I think it's WatchDog. Exactly the same cheats work on derpmc as on hypixel. Configs are almost identical on both servers. Moreover when you add derpmc.pl to the server list in the minecraft client, you will see [WatchDog] inscription next to the server name. -
@gabriel Yes it will autoban on BW with "watchdog cheat detection" message but autoban is disabled on MM/MM:infection. On these modes you can use fly (hypixel mode), LongJump (NCP with boost 5.00 continually with no lags), Speed (almost all modes, "onground" is the fastest), Phase (AAC3.5.0 - only through trapdoors), Strafe etc.
-
@asd-dsa
hmm actually in some cases (when the arrow is heading to the player's head/foot) it has a big possibility of not triggering it (should be able to fix it by checking intersection between 2 bbox).
Iirc it should have a horizontal speed mode, but it is annoying to lock the view.
The code is spaghetti, but I would try to improve it when I have time. (Probably in a few days) -
@commandblock2 ok, thank you for your interest in the topic. As I mentioned before it would be perfectly and luxuriously if you would change code in such a way that the script would teleport the player horizontal intelligently. Thank you in advance for your involve