I was bored so I decided to try the level-bot for taos in BanditL97 cave.
I noticed it lagged the system alot and didnt sit/meditate or auto-disconnect when attacked so thought "I should make a better one!" ...which I did.
The bot was almost finished when I decided to change what it did... modularisation was then needed so I spilt functions off into their own self-contained modules.
This download is what resulted.
These modules can be used with any Bot-making in VB.net so far and I may add some more later. If there is any interest in it.
NOTE: This is NOT a bot, its merely a few classes & functions VB.net programmers can use for AutoIT-like functions within their programs (but faster & more efficient)
I have purposefully removed the "Bot" part of the program so that these modules can be used within other peoples programs more easily. If anyone wants to help build a small BotMaking library of modules with me then please feel free to contact me via PM. I am especially interested modules (or info) on decrypting CO packets, memory-pointers for HP, Mob life, etc.
Modules included:
Screenshot.vb
Module to allow capturing a screenshot of any window, either to file or an image variable for processing with getPixel.
* Function ssScreen() As Image
* Function ssTitle(ByVal target_title As String) As Image
* Function ssWindow(ByVal handle As IntPtr) As Image
* Sub ssWindowToFile(ByVal handle As IntPtr, ByVal filename As String, ByVal format As ImageFormat)
* Sub ssScreenToFile(ByVal filename As String, ByVal format As ImageFormat)
MouseStuff.vb
Module to allow controlling of mouse functions.
* Sub mouseRClick()
* Sub mouseRDown()
* Sub mouseRUp()
* Sub mouseLClick()
* Sub mouseLDown()
* Sub mouseLUp()
* Sub mouseMClick()
* Sub mouseMDown()
* Sub mouseMUp()
* Function mouseMove(ByVal loc As POINTAPI) As Boolean
* Function mouseMove(ByVal loc As POINTAPI, ByVal hwnd As IntPtr) As Boolean
[Edit]
Attached file removed.
Please check in 2nd page for updated version with demo bot & module/class source-code
[/Edit]
I noticed it lagged the system alot and didnt sit/meditate or auto-disconnect when attacked so thought "I should make a better one!" ...which I did.
The bot was almost finished when I decided to change what it did... modularisation was then needed so I spilt functions off into their own self-contained modules.
This download is what resulted.
These modules can be used with any Bot-making in VB.net so far and I may add some more later. If there is any interest in it.
NOTE: This is NOT a bot, its merely a few classes & functions VB.net programmers can use for AutoIT-like functions within their programs (but faster & more efficient)
I have purposefully removed the "Bot" part of the program so that these modules can be used within other peoples programs more easily. If anyone wants to help build a small BotMaking library of modules with me then please feel free to contact me via PM. I am especially interested modules (or info) on decrypting CO packets, memory-pointers for HP, Mob life, etc.
Modules included:
Screenshot.vb
Module to allow capturing a screenshot of any window, either to file or an image variable for processing with getPixel.
* Function ssScreen() As Image
* Function ssTitle(ByVal target_title As String) As Image
* Function ssWindow(ByVal handle As IntPtr) As Image
* Sub ssWindowToFile(ByVal handle As IntPtr, ByVal filename As String, ByVal format As ImageFormat)
* Sub ssScreenToFile(ByVal filename As String, ByVal format As ImageFormat)
MouseStuff.vb
Module to allow controlling of mouse functions.
* Sub mouseRClick()
* Sub mouseRDown()
* Sub mouseRUp()
* Sub mouseLClick()
* Sub mouseLDown()
* Sub mouseLUp()
* Sub mouseMClick()
* Sub mouseMDown()
* Sub mouseMUp()
* Function mouseMove(ByVal loc As POINTAPI) As Boolean
* Function mouseMove(ByVal loc As POINTAPI, ByVal hwnd As IntPtr) As Boolean
[Edit]
Attached file removed.
Please check in 2nd page for updated version with demo bot & module/class source-code
[/Edit]