Vampire Survivors
Re: Vampire Survivors
In my experience, you have to select a specific process for the game not just the generic application, there are 5 for me when they game is loaded the 4th one for me. Values are stored in double, find hp by extreme rounding search of the value in the pause menu get hit and search for decreased. I can't find pointers so needs someone more skilled than I to work it.
Re: Vampire Survivors
Learned from Legends of Idleon, its the one with the most ram usage. Convert the PID to Hex and you got the version you have to use.
Make sure to pick up Gold afterwards so the Goldvalue gets updated, worked like a charm for me.
Nvm, the Gold in the menu is still the "Normal" amount I gained in the run I guess
Just checked the Gold in the Main Menu, its basicly the same lol. Just change it to a number you will, buy something and it shows the correct number.
-
- What is cheating?
- Posts: 3
- Joined: Sun Feb 13, 2022 2:47 am
- Reputation: 0
Re: Vampire Survivors
I'm not great with cheat engine but I was trying to find at least some structures or something so I could consistently find data on my character's stats. I figured it would reset the location every run (it does) but the bigger issue is that the structure I found that was nice and neat no longer applied when I was looking for data in any further runs. Originally I found my max health and every 12 bytes I found another stat (Movespeed, Duration, Luck, etc), but I haven't been able to get anything that good since. Data is all over the place with no rhyme or reason. Even on a fresh restart the data is all over the place and not in the neat structure I originally found on my first attempt!
Another weird one is that the addresses of the old runs are not overwritten by anything. All the addresses I had from the 5 runs I've searched values on still hold the same values they did when I ended the run. No idea if these ever wipe.
Only thing that was consistent run to run was gold, because the current gold is just added to the total gold which is tracked the entire time the game is running.
I think I won't be attempting anything more because it's way beyond what I can accomplish ^^;
Another weird one is that the addresses of the old runs are not overwritten by anything. All the addresses I had from the 5 runs I've searched values on still hold the same values they did when I ended the run. No idea if these ever wipe.
Only thing that was consistent run to run was gold, because the current gold is just added to the total gold which is tracked the entire time the game is running.
I think I won't be attempting anything more because it's way beyond what I can accomplish ^^;
-
- What is cheating?
- Posts: 2
- Joined: Mon Feb 07, 2022 7:31 am
- Reputation: 0
Re: Vampire Survivors
why need use cheat engine?u can edit main.bundle.js for everything...
Re: Vampire Survivors
I found the easiest way to cheat money is via editing the "greed" value for your preferred character.
I.E. For Gennaro, open up the main.bundle.js with Notepad++ and search for Gennaro, you'll find a line that looks like -
The main.bundle.js can be found - \steamapps\common\Vampire Survivors\resources\app\.webpack\renderer
-- 'charName':'Gennaro','surname':'Belpaese','spriteName' -- this contains all the information about the character you're editing... It's easy to get carried away and make the character OP but it will ruin the fun of the game. Simply edit the greed value to whichever desired value.
'maxHp':0x64,'armor':0x0,'regen':0x0,'moveSpeed':0x1,'power':0x1,'cooldown':0x1,'area':0x1,'speed':0x1,'duration':0x1,'amount':0x1,'luck':0x1,'growth':0x1,'greed':0x1,'magnet':0x0,'revivals':0x0,
Editing the greed value to the likes of 1000 will give you enough money in a single run to buy all the power upgrades.
Enjoy
I.E. For Gennaro, open up the main.bundle.js with Notepad++ and search for Gennaro, you'll find a line that looks like -
The main.bundle.js can be found - \steamapps\common\Vampire Survivors\resources\app\.webpack\renderer
-- 'charName':'Gennaro','surname':'Belpaese','spriteName' -- this contains all the information about the character you're editing... It's easy to get carried away and make the character OP but it will ruin the fun of the game. Simply edit the greed value to whichever desired value.
'maxHp':0x64,'armor':0x0,'regen':0x0,'moveSpeed':0x1,'power':0x1,'cooldown':0x1,'area':0x1,'speed':0x1,'duration':0x1,'amount':0x1,'luck':0x1,'growth':0x1,'greed':0x1,'magnet':0x0,'revivals':0x0,
Editing the greed value to the likes of 1000 will give you enough money in a single run to buy all the power upgrades.
Enjoy
-
- What is cheating?
- Posts: 3
- Joined: Sun Feb 13, 2022 2:47 am
- Reputation: 0
Re: Vampire Survivors
I've unlocked everything in the game without cheats and I wanted to make scripts for modified runs. You can't change stuff on the fly with editing game files.qcp9987654 wrote: ↑Sun Feb 13, 2022 4:46 amwhy need use cheat engine?u can edit main.bundle.js for everything...
Re: Vampire Survivors
All i could find was where gold is located.
- Attachments
-
- VampireSurvivors.CT
- (339 Bytes) Downloaded 4023 times
-
- What is cheating?
- Posts: 1
- Joined: Tue Feb 15, 2022 7:45 am
- Reputation: 0
Re: Vampire Survivors
Can anyone figure out how to find in game HP? I'm trying to kill the reaper.
-
- Novice Cheater
- Posts: 24
- Joined: Wed Mar 21, 2018 10:18 am
- Reputation: 2
Re: Vampire Survivors
Is there a way to increase item and weapon slots using editing on game files?
Re: Vampire Survivors
For anybody still trying to install plyvel and getting an error about "no matching distribution found" when trying to run
pip install plyvel-win32
as suggested at the start of this thread, change plyvel-win32
to plyvel-wheels
Re: Vampire Survivors
You can change your Might and Cooldown if you want to kill reaper.iisigmarii wrote: ↑Tue Feb 15, 2022 7:46 amCan anyone figure out how to find in game HP? I'm trying to kill the reaper.
Example
Player's default status is 100% = 1 (Double)
Might: 100% + 25% = 125% = 1.25 (Double)
Area: 100% + 10% = 110% = 1.1 (Double)
Cooldown: 100% - 5% = 95% = 0.95 (Double)
You know how to change gold, right?
Now time to change other.
You must get Spinach, Candelabrador and Empty Tome, then find the code.
PS.1: Cooldown: -100% = 0.001
PS.2: Cooldown will effect after upgrading your weapon.
IGA!!
You must get Laurel if you want to kill reaper.
You can not be killed after having Laurel.
So you can quit the battle after killing a reaper, and Red Death will be unlocked!
Have Fun!!
Last edited by chenhi25 on Sun Feb 20, 2022 5:52 pm, edited 1 time in total.
-
- What is cheating?
- Posts: 1
- Joined: Sun Feb 20, 2022 11:15 am
- Reputation: 0
Re: Vampire Survivors
On games where u cant find anything you always want to search for multiple processes, in this case vampire survivors has 5, if the main applications process doesnt work u want to go to either processes or windows, there u search for vampire survivors and u try any process that pops up, in windows there is one process with the same id as the applications tab, in processes there are 5 vampire survivors windows. by my testing i found that only one works for game related stuff like: gold, health and stats in game like armor, maxhealth cooldown reduction etc. i also found that the one that stores these is the only one that works with speedhacks. speedhacks takes a few seconds to activate so open all five processes one for one, turn on speedhack and play the game for like 10 seconds (i think its more like 5 to respond but better be save than sorry) and if the game doesnt speed up with speedhack on x2, x5 or x10 try another process until it works. when it works you have your game releated process where u can edit the gold, health, stats in game etc.
Re: Vampire Survivors
Equivalent script in Node.js to edit coins
```
npm i level
```
```
const level = require('level')
const db = level('./leveldb')
db.put('_file://\x00\x01CapacitorStorage.Coins', '\x01999999')
```
```
npm i level
```
```
const level = require('level')
const db = level('./leveldb')
db.put('_file://\x00\x01CapacitorStorage.Coins', '\x01999999')
```
Re: Vampire Survivors
anybody here to do a table?
Re: Vampire Survivors
Has anyone been able to remove the limit on the number of items?
Who is online
Users browsing this forum: Google Adsense [Bot], LIOBOSS, sweetim