Terraria 1.4 [Steam] [UPDATED]

Upload your cheat tables here (No requests)
Post Reply
User avatar
Rudo
Expert Cheater
Expert Cheater
Posts: 121
Joined: Thu Apr 06, 2017 4:59 pm
Reputation: 77

Re: Terraria 1.3.5.x [Steam]

Post by Rudo »

DMoguri wrote:
Wed Jul 19, 2017 2:51 am
Hi, I am the one who asked you to make "my player pointer". I tried to use it many times but it never works (the dropdown menu doesn't even show). The script is not working and I can't figure out why, the first time I downloaded it worked just fine. I tried downloading it again and using different versions of Cheat-Engine and still not working. :( Help me pleaz
Copy and paste into the CT, it will take longer to activate

Code: Select all

<?xml version="1.0" encoding="utf-8"?>
<CheatTable>
  <CheatEntries>
    <CheatEntry>
      <ID>8813</ID>
      <Description>"My Player Pointer (works online + offline) aobscan"</Description>
      <Options moHideChildren="1" moDeactivateChildrenAsWell="1"/>
      <LastState/>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>[ENABLE]

aobscan(drawHp, DB 82 40 03 00 00 D9 9D)
registersymbol(drawHp)
alloc(newmem,$1000)

label(code)
label(return)
label(player_ptr)

newmem:

code:
  mov [player_ptr],edx
  fild dword ptr [edx+00000340]
  jmp return

player_ptr:
dd 0

drawHp:
  jmp newmem
  nop
return:
registersymbol(player_ptr)

[DISABLE]

drawHp:
  db DB 82 40 03 00 00
  // fild dword ptr [edx+00000340]

unregistersymbol(drawHp)
unregistersymbol(player_ptr)
dealloc(newmem)

{
// ORIGINAL CODE - INJECTION POINT: Terraria.Main::DrawInterface_Resources_Life+515

2DA408A7: 6A 00              -  push 00
2DA408A9: 6A 00              -  push 00
2DA408AB: 8B 8D 10 FF FF FF  -  mov ecx,[ebp-000000F0]
2DA408B1: 8B 95 0C FF FF FF  -  mov edx,[ebp-000000F4]
2DA408B7: E8 64 96 BF 14     -  call 42639F20
2DA408BC: BB 01 00 00 00     -  mov ebx,00000001
2DA408C1: E9 B4 06 00 00     -  jmp 2DA40F7A
2DA408C6: D9 E8              -  fld1
2DA408C8: D9 5D D8           -  fstp dword ptr [ebp-28]
2DA408CB: 33 C9              -  xor ecx,ecx
// ---------- INJECTING HERE ----------
2DA408CD: DB 82 40 03 00 00  -  fild dword ptr [edx+00000340]
// ---------- DONE INJECTING  ----------
2DA408D3: D9 9D 08 FF FF FF  -  fstp dword ptr [ebp-000000F8]
2DA408D9: D9 85 08 FF FF FF  -  fld dword ptr [ebp-000000F8]
2DA408DF: D9 C0              -  fld st(0)
2DA408E1: 89 9D 08 FF FF FF  -  mov [ebp-000000F8],ebx
2DA408E7: DB 85 08 FF FF FF  -  fild dword ptr [ebp-000000F8]
2DA408ED: D9 9D 08 FF FF FF  -  fstp dword ptr [ebp-000000F8]
2DA408F3: D9 85 08 FF FF FF  -  fld dword ptr [ebp-000000F8]
2DA408F9: D8 0D C8 82 95 01  -  fmul dword ptr [019582C8]
2DA408FF: D9 C0              -  fld st(0)
2DA40901: DF F2              -  fcomip st(0),st(2)
}
</AssemblerScript>
      <CheatEntries>
        <CheatEntry>
          <ID>8814</ID>
          <Description>"My Player"</Description>
          <Options moHideChildren="1"/>
          <LastState Value="" RealAddress="00000000"/>
          <GroupHeader>1</GroupHeader>
          <CheatEntries>
            <CheatEntry>
              <ID>8815</ID>
              <Description>"Base address ( read only - do not change )"</Description>
              <LastState RealAddress="00000000"/>
              <ShowAsHex>1</ShowAsHex>
              <Color>000000</Color>
              <VariableType>String</VariableType>
              <Length>0</Length>
              <Unicode>0</Unicode>
              <CodePage>0</CodePage>
              <ZeroTerminate>1</ZeroTerminate>
              <Address>player_ptr</Address>
              <Offsets>
                <Offset>0</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>8816</ID>
              <Description>"Nickname"</Description>
              <ShowAsHex>1</ShowAsHex>
              <Color>000000</Color>
              <VariableType>String</VariableType>
              <Length>30</Length>
              <Unicode>1</Unicode>
              <CodePage>0</CodePage>
              <ZeroTerminate>1</ZeroTerminate>
              <Address>player_ptr</Address>
              <Offsets>
                <Offset>8</Offset>
                <Offset>70</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>8817</ID>
              <Description>"Life"</Description>
              <Color>000000</Color>
              <VariableType>4 Bytes</VariableType>
              <Address>player_ptr</Address>
              <Offsets>
                <Offset>340</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>8818</ID>
              <Description>"Max Life"</Description>
              <Color>000000</Color>
              <VariableType>4 Bytes</VariableType>
              <Address>player_ptr</Address>
              <Offsets>
                <Offset>33c</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>8819</ID>
              <Description>"Mana"</Description>
              <ShowAsSigned>0</ShowAsSigned>
              <Color>000000</Color>
              <VariableType>4 Bytes</VariableType>
              <Address>player_ptr</Address>
              <Offsets>
                <Offset>344</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>8820</ID>
              <Description>"Max Mana"</Description>
              <ShowAsSigned>0</ShowAsSigned>
              <Color>000000</Color>
              <VariableType>4 Bytes</VariableType>
              <Address>player_ptr</Address>
              <Offsets>
                <Offset>34c</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>8821</ID>
              <Description>"Breath"</Description>
              <Color>000000</Color>
              <VariableType>4 Bytes</VariableType>
              <Address>player_ptr</Address>
              <Offsets>
                <Offset>2b4</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>8822</ID>
              <Description>"Max Breath"</Description>
              <Color>000000</Color>
              <VariableType>4 Bytes</VariableType>
              <Address>player_ptr</Address>
              <Offsets>
                <Offset>2b0</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>8823</ID>
              <Description>"Lava Breath"</Description>
              <Color>000000</Color>
              <VariableType>4 Bytes</VariableType>
              <Address>player_ptr</Address>
              <Offsets>
                <Offset>2c0</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>8824</ID>
              <Description>"Lava Breath Max"</Description>
              <Color>000000</Color>
              <VariableType>4 Bytes</VariableType>
              <Address>player_ptr</Address>
              <Offsets>
                <Offset>2bc</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>8825</ID>
              <Description>"Defense"</Description>
              <ShowAsSigned>1</ShowAsSigned>
              <Color>000000</Color>
              <VariableType>4 Bytes</VariableType>
              <Address>player_ptr</Address>
              <Offsets>
                <Offset>334</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>8826</ID>
              <Description>"Max Minions"</Description>
              <Color>000000</Color>
              <VariableType>4 Bytes</VariableType>
              <Address>player_ptr</Address>
              <Offsets>
                <Offset>214</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>8827</ID>
              <Description>"Slot 1 (change item power, speed, value, etc)"</Description>
              <Options moHideChildren="1"/>
              <LastState Value="" RealAddress="00000000"/>
              <GroupHeader>1</GroupHeader>
              <CheatEntries>
                <CheatEntry>
                  <ID>8828</ID>
                  <Description>"Item Address ( read only )"</Description>
                  <ShowAsHex>1</ShowAsHex>
                  <VariableType>4 Bytes</VariableType>
                  <Address>player_ptr</Address>
                  <Offsets>
                    <Offset>8</Offset>
                    <Offset>bc</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>8829</ID>
                  <Description>"Name (not working)"</Description>
                  <ShowAsHex>1</ShowAsHex>
                  <VariableType>String</VariableType>
                  <Length>30</Length>
                  <Unicode>1</Unicode>
                  <CodePage>0</CodePage>
                  <ZeroTerminate>1</ZeroTerminate>
                  <Address>[players]</Address>
                  <Offsets>
                    <Offset>8</Offset>
                    <Offset>4</Offset>
                    <Offset>8</Offset>
                    <Offset>BC</Offset>
                    <Offset>8</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>8830</ID>
                  <Description>"netID"</Description>
                  <ShowAsSigned>1</ShowAsSigned>
                  <VariableType>4 Bytes</VariableType>
                  <Address>player_ptr</Address>
                  <Offsets>
                    <Offset>10c</Offset>
                    <Offset>8</Offset>
                    <Offset>bc</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>8831</ID>
                  <Description>"Sprite ID"</Description>
                  <ShowAsSigned>1</ShowAsSigned>
                  <VariableType>4 Bytes</VariableType>
                  <Address>player_ptr</Address>
                  <Offsets>
                    <Offset>6c</Offset>
                    <Offset>8</Offset>
                    <Offset>bc</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>8832</ID>
                  <Description>"Auto Reuse"</Description>
                  <ShowAsSigned>1</ShowAsSigned>
                  <VariableType>Byte</VariableType>
                  <Address>player_ptr</Address>
                  <Offsets>
                    <Offset>12e</Offset>
                    <Offset>8</Offset>
                    <Offset>bc</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>8833</ID>
                  <Description>"Prefix"</Description>
                  <DropDownList DisplayValueAsItem="1">0:No Prefix
1:Large
2:Massive
3:Dangerous
4:Savage
5:Sharp
6:Pointy
7:Tiny
8:Terrible
9:Small
10:Dull
11:Unhappy
12:Bulky
13:Shameful
14:Heavy
15:Light
16:Sighted
17:Rapid
18:Hasty
19:Intimidating
20:Deadly
21:Staunch
22:Awful
23:Lethargic
24:Awkward
25:Powerful
26:Mystic
27:Adept
28:Masterful
29:Inept
30:Ignorant
31:Deranged
32:Intense
33:Taboo
34:Celestial
35:Furious
36:Keen
37:Superior
38:Forceful
39:Broken
40:Damaged
41:Shoddy
42:Quick
43:Deadly
44:Agile
45:Nimble
46:Murderous
47:Slow
48:Sluggish
49:Lazy
50:Annoying
51:Nasty
52:Manic
53:Hurtful
54:Strong
55:Unpleasant
56:Weak
57:Ruthless
58:Frenzying
59:Godly
60:Demonic
61:Zealous
62:Hard
63:Guarding
64:Armored
65:Warding
66:Arcane
67:precise
68:Lucky
69:Jagged
70:Spiked
71:Angry
72:Menacing
73:Brisk
74:Fleeting
75:Hasty
76:Quick
77:Wild
78:Rash
79:Intrepid
80:Violent
81:Legendary
82:Unreal
83:Mythical
</DropDownList>
                  <VariableType>Byte</VariableType>
                  <Address>player_ptr</Address>
                  <Offsets>
                    <Offset>147</Offset>
                    <Offset>8</Offset>
                    <Offset>bc</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>8834</ID>
                  <Description>"Use Time ( Speed )"</Description>
                  <ShowAsSigned>1</ShowAsSigned>
                  <VariableType>4 Bytes</VariableType>
                  <Address>player_ptr</Address>
                  <Offsets>
                    <Offset>7c</Offset>
                    <Offset>8</Offset>
                    <Offset>bc</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>8835</ID>
                  <Description>"Stack"</Description>
                  <ShowAsSigned>1</ShowAsSigned>
                  <VariableType>4 Bytes</VariableType>
                  <Address>player_ptr</Address>
                  <Offsets>
                    <Offset>80</Offset>
                    <Offset>8</Offset>
                    <Offset>bc</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>8836</ID>
                  <Description>"Max Stack"</Description>
                  <ShowAsSigned>1</ShowAsSigned>
                  <VariableType>4 Bytes</VariableType>
                  <Address>player_ptr</Address>
                  <Offsets>
                    <Offset>84</Offset>
                    <Offset>8</Offset>
                    <Offset>bc</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>8837</ID>
                  <Description>"Damage"</Description>
                  <ShowAsSigned>1</ShowAsSigned>
                  <VariableType>4 Bytes</VariableType>
                  <Address>player_ptr</Address>
                  <Offsets>
                    <Offset>a4</Offset>
                    <Offset>8</Offset>
                    <Offset>bc</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>8838</ID>
                  <Description>"Defense"</Description>
                  <ShowAsSigned>1</ShowAsSigned>
                  <VariableType>4 Bytes</VariableType>
                  <Address>player_ptr</Address>
                  <Offsets>
                    <Offset>bc</Offset>
                    <Offset>8</Offset>
                    <Offset>bc</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>8839</ID>
                  <Description>"Critical"</Description>
                  <ShowAsSigned>1</ShowAsSigned>
                  <VariableType>4 Bytes</VariableType>
                  <Address>player_ptr</Address>
                  <Offsets>
                    <Offset>110</Offset>
                    <Offset>8</Offset>
                    <Offset>bc</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>8840</ID>
                  <Description>"Mana Use"</Description>
                  <ShowAsSigned>1</ShowAsSigned>
                  <VariableType>4 Bytes</VariableType>
                  <Address>player_ptr</Address>
                  <Offsets>
                    <Offset>f0</Offset>
                    <Offset>8</Offset>
                    <Offset>bc</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>8841</ID>
                  <Description>"Knockback"</Description>
                  <ShowAsSigned>1</ShowAsSigned>
                  <VariableType>Float</VariableType>
                  <Address>player_ptr</Address>
                  <Offsets>
                    <Offset>a8</Offset>
                    <Offset>8</Offset>
                    <Offset>bc</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>8842</ID>
                  <Description>"Axe Power"</Description>
                  <ShowAsSigned>1</ShowAsSigned>
                  <VariableType>4 Bytes</VariableType>
                  <Address>player_ptr</Address>
                  <Offsets>
                    <Offset>8c</Offset>
                    <Offset>8</Offset>
                    <Offset>bc</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>8843</ID>
                  <Description>"Pickaxe Power"</Description>
                  <ShowAsSigned>1</ShowAsSigned>
                  <VariableType>4 Bytes</VariableType>
                  <Address>player_ptr</Address>
                  <Offsets>
                    <Offset>88</Offset>
                    <Offset>8</Offset>
                    <Offset>bc</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>8844</ID>
                  <Description>"Hammer Power"</Description>
                  <ShowAsSigned>1</ShowAsSigned>
                  <VariableType>4 Bytes</VariableType>
                  <Address>player_ptr</Address>
                  <Offsets>
                    <Offset>90</Offset>
                    <Offset>8</Offset>
                    <Offset>bc</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>8845</ID>
                  <Description>"Fishing Power"</Description>
                  <ShowAsSigned>1</ShowAsSigned>
                  <VariableType>4 Bytes</VariableType>
                  <Address>player_ptr</Address>
                  <Offsets>
                    <Offset>58</Offset>
                    <Offset>8</Offset>
                    <Offset>bc</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>8846</ID>
                  <Description>"Bait Power"</Description>
                  <ShowAsSigned>1</ShowAsSigned>
                  <VariableType>4 Bytes</VariableType>
                  <Address>player_ptr</Address>
                  <Offsets>
                    <Offset>5c</Offset>
                    <Offset>8</Offset>
                    <Offset>bc</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>8847</ID>
                  <Description>"Sell Value ( In Copper )"</Description>
                  <ShowAsSigned>1</ShowAsSigned>
                  <VariableType>4 Bytes</VariableType>
                  <Address>player_ptr</Address>
                  <Offsets>
                    <Offset>f8</Offset>
                    <Offset>8</Offset>
                    <Offset>bc</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>8848</ID>
                  <Description>"Heals Life ( for Potion ONLY )"</Description>
                  <ShowAsSigned>1</ShowAsSigned>
                  <VariableType>4 Bytes</VariableType>
                  <Address>player_ptr</Address>
                  <Offsets>
                    <Offset>ac</Offset>
                    <Offset>8</Offset>
                    <Offset>bc</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>8849</ID>
                  <Description>"Heals Mana ( for Potion ONLY )"</Description>
                  <ShowAsSigned>1</ShowAsSigned>
                  <VariableType>4 Bytes</VariableType>
                  <Address>player_ptr</Address>
                  <Offsets>
                    <Offset>b0</Offset>
                    <Offset>8</Offset>
                    <Offset>bc</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>8850</ID>
                  <Description>"Extra Range ( Tools )"</Description>
                  <ShowAsSigned>1</ShowAsSigned>
                  <VariableType>4 Bytes</VariableType>
                  <Address>player_ptr</Address>
                  <Offsets>
                    <Offset>94</Offset>
                    <Offset>8</Offset>
                    <Offset>bc</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>8851</ID>
                  <Description>"Expert Mode Item"</Description>
                  <ShowAsSigned>1</ShowAsSigned>
                  <VariableType>Byte</VariableType>
                  <Address>player_ptr</Address>
                  <Offsets>
                    <Offset>126</Offset>
                    <Offset>8</Offset>
                    <Offset>bc</Offset>
                  </Offsets>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
            <CheatEntry>
              <ID>8852</ID>
              <Description>"Position X"</Description>
              <Color>000000</Color>
              <VariableType>Float</VariableType>
              <Address>player_ptr</Address>
              <Offsets>
                <Offset>20</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>8853</ID>
              <Description>"Position Y"</Description>
              <Color>000000</Color>
              <VariableType>Float</VariableType>
              <Address>player_ptr</Address>
              <Offsets>
                <Offset>24</Offset>
              </Offsets>
            </CheatEntry>
          </CheatEntries>
        </CheatEntry>
        <CheatEntry>
          <ID>8854</ID>
          <Description>"Range X (ReachX)"</Description>
          <VariableType>Byte</VariableType>
          <Address>Terraria.Player::ResetEffects+796</Address>
        </CheatEntry>
        <CheatEntry>
          <ID>8855</ID>
          <Description>"Range Y (ReachY)"</Description>
          <VariableType>Byte</VariableType>
          <Address>Terraria.Player::ResetEffects+7a0</Address>
        </CheatEntry>
      </CheatEntries>
    </CheatEntry>
  </CheatEntries>
</CheatTable>
derpy2.0(uwu) wrote:
Tue Jul 18, 2017 9:55 pm

the full brightness command only works on a certain setting of lighting, i forget what one tho
Yes, it only works on color mode.
derpy2.0(uwu) wrote:
Tue Jul 18, 2017 10:11 pm
the invasion size is just the total amount of enemies that will spawn i believe but it might be wrong so don't quote me on this
Kinda, but not really. :P
It's true that if you increase the number, more enemies will spawn, but it's not the total amount of enemies spawn.

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

HarleenQuinzell
What is cheating?
What is cheating?
Posts: 1
Joined: Thu Jul 20, 2017 1:29 am
Reputation: 0

Re: Terraria 1.3.5.x [Steam]

Post by HarleenQuinzell »

so theres a small problem, on many scripts it wont let me click the x on the craft anything cheat, i tried restarting pc, the game and redownloading CE and still noothing works

User avatar
Rudo
Expert Cheater
Expert Cheater
Posts: 121
Joined: Thu Apr 06, 2017 4:59 pm
Reputation: 77

Re: Terraria 1.3.5.x [Steam]

Post by Rudo »

HarleenQuinzell wrote:
Thu Jul 20, 2017 1:32 am
so theres a small problem, on many scripts it wont let me click the x on the craft anything cheat, i tried restarting pc, the game and redownloading CE and still noothing works
Check your OS, your CPU and Terraria version, I have received many confirmations that the cheat table is working fine so it's likely that you have the non-compatible problem.

Smazzy
What is cheating?
What is cheating?
Posts: 1
Joined: Sat Jun 10, 2017 5:05 am
Reputation: 0

Re: Terraria 1.3.5.x [Steam]

Post by Smazzy »

Hey Rudo. Just letting you know I made a showcase of this cheat table on the my YouTube channel a little while ago. With proper credit to this post of course. Just wanted to say thanks for making a really nice and efficient tool and I hope you keep up the great work with the updating and all else! :)


AtomicFarts
Cheater
Cheater
Posts: 49
Joined: Sat Jul 22, 2017 4:46 pm
Reputation: 4

Re: Terraria 1.3.5.x [Steam]

Post by AtomicFarts »

First of all, thanks for the amazingly well made table.
Everything seems to be working, except for the "Functional Social Slots". It won't let me tick it. Am I doing something wrong or it doesn't really work?

User avatar
Rudo
Expert Cheater
Expert Cheater
Posts: 121
Joined: Thu Apr 06, 2017 4:59 pm
Reputation: 77

Re: Terraria 1.3.5.x [Steam]

Post by Rudo »

Smazzy wrote:
Sat Jul 22, 2017 12:39 pm
Hey Rudo. Just letting you know I made a showcase of this cheat table on the my YouTube channel a little while ago. With proper credit to this post of course. Just wanted to say thanks for making a really nice and efficient tool and I hope you keep up the great work with the updating and all else! :)

Good work. Just tell them to always download the latest version of table (v3.0 as of today) because they stealth updated the game a while ago so some of the features of v2.0 don't work anymore. Also tell them to upvote me so I can get free reputation :lol:
AtomicFarts wrote:
Sat Jul 22, 2017 4:48 pm
First of all, thanks for the amazingly well made table.
Everything seems to be working, except for the "Functional Social Slots". It won't let me tick it. Am I doing something wrong or it doesn't really work?
Thanks for the kind words. Are you using the latest version of table (v3.0 right now). The cheat is still working fine for me so I don't know how to troubleshoot your problem :roll:

AtomicFarts
Cheater
Cheater
Posts: 49
Joined: Sat Jul 22, 2017 4:46 pm
Reputation: 4

Re: Terraria 1.3.5.x [Steam]

Post by AtomicFarts »

Rudo wrote:
Sun Jul 23, 2017 9:51 am
Thanks for the kind words. Are you using the latest version of table (v3.0 right now). The cheat is still working fine for me so I don't know how to troubleshoot your problem :roll:

Yes, I'm using the v3.0 currently. I was having the same issue as the guy above with the player pointer but I copy pasted the code you posted and it worked fine.
Unfortunately the Functional Social Slots isn't. I'll download the table again and see if it works. Is there anything I need to do in game before trying to enable it? Like hovering over the mouse somewhere or selecting something for example. It's a function that I would love to use and take advantage of.
Oh, I have an intel processor by the way. Thanks for replying! c:

leftjotcrack
What is cheating?
What is cheating?
Posts: 1
Joined: Fri Aug 04, 2017 12:28 am
Reputation: 0

Re: Terraria 1.3.5.x [Steam]

Post by leftjotcrack »

Thanks for this sick table, Rudo! Everything seems to be working perfectly fine :D
I have a question though. If I use cheat table while I'm playing multiplayer, will it affect other players?
Say if I turn Functional Social Slot and Force Extra Accessorie on, will these benefit others too?

User avatar
Rudo
Expert Cheater
Expert Cheater
Posts: 121
Joined: Thu Apr 06, 2017 4:59 pm
Reputation: 77

Re: Terraria 1.3.5.x [Steam]

Post by Rudo »

leftjotcrack wrote:
Fri Aug 04, 2017 12:37 am
Thanks for this sick table, Rudo! Everything seems to be working perfectly fine :D
I have a question though. If I use cheat table while I'm playing multiplayer, will it affect other players?
Say if I turn Functional Social Slot and Force Extra Accessorie on, will these benefit others too?
Glad you liked the table :D
About your questions...
No, it only works for you, they will have to download the table and use it.

dasasddassaddasads
What is cheating?
What is cheating?
Posts: 1
Joined: Sat Aug 05, 2017 4:05 pm
Reputation: 0

Re: Terraria 1.3.5.x [Steam]

Post by dasasddassaddasads »

hi when i use the cheat engine Ctrl + f2 use max stack for items pops me this thing and mutes my volume in game [Link]


how to fix it?

User avatar
Rudo
Expert Cheater
Expert Cheater
Posts: 121
Joined: Thu Apr 06, 2017 4:59 pm
Reputation: 77

Re: Terraria 1.3.5.x [Steam]

Post by Rudo »

dasasddassaddasads wrote:
Sat Aug 05, 2017 4:11 pm
hi when i use the cheat engine Ctrl + f2 use max stack for items pops me this thing and mutes my volume in game [Link]


how to fix it?
Disable the FN function key in BIOS (google it), it is messing up a bit with the script. Good luck!

User avatar
Dorodomorodo
Cheater
Cheater
Posts: 31
Joined: Thu Jun 15, 2017 3:26 pm
Reputation: 4

Re: Terraria 1.3.5.x [Steam]

Post by Dorodomorodo »

I used to use the Terraria cheat table to spy my friends on my server when the older version still had pointers for other players, busted nephews accesories that he brought from his own server lol :D

EmeraldGame
What is cheating?
What is cheating?
Posts: 1
Joined: Sun Aug 13, 2017 3:11 am
Reputation: 0

Re: Terraria 1.3.5.x [Steam]

Post by EmeraldGame »

I can't active the box :cry: :cry: :cry: :cry:
HELP :(

User avatar
Bluescratch
What is cheating?
What is cheating?
Posts: 1
Joined: Thu Aug 17, 2017 12:32 am
Reputation: 0

Re: Terraria 1.3.5.x [Steam]

Post by Bluescratch »

So, reading and searching through the entire forum post here, updating everything, reinstalling Terraria, creating a new Charakter I can't seem to find a fix for this problem I'm having.

Some Cheats in the Table work but some have really weird values comparing it to the Youtube Video from Smazzy.
I'm new to useing Tables, It might just be that I'm forgetting something importand.

Stuff like the Mobs not doing Damage works fine. But changing my charakters Health or Mana doesn't work.
Here's a Link to what I'm seeing: [Link]

I hope you can help me and thanks for the Table!

Panduso
What is cheating?
What is cheating?
Posts: 1
Joined: Sun Aug 20, 2017 9:18 am
Reputation: 0

Re: Terraria 1.3.5.x [Steam]

Post by Panduso »

hmm
i tried to use the table but when i press players then 1st player it targets other players can you please fix this?

Post Reply