Locked Home » Forums » Legacy & Archived » Archived Content » Legacy General Discussion

exhume macros : Legacy General Discussion

Posted: February 27th, 2006
aces_high
Right now Im learning VBS so I can make some macros for exhume. Does anyone know of any good reading material that could get me started on the right track?

Ive been searching the hell out of google for tutorials but most of what Ive found is to put vbs scripts into html documents

*edit*
ok ive figured a few things out with exhume and vbs, but as of right now exhume is not sending keystrokes to knight online
i can get it to send keystrokes to notepad, but not ko



btw sorry if i posted this in the wrong section, not really sure where to post to get help with exhume =/
Posted: March 1st, 2006
User avatar
Premium
Total Posts:6718 Joined:2004
Yes there is a bug with it. I have found the same bug for GW.

As a work around, you can do the following until a new version of XUM is released.

You will need XU installed to get this work around to work.

IN your script at the top, use the following:

Dim sh
set sh = CreateObject("XUScripts.ScriptHost")

THen you can use the xu scripts commands like:

SendKeys, KeyUp, etc.

like:

sh.SendKeys or sh.KeyUp etc.

To see a list of Mouse/Keyboard commands see the forum documentation on the XU script host.

_________________
Use Search first, ask questions later!
Ready to join the community? Click here and see all of the benefits!
blue large dotWho is online
Users browsing this forum: Bing [Bot] and 120 guests
Locked