NokiMo
GuidedHacking
GuidedHacking

patreon


Hacking Electron Games 2 - JavaScript ModMenu

The Vampire Survivors hacking fun is far from over! In this tutorial, I'll be demonstrating how to create persistent cheats that you can use directly in-game without the need for external hacks or hooking. All you need to do is launch the game and then use the cheats within the game's window. No extra effort required!

This time, instead of using Cheat Engine, we will be using Visual Studio Code (VS Code) and Chrome Developer Tools (DevTools) to analyze the game as it's running. We're going to put on our web developer hats and create an overlay with HTML, CSS, and JavaScript. This overlay will allow us to inspect the game's code and quickly make changes and see the results in real-time. Let's get started!

Hacking Electron Games 2 - JavaScript ModMenu

Related Creators