Crypt of the NecroDancer: Amplified (v2.54 Steam)

Upload your cheat tables here (No requests)
Post Reply
Venik
What is cheating?
What is cheating?
Posts: 1
Joined: Fri Jul 14, 2017 2:26 pm
Reputation: 1

Crypt of the NecroDancer: Amplified (v2.54 Steam)

Post by Venik »

Table for Necrodancer with Amplified DLC (Steam v2.54/2017.07.12) made by me.

Code: Select all

Feautures:
-Scripts:
--Invulnerability - You take no damage (even with Monk when collecting gold). Still loose multiplier thou.
--See all items - Like with Monocle.
--See all enemies - Like with Telepathy Circlet.
--Anti AntiCheat - Enable this if you wanna change gold.

-Stats:
--Current Health - Your current health (1 heart = 2). 
--Max Health - Your maximux health (1 hearth = 2). Set to 20 and freeze to have 10 hearts.
--Bombs - Your bombs.
--Kills - Set to more then 5 and freeze to always have max multiplier.

-Other:
--Diamonds - Your diamonds.
--Gold - Your gold. Enable Anti Anticheat first, if you wanna change this.
--Flawless Byte - Change this to 1 and freeze to always get bonus chests after boos fight.
--Low Percent Byte - Helps with achievemets that requires low percent. Change this to 1 and freeze.
Made with Cheat Engine v6.7

How to use this cheat table?
  1. Install Cheat Engine
  2. Double-click the .CT file in order to open it.
  3. Click the PC icon in Cheat Engine in order to select the game process.
  4. Keep the list.
  5. Activate the trainer options by checking boxes or setting values from 0 to 1
Attachments
NecroDancer.CT
(17.82 KiB) Downloaded 1912 times

Virtus Tenebrae
What is cheating?
What is cheating?
Posts: 1
Joined: Tue Aug 29, 2017 11:30 am
Reputation: 0

Re: Crypt of the NecroDancer: Amplified (v2.54 Steam)

Post by Virtus Tenebrae »

CotND is on 2.57 now, your game will crash if you try and use this table.

ignatttt
What is cheating?
What is cheating?
Posts: 3
Joined: Sun Sep 17, 2017 1:43 pm
Reputation: 0

Re: Crypt of the NecroDancer: Amplified (v2.54 Steam)

Post by ignatttt »

Hey I'm playing on the mac version of this game, I was wondering what your anti anti-cheat script does? I have two memory editing programs on mac, Bit Slicer (which looks and runs nicer), and the recent Cheat Engine 6.2 for Mac.

Every address in this game is static as far as I can tell. I've found various values for things like life, gold, diamonds, etc. but when I change the gold value the game just activates its anti cheat mechanisms. Can you please tell me how you wrote your anti anti-cheat scripts?

Here's are all the addresses I've found so far:
(Again, on a Mac!) There's three addresses that read the gold value every instant, the first one runs during the pause menu the other two don't:

Code: Select all

0x299E79 - bb_player_class_Player::m_RenderHUD(int, bool) NecroDancer __TEXT (static) r-x
mov eax, [eax+0x3b9327]

0x2772E0 - bb_player_class_Player::m_Update() NecroDancer __TEXT (static) r-x 
xor eax, [ebx+0x3d73a7]
and 
0x278CB2 - bb_player_class_Player::m_Update() NecroDancer __TEXT (static) r-x
xor eax, [ebx+0x3d73a7]
Which I'm guessing are part of the anti-cheat functionality. If I nop them, I can change freely change the gold value and the game doesn't do it's anti-cheat mechanism, until I pick up any new gold or buy an item.

When a new level loads, these 4 address read the gold value:

Code: Select all

0x2811F1 - bb_player_class_Player::m_Update() NecroDancer __TEXT (static) r-x
cmp dword [esi+0x3d73a7], 0x2328

0x1AE526 - bb_level_Level::g_NewLevel(int, int, int, bool, bb_level_object_LevelObject*, bool) NecroDancer __TEXT (static) r-x
add eax, [edx+0x4a1617]

0x1AE59F - bb_level_Level::g_NewLevel(int, int, int, bool, bb_level_object_LevelObject*, bool) NecroDancer __TEXT (static) r-x
mov eax, [edx+0x4a1617]

0x1B46C0 - bb_level_Level::g_NewLevel(int, int, int, bool, bb_level_object_LevelObject*, bool) NecroDancer __TEXT (static) r-x
mov eax, [edx+0x4a1617]

(this one read only once, when the game starts up)
0x10EDBD - bb_player_class_Player::g_new(int, int) NecroDancer __TEXT (static) r-x
xor eax, [edi+0x53f727]
When I pick up gold, these addresses access the gold value:
Note: The first one is the only address that actually writes to the coin value

Code: Select all

0xF3172 - bb_player_class_Player::g_SetCoins(int, bool) NecroDancer __TEXT (static) r-x
mov [esi+0x55b31a], edi

0x245EBF - bb_player_class_Player::g_AddCoins(int) NecroDancer __TEXT (static) r-x
mov eax, [esi+0x4085ca]

0xF3327 - bb_player_class_Player::g_SetCoins(int, bool) NecroDancer __TEXT (static) r-x
mov edi, [esi+0x55b31a]

0xF3531 - bb_player_class_Player::g_SetCoins(int, bool) NecroDancer __TEXT (static) r-x
mov eax, [esi+0x55b31a]
Finally, these all read the gold value on various shop actions. Buying a chest, buying an item, trying to buy an item/chest without enough money, etc

Code: Select all

0x2811F1 - bb_player_class_Player::m_Update() NecroDancer __TEXT (static) r-x
cmp dword [esi+0x3d73a7], 0x2328

0x3A1617 - bb_salechest_SaleChest::m_Open(bb_player_class_Player*) NecroDancer __TEXT (static) r-x
mov eax, [esi+0x2ace87]

0x32CA69 - bb_saleitem_SaleItem::m_Pickup(bb_player_class_Player*) NecroDancer __TEXT (static) r-x
cvtsi2ss xmm0, dword [ebx+0x321a97]

0x25E296 - bb_player_class_Player::m_AddGeneralMetrics(bool) NecroDancer __TEXT (static) r-x
mov eax, [esi+0x3f04b7]

0x3A1663 - bb_salechest_SaleChest::m_Open(bb_player_class_Player*) NecroDancer __TEXT (static) r-x
mov eax, [esi+0x2ace87]

0x32D59C - bb_saleitem_SaleItem::m_Pickup(bb_player_class_Player*) NecroDancer __TEXT (static) r-x
add eax, [ebx+0x321a97]

0x2633A0 - bb_player_class_Player::m_Hit(String, int, int, bb_entity_Entity*, bool, int) NecroDancer __TEXT (static) r-x
mov eax, [ebx+0x3efe57]
There's two more that read the gold value when you return to lobby, I think they have to do with score/leaderboards which I don't care about.

So yea, any help with how you wrote your anti anti-cheat scripts would be very helpful. I'm not too knowledgeable on assembly, so some extra notes on what mov, xor, or cmp is doing exactly would be nice too. Thanks

bonzay0
Expert Cheater
Expert Cheater
Posts: 55
Joined: Fri Sep 08, 2017 1:43 pm
Reputation: 10

Crypt of the NecroDancer: Amplified (v2.54 Steam)

Post by bonzay0 »

Dunno if people still play this but I have updated the table for myself so I guess I'll share it.

It's for Necrodancer v2.59 with Amplified DLC.



Big thanks to [USER=7174]@Venik[/USER] for his initial table.

User avatar
Lightningreed
Noobzor
Noobzor
Posts: 7
Joined: Fri Jul 14, 2017 12:33 pm
Reputation: 0

Crypt of the NecroDancer: Amplified (v2.54 Steam)

Post by Lightningreed »

Note that you still die to Glass Jaw (Double all dmg, faulty) and one hit kill shopkeepers. Health isn't properly frozen, maybe?

bonzay0
Expert Cheater
Expert Cheater
Posts: 55
Joined: Fri Sep 08, 2017 1:43 pm
Reputation: 10

Crypt of the NecroDancer: Amplified (v2.54 Steam)

Post by bonzay0 »

[QUOTE="Lightningreed, post: 43143, member: 7172"]Note that you still die to Glass Jaw (Double all dmg, faulty) and one hit kill shopkeepers. Health isn't properly frozen, maybe?[/QUOTE]

With the invincibility script on I have no issues, nothing can kill me as far as I checked.

Did you use the script or freeze the value?

codezer0
What is cheating?
What is cheating?
Posts: 1
Joined: Sun May 07, 2017 12:50 pm
Reputation: 0

Re: Crypt of the NecroDancer: Amplified (v2.54 Steam)

Post by codezer0 »

bonzay0 wrote:
Sat Apr 21, 2018 11:44 pm
Dunno if people still play this but I have updated the table for myself so I guess I'll share it.

It's for Necrodancer v2.59 with Amplified DLC.

Big thanks to 7174 for his initial table.
is the table removed? :|

Gyro
What is cheating?
What is cheating?
Posts: 4
Joined: Mon Aug 13, 2018 5:18 am
Reputation: 0

Re: Crypt of the NecroDancer: Amplified (v2.54 Steam)

Post by Gyro »

bonzay0 wrote:
Sat Apr 21, 2018 11:44 pm
Dunno if people still play this but I have updated the table for myself so I guess I'll share it.

It's for Necrodancer v2.59 with Amplified DLC.



Big thanks to 7174 for his initial table.
You forgot to post the table with your actual post.

cvbbbv
What is cheating?
What is cheating?
Posts: 4
Joined: Wed Nov 25, 2020 4:52 pm
Reputation: 1

Re: Crypt of the NecroDancer: Amplified (v2.54 Steam)

Post by cvbbbv »

excuse, what is the anti cheat address? i would like to try it on psvita if it is the same

Gyro
What is cheating?
What is cheating?
Posts: 4
Joined: Mon Aug 13, 2018 5:18 am
Reputation: 0

Re: Crypt of the NecroDancer: Amplified (v2.54 Steam)

Post by Gyro »

bonzay0 wrote:
Sat Apr 21, 2018 11:44 pm
Dunno if people still play this but I have updated the table for myself so I guess I'll share it.

It's for Necrodancer v2.59 with Amplified DLC.



Big thanks to 7174 for his initial table.
I don't see the table attached to your post. Did it get removed?

GCM
What is cheating?
What is cheating?
Posts: 4
Joined: Thu Nov 05, 2020 8:16 pm
Reputation: 1

Re: Crypt of the NecroDancer: Amplified (v2.54 Steam)

Post by GCM »

bonzay0 wrote:
Sat Apr 21, 2018 11:44 pm
Dunno if people still play this but I have updated the table for myself so I guess I'll share it.

It's for Necrodancer v2.59 with Amplified DLC.



Big thanks to 7174 for his initial table.
Was the table posted?

User avatar
Lord Blade
Expert Cheater
Expert Cheater
Posts: 1348
Joined: Thu Mar 09, 2017 7:52 am
Reputation: 132

Re: Crypt of the NecroDancer: Amplified (v2.54 Steam)

Post by Lord Blade »

Is there a table for v3.0.2-b1904?

cvbbbv
What is cheating?
What is cheating?
Posts: 4
Joined: Wed Nov 25, 2020 4:52 pm
Reputation: 1

Re: Crypt of the NecroDancer: Amplified (v2.54 Steam)

Post by cvbbbv »

hi, update .v3.7.4
regards

User avatar
Rekcheli
What is cheating?
What is cheating?
Posts: 4
Joined: Wed Dec 14, 2022 5:21 pm
Reputation: 1

Re: Crypt of the NecroDancer: Amplified (v2.54 Steam)

Post by Rekcheli »

need to update for version 3.7.4 with "AMPLIFIED" and "Synchrony" DLCs

divergence
Cheater
Cheater
Posts: 41
Joined: Tue Feb 20, 2018 1:48 am
Reputation: 16

Re: Crypt of the NecroDancer: Amplified (v2.54 Steam)

Post by divergence »

I was trying to see if anyone had insight into disabling leaderboards. I saw a post on cheatengine forums from a dev that requested if anyone cheats in the future, that they disable the leaderboards, so they don't mess up people that actually want to compete and have fun the way they want to. I haven't found any pages where anyone tried. It's fine if it doesn't exist yet, but if it does, that'd be so nice. So let me know! Thanks!

Post Reply

Who is online

Users browsing this forum: Corvo3108, DrummerIX, Google [Bot], Google Adsense [Bot], neochinoko, nos4r2