Why Scripting?

Scripting is a way for each user to customize the client however they want to by using JavaScript to modify any part of the game to their liking. To follow this documentation you must have a basic understand of JavaScript, this page is not here to teach you JavaScript. It's here to show you the proper way to script Venge.

Getting Started

If you haven't downloaded the client you will need to in order to start, please click HERE. Once it's completed, you will need to head to the Script directory that the client created /Documents/Venge-Client/Scripts Create a JavaScript file and open it with your preferred code editor. Paste this:

console.log('I am working!');

Open the client and press F12, if you see "I am working!" pop up in your console then you are ready! If not, make sure the JavaScript file is in the correct directory.

Getting Help

Are you getting stuck anywhere? Here are a few links to places that may help:

  • If you need help with creating a script, our Community Discord Server is a great place to help from other scripters.

  • More coming...

Last updated