BotLib Wiki
A botting library written in C#, and using the .NET framework.
Status: Beta
Brought to you by:
botlib
As of version 1.0, the class contains approximately 25 methods that can be called.
getScreenshot(); -> Returns a bitmap of the entire screen
getScreenshotFromWindow(string windowTitle); -> Returns a bitmap of the window given
getWindowHanlde(string windowTitle); -> Returns the window handle of the window given
setFrontWindow(); -> **
showWindow(); -> **
findImage(); -> **
findImages(); -> **
findColor(); -> **
findColors(); -> **
colorsMatch(); -> **
colorsSimilar(); -> **
sendKey(); -> **
isKeyDown(); -> **
leftClick(); -> * *
rightClick(); -> * *
moveMouse(); -> * *
moveMouseWindow(); -> * *
getMouse(); -> * *
getMouseWindow(); -> * *
mouseJiggle(); -> * *
delay(); -> * *
random(); -> * *