Page 1 of 1

Terraria 1.4.4.9 Cheat Table

Posted: Mon Apr 10, 2023 5:10 pm
by MusYAnon
This is my Cheat Table for the Terraria 1.4.4.9 version.
In it, you will see the following cheats (all working as of April 2023):

- Enable Journey mode menu and research all items (basically spawn any item in the game)
- No knockback
- No drown
- Infinite Mana
- God Mode (you cannot die, but using the one from Journey mode is better I believe)
- Damage heals you (instead of damaging you as it should)
- Disable Rod Of Discord damage (it normally damages you after more than 1 use repeatedly)
- God mobs (mods cannot die in any way)
- Insta-kill (the opposite, you kill any mob with one shot)
- Infinite ammo (bullets, arrows, or any ammo isn't consumed when shot)
- Infinite blocks (placing an item or using certain potions doesn't remove if from your inventory)
- Block dupe (obtaining a block or removing and getting it back from your inventory dupes it to max. amount)
- Craft anything (craft any craftable item, but Journey mode menu already does that)
- Full brightness (see every block on your screen with full brightness and adjust the colors)
- Always show NPC health bar.

I hope you enjoy! I will be updating it from time to time as Terraria updates continue to come out.

Re: Terraria 1.4.4.9 Cheat Table

Posted: Sat Jul 22, 2023 12:08 pm
by Antosh1009
how to use it

Re: Terraria 1.4.4.9 Cheat Table

Posted: Sat Oct 21, 2023 3:41 pm
by absrm01
Thank you for this beautiful work. The whole table works fine, but God Mode crashes the game.
Can you fix it?

Re: Terraria 1.4.4.9 Cheat Table

Posted: Wed Nov 15, 2023 10:53 pm
by AdWhim
Research All Items crashes the game when clicking the powers button.

Re: Terraria 1.4.4.9 Cheat Table

Posted: Fri Aug 23, 2024 2:37 pm
by helegion
can u plz update the table it crashes on all item reasearch

Re: Terraria 1.4.4.9 Cheat Table

Posted: Wed Sep 18, 2024 4:46 pm
by helegion
plz update the table plz plz

Re: Terraria 1.4.4.9 Cheat Table

Posted: Wed Sep 25, 2024 12:35 pm
by kakunpala
Hi really nice work thank you. I have also modified the full light script to give minimum light to those blocks that are not lit. It makes the game look much more natural yet allows you to see everything. Here is the assembly script if you would like to try:

Code: Select all

define(address, Terraria.Graphics.Light.TileLightScanner::GetTileLight+FF)
define(bytes, 8B 4D E8 39 09)

[ENABLE]

assert(address, bytes)
alloc(newmem, $1000)

label(code)
label(return)
label(skip_red)
label(skip_green)
label(skip_blue)
label(min_value)

registersymbol(min_value)

newmem:

code:
  push esi
  push eax
  mov eax,[min_value]
  mov esi,[ebp+08]

  // Check and set red value
  fld dword ptr [min_value]
  fld dword ptr [esi]
  fcomip st(0), st(1)
  fstp st(0)
  fstp st(0)
  jnb skip_red
  mov [esi],eax
skip_red:

  // Check and set green value
  fld dword ptr [min_value]
  fld dword ptr [esi+04]
  fcomip st(0), st(1)
  fstp st(0)
  fstp st(0)
  jnb skip_green
  mov [esi+04],eax
skip_green:

  // Check and set blue value
  fld dword ptr [min_value]
  fld dword ptr [esi+08]
  fcomip st(0), st(1)
  fstp st(0)
  fstp st(0)
  jnb skip_blue
  mov [esi+08],eax
skip_blue:

  pop esi
  pop eax

  mov ecx,[ebp-18]
  cmp [ecx],ecx
  jmp return

  min_value:
    dd (float)0.1

address:
  jmp newmem

return:

[DISABLE]

address:
  db bytes
  //mov ecx,[ebp-18]
  //cmp [ecx],ecx

unregistersymbol(min_value)

dealloc(newmem)

Re: Terraria 1.4.4.9 Cheat Table

Posted: Sun Oct 13, 2024 4:21 am
by helegion
all research items crashes the game again plz update that part plzzz