Necrosmith

Upload your cheat tables here (No requests)
OdBaLL
Noobzor
Noobzor
Posts: 5
Joined: Sun Dec 05, 2021 12:45 am
Reputation: 0

Re: Necrosmith

Post by OdBaLL »

verihh wrote:
Fri Jul 15, 2022 6:20 pm
They released an update some hours ago.
I tried to follow your steps, but the script does not work anymore for me.
Or am I doing it wrong in some way?
The table as is right now has been hit or miss, i've gotten everything turned on and working only once and I haven't replicated w/e let me do that again...

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

User avatar
BabyGroot
Table Makers
Table Makers
Posts: 1369
Joined: Sun Mar 29, 2020 1:39 pm
Reputation: 2239

Re: Necrosmith

Post by BabyGroot »

OdBaLL wrote:
Tue Jul 19, 2022 2:45 am
verihh wrote:
Fri Jul 15, 2022 6:20 pm
They released an update some hours ago.
I tried to follow your steps, but the script does not work anymore for me.
Or am I doing it wrong in some way?
The table as is right now has been hit or miss, i've gotten everything turned on and working only once and I haven't replicated w/e let me do that again...
Table still works on patch :
18 July 2022 / Mon / 12:15 / A new patch is here! Just like the community items / 9140436

Version Game :
1.0.0.211 (e39c8af)

Check Here [Link]

asaljaja
What is cheating?
What is cheating?
Posts: 1
Joined: Sat Jan 25, 2020 8:23 am
Reputation: 1

Re: Necrosmith

Post by asaljaja »

table stopped working on july 21st update (ver 1.1) hope it gets updated ...

alsteel
What is cheating?
What is cheating?
Posts: 1
Joined: Fri Jun 10, 2022 9:47 am
Reputation: 0

Re: Necrosmith

Post by alsteel »

asaljaja wrote:
Thu Jul 21, 2022 6:50 pm
table stopped working on july 21st update (ver 1.1) hope it gets updated ...
+1

User avatar
kenjfujma
Noobzor
Noobzor
Posts: 9
Joined: Mon Apr 05, 2021 6:21 pm
Reputation: 4

Re: Necrosmith

Post by kenjfujma »

asaljaja wrote:
Thu Jul 21, 2022 6:50 pm
table stopped working on july 21st update (ver 1.1) hope it gets updated ...
+1

Sigan
Expert Cheater
Expert Cheater
Posts: 267
Joined: Fri May 26, 2017 1:23 am
Reputation: 124

Re: Necrosmith

Post by Sigan »

Resources Never Fall Below Minimum

{ Game : Necrosmith.exe
Author : Sigan
}

[ENABLE]

aobscan(INJECT,8B 4D 98 89 48 10 49 63 46 44) // should be unique
alloc(newmem,$1000,INJECT)
label(minValue)
label(code)
label(return)

newmem:
cmp ecx,[minValue]
jge code
mov ecx,[minValue]
code:
mov [rax+10],ecx
movsxd rax,dword ptr [r14+44]
jmp return
minValue:
dd (Int)5000
INJECT+03:
jmp newmem
nop 2
return:
registersymbol(INJECT)
registersymbol(minValue)
[DISABLE]

INJECT+03:
db 89 48 10 49 63 46 44

unregistersymbol(INJECT)
unregistersymbol(minValue)
dealloc(newmem)

{
// ORIGINAL CODE - INJECTION POINT: System.Collections.Generic.Dictionary`2[Balance.Tags.ResourceTag,System.UInt32]:TryInsert+143

System.Collections.Generic.Dictionary`2[Balance.Tags.ResourceTag,System.UInt32]:TryInsert+11c: 83 F8 01 - cmp eax,01
System.Collections.Generic.Dictionary`2[Balance.Tags.ResourceTag,System.UInt32]:TryInsert+11f: 0F 85 35 00 00 00 - jne System.Collections.Generic.Dictionary`2[Balance.Tags.ResourceTag,System.UInt32]:TryInsert+15a
System.Collections.Generic.Dictionary`2[Balance.Tags.ResourceTag,System.UInt32]:TryInsert+125: 49 8B 46 18 - mov rax,[r14+18]
System.Collections.Generic.Dictionary`2[Balance.Tags.ResourceTag,System.UInt32]:TryInsert+129: 48 63 CF - movsxd rcx,edi
System.Collections.Generic.Dictionary`2[Balance.Tags.ResourceTag,System.UInt32]:TryInsert+12c: 39 48 18 - cmp [rax+18],ecx
System.Collections.Generic.Dictionary`2[Balance.Tags.ResourceTag,System.UInt32]:TryInsert+12f: 0F 86 87 03 00 00 - jbe System.Collections.Generic.Dictionary`2[Balance.Tags.ResourceTag,System.UInt32]:TryInsert+4bc
System.Collections.Generic.Dictionary`2[Balance.Tags.ResourceTag,System.UInt32]:TryInsert+135: 48 6B C9 18 - imul rcx,rcx,18
System.Collections.Generic.Dictionary`2[Balance.Tags.ResourceTag,System.UInt32]:TryInsert+139: 48 03 C1 - add rax,rcx
System.Collections.Generic.Dictionary`2[Balance.Tags.ResourceTag,System.UInt32]:TryInsert+13c: 48 83 C0 20 - add rax,20
System.Collections.Generic.Dictionary`2[Balance.Tags.ResourceTag,System.UInt32]:TryInsert+140: 8B 4D 98 - mov ecx,[rbp-68]
// ---------- INJECTING HERE ----------
System.Collections.Generic.Dictionary`2[Balance.Tags.ResourceTag,System.UInt32]:TryInsert+143: 89 48 10 - mov [rax+10],ecx
// ---------- DONE INJECTING ----------
System.Collections.Generic.Dictionary`2[Balance.Tags.ResourceTag,System.UInt32]:TryInsert+146: 49 63 46 44 - movsxd rax,dword ptr [r14+44]
System.Collections.Generic.Dictionary`2[Balance.Tags.ResourceTag,System.UInt32]:TryInsert+14a: FF C0 - inc eax
System.Collections.Generic.Dictionary`2[Balance.Tags.ResourceTag,System.UInt32]:TryInsert+14c: 41 89 46 44 - mov [r14+44],eax
System.Collections.Generic.Dictionary`2[Balance.Tags.ResourceTag,System.UInt32]:TryInsert+150: B8 01 00 00 00 - mov eax,00000001
System.Collections.Generic.Dictionary`2[Balance.Tags.ResourceTag,System.UInt32]:TryInsert+155: E9 5E 02 00 00 - jmp System.Collections.Generic.Dictionary`2[Balance.Tags.ResourceTag,System.UInt32]:TryInsert+3b8
System.Collections.Generic.Dictionary`2[Balance.Tags.ResourceTag,System.UInt32]:TryInsert+15a: 0F B6 45 90 - movzx eax,byte ptr [rbp-70]
System.Collections.Generic.Dictionary`2[Balance.Tags.ResourceTag,System.UInt32]:TryInsert+15e: 83 F8 02 - cmp eax,02
System.Collections.Generic.Dictionary`2[Balance.Tags.ResourceTag,System.UInt32]:TryInsert+161: 0F 84 73 02 00 00 - je System.Collections.Generic.Dictionary`2[Balance.Tags.ResourceTag,System.UInt32]:TryInsert+3da
System.Collections.Generic.Dictionary`2[Balance.Tags.ResourceTag,System.UInt32]:TryInsert+167: 33 C0 - xor eax,eax
System.Collections.Generic.Dictionary`2[Balance.Tags.ResourceTag,System.UInt32]:TryInsert+169: E9 4A 02 00 00 - jmp System.Collections.Generic.Dictionary`2[Balance.Tags.ResourceTag,System.UInt32]:TryInsert+3b8
}

greenfield
Novice Cheater
Novice Cheater
Posts: 16
Joined: Tue May 22, 2018 3:11 pm
Reputation: 3

Re: Necrosmith

Post by greenfield »

table stopped working in ver 1.2

KaijuZeus
Novice Cheater
Novice Cheater
Posts: 16
Joined: Fri Sep 23, 2022 5:51 pm
Reputation: 2

Re: Necrosmith

Post by KaijuZeus »

i hope this table gets an update please

cannawizard
What is cheating?
What is cheating?
Posts: 1
Joined: Sun Jun 11, 2023 10:49 pm
Reputation: 0

Re: Necrosmith

Post by cannawizard »

KaijuZeus wrote:
Mon Apr 24, 2023 1:12 am
i hope this table gets an update please
yes please :ph34r:

Post Reply