commit 011b6409979e55a209d5b4c11592e573e6e70ff3 Author: xenonsmurf Date: Mon Dec 21 01:54:28 2020 +0000 first commit diff --git a/README.md b/README.md new file mode 100644 index 0000000..07eda8c --- /dev/null +++ b/README.md @@ -0,0 +1,27 @@ +# VNM + +This is a plug-in for Ashita v3. + +Renders a line in game from Player to VNM position, when /heal command is used. + +## Commands +/load VNM + +This loads the plug-in. + +## Extra Commands +You don't need to use these commands for the plug-in to work. + +# Warning this can get you banned!. +/vnm PacketBlockOn + +This will block the player update packet when you /heal in game. + +/vnm PacketBlockOff + +This stops the plugin from blocking the player update packet. + + +# DISCLAIMER + +## I take no responsibility if you choose to use the Extra Commands. If you use them, you do so at your OWN RISK. diff --git a/release/plugins/vnm.dll b/release/plugins/vnm.dll new file mode 100644 index 0000000..a6ec3ad Binary files /dev/null and b/release/plugins/vnm.dll differ