Noita

Upload your cheat tables here (No requests)
BigFooter
Noobzor
Noobzor
Posts: 8
Joined: Fri Oct 04, 2019 8:05 pm
Reputation: 2

Re: Noita

Post by BigFooter »

Thanks but trying to do it without a mod as it disables the in-game achievements.

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

BigFooter
Noobzor
Noobzor
Posts: 8
Joined: Fri Oct 04, 2019 8:05 pm
Reputation: 2

Re: Noita

Post by BigFooter »

I made a script that allows free perk reroll and shop purchases

Feel free to add it to your tables or modify it. I'm not as skilled as others so there may be a cleaner way to do this but this works.

Code: Select all

[ENABLE]

aobscanmodule(Nocost,noita.exe,7c 14 7f 08 8b 40 48 3b 42 48)
alloc(newmem,$1000)

label(code)
label(return)

newmem:

code:
  nop
  nop
  nop
  nop
  mov eax,[eax+48]
  mov [edx+48],0
  cmp eax,[edx+48]
  jmp return

Nocost:
  jmp newmem
  nop
return:
registersymbol(Nocost)

[DISABLE]

Nocost:
  db 7c 14 7f 08 8b 40 48 3b 42 48

unregistersymbol(Nocost)
dealloc(newmem)

NMss2
Cheater
Cheater
Posts: 35
Joined: Fri Apr 24, 2020 5:46 am
Reputation: 5

Re: Noita

Post by NMss2 »

Combining few of the scripts into one CT, makes it handy. I don't think it has to do with achievements.

Capt. Corgi
What is cheating?
What is cheating?
Posts: 1
Joined: Sun Jun 13, 2021 1:54 am
Reputation: 0

Re: Noita

Post by Capt. Corgi »

Can anyone update this for the 2021 version of noita ? or find a confirmed working version

kdz
Noobzor
Noobzor
Posts: 5
Joined: Wed Jan 01, 2020 5:03 am
Reputation: 4

Re: Noita

Post by kdz »

A table that works with release version:
viewtopic.php?p=199698#p199698

baramburum
Expert Cheater
Expert Cheater
Posts: 171
Joined: Tue Feb 12, 2019 8:34 pm
Reputation: 33

Re: Noita

Post by baramburum »

absolutly doesnt work

User avatar
jungletek
Shogun
Shogun
Posts: 184
Joined: Tue Oct 17, 2017 7:31 am
Reputation: 63

Re: Noita

Post by jungletek »

BigFooter wrote:
Thu Nov 26, 2020 5:22 am
I made a script that allows free perk reroll and shop purchases

Feel free to add it to your tables or modify it. I'm not as skilled as others so there may be a cleaner way to do this but this works.

Code: Select all

[ENABLE]

aobscanmodule(Nocost,noita.exe,7c 14 7f 08 8b 40 48 3b 42 48)
alloc(newmem,$1000)

label(code)
label(return)

newmem:

code:
  nop
  nop
  nop
  nop
  mov eax,[eax+48]
  mov [edx+48],0
  cmp eax,[edx+48]
  jmp return

Nocost:
  jmp newmem
  nop
return:
registersymbol(Nocost)

[DISABLE]

Nocost:
  db 7c 14 7f 08 8b 40 48 3b 42 48

unregistersymbol(Nocost)
dealloc(newmem)
Still works in 2024, although you don't need those nops in your allocated memory, and you can just write the 0 to edx+48 and then just use the displaced mov to eax right underneath. Don't recreate the jl and jg in your alloc'd mem, and you've reproduced the effect, and done it more efficiently.

Like so:

Code: Select all

[ENABLE]
aobscanmodule(aobFreeShop,noita.exe,7C 14 7F 08 8B 40 48)
alloc(mFreeShop,$1000)
label(return)

mFreeShop:
  mov [edx+48],0
  mov eax,[eax+48]
  jmp return

aobFreeShop:
  jmp mFreeShop
  nop 2
return:
registersymbol(aobFreeShop)

[DISABLE]
aobFreeShop:
  db 7C 14 7F 08 8B 40 48

unregistersymbol(aobFreeShop)
dealloc(mFreeShop)

User avatar
dnftg
Noobzor
Noobzor
Posts: 13
Joined: Tue Oct 31, 2023 4:23 pm
Reputation: 5

Re: Noita

Post by dnftg »

Build: August 12, 2024
Cheat Entries: Hp, Gold, Weakness Multipliers, Breath, Levitation, Tinker With Wands Anywhere, Wand Editor, Seed Editor, Player Cords. Potion Editor.

None of the scripts crash the game.

Weakness multipliers multiply damage, so 0 would remove the damage type, and -1, would heal you.

Seed Editor will change LC and AC, any new areas loaded in will load as if they are in that seed, including holy mountains. I've listed a few seeds for optimal perks, as well as a seed for LC.

Potion Editor will allow you to edit the potion you are currently holding, spray some of the potion for it to lock on. I've added almost every material in the game into this, all of the LC and AC materials, and most of the rare materials like Midas, Divine Ground, etc.

I couldn't for the life of me make a no cost reroll script. :(
Attachments
NoitaAug15.CT
8/15/2024
(41.87 KiB) Downloaded 422 times

Post Reply

Who is online

Users browsing this forum: derp12233, gomdol, Google Adsense [Bot], Majestic-12 [Bot], sdarkpaladin