Vampire Survivors Cheat [ Infinite Damage ]

Vampire Survivors Cheat script [ Infinite Damage ]

// ==UserScript==
// @name         Vampire Survivors Cheat [ Infinite Damage ]
// @version      0.1
// @description  Vampire Survivors Cheat script [ Infinite Damage ]
// @author       nekocell
// @namespace    https://greasyfork.org/users/762895-nekocell
// @match        https://v6p9d9t4.ssl.hwcdn.net/html/5185382/index.html
// @icon         https://img.itch.zone/aW1nLzcyNDkxNTIucG5n/32x32%23/a7h9it.png
// ==/UserScript==

Object.defineProperties(Object.prototype, {
    power: {
        set: () => { },
        get: () => 999999,
    }
});