Well I don't know if I'm a hero, but i got deadcells yesterday and started playing around with some scripts for it. It's not on the level of some of the others that have been posted but it's mine. Notably it's missing a few features, mostly because i haven't gotten far enough in the game to test them!
Anyway, I might release future versions of this if I'm inspired to do so and play the game enough. No promises though. If I do my next release will include notes on how to update the scripts for future versions since I likely won't be updating this. This is for V34.
Features:
- No Hit (rewrote myself)
- Inf. Flask (Thanks STDO47)
- No Skill Cooldowns
- Unlimited Skill Charges (For Bows and Kunai and the like)
- Find Player Base address
- Base Address
- Current Health
- Max Health
- Cells
- Curse Count
- Y-Axis?
- Find Run Base (Note: Time has to be going up for this to activate properly.)
- Base Address
- Current Run Time
- Current Run Kill Count
- Coins
For anyone who wants to muck around and find more interesting addresses but doesn't know where to start: Grab one of those base addresses from the find base scripts and click "memory view" - > "Tools" -> "Dissect Data Structure" -> Paste whichever address into the top left box -> "Structures" -> "Define new structure" -> yes/ok to all boxes -> The offset on the left corresponds to a part of the structure, for example, 12C is the current player health. -> Back to main window -> Add address manually -> Pointer checkbox - > _pbase for player or _rbase for run in the bottom box -> add offset from your dissection window -> click and drag to relevant base finding script.
There's pretty much no way to know what all the numbers and stuff inside a structure are unless you play with it or realize by accident it corresponds to something in game. So have fun and good luck! Let us all know if you find anything interesting :3
Your table works for the most part. I couldn't get the No Hit to work though. It doesn't 'tick off' when you try to select it, nothing happens. I haven't tried the Y axis thing but all the others work. So thanks for this table, good job.
Your table works for the most part. I couldn't get the No Hit to work though. It doesn't 'tick off' when you try to select it, nothing happens. I haven't tried the Y axis thing but all the others work. So thanks for this table, good job.
@lordryoko, "Your table"? Who's table? The author? Another poster? Appears the two previous posts both have a .CT table. (by STD047 » Tue Jul 11, 2023 4:42 am) and (by Cowtow » Tue Jul 11, 2023 12:21 pm). Thanks
Here it is. Updated for v3.5! Some of these even work a little bit better than before!
In addition, I left detailed instructions for how I did it in the script in case anyone was curious (because I promised).
Also, there are a few scripts in the WIP header that that I never released but I had working in v3.4. Those are proving trickier to update so i'll come back to them someday if I have time.
Here it is. Updated for v3.5! Some of these even work a little bit better than before!
In addition, I left detailed instructions for how I did it in the script in case anyone was curious (because I promised).
Also, there are a few scripts in the WIP header that that I never released but I had working in v3.4. Those are proving trickier to update so i'll come back to them someday if I have time.
Cheers!
maybe, can you fix for cell, cause didnt work for V3.5,,, THX broo
Here it is. Updated for v3.5! Some of these even work a little bit better than before!
In addition, I left detailed instructions for how I did it in the script in case anyone was curious (because I promised).
Also, there are a few scripts in the WIP header that that I never released but I had working in v3.4. Those are proving trickier to update so i'll come back to them someday if I have time.
Cheers!
maybe, can you fix for cell, cause didnt work for V3.5,,, THX broo
"maybe, can you fix for cell, cause didnt work for V3.5,,, THX broo"??? Seriously? I'm sure "didn't work" and "broo" is really going to help (and motivate) the author to look in to your alleged issue. What a joke.
Here it is. Updated for v3.5! Some of these even work a little bit better than before!
In addition, I left detailed instructions for how I did it in the script in case anyone was curious (because I promised).
Also, there are a few scripts in the WIP header that that I never released but I had working in v3.4. Those are proving trickier to update so i'll come back to them someday if I have time.
Cheers!
It is giving an error when using CT, even when only activating the two health options.