Skip to content
MPGHThe Dark Arts
/
RegisterLog in
Forum
Community
What's NewLatest posts across the boardTrendingHottest threads right nowSubscribedThreads you follow
Discussion
GeneralIntroductionsEntertainmentDebate FortFlaming & Rage
Board
News & AnnouncementsMPGH TimesSuggestions & HelpGiveaways
More Sections
Art & Graphic DesignProgrammingHackingCryptocurrency
Hacks & Cheats
Games
ValorantCS2 / CS:GOCall of Duty / WarzoneFortniteApex LegendsEscape From Tarkov
+14 moreLeague of LegendsGTA VMinecraftRustROTMGBattlefieldTroveBattleOnCombat ArmsCrossFireBlackshotRuneScapeDayZDead by Daylight
Resources
Game Hacking TutorialsReverse EngineeringGeneral Game HackingAnti-CheatConsole Game Hacking
Tools
Game Hacking ToolsTrainers & CheatsHack/Release NewsNew
Submit a release →Share your cheat, tool, or config with the community.
AINEW
AI Tools
General & DiscussionPrompt EngineeringLLM JailbreaksHotAI Agents & AutomationLocal / Open Models
AI × Gaming
AI Aimbots & VisionML Anti-CheatGame Bots & Automation
Create
AI Coding / Vibe CodingAI Art & MediaAI Voice & TTS
The AI frontier →Where game hacking meets modern machine learning. Jump in.
Marketplace
Buy & Sell
SellingBuyingTradingUser Services
Trust & Safety
Middleman LoungeMarketplace TalkVouch Copy Profiles
Money
Cryptocurrency TalkCurrency ExchangeWork & Job Offers
Start selling →List accounts, services, and goods. Use the middleman to trade safe.
MPGH The Dark Arts

A community for offensive security research, reverse engineering, and AI.

Community

ForumMarketplaceSearch

Account

RegisterLog in

Legal

Privacy PolicyForum RulesHelp & FAQ
© 2026 MPGH · All rights reserved.Built by the community, for the community. For educational purposes onlyContent is shared for security research and education — we don't condone illegal use. You're responsible for complying with applicable laws. Use at your own risk.
Home › Forum › MultiPlayer Game Hacks & Cheats › Other MMORPG Hacks › Terraria Hacks › Terraria [Update #3] Ultimate Cheat Table [Cheat Engine]

PostTerraria [Update #3] Ultimate Cheat Table [Cheat Engine]

Posts 1–15 of 51 · Page 1 of 4
LI
littlerinser
Terraria [Update #3] Ultimate Cheat Table [Cheat Engine]

Original Post: - http://www.mpgh.net/forum/showthread.php?t=1201449

Added:
Insane summon damage,
Water has no effect,
Turtle armor thorns effect,
Draw tile grid, useful for building,
Force rocket boots and inf flight,
Ignore npc armor,
Insane defense,
Infinite dash,
Fly.

~ Running low on ideas, ask for what you want to see.

~http://steamcommunity.com/id/BenSmithLuna/

~https://www.virustotal.com/en/file/0...is/1482183435/
~https://virusscan.jotti.org/en-US/fi...job/xns5g7dyt8
#3.txt
#1 · 9y ago
Hero
[MPGH]Hero
Approved .
#2 · 9y ago
LU
LUCAR90
Are you able to make it so that if you are able to mine 1 block in it mines like 100 blocks (i saw this in a client idk if you can do this in ce
#3 · 9y ago
LI
littlerinser
Quote Originally Posted by LUCAR90 View Post
Are you able to make it so that if you are able to mine 1 block in it mines like 100 blocks (i saw this in a client idk if you can do this in ce
I can't do that sadly, I can only make it mine alot faster.
#4 · 9y ago
ZA
zangetsu
Quote Originally Posted by LUCAR90 View Post
Are you able to make it so that if you are able to mine 1 block in it mines like 100 blocks (i saw this in a client idk if you can do this in ce
Do you know what client it was from?
#5 · 9y ago
LI
littlerinser
Quote Originally Posted by zangetsu View Post
Do you know what client it was from?
It was from TerraHax by Xenoxiluna
#6 · 9y ago
AK
Akolon13
Quote Originally Posted by LUCAR90 View Post
Are you able to make it so that if you are able to mine 1 block in it mines like 100 blocks (i saw this in a client idk if you can do this in ce
Copy whole code into cheat engine:
Adds 100 instead of 1 when picking items up.
Code:
<?xml version="1.0" encoding="utf-8"?>
<CheatTable>
  <CheatEntries>
    <CheatEntry>
      <ID>2</ID>
      <Description>"Auto Assemble script"</Description>
      <LastState/>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>[ENABLE]

aobscan(AddMoreWhenMining,01 81 84 00 00 00 0F B6 45 08 85 C0 75 18) // should be unique
alloc(dernewmem,$1000)
label(code)
label(return)

dernewmem:
  add [ecx+00000084],#100
  jmp return
code:
  add [ecx+00000084],eax
  jmp return

AddMoreWhenMining:
  jmp dernewmem
  nop
return:
registersymbol(AddMoreWhenMining)

[DISABLE]

AddMoreWhenMining:
  db 01 81 84 00 00 00

unregistersymbol(AddMoreWhenMining)
dealloc(dernewmem)
</AssemblerScript>
    </CheatEntry>
  </CheatEntries>
</CheatTable>
#7 · 9y ago
LU
LUCAR90
Quote Originally Posted by Akolon13 View Post
Copy whole code into cheat engine:
Adds 100 instead of 1 when picking items up.
Code:
<?xml version="1.0" encoding="utf-8"?>
<CheatTable>
  <CheatEntries>
    <CheatEntry>
      <ID>2</ID>
      <Description>"Auto Assemble script"</Description>
      <LastState/>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>[ENABLE]

aobscan(AddMoreWhenMining,01 81 84 00 00 00 0F B6 45 08 85 C0 75 18) // should be unique
alloc(dernewmem,$1000)
label(code)
label(return)

dernewmem:
  add [ecx+00000084],#100
  jmp return
code:
  add [ecx+00000084],eax
  jmp return

AddMoreWhenMining:
  jmp dernewmem
  nop
return:
registersymbol(AddMoreWhenMining)

[DISABLE]

AddMoreWhenMining:
  db 01 81 84 00 00 00

unregistersymbol(AddMoreWhenMining)
dealloc(dernewmem)
</AssemblerScript>
    </CheatEntry>
  </CheatEntries>
</CheatTable>
Um this was not what I mean but it can still be usefull
#8 · 9y ago
LI
littlerinser
Quote Originally Posted by LUCAR90 View Post
Um this was not what I mean but it can still be usefull
If you mean a 100x100 square instead of 1 tile then yes I can't do it.
#9 · 9y ago
BR
Bryan
I'm closing the other thread since you added a few thing here.
#10 · 9y ago
ZA
zangetsu
Idea; Only fish Quest Item (lol)...

I'm also running out of ideas
#11 · 9y ago
LI
littlerinser
Quote Originally Posted by zangetsu View Post
Idea; Only fish Quest Item (lol)...

I'm also running out of ideas
I don't know what you mean by only fish quest item, sorry.
#12 · 9y ago
LU
LUCAR90
Quote Originally Posted by littlerinser View Post
If you mean a 100x100 square instead of 1 tile then yes I can't do it.
yes please lol

- - - Updated - - -

Quote Originally Posted by littlerinser View Post
I don't know what you mean by only fish quest item, sorry.
I saw this on cheat engine before but make it so that you can have 5 fishing lines out when fishing
#13 · 9y ago
PI
pinkraccoon
It downloads as a .txt file how do i use with with cheat engine?
#14 · 9y ago
KA
Katsua
Compatibility with TModLoader would be amazing.
#15 · 9y ago
Posts 1–15 of 51 · Page 1 of 4

Post a Reply

Similar Threads

  • Terraria [Updated] Ultimate Cheat Table [Cheat Engine]By littlerinser in Terraria Hacks
    16Last post 9y ago
  • Terraria [Update #2] Ultimate Cheat Table [Cheat Engine]By littlerinser in Terraria Hacks
    10Last post 9y ago
  • Terraria Ultimate Cheat Table [Cheat Engine]By littlerinser in Terraria Hacks
    13Last post 9y ago
  • BLACK OPS 3 ZOMBIE CHEAT ENGINE CHEAT TABLE(LATEST UPDATE) V1.0.0By fluffybananas22 in Call of Duty 12 - Black Ops 3 Hacks & Cheats
    8Last post 10y ago
  • BLACK OPS 3 ZOMBIE CHEAT ENGINE CHEAT TABLE(LATEST UPDATE) V1.0.1By fluffybananas22 in Call of Duty 12 - Black Ops 3 Hacks & Cheats
    2Last post 10y ago

Tags for this Thread

None