1.12.1(5875)AutoLoot menu

User Tag List

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

    1.12.1(5875)AutoLoot

    except

    call 4C1FA0 ‘AutoLoot = 0x4C1FA0

    there are several ways?

    1.12.1(5875)AutoLoot
  2. #2
    namreeb's Avatar Legendary

    Reputation
    668
    Join Date
    Sep 2008
    Posts
    1,029
    Thanks G/R
    8/222
    Trade Feedback
    0 (0%)
    Mentioned
    9 Post(s)
    Tagged
    0 Thread(s)
    I'm assuming that English is not your first language. Even so, please know that with such a short message it is difficult to understand what you're asking.

  3. #3
    wei3470231's Avatar Member
    Reputation
    1
    Join Date
    Feb 2012
    Posts
    16
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by namreeb View Post
    I'm assuming that English is not your first language. Even so, please know that with such a short message it is difficult to understand what you're asking.
    yes, english is really not my first language,so I don't know how to tell me.

  4. #4
    wei3470231's Avatar Member
    Reputation
    1
    Join Date
    Feb 2012
    Posts
    16
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by namreeb View Post
    I'm assuming that English is not your first language. Even so, please know that with such a short message it is difficult to understand what you're asking.
    there are several methods for autoloot,In additionI admire you very much! :)

  5. #5
    culino2's Avatar Elite User
    Reputation
    336
    Join Date
    Feb 2013
    Posts
    183
    Thanks G/R
    139/72
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    You could send the shift key to WoW before looting...
    Any reason why you're not just calling the "AutoLoot" function?

    https://msdn.microsoft.com/de-de/lib...(v=vs.85).aspx
    https://msdn.microsoft.com/de-de/lib...(v=vs.85).aspx

    There may be auto loot addons available for vanilla, but I'm not sure at this point.

    edit: Just looked for you inside the "AutoLoot" function.

    Writing 2 nop (0x90 0x90) to 0x004C1ECF always activates auto loot.
    It compares a byte value inside [PlayerPtr+0x1D30] before. Sadly WoW sets it back to 0 before the function gets called.

    edit2: If you don't want to touch WoW's code:
    Writing both 1 to 0xC4DA9C and [PlayerPtr+0x1D30] is working. Just make sure to change 0xC4DA9C back to 0 after looting, or you can't move.
    Last edited by culino2; 05-15-2016 at 08:10 AM.

  6. #6
    wei3470231's Avatar Member
    Reputation
    1
    Join Date
    Feb 2012
    Posts
    16
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by culino2 View Post
    You could send the shift key to WoW before looting...
    Any reason why you're not just calling the "AutoLoot" function?

    https://msdn.microsoft.com/de-de/lib...(v=vs.85).aspx
    https://msdn.microsoft.com/de-de/lib...(v=vs.85).aspx

    There may be auto loot addons available for vanilla, but I'm not sure at this point.

    edit: Just looked for you inside the "AutoLoot" function.

    Writing 2 nop (0x90 0x90) to 0x004C1ECF always activates auto loot.
    It compares a byte value inside [PlayerPtr+0x1D30] before. Sadly WoW sets it back to 0 before the function gets called.

    edit2: If you don't want to touch WoW's code:
    Writing both 1 to 0xC4DA9C and [PlayerPtr+0x1D30] is working. Just make sure to change 0xC4DA9C back to 0 after looting, or you can't move.
    thank you for your reply.

    because
    hb.AsmClear
    hb.AsmAdd "mov ecx,0"
    hb.AsmAdd "call 004C1FA0"
    hb.AsmAdd "retn"
    hb.AsmCall pid

    will crash, I'm crazy!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!f!!!a!!!c!!!k!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !!!!!!

    english is not good
    i don't know if you can understand what i said.thanks

  7. #7
    wei3470231's Avatar Member
    Reputation
    1
    Join Date
    Feb 2012
    Posts
    16
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by culino2 View Post
    You could send the shift key to WoW before looting...
    Any reason why you're not just calling the "AutoLoot" function?

    https://msdn.microsoft.com/de-de/lib...(v=vs.85).aspx
    https://msdn.microsoft.com/de-de/lib...(v=vs.85).aspx

    There may be auto loot addons available for vanilla, but I'm not sure at this point.

    edit: Just looked for you inside the "AutoLoot" function.

    Writing 2 nop (0x90 0x90) to 0x004C1ECF always activates auto loot.
    It compares a byte value inside [PlayerPtr+0x1D30] before. Sadly WoW sets it back to 0 before the function gets called.

    edit2: If you don't want to touch WoW's code:
    Writing both 1 to 0xC4DA9C and [PlayerPtr+0x1D30] is working. Just make sure to change 0xC4DA9C back to 0 after looting, or you can't move.
    once again, thank you

  8. #8
    culino2's Avatar Elite User
    Reputation
    336
    Join Date
    Feb 2013
    Posts
    183
    Thanks G/R
    139/72
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    To also auto loot bop items:
    Code:
      off_BopLootWindowPatch                      = $004C21BA; // 0x75 -> 0xeb
    It's from my old sources, I'm not sure if I posted this in the other thread before.

  9. #9
    WiNiFiX's Avatar Banned
    Reputation
    242
    Join Date
    Jun 2008
    Posts
    447
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Below is my autoloot I use for 1.12 for fishing - credits to someone I can't recall who.

    PHP Code:
            internal void OnRightClickObject(uint baseAddrint autoLoot)
            {
                if (
    _wowHook.Installed)
                {
                    if (
    baseAddr != && (autoLoot == || autoLoot == 0))
                    {
                        
    // Write the asm stuff for Lua_DoString
                        
    String[] asm = new String[]
                            {
                            
    "push " autoLoot,
                            
    "mov ECX, " + (uint)baseAddr,
                            
    "call " + (uint)Offsets.OnRightClickObject,
                            
    "retn",
                            };

                        
    _wowHook.InjectAndExecute(asm);
                    }
                }
            } 
    Call it like this
    PHP Code:
    wowHook.Memory.Write<UInt64>(Offsets.MouseOverGUIDcGUIDfalse);
    Thread.Sleep(100);  
    lua.OnRightClickObject((uint)curObj1);  // Where curObj = Fishing Bobber [later versions of wow have lua.DoString(string.Format("InteractUnit('mouseover')"));] 
    PHP Code:
        public static class Offsets
        
    {
            public static 
    IntPtr CurMgrPointer = new IntPtr(0x00741414);    // 1.12.1
            
    public static IntPtr CurMgrOffset = new IntPtr(0xAC);           // 1.12.1
            
    public static IntPtr FirstObjectOffset = new IntPtr(0xAC);      // 1.12.1
            
    public static IntPtr NextObjectOffset = new IntPtr(0x3C);       // 1.12.1
            
    public static int Type 0x14;                                  // 1.12.1
            
    public static int LocalGUID 0x30;                             // 1.12.1

            
    public static IntPtr MouseOverGUID = new IntPtr(0x00B4E2C8);    // 1.12.1

            
    public static int BobberState 0xE8;                           // 1.12.1

            
    public static int ObjectName1 0x214;                          // 1.12.1
            
    public static int ObjectName2 0x8;                            // 1.12.1
            
    public static int UnitName1 0xB30;                            // 1.12.1
            
    public static int UnitName2 0x0;                              // 1.12.1

            
    public static IntPtr PlayerName = new IntPtr(0x827D88);         // 1.12.1
            
    public static IntPtr TargetGUID = new IntPtr(0x74E2D4);         // 1.12.1
            
    public static IntPtr PlayerBase = new IntPtr(0x853D40);         // 1.12.1

            
    public static IntPtr FrameScript__Execute = new IntPtr(0x304CD0);         // 1.12.1
            
    public static IntPtr ClntObjMgrGetActivePlayerObj = new IntPtr(0x168550); // 1.12.1 ClntObjMgrGetActivePlayer 
            
    public static IntPtr FrameScript_GetText = new IntPtr(0x303BF0);          // 1.12.1

            
    public static IntPtr OnRightClickObject = new IntPtr(0x005F8660);   // 1.12.1
            
    public static IntPtr OnRightClickUnit = new IntPtr(0x60BEA0);       // 1.12.1
        


  10. Thanks culino2, Chinchy (2 members gave Thanks to WiNiFiX for this useful post)
  11. #10
    elydien's Avatar Member
    Reputation
    1
    Join Date
    Sep 2016
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    How to execute that code to WoW?

  12. #11
    namreeb's Avatar Legendary

    Reputation
    668
    Join Date
    Sep 2008
    Posts
    1,029
    Thanks G/R
    8/222
    Trade Feedback
    0 (0%)
    Mentioned
    9 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by elydien View Post
    How to execute that code to WoW?
    Inject it.

Similar Threads

  1. [WoW] 1.12.1.5875 Info Dump Thread
    By namreeb in forum WoW Memory Editing
    Replies: 618
    Last Post: 05-25-2025, 10:05 AM
  2. [SGather] AutoIt - Autoloot
    By serialboter in forum WoW Bot Maps And Profiles
    Replies: 5
    Last Post: 03-14-2011, 08:37 AM
  3. autoloot all corspes?
    By kaphene in forum WoW Bots Questions & Requests
    Replies: 2
    Last Post: 03-31-2010, 01:05 AM
  4. Autoloot & Skinable Flag
    By Mr.Sergey in forum WoW Memory Editing
    Replies: 5
    Last Post: 03-24-2010, 10:07 AM
  5. warhammer autoloot
    By asbest0s in forum MMO Exploits|Hacks
    Replies: 2
    Last Post: 09-26-2008, 08:06 AM
All times are GMT -5. The time now is 04:41 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