Molten offsets (request) menu

User Tag List

Results 1 to 5 of 5
  1. #1
    Budwin's Avatar Member
    Reputation
    1
    Join Date
    Sep 2012
    Posts
    41
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Molten offsets (request)

    I desperately need the offsets for Molten 4.0.6 in order to make lazybot work.
    I read many tutorials on how to do this but either they are way more complicated then i can comprehend
    or they involve programs that are no longer obtainable or are now paid for programs.

    So does anyone know of a easy way to get the offsets i need ?

    here is a example of what i need only i need the Molten ones.



    offsets 1

    public enum Globals
    {

    PlayerName = 0x008BF1E0,
    CurrentAccount = 0x00988250,
    CurrentRealm = 0x008BF066,
    CurrentTargetGUID = 0x0099C6B8,
    MouseOverGUID = 0x0099C6A8,
    PetGUID = 0x00A0A350,
    FollowGUID = 0x008D61A8,
    ComboPoint = 0x0099C759,
    LootWindow = 0x00A0B388,
    SpellBookNumSpells = 0x9F8E74,
    SpellBookSpellsPtr = 0x9F8E78,
    Movement_Field = 0x100,
    SpellCooldownPtr = 0x0099B96C,
    Timestamp = 0x008C14DC,
    UnitName1 = 0xA24,
    UnitName2 = 0x60,
    ObjName1 = 0x1CC,
    ObjName2 = 0xB4,
    nbItemsSellByMerchant = 0x00A0E1F0,
    BuildNumber = 0x009734A4,
    GetMinimapZoneText = 0x0099C684,
    GetZoneText = 0x0099C690,
    GetSubZoneText = 0x0099C68C,
    GetZoneID = 0x0099C718,
    IsBobbingOffset = 0xD4,
    ChatboxIsOpen = 0x00993890,
    IsMouseButtonPressed = 0x00995768,
    MouseOverItemId_Ptr = 0x0099C67C,
    MouseOverItemId_Offset = 0x2B8,
    MouseOverSpellId_Offset = 0x2BC,
    RuneState = 0x009FB0D8,
    RuneType = 0x009FB074,
    IsInGame = 0x0099C69A,
    MountsListPtr = 0x009F8ED4,
    MountsCount = 0x009F8ED0,
    PlayerNameCache = 0x0089ACC0,
    NumUnspentTalents = 0x00A10ED0,
    IsUsableAction = 0x00A0A600,
    IsUsableActionNoMana = 0x00A0A3C0,
    PlayerOffsetUnk1 = 0x13A0, lua_GetMoney
    GetMoneyOffset = 0x1128, lua_GetMoney
    MouseX = 0x00993610,
    MouseY = MouseX + 0x4,

    }

    public enum BattleNet
    {

    NetClientPtr = 0x8BF1B4,
    nbAccounts = 0x1144, // lua_GetGameAccountInfo
    AccountName1 = 0x1148, // lua_GetGameAccountInfo
    AccountName2 = 0x104, // lua_GetGameAccountInfo

    }

    public enum Container
    {

    EquippedBagGUID = 0x00A13710,
    MaxSlot = 0x910,
    ItemGUIDStart = 0x918,

    }

    public enum IsAutoAttacking
    {

    CGActionBar__IsCurrentAction = 0x004B18D0,
    AutoAttackGUID = 0xAF8,

    ActiveSpellsPtr = 0x00810208,
    ActiveSpellsSpellId = 0x20,

    }




    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------



    offsets 2


    internal enum Corpse
    {
    X = 0x99C9C8,
    Y = 0x99C9CC,
    Z = 0x99C9D0
    }


    internal enum ShapeshiftForm
    {
    BaseAddressOffset1 = 0xF8,
    BaseAddressOffset2 = 0x213,
    CGUnit_C__GetShapeshiftFormId = 0x1B9D50
    }

    internal enum UnitSpeed
    {
    Pointer1 = 0x100,
    Pointer2 = 0x8c,
    }

    internal enum CGUnit_C__GetCreatureRank
    {
    CGUnit_C__GetCreatureRank = 0x1B6B70,
    Offset1 = 0xa24,
    Offset2 = 0x18
    }

    internal enum CGUnit_C__GetCreatureType
    {
    CGUnit_C__GetCreatureType = 0x1BF240,
    Offset1 = 0xa24,
    Offset2 = 0x10
    }


    public enum ActionBar
    {
    ActionBarNextKey = 0x4,
    ActionBarNextBar = 0x30,
    ActionBarFirstSlot = 0xA0AA80,
    CurrentActionBar = 0xA0ACC0,
    GetActionCount = 0xA0A840,
    }

    internal enum AutoAttack
    {
    AutoAttackFlag = 0xAF0,
    AutoAttackMask = 0xAF4,
    }

    public enum InGame
    {
    InGame = 0x99C69A,
    }


    internal enum CastingInfo
    {
    IsCasting = 0xB44,
    ChanneledCasting = 0xB58,
    }

    Molten offsets (request)
  2. #2
    Terrorblade's Avatar Contributor I spent 5k CC and all I got was this user title
    CoreCoins Purchaser
    Reputation
    153
    Join Date
    Oct 2010
    Posts
    312
    Thanks G/R
    6/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    It would be the same exact offsets as retail in the version they are.
    Stuff & Things

  3. #3
    Budwin's Avatar Member
    Reputation
    1
    Join Date
    Sep 2012
    Posts
    41
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    It would seem its not. As the ones listed above are from another 4.0.6a PS. It would seem that Moltens offsets are somehow not the same as its retail 4.0.6 counterpart .
    Im just need a straightforward way to get offsets. One that is easy as possible.

  4. #4
    Terrorblade's Avatar Contributor I spent 5k CC and all I got was this user title
    CoreCoins Purchaser
    Reputation
    153
    Join Date
    Oct 2010
    Posts
    312
    Thanks G/R
    6/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Budwin View Post
    It would seem its not. As the ones listed above are from another 4.0.6a PS. It would seem that Moltens offsets are somehow not the same as its retail 4.0.6 counterpart .
    Im just need a straightforward way to get offsets. One that is easy as possible.
    Unless you are using a completely different exe for just that server then it is impossible for it to differ.
    Stuff & Things

  5. #5
    Budwin's Avatar Member
    Reputation
    1
    Join Date
    Sep 2012
    Posts
    41
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Im really unsure. I downloaded the game's torrent from Molten's site. The offsets above are from 4.0.6a, Yeat when u try them with Lazybot only Lazy Evolution will connect. After it connects and you try to start anything it gives a error and dies. Lazybot does not connect at all. Still gives a not in game please log in error.

    If the offsets above are incorrect or have been edited. How hard/easy would it be for me to get them myself ? I know i can get the offsets for retails 4.0.6a easily. But id like to see about getting them from my .exe just in case. As if you can use the retails offsets i'd think someone would have Lazybot up an running for 4.0.6 already. Unless its the bot itself.
    If you know of any straightforward way for me to get the offsets i'd greatly appreciate it. I tried a few ways that haven't really worked for me. IDApro, CheatEngine,and a few memory editors. All a fail. Im using tutorials that are for editing memory or making hack and bots. They go though the process of it but not enough for me to understand how to do it on my own.
    I really just need some help.

Similar Threads

  1. B&S Offsets [Request]
    By theonn in forum Blade and Soul Exploits|Hacks
    Replies: 6
    Last Post: 02-07-2016, 02:08 PM
  2. 4.3.4 Offsets Request
    By shortround8 in forum WoW Bots Questions & Requests
    Replies: 2
    Last Post: 03-03-2013, 05:15 PM
  3. offset requests (will pay)
    By foxlin in forum WoW Bots Questions & Requests
    Replies: 2
    Last Post: 08-02-2011, 06:33 PM
  4. [MAC][3.1.2] Some Offsets and a request
    By Nonowmana in forum WoW Memory Editing
    Replies: 3
    Last Post: 05-27-2009, 02:38 PM
  5. [Request] Warlock s3 -> ?Molten? s3?
    By kekc15 in forum WoW ME Questions and Requests
    Replies: 1
    Last Post: 04-10-2008, 01:42 PM
All times are GMT -5. The time now is 08:17 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search