Some thoughts about TLS ... menu

User Tag List

Results 1 to 4 of 4
  1. #1
    AticAtac's Avatar Member
    Reputation
    16
    Join Date
    Feb 2008
    Posts
    25
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Some thoughts about TLS ...

    After the patch 2.4 and the efforts of finding new TLS-offset and other offsets, i was thinking about to automate this process for the upcoming patches. The main purpose of using TLS (for most of us) is to find the adress of the first object and iterate through them from there. So it would be enough to find this first object and the TLS is not needed. Finding this object can be fully automated, assuming that the object-entry structure is not changed after a patch:

    Code:
    struct
    {
    DWORD dummy1[5];
    DWORD objecttype;
    DWORD dummy2[6];
    QWORD guid;
    DWORD dummy3;
    DWORD nextptr;
    };
    Now the approach is to find the player-object whos GUID you already know and which doesn't change ! (The guid of other objects will change). Finding an object is easy and straight, i look for the player-guid and the right adress will have the player objecttype (=4) some bytes before (look at the above structure) and also at object+8 there is a pointer to another structure which starts with the guid which can also be checked.
    You also know the coordinates of the player (x,y,z,facing). Create a character and place it besides a npc and write down the above values using your actual bot (GUID, x, y, z, facing). Also write down the name of the npc you stand beside. After this never move or change your player !
    I will soon provide a program which takes these values and find the object-list and also the offsets for x,y,z,facing. The idea is to find the player-object in the list first and go backwards until you hit the first object.
    Finding the offsets inside an object is also then straight, the program will look for these in the player "space room". A little bit trickier is to find names (npc/unit). For this i am implementing a recursive routine which looks for the npc name (see above, the npc you stand beside) and goes back until it lands in the proper object space. I will provide this program next and am very curious if it works for the next patch.
    If you got also some ideas i would be glad to hear them here.

    Some thoughts about TLS ...
  2. #2
    Cypher's Avatar Kynox's Sister's Pimp
    Reputation
    1356
    Join Date
    Apr 2006
    Posts
    5,368
    Thanks G/R
    0/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    TLS is easy to update, IDA does all the work for you, you just load WoW into IDA and check the "TlsIndex" in the names list. Laziness ftw. (Its faster than a manual search too)

  3. #3
    AticAtac's Avatar Member
    Reputation
    16
    Join Date
    Feb 2008
    Posts
    25
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    My point was, its not the tls we are looking for but the object list and this can be done completly automated with a program:
    new patches comes out -> program calculates all new offsets (first object pointer, x,y,z,... offsets).It is to some extent even structure-change stable.

  4. #4
    Cypher's Avatar Kynox's Sister's Pimp
    Reputation
    1356
    Join Date
    Apr 2006
    Posts
    5,368
    Thanks G/R
    0/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by AticAtac View Post
    My point was, its not the tls we are looking for but the object list and this can be done completly automated with a program:
    new patches comes out -> program calculates all new offsets (first object pointer, x,y,z,... offsets).It is to some extent even structure-change stable.
    Oh sorry I was skimming. I've got my programs auto-updating the TLS offset across patches, havn't looked at doing a structure scanner.

Similar Threads

  1. Some questions about skills and stuff.
    By faraon2k in forum WoW EMU Guides & Tutorials
    Replies: 1
    Last Post: 12-25-2007, 02:03 PM
  2. Some facts about Wrath of the Lich King.
    By Duplicity in forum World of Warcraft General
    Replies: 11
    Last Post: 08-04-2007, 03:03 PM
  3. Replies: 1
    Last Post: 01-27-2007, 07:41 AM
  4. Scam I thought about, need testers.
    By IamAnoob in forum WoW Scam Prevention
    Replies: 8
    Last Post: 12-20-2006, 02:34 PM
  5. Your Thoughts about buying an Account
    By karokekid in forum World of Warcraft General
    Replies: 11
    Last Post: 06-12-2006, 04:25 PM
All times are GMT -5. The time now is 10:22 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search