I would just like to tell you guys that i'm working on a class for Remote Glider witch will be publiced verry soon, i just need to worke out the last bugs.
Beta 1 has been released. see below for download information
I'm still new at programming C#, so please don't flame to much
I'm having some problems getting the Capture command to work, can't figure out how i can get the image information sent by glide down into a image class.
This class will also be released with a fully working Remote program + Scource Code, this remote program uses all the classes functions.
If you have any information that might help me with my capture problem, please share
Function list
bool Connect(string host, string port, string password)
void Close()
Status status()
Returnes Glider status, as a Struct by the name Status.
SendCommand(string command)
Used to send command to gliders, it will return the respond as a string
Image Capture()
Returnes a Screenshot of the bot, in a Image class.
StreamReader GliderLog(bool combat)
Returnes a StreamReader that streams the glider log.
Enable combat if you need it.
Item LootToItem(string line, bool Details)
Parses the Loot Line from glider
int LootToCopper(string LootLine)
Returns a coin loot line with the number of copper looted
void StartGlider()
void StopGlider()
loc GetMouse()
bool SetMouse(float X, float Y)
bool ReloadConfig()
void ClickMouse(bool left)
void Chat(string ChatCommand)
bool Target(string Name)
WARNING: still in testing.
This function will use the glider's loot pattern to try and select a npc or another Target able object.
Complete Program:
RapidShare: 1-Click Webhosting
Program Source:
RapidShare: 1-Click Webhosting
Dll class only:
RapidShare: 1-Click Webhosting