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 › About offset

About offset

Posts 1–10 of 10 · Page 1 of 1
SU
superpaladin
About offset
Anyone can make a complete offset list for terraria1353?Thanks a lot
#1 · 9y ago
LI
littlerinser
Offsets
For Terraria 1.3.5.3, enjoy.
- Terraria.Player
- Terraria.Item

Virus scans:
They are just text files.
Terraria.Player.txt Terraria.Item.txt
#2 · 9y ago
SU
superpaladin
Thanks,and could you explain what dose it mean inside
#3 · 9y ago
LI
littlerinser
Quote Originally Posted by superpaladin View Post
Thanks,and could you explain what dose it mean inside
For example in the Terraria.Item file: 0084 - maxStack 400084 : ??? means the offset of maxStack is 84, 400084 is it's address but ignore it, and also ignore the ???.
#4 · 9y ago
WE
weqrfweb
Usage
Hi, I'm new to this forum as well as using cheat engine to modify the memory values in Terraria. I have managed to acquire the player's base address, so now I can change things like mana, item's characteristics, etc. and modify them when opening the game again.
Furthermore I was trying to be able to place tiles fast as well as use the pickaxe to mine faster (I can do this last one but only by editing using the offset BC and 7C). I have noticed though that some offsets either doesn't work for me or I don't understand how to use them.
So then my question is: If I want to do the same using useTime offset to the current item regardless of its inventory slot, what should I do? Any tip or advice is greatly appreciated.
#5 · 6y ago
DA
DARTH WANKSTAIN
There will be a much better solution but I haven't used Cheat Engine for Terraria in a very, very long time.
1. Have an item selected in your hotbar,
2. Find the item's address by changing it's stack or w/e,
3. Right click the address -> 'Find out what accesses this address',
4. Find an instruction which runs every frame or one that runs often,
5. Click stop -> 'Show Disassembler',
6. Create an AOB script and inside it write to the offset.
7. ez cash?

This will work if the instruction you chose runs on whatever item you have selected. This isn't a great solution because if you have an item picked up and not in your inventory it won't work.
#6 · edited 6y ago · 6y ago
WE
weqrfweb
Quote Originally Posted by DARTH WANKSTAIN View Post
There will be a much better solution but I haven't used Cheat Engine for Terraria in a very, very long time.
1. Have an item selected in your hotbar,
2. Find the item's address by changing it's stack or w/e,
3. Right click the address -> 'Find out what accesses this address',
4. Find an instruction which runs every frame or one that runs often,
5. Click stop -> 'Show Disassembler',
6. Create an AOB script and inside it write to the offset.
7. ez cash?

This will work if the instruction you chose runs on whatever item you have selected. This isn't a great solution because if you have an item picked up and not in your inventory it won't work.
Thanks for your help. It worked.

I've been really interested in using Cheat Engine and learn to use things like the offsets since I'm new to all of it.
I was also wondering where can I learn such things on my own so I can create trainers myself on C++ sice I'm really experienced at this language.
#7 · 6y ago
HiImKyle
HiImKyle
Quote Originally Posted by weqrfweb View Post
Thanks for your help. It worked.

I've been really interested in using Cheat Engine and learn to use things like the offsets since I'm new to all of it.
I was also wondering where can I learn such things on my own so I can create trainers myself on C++ sice I'm really experienced at this language.
MPGH has its own forum for C++, I'm sure there are things you can learn from there in terms of memory read/write and other such memory/process functions and libraries. GL
#8 · 6y ago
WE
weqrfweb
Quote Originally Posted by HiImKyle View Post


MPGH has its own forum for C++, I'm sure there are things you can learn from there in terms of memory read/write and other such memory/process functions and libraries. GL
Cool, that's just what I was looking for, I didn't know there was a forum just for that.
Thank you for sharing !
(。•̀ᴗ-)✧
#9 · 6y ago
DA
DARTH WANKSTAIN
Quote Originally Posted by weqrfweb View Post
Thanks for your help. It worked.

I've been really interested in using Cheat Engine and learn to use things like the offsets since I'm new to all of it.
I was also wondering where can I learn such things on my own so I can create trainers myself on C++ sice I'm really experienced at this language.
I highly recommend you find a game other than Terraria to create a C++ trainer for, it's actually not as simple as you would think because of the framework Terraria uses, however if you really want to make something for Terraria in C++ then you should YouTube 'Hacking Terraria in C++', you'll find a 3 part series showing how somebody made a trainer for it. You could also look at Qui's source on ******, iirc it's C++.
#10 · 6y ago
Posts 1–10 of 10 · Page 1 of 1

Post a Reply

Similar Threads

  • About offsetsBy uMarcelo1337 in Counter-Strike 2 Help
    1Last post 9y ago
  • Need Help About Offset..By rakuna17 in Blackshot Coding & Source Code
    0Last post 10y ago
  • Question about offsetsBy cnttuchme in WarRock Discussions
    4Last post 16y ago
  • Fuzz about offsets?By michael_sj123 in Call of Duty Modern Warfare 2 Help
    0Last post 16y ago
  • Doubts about Pointer + Offset / Handle :(By smoll25 in Visual Basic Programming
    0Last post 14y ago

Tags for this Thread

None