A few update. Finally, create a difficulty changer and listing of all the essence by ID
. Change the signature of macca script/essence script as the previous one suddenly didn't work for me
. For the one that still work, the script should be in the archived. Put all the ID outside under Group ID and all the ID have been rechecked by Black X
. For now, I'm just going to enjoy the game first rather than creating more cheat~
randomstuff wrote: ↑Thu Nov 18, 2021 9:00 am
Thank you very much for your efforts. If I may ask, is it possible to have [Infinite Jumps], [Ghosting/Undetected by enemies], and [Enemies item drop rate]?
I did try for infinite jumps and undetected by enemies without avail
. You could use repulse bell and moon editor to sort of avoid battle infinitely. Not really sure if I want to do the enemies item drop rate as we already have a specific item editor.
kyousai96 wrote: ↑Thu Nov 18, 2021 3:55 pm
How long does it take for you for it finally to work ? because i'm having the same problem where it only shows "??" under "Script"" eventhough the MC Editor and Item Script works for me
If you can activate the script and it show ???, try to do the activation action next to the script, in this case, open menu. If it's still ??? that mean, there's probably something wrong.
Edit1: Absolute_Dreamer said the new essence script is not working. I was forced to create a new script because the old one stop working for me. but if the old one work for you, this one should technically be use for the list all essence ID (replace by double clicking the script and paste it inside, test first, then save the table.
Code: Select all
[ENABLE]
//0F ?? ?? ?? 89 ?? 48 ?? ?? 48 ?? ?? ?? ?? ?? ?? ?? 48 ?? ?? ?? ?? ?? ?? ?? 48 ?? ?? ?? ?? ?? ?? ?? 48 ?? ?? ?? ?? 48 ?? ?? ?? ?? ?? ?? ?? 48 ?? ?? ?? ?? ?? ?? ?? 8B ?? ?? ?? ?? ?? 89 ?? ?? ?? ?? ?? ?? 8B ?? ?? ?? ?? ?? ?? 85 ?? 75 ?? 48 ?? ?? ?? ?? ?? ?? ?? ?? ?? FF ?? 89 ?? 85 ?? 75 ?? 48 ?? ?? ?? ?? 48 ?? ?? ?? ?? ?? ?? ?? 48 ?? ?? ?? 48 ?? ?? ?? ?? 48 ?? ?? ?? 8B ?? ?? ?? ?? ?? ?? 89 ?? ?? ?? ?? ?? 8B ?? ?? ?? ?? ?? ?? 89 ?? ?? ?? ?? ?? 8B ?? ?? ?? ?? ?? ?? 89 ?? ?? ?? ?? ?? 8B ?? ?? ?? ?? ?? ?? 89 ?? ?? ?? ?? ?? 31 ?? 48 ?? ?? 48 ?? ?? ?? ?? ?? ?? 5F 5E 5D 5B C3 8B ?? ?? ?? ?? ?? ?? 83 ?? ?? 48 ?? ?? ?? ?? ?? ?? ?? 89 ?? ?? ?? ?? ?? 48 ?? ?? ?? ?? ?? ?? ?? 89 ?? 85 ?? 0F ?? ?? ?? ?? ?? 48 ?? ?? ?? ?? ?? ?? ?? 48
//aobscan(essense,0F ?? ?? ?? 89 ?? 48 ?? ?? 48 ?? ?? ?? ?? ?? ?? ?? 48 ?? ?? ?? ?? ?? ?? ?? 48 ?? ?? ?? ?? ?? ?? ?? 48 ?? ?? ?? ?? 48 ?? ?? ?? ?? ?? ?? ?? 48 ?? ?? ?? ?? ?? ?? ?? 8B ?? ?? ?? ?? ?? 89 ?? ?? ?? ?? ?? ?? 8B ?? ?? ?? ?? ?? ?? 85 ?? 75 ?? 48 ?? ?? ?? ?? ?? ?? ?? ?? ?? FF ?? 89 ?? 85 ?? 75 ?? 48 ?? ?? ?? ?? 48 ?? ?? ?? ?? ?? ?? ?? 48 ?? ?? ?? 48 ?? ?? ?? ?? 48 ?? ?? ?? 8B) // should be unique
aobscanregion(essense,fastmem,fastmem+20000000,0F ?? ?? ?? 89 ?? 48 ?? ?? 48 ?? ?? ?? ?? ?? ?? ?? 48 ?? ?? ?? ?? ?? ?? ?? 48 ?? ?? ?? ?? ?? ?? ?? 48 ?? ?? ?? ?? 48 ?? ?? ?? ?? ?? ?? ?? 48 ?? ?? ?? ?? ?? ?? ?? 8B ?? ?? ?? ?? ?? 89 ?? ?? ?? ?? ?? ?? 8B ?? ?? ?? ?? ?? ?? 85 ?? 75 ?? 48 ?? ?? ?? ?? ?? ?? ?? ?? ?? FF ?? 89 ?? 85 ?? 75 ?? 48 ?? ?? ?? ?? 48 ?? ?? ?? ?? ?? ?? ?? 48 ?? ?? ?? 48 ?? ?? ?? ?? 48 ?? ?? ?? 8B) // should be unique
alloc(newmem,$1000)
alloc(_essence,8)
alloc(essensecpy,17)
registersymbol(essense)
registersymbol(_essence)
registersymbol(essensecpy)
label(code)
label(return)
essensecpy:
readmem(essense,17)
newmem:
pop rcx
cmp rcx,137
jne code
mov [_essence],rsi
add [_essence],rbp
readmem(essense,17)
jmp return
code:
readmem(essense,17)
jmp return
essense:
push rcx
mov rcx,newmem
jmp rcx
nop 4
return:
[DISABLE]
essense:
readmem(essensecpy,17)
unregistersymbol(*)
dealloc(*)
Till then,
notpikachu