Thread: About offset

Results 1 to 10 of 10
  1. #1
    superpaladin's Avatar
    Join Date
    Mar 2017
    Gender
    male
    Posts
    12
    Reputation
    10
    Thanks
    1

    About offset

    Anyone can make a complete offset list for terraria1353?Thanks a lot

  2. #2
    littlerinser's Avatar
    Join Date
    Jun 2015
    Gender
    male
    Posts
    84
    Reputation
    10
    Thanks
    1,763
    My Mood
    Bored

    Post Offsets

    For Terraria 1.3.5.3, enjoy.
    - Terraria.Player
    - Terraria.Item

    Virus scans:
    They are just text files.
    <b>Downloadable Files</b> Downloadable Files

  3. The Following 12 Users Say Thank You to littlerinser For This Useful Post:

    318606232 (07-16-2017),Albanight (07-28-2020),csdfvsgwegegewg (05-21-2019),daradem (05-02-2020),DeathHunterHaha (12-06-2019),Deussxx (02-26-2018),JCarter18 (05-18-2020),ment112 (05-24-2019),spe3dy12 (08-15-2017),V2BlockBuster2K (11-30-2021),websyn (07-21-2017),wlsghks540 (07-17-2017)

  4. #3
    superpaladin's Avatar
    Join Date
    Mar 2017
    Gender
    male
    Posts
    12
    Reputation
    10
    Thanks
    1
    Thanks,and could you explain what dose it mean inside

  5. #4
    littlerinser's Avatar
    Join Date
    Jun 2015
    Gender
    male
    Posts
    84
    Reputation
    10
    Thanks
    1,763
    My Mood
    Bored
    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 ???.

  6. #5
    weqrfweb's Avatar
    Join Date
    May 2020
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    0

    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.

  7. #6
    DARTH WANKSTAIN's Avatar
    Join Date
    May 2019
    Gender
    male
    Posts
    42
    Reputation
    10
    Thanks
    210
    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.
    Last edited by DARTH WANKSTAIN; 05-06-2020 at 12:30 PM.

  8. #7
    weqrfweb's Avatar
    Join Date
    May 2020
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    0
    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.

  9. #8
    HiImKyle's Avatar
    Join Date
    Oct 2015
    Gender
    male
    Location
    England
    Posts
    233
    Reputation
    10
    Thanks
    206
    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

  10. #9
    weqrfweb's Avatar
    Join Date
    May 2020
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    0
    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 !
    (。•̀ᴗ-)✧

  11. #10
    DARTH WANKSTAIN's Avatar
    Join Date
    May 2019
    Gender
    male
    Posts
    42
    Reputation
    10
    Thanks
    210
    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++.

Similar Threads

  1. [Help Request] About offsets
    By uMarcelo1337 in forum Counter-Strike 2 Help
    Replies: 1
    Last Post: 01-02-2017, 04:05 PM
  2. [Help] Need Help About Offset..
    By rakuna17 in forum Blackshot Coding & Source Code
    Replies: 0
    Last Post: 12-18-2015, 01:37 AM
  3. [Help] Doubts about Pointer + Offset / Handle :(
    By smoll25 in forum Visual Basic Programming
    Replies: 0
    Last Post: 07-02-2012, 03:28 PM
  4. Fuzz about offsets?
    By michael_sj123 in forum Call of Duty Modern Warfare 2 Help
    Replies: 0
    Last Post: 07-12-2010, 08:08 AM
  5. [Help] Question about offsets
    By cnttuchme in forum WarRock Discussions
    Replies: 4
    Last Post: 09-30-2009, 12:29 AM