| Posted: December 11th, 2004 |
|
Total Posts:1167 Joined:2004
|
|
December 11, 2004
ScriptHost version 2.7.9
Added a compatibility checkbox to the scripthost that will allow it to be used with difficult games. Ie, EQ2, HZ, etc.
With Wyvern's Permission, I have added some of his scripting functions.
Sub XUScriptHost.FullMouseMove(x, y, speed) 'This will move the mouse as a player would move it. speed = 0 instant, speed =1 is slower, etc.
Sub XUScriptHoust.LMouseClick(x, y, clicks, speed) 'This will click the left mouse button
Sub XUScriptHoust.RMouseClick(x, y, clicks, speed) 'This will click the right mouse button
Sub XUScriptHoust.MMouseClick(x, y, clicks, speed) 'This will click the middle mouse button
|
|