This project has been created as an open-source alternative to tool called Viper-v2.0. This project has been created after the owners actions towards community. The project is a complete rewrite of the original project and is not based on any of the original code.
Viper is a hacking shell tool for game named Grey Hack. It is used to automate some of the tasks that are done manually. It is also used to make the game more fun and easier to play.
You can build this project from source or download the pre-built binaries from the www.viper.net website(in game).
- Clone the repository to your local machine using Git:
git clone https://github.com/cantemizyurek/viper-3.0.git - Open the cloned project in Visual Studio Code to set up your workspace.
- Download Greybel VS extension from Visual Studio Code Marketplace.
- Navigate to the
main.gsfile within VS Code. - Right-click on
main.gsand select theBuildoption from the context menu. Successful compilation will create a newbuilddirectory in your project. - To deploy the tool in Grey Hack, copy the
installerX.srcfiles from thebuildfolder into the game. Alternatively, you can automate this step by configuring theGreybel › Create Ingamesetting in the Greybel VS extension.
- Within Grey Hack, build and run each
installerX.srcfile. - Change your directory to
/rootusing the command:[!Note] The installation directory for the installers can be customized in the Greybel VS extension settings.
- Compile the main script to your preferred location in the game with:
build main.gs <YourTargetDirectory> - After installation, you may optionally remove all files generated by the installers as they are no longer necessary.
If you want to contribute to this project, you can do so by creating a pull request. You can also create an issue if you find any bugs or want to suggest a feature.
This project is licensed under the MIT License. See the LICENSE file for more details.