Page 3 of 15

Re: Vampire Survivors

Posted: Fri Jan 14, 2022 11:11 pm
by trudastorm
does anyone know how to clear all my progress? (achievements and unlocks) thx.

Re: Vampire Survivors

Posted: Mon Jan 17, 2022 1:29 pm
by blackpinkf10
Hi, all.

I got up to the point where seeing no error up to the end.

------------

import plyvel

db = plyvel.DB(r'YOUR_SAVE_PATH', create_if_missing=False)
db.put(b'_file://\x00\x01CapacitorStorage.Coins', b'\x0199999')

-------------

But, in game, coin gone back to 0 and all other achievement are erased. :D Seems like something I did wrong.

Does anyone have same issue? Thanks in advance. :)

====> Oh, please disregard. it is strange that I just turned on CE and ran the game...then can see 99999 of gold. How weird but it works! Thanks all!

Re: Vampire Survivors

Posted: Mon Jan 17, 2022 2:57 pm
by xacegod
Hi, I found mana, which is double value, starts from 0 and increases each time you pick up mana. The process is second from bottom for game, and you can test it with enabling speedhack and checking if the speed changes, then start with unknown value that increases each time.

Re: Vampire Survivors

Posted: Mon Jan 17, 2022 10:03 pm
by LofiTasker
Found how to isolate the address for money, took me about 30 seconds....

select the game from the process list. There are 4 in total, try each one and enable speed hack. Keep going until you find the one that will allow you to enable a speed hack. you've now found the correct process. Scan parameters are Double, Exact Value. numbers are not obfuscated. Happy cheating!

Re: Vampire Survivors

Posted: Tue Jan 18, 2022 1:33 am
by CrazedDellons
When i put pip install plyvel-win32 into cmd i get " 'pip' is not recognized as an internal or external command,
operable program or batch file. " what do i do now?

Re: Vampire Survivors

Posted: Tue Jan 18, 2022 11:48 am
by blackpinkf10
Hi, all.

Here is what I followed ;

1) Install Python 3.8.1 version on Win10 (don't think Win11 is different). I didn't install 3.10.

2) Open CMD windows with admin right then type 'pip install plyvel-win32'.

3) If you get error with this 'pip', you need to set the path.

For me, 'C:\Users\LordBritish\AppData\Local\Programs\Python\Python38\Scripts' in the directory where pip.exe is located.

So in CMD windows, type 'set PATH=%PATH%;C:\Users\LordBritish\AppData\Local\Programs\Python\Python38\Scripts' then path to pip is set. Then you can type 'pip install plyvel-win32' without issue.

6) Run Python 3.8.

7) Type ;

import plyvel

db = plyvel.DB(r'YOUR_SAVE_PATH', create_if_missing=False)
db.put(b'_file://\x00\x01CapacitorStorage.Coins', b'\x0199999')

Some say db = plyvel.DB([path_to_leveldb]) works but for me, had to put 'r' as written above. My path is C:\Users\LordBritish\AppData\Roaming\Vampire_Survivors\Local Storage\leveldb.

So it is ;

import plyvel

db = plyvel.DB(r'C:\Users\LordBritish\AppData\Roaming\Vampire_Survivors\Local Storage\leveldb', create_if_missing=False)
db.put(b'_file://\x00\x01CapacitorStorage.Coins', b'\x0199999')

Then didn't have any error.

However, when I run the game, lost all the gold (gone to '0') and all the achievement also removed. Had to run game several times then could see gold is 99999 in the end. Maybe you can reboot PC or close down Steam client then try again.

Good luck all!

Re: Vampire Survivors

Posted: Tue Jan 18, 2022 11:51 am
by blackpinkf10
xacegod wrote:
Mon Jan 17, 2022 2:57 pm
Hi, I found mana, which is double value, starts from 0 and increases each time you pick up mana. The process is second from bottom for game, and you can test it with enabling speedhack and checking if the speed changes, then start with unknown value that increases each time.
Thanks for info but what is mana? Do you mean those orb for exp? :)

Re: Vampire Survivors

Posted: Tue Jan 18, 2022 4:00 pm
by ArchonDeath
johnhsq wrote:
Tue Jan 11, 2022 1:07 pm
bbinshadow wrote:
Tue Jan 11, 2022 11:22 am
Thanks! your guide is so kind
I pasted 'pip install plyvel-win32' in IDLE (Python 3.10 64-bit), then it saied ' SyntaxError: invalid syntax'
Well, you have to run it from cmd, press Win + R and enter cmd.exe, press enter, then enter the command 'pip install plyvel-win32'
I did this in cmd.exe and I got pip is not recognized as an internal or external command, operable program or batch file

Re: Vampire Survivors

Posted: Tue Jan 18, 2022 9:02 pm
by pascoax
Every time that I use phyton to change gold, the game just put 0 gold for me. Have no idea of what im doing wrong... maybe the new update.

Re: Vampire Survivors

Posted: Tue Jan 18, 2022 9:56 pm
by hisvileness
pascoax wrote:
Tue Jan 18, 2022 9:02 pm
Every time that I use phyton to change gold, the game just put 0 gold for me. Have no idea of what im doing wrong... maybe the new update.
kept happening to me because i kept hitting the reset button on accident and it just zeroed everything out

Re: Vampire Survivors

Posted: Tue Jan 18, 2022 11:37 pm
by notpikachu
Going to drop this here :) , as it's not really a cheat table per say.

For v0.2.8 steam (may not work with other version)
- Backup resource in game folder
- Overwrite the resource folder
- Enjoy the game

password:pikapika

Edit1: Added two version, one with infinite luck only, another with the op multiplier but default area.
Edit2: I put a post how to edit this yourself, as I can't do this forever :D here

Re: Vampire Survivors

Posted: Wed Jan 19, 2022 4:23 pm
by dkwo
@notpikachu -- this is really cool but projectiles are so BIG that makes it hard to see what's happening on the screen... :)

Re: Vampire Survivors

Posted: Wed Jan 19, 2022 5:27 pm
by xacegod
blackpinkf10 wrote:
Tue Jan 18, 2022 11:51 am
xacegod wrote:
Mon Jan 17, 2022 2:57 pm
Hi, I found mana, which is double value, starts from 0 and increases each time you pick up mana. The process is second from bottom for game, and you can test it with enabling speedhack and checking if the speed changes, then start with unknown value that increases each time.
Thanks for info but what is mana? Do you mean those orb for exp? :)
Yes :D

Re: Vampire Survivors

Posted: Wed Jan 19, 2022 5:38 pm
by xacegod
notpikachu wrote:
Tue Jan 18, 2022 11:37 pm
Going to drop this here :) , as it's not really a cheat table per say.

For v0.2.8 steam (may not work with other version)
- Backup resource in game folder
- Overwrite the resource folder
- Enjoy the game

password:pikapika
Agreed this is over the top :D
Just increase in luck is fine with me, but like 1000% or something :D

Re: Vampire Survivors

Posted: Wed Jan 19, 2022 5:48 pm
by notpikachu
I guess I can make both, one with the default area, another with luck 1000%. Check my first post later ~