Page 1 of 1
[Request] Neverinth
Posted: Sat Sep 21, 2019 12:56 pm
by Ash
Hello people o/
I'd like to request a cheat table for a game called Neverinth. Another dark souls like game, still in EA.
Game Name: Neverinth
Game Engine: Unity I guess
Game Version: 0.2.32
Options Required: inf health, inf stamina, inf consumables, inf totem gems.
Game/Steam Website:
Other Info:
From what I have tried, editing levels, health, stamina, and items is easy enough, but editing totem gems is very hard, at least for me.
Please & thank you.
Re: [Request] Neverinth
Posted: Thu Sep 26, 2019 2:45 am
by CorruptedData
Seconded
game needs health pointers at the very least
bosses take forever to kill especially if you get shafted by rng
Re: [Request] Neverinth
Posted: Thu Sep 26, 2019 3:04 pm
by dec1337
I made this real quick for an older version of the game try it out - its an infinite potion script but a lazy one that will need testing out
Code: Select all
{ Game : Neverinth
Version:
Date : 2019-09-26
Author : deccc
This script does blah blah blah
}
[ENABLE]
aobscan(mead,48 89 08 48 63 4D 38 89 48 08 48 8D) // should be unique
alloc(newmem,$1000)
label(code)
label(return)
newmem:
code:
// mov [rax],rcx
// movsxd rcx,dword ptr [rbp+38]
jmp return
mead:
jmp newmem
nop 2
return:
registersymbol(mead)
[DISABLE]
mead:
db 48 89 08 48 63 4D 38
unregistersymbol(mead)
dealloc(newmem)
{
// ORIGINAL CODE - INJECTION POINT: 1E32079D850
1E32079D827: 0F 84 35 00 00 00 - je 1E32079D862
1E32079D82D: 48 8B 47 10 - mov rax,[rdi+10]
1E32079D831: 48 63 CE - movsxd rcx,esi
1E32079D834: 39 48 18 - cmp [rax+18],ecx
1E32079D837: 0F 86 6C 00 00 00 - jbe 1E32079D8A9
1E32079D83D: 48 8D 0C 49 - lea rcx,[rcx+rcx*2]
1E32079D841: 48 C1 E1 02 - shl rcx,02
1E32079D845: 48 03 C1 - add rax,rcx
1E32079D848: 48 83 C0 20 - add rax,20
1E32079D84C: 48 8B 4D 30 - mov rcx,[rbp+30]
// ---------- INJECTING HERE ----------
1E32079D850: 48 89 08 - mov [rax],rcx
1E32079D853: 48 63 4D 38 - movsxd rcx,dword ptr [rbp+38]
// ---------- DONE INJECTING ----------
1E32079D857: 89 48 08 - mov [rax+08],ecx
1E32079D85A: 48 8D 65 F0 - lea rsp,[rbp-10]
1E32079D85E: 5F - pop rdi
1E32079D85F: 5E - pop rsi
1E32079D860: C9 - leave
1E32079D861: C3 - ret
1E32079D862: B9 AD 29 00 00 - mov ecx,000029AD
1E32079D867: 48 83 EC 20 - sub rsp,20
1E32079D86B: 49 BB 60 58 22 0F E3 01 00 00 - mov r11,000001E30F225860
1E32079D875: 41 FF D3 - call r11
}
Re: [Request] Neverinth
Posted: Thu Oct 17, 2019 11:15 am
by Ash
If anyone's willing, I can give you a copy of the game