Open Souce Project for WoW 1.12.1 menu

User Tag List

Results 1 to 1 of 1
  1. #1
    daCoder's Avatar Sergeant
    Reputation
    22
    Join Date
    Sep 2012
    Posts
    65
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Open Souce Project for WoW 1.12.1

    Hello OC Community,

    I started a project working on WoW 1.12.1. Postet it originally on General WoW Bots Forum, but i guess this is this forum is much better for this tool, so i post it here again.

    At the moment it is at a beginning state and i am still working on it.

    Currently implemented are following functions.

    * Objectlist enumeration
    * Teleporting to object (doubleclick on listitem)
    * Speedhack
    * No Fall Damage
    * Wallclimb

    The core work was to get the objects with their attributes like name, health, ...

    I didn't implement all public hacks from the Info Dump Thread for 1.12.1. I am sharing this in an early state for two reasons.

    * Code is not much is easy understandable, maybe something for newcomers to get into this stuff.
    * Looking for others to work together on this project

    Even if you don't want to code by yourself, you can contribute by telling me your ideas. Since this in an early stage, you can tell me your feature requests.


    A screenshot:


    An example how to work with this code base. The Reader gives you an object list, where you can iterate over. This example is teleporting to filtered herbs in the list, for fast gathering.

    Code:
     private void btnExample1_Click(object sender, EventArgs e)
            {
                GameReader WoW = Globals.WoWGame;
                ListWoWObjects list = WoW.getAllObjects();
                WowObject CurrentObject;
                // read the object manager from first object to last.
                for (int i = 0; i < list.Count; i++)
                {
                    CurrentObject = list.Get(i);
                    switch (CurrentObject.Type)
                    {
                        case (short)Constants.ObjType.OT_GAMEOBJ:
                            if (CurrentObject.GameObjectType == (uint)Constants.GameObjectType.Chest)
                            {
                                switch (CurrentObject.Name)
                                {
                                    case "Friedensblume":
                                    case "Silberblatt":
                                        teleportTo(CurrentObject.XPos, CurrentObject.YPos, CurrentObject.ZPos);
                                        return;
                                    default:
                                        break;
                                }
                            }
                            break;
                    }
                }
            }

    Download: OpenHack.zip
    Source: OpenHackSrc.zip


    -daCoder
    My Youtube Vidoes: https://www.youtube.com/user/daCoderVids
    OpenHack: https://www.ownedcore.com/forums/world-of-warcraft/world-of-warcraft-bots-programs/384086-open-souce-project-wow-1-12-1-a.html

    Open Souce Project for WoW 1.12.1

Similar Threads

  1. [Project] Exploration Tutorial for WoW
    By WizardTrokair in forum World of Warcraft Exploration
    Replies: 115
    Last Post: 02-16-2018, 05:00 PM
  2. Replies: 0
    Last Post: 10-22-2015, 08:54 AM
  3. [Release] Open Souce Project for WoW 1.12.1
    By daCoder in forum World of Warcraft Bots and Programs
    Replies: 16
    Last Post: 03-27-2014, 10:52 AM
  4. [Selling] WTT For Swtor Rift Or Final Fantasy OR OTHE MMORPG OR SELLING NOT OPEN FOR WOW TRADE!
    By Barrymayne666 in forum Star Wars: The Old Republic Buy Sell Trade
    Replies: 1
    Last Post: 03-13-2012, 01:45 AM
  5. Opening Ports Required for WOW server
    By erobins in forum WoW EMU Guides & Tutorials
    Replies: 6
    Last Post: 10-21-2008, 06:52 PM
All times are GMT -5. The time now is 05:51 PM. 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