Hi,
I am new around here and have decided to move from everyones favorite AutoIt to everones more favorite C#! Yay! I have learned alot, but still have alot more to go. In my learning I have made a tiny dll with some functions for me to include in my projects. I thought I'd share it. It only does a few things right now, but I will add stuff to it as I go. Kinda wanted to get a little feedback from anyone willing to try it.
just unzip the archive and add the WoWLib.dll as a reference. Shouts to Shynd for his BlackMagic which my dll uses for the memory stuff! The WoWLibHelper.dll just exports memory addresses. I split it up so I could just update the helper as addresses change.
Here is a list of the basics and their purpose:
so as you can see, not much there, but enough for me to work on converting CyberFish into C#. Virus scan link below. thanks!Code:Class: WoWLib InitLibrary() : Initializes library and BlackMagic to open process for reading/writing to memory Class: Player Name() : Returns character name GUID() : Returns GUID of character Base() : Returns base of character X() : Returns X coordinate of character Y() : Returns Y coordinate of character Z() : Returns Z coordinate of character Rot() : Returns rotation of character Class: Object ClientConnection() : Returns client connection Manager() : Returns object manager First() : Returns first object in object list Next() : Returns next object in object list in reference to passed object Type() : Returns integer value of object's type TypeString() : Returns string representation of object's type GUID() : Returns GUID of object Name() : Returns name of object Yours() : Returns true/false if the object was created by you Class: Mouse SetInteract() : Sets MouseOverInteract (writes to memory) Class: Bobber Bite() : Returns true/false if the bobber has been bitten
Virus Scan