Before everything, you must to install Node.js
Firstly, clone:
git clone https://github.com/Flittis/VK_DelMessages.git
Then go to the folder that you clonned, and type:
npm install
After this, follow the link:
Accept everything, and copy the access token from adress line.
Then open index.js with any code-editor, and find 4-th line.
var VK = require("VK-Promise"),
vk = new VK(" < token here > ");
And replace < token here > with token, that you copied before.
Open the command prompt in folder with script, and type:
node index.js