Vampire Survivors
-
- What is cheating?
- Posts: 2
- Joined: Wed Jan 12, 2022 7:26 am
- Reputation: 1
Re: Vampire Survivors
does anyone know how to clear all my progress? (achievements and unlocks) thx.
-
- Noobzor
- Posts: 7
- Joined: Sat Nov 17, 2018 3:33 pm
- Reputation: 2
Re: Vampire Survivors
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. 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!
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. 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
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.
-
- What is cheating?
- Posts: 1
- Joined: Mon Jan 17, 2022 10:01 pm
- Reputation: 0
Re: Vampire Survivors
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!
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!
-
- What is cheating?
- Posts: 1
- Joined: Mon Jan 03, 2022 11:05 am
- Reputation: 0
Re: Vampire Survivors
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?
operable program or batch file. " what do i do now?
-
- Noobzor
- Posts: 7
- Joined: Sat Nov 17, 2018 3:33 pm
- Reputation: 2
Re: Vampire Survivors
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!
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!
-
- Noobzor
- Posts: 7
- Joined: Sat Nov 17, 2018 3:33 pm
- Reputation: 2
Re: Vampire Survivors
Thanks for info but what is mana? Do you mean those orb for exp?xacegod wrote: ↑Mon Jan 17, 2022 2:57 pmHi, 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.
-
- What is cheating?
- Posts: 2
- Joined: Fri Sep 03, 2021 9:53 am
- Reputation: 0
Re: Vampire Survivors
I did this in cmd.exe and I got pip is not recognized as an internal or external command, operable program or batch filejohnhsq wrote: ↑Tue Jan 11, 2022 1:07 pmWell, you have to run it from cmd, press Win + R and enter cmd.exe, press enter, then enter the command 'pip install plyvel-win32'bbinshadow wrote: ↑Tue Jan 11, 2022 11:22 amThanks! your guide is so kind
I pasted 'pip install plyvel-win32' in IDLE (Python 3.10 64-bit), then it saied ' SyntaxError: invalid syntax'
Re: Vampire Survivors
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.
-
- Expert Cheater
- Posts: 151
- Joined: Thu Aug 10, 2017 1:05 am
- Reputation: 17
- notpikachu
- Table Makers
- Posts: 311
- Joined: Wed Apr 01, 2020 10:32 am
- Reputation: 337
Re: Vampire Survivors
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 here
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 here
- Attachments
-
- resources small area v0.2.8.zip
- password:pikapika
- (532.64 KiB) Downloaded 477 times
-
- resources only luck v0.2.8.zip
- password:pikapika
- (532.66 KiB) Downloaded 557 times
-
- resources v0.2.8.zip
- password:pikapika
- (532.64 KiB) Downloaded 959 times
Last edited by notpikachu on Thu Jan 20, 2022 6:34 am, edited 2 times in total.
Re: Vampire Survivors
@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
Yesblackpinkf10 wrote: ↑Tue Jan 18, 2022 11:51 amThanks for info but what is mana? Do you mean those orb for exp?xacegod wrote: ↑Mon Jan 17, 2022 2:57 pmHi, 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
Agreed this is over the topnotpikachu wrote: ↑Tue Jan 18, 2022 11:37 pmGoing 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
Just increase in luck is fine with me, but like 1000% or something
- notpikachu
- Table Makers
- Posts: 311
- Joined: Wed Apr 01, 2020 10:32 am
- Reputation: 337
Re: Vampire Survivors
I guess I can make both, one with the default area, another with luck 1000%. Check my first post later ~
Who is online
Users browsing this forum: OBiscu1t