[Request] Nikoderiko The Magical World Directors Cut

Ask about cheats/tables for single player games here
User avatar
Gumba21
Expert Cheater
Expert Cheater
Posts: 137
Joined: Mon Jul 10, 2023 6:24 pm
Reputation: 51

[Request] Nikoderiko The Magical World Directors Cut

Post by Gumba21 »

Nikoderiko The Magical World Directors Cut - Rune

Option Requied : Infinite Hearts + Multi Jump + Stop Time
Merci :)

Sensei7
Expert Cheater
Expert Cheater
Posts: 350
Joined: Wed Feb 08, 2023 4:04 pm
Reputation: 131

Re: [Request] Nikoderiko The Magical World Directors Cut

Post by Sensei7 »

+1

Sensei7
Expert Cheater
Expert Cheater
Posts: 350
Joined: Wed Feb 08, 2023 4:04 pm
Reputation: 131

Re: [Request] Nikoderiko The Magical World Directors Cut

Post by Sensei7 »

Never :(
this game Need only a multi Jump :dry:

User avatar
Snoop
Expert Cheater
Expert Cheater
Posts: 232
Joined: Sun Mar 14, 2021 2:16 am
Reputation: 236

Re: [Request] Nikoderiko The Magical World Directors Cut

Post by Snoop »

Sensei7 wrote:
Wed Apr 16, 2025 1:05 pm
this game Need only a multi Jump :dry:
+ 2 I totally agree

User avatar
LIOBOSS
Table Makers
Table Makers
Posts: 557
Joined: Mon Dec 11, 2023 11:21 pm
Reputation: 1598

Re: [Request] Nikoderiko The Magical World Directors Cut

Post by LIOBOSS »

HI....

here is my little table...I hope it will help....Enjoy !!!

It's not much and does not provide unlimited jump but you can tweak jump height and glide speed.


Image


If you use this please Click the Like/Thumbs up button for some rep, Thanks! :) ---> Image



Nikoderiko-Win64-Shipping.CT
(11.12 KiB) Downloaded 225 times
Last edited by LIOBOSS on Thu Apr 17, 2025 6:21 pm, edited 1 time in total.

User avatar
Snoop
Expert Cheater
Expert Cheater
Posts: 232
Joined: Sun Mar 14, 2021 2:16 am
Reputation: 236

Re: [Request] Nikoderiko The Magical World Directors Cut

Post by Snoop »

Thx LIOBOSS !

Joshuan
Expert Cheater
Expert Cheater
Posts: 236
Joined: Sun Jan 05, 2020 11:37 am
Reputation: 51

Re: [Request] Nikoderiko The Magical World Directors Cut

Post by Joshuan »

Thank you LIOBOSS for another great table.

Happy Easter!

User avatar
MBRKiNG
Table Makers
Table Makers
Posts: 338
Joined: Fri Feb 23, 2018 5:13 pm
Reputation: 590

Re: [Request] Nikoderiko The Magical World Directors Cut

Post by MBRKiNG »

Sensei7 wrote:
Wed Apr 16, 2025 1:05 pm
Never :(
this game Need only a multi Jump :dry:

Inf Jumps (copy/paste code into ce)

Code: Select all

<?xml version="1.0" encoding="utf-8"?>
<CheatTable>
  <CheatEntries>
    <CheatEntry>
      <ID>1337111332</ID>
      <Description>"Inf Jumps"</Description>
      <LastState/>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>[ENABLE]
aobscanmodule(jump,Nikoderiko-Win64-Shipping.exe,80 ?? ?? ?? ?? ?? ?? 48 89 ?? ?? ?? 0F 85 ?? ?? ?? ?? 48 8B ?? ?? ?? ?? ?? 4C) // should be unique
alloc(newmem,$1000,jump)
label(code)
label(return)
label(jump_1)
newmem:
code:
  mov [jump_1],rbx
  cmp byte ptr [rbx+00000168],01
  jmp return
jump_1:
dq
jump:
  jmp newmem
  nop 2
return:
registersymbol(jump jump_1)
[DISABLE]
jump:
  db 80 BB 68 01 00 00 01
unregistersymbol(*)
dealloc(*)
</AssemblerScript>
      <CheatEntries>
        <CheatEntry>
          <ID>1337111333</ID>
          <Description>"Set JUMP HOTKEY (Default Space)"</Description>
          <LastState/>
          <VariableType>Auto Assembler Script</VariableType>
          <AssemblerScript>{$lua}
if syntaxcheck then return end
[ENABLE]
local is_grounded = "[jump_1]+168"
writeByte(is_grounded, "01")
if memrec then
    local timer = createTimer()
    timer.Interval = 1 * 100
    timer.OnTimer = function(theTimerCallingThisFunction)
        if memrec then
            memrec.Active = false
        end
        timer.destroy()
    end
else
end
[DISABLE]

</AssemblerScript>
          <Hotkeys>
            <Hotkey>
              <Action>Toggle Activation</Action>
              <Keys>
                <Key>32</Key>
              </Keys>
              <ID>0</ID>
            </Hotkey>
          </Hotkeys>
        </CheatEntry>
      </CheatEntries>
    </CheatEntry>
  </CheatEntries>
</CheatTable>



Sensei7
Expert Cheater
Expert Cheater
Posts: 350
Joined: Wed Feb 08, 2023 4:04 pm
Reputation: 131

Re: [Request] Nikoderiko The Magical World Directors Cut

Post by Sensei7 »

MBRKiNG wrote:
Fri Apr 18, 2025 1:48 pm
Sensei7 wrote:
Wed Apr 16, 2025 1:05 pm
Never :(
this game Need only a multi Jump :dry:

Inf Jumps (copy/paste code into ce)

Code: Select all

<?xml version="1.0" encoding="utf-8"?>
<CheatTable>
  <CheatEntries>
    <CheatEntry>
      <ID>1337111332</ID>
      <Description>"Inf Jumps"</Description>
      <LastState/>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>[ENABLE]
aobscanmodule(jump,Nikoderiko-Win64-Shipping.exe,80 ?? ?? ?? ?? ?? ?? 48 89 ?? ?? ?? 0F 85 ?? ?? ?? ?? 48 8B ?? ?? ?? ?? ?? 4C) // should be unique
alloc(newmem,$1000,jump)
label(code)
label(return)
label(jump_1)
newmem:
code:
  mov [jump_1],rbx
  cmp byte ptr [rbx+00000168],01
  jmp return
jump_1:
dq
jump:
  jmp newmem
  nop 2
return:
registersymbol(jump jump_1)
[DISABLE]
jump:
  db 80 BB 68 01 00 00 01
unregistersymbol(*)
dealloc(*)
</AssemblerScript>
      <CheatEntries>
        <CheatEntry>
          <ID>1337111333</ID>
          <Description>"Set JUMP HOTKEY (Default Space)"</Description>
          <LastState/>
          <VariableType>Auto Assembler Script</VariableType>
          <AssemblerScript>{$lua}
if syntaxcheck then return end
[ENABLE]
local is_grounded = "[jump_1]+168"
writeByte(is_grounded, "01")
if memrec then
    local timer = createTimer()
    timer.Interval = 1 * 100
    timer.OnTimer = function(theTimerCallingThisFunction)
        if memrec then
            memrec.Active = false
        end
        timer.destroy()
    end
else
end
[DISABLE]

</AssemblerScript>
          <Hotkeys>
            <Hotkey>
              <Action>Toggle Activation</Action>
              <Keys>
                <Key>32</Key>
              </Keys>
              <ID>0</ID>
            </Hotkey>
          </Hotkeys>
        </CheatEntry>
      </CheatEntries>
    </CheatEntry>
  </CheatEntries>
</CheatTable>


Yes ,many thx! ;)

User avatar
Gumba21
Expert Cheater
Expert Cheater
Posts: 137
Joined: Mon Jul 10, 2023 6:24 pm
Reputation: 51

Re: [Request] Nikoderiko The Magical World Directors Cut

Post by Gumba21 »

Merci LIOBOSS ! :D

emkay
Noobzor
Noobzor
Posts: 7
Joined: Sat Mar 25, 2023 10:49 am
Reputation: 0

Re: [Request] Nikoderiko The Magical World Directors Cut

Post by emkay »

thank u all for the codes :D
Last edited by emkay on Sat Apr 19, 2025 1:20 pm, edited 1 time in total.

emkay
Noobzor
Noobzor
Posts: 7
Joined: Sat Mar 25, 2023 10:49 am
Reputation: 0

Re: [Request] Nikoderiko The Magical World Directors Cut

Post by emkay »

MBRKiNG wrote:
Fri Apr 18, 2025 1:48 pm
Sensei7 wrote:
Wed Apr 16, 2025 1:05 pm
Never :(
this game Need only a multi Jump :dry:

Inf Jumps (copy/paste code into ce)

Code: Select all

<?xml version="1.0" encoding="utf-8"?>
<CheatTable>
  <CheatEntries>
    <CheatEntry>
      <ID>1337111332</ID>
      <Description>"Inf Jumps"</Description>
      <LastState/>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>[ENABLE]
aobscanmodule(jump,Nikoderiko-Win64-Shipping.exe,80 ?? ?? ?? ?? ?? ?? 48 89 ?? ?? ?? 0F 85 ?? ?? ?? ?? 48 8B ?? ?? ?? ?? ?? 4C) // should be unique
alloc(newmem,$1000,jump)
label(code)
label(return)
label(jump_1)
newmem:
code:
  mov [jump_1],rbx
  cmp byte ptr [rbx+00000168],01
  jmp return
jump_1:
dq
jump:
  jmp newmem
  nop 2
return:
registersymbol(jump jump_1)
[DISABLE]
jump:
  db 80 BB 68 01 00 00 01
unregistersymbol(*)
dealloc(*)
</AssemblerScript>
      <CheatEntries>
        <CheatEntry>
          <ID>1337111333</ID>
          <Description>"Set JUMP HOTKEY (Default Space)"</Description>
          <LastState/>
          <VariableType>Auto Assembler Script</VariableType>
          <AssemblerScript>{$lua}
if syntaxcheck then return end
[ENABLE]
local is_grounded = "[jump_1]+168"
writeByte(is_grounded, "01")
if memrec then
    local timer = createTimer()
    timer.Interval = 1 * 100
    timer.OnTimer = function(theTimerCallingThisFunction)
        if memrec then
            memrec.Active = false
        end
        timer.destroy()
    end
else
end
[DISABLE]

</AssemblerScript>
          <Hotkeys>
            <Hotkey>
              <Action>Toggle Activation</Action>
              <Keys>
                <Key>32</Key>
              </Keys>
              <ID>0</ID>
            </Hotkey>
          </Hotkeys>
        </CheatEntry>
      </CheatEntries>
    </CheatEntry>
  </CheatEntries>
</CheatTable>


can u change default jump hotkey from space to A coz i use controller , joypad thanks in advance

User avatar
LIOBOSS
Table Makers
Table Makers
Posts: 557
Joined: Mon Dec 11, 2023 11:21 pm
Reputation: 1598

Re: [Request] Nikoderiko The Magical World Directors Cut

Post by LIOBOSS »

emkay wrote:
Sat Apr 19, 2025 1:19 pm


can u change default jump hotkey from space to A coz i use controller , joypad thanks in advance
[/quote]


Hi emkay !!!



i just made the adjustment you requested and modified MBRKING script to work either with space key or (A )controller button....

Let me know if it's ok....



emkay
Noobzor
Noobzor
Posts: 7
Joined: Sat Mar 25, 2023 10:49 am
Reputation: 0

Re: [Request] Nikoderiko The Magical World Directors Cut

Post by emkay »

LIOBOSS wrote:
Sat Apr 19, 2025 2:25 pm
emkay wrote:
Sat Apr 19, 2025 1:19 pm


can u change default jump hotkey from space to A coz i use controller , joypad thanks in advance

Hi emkay !!!



i just made the adjustment you requested and modified MBRKING script to work either with space key or (A )controller button....

Let me know if it's ok....



Unlimited Jumps (MBRKING) space key or A controller button.CT
[/quote]



yes it works 100% thanks a lot brother ;)

emkay
Noobzor
Noobzor
Posts: 7
Joined: Sat Mar 25, 2023 10:49 am
Reputation: 0

Re: [Request] Nikoderiko The Magical World Directors Cut

Post by emkay »

emkay wrote:
Sat Apr 19, 2025 4:10 pm
LIOBOSS wrote:
Sat Apr 19, 2025 2:25 pm
emkay wrote:
Sat Apr 19, 2025 1:19 pm


can u change default jump hotkey from space to A coz i use controller , joypad thanks in advance

Hi emkay !!!



i just made the adjustment you requested and modified MBRKING script to work either with space key or (A )controller button....

Let me know if it's ok....



Unlimited Jumps (MBRKING) space key or A controller button.CT


its a bit lagging like i have to press the A button repeatedily to work and when jump in cannon it misfires so have to switch it off..
if u adjust these 2 would appreciate it, the rest is working 100%
thanks a lot brother ;)

Post Reply

Who is online

Users browsing this forum: cooleko2, erinlynne46eb, Google Adsense [Bot], huangjunhao, Machine à Coudre, TestJaiPasDidee1, YaBoiCheater