| Yoko http://forum.yoko.com.ua/ |
|
| Move Curs... http://forum.yoko.com.ua/viewtopic.php?f=3&t=14326 |
Page 1 of 1 |
| Author: | Knight1106 [ 2009-01-24 20:45:10 ] |
| Post subject: | Move Curs... |
Does injection have a command to move the cursor to any coordinate around the screen ? Are there others click commands besides lclick() and rclick() ? thanks for your help. |
|
| Author: | Millerbeer [ 2009-01-25 07:30:58 ] |
| Post subject: | |
# You control Ultima Online client through the global class UO # It has methods: # UO.Print("string") - print message to the client window. # UO.Exec("command") - execute a command. For the list of # commands consult documentation. # UO.Count("type",["color"]) - returns count of items of type # UO.Say("something") - make you character say something. # UO.Press(KeyCode[,Count[,Delay]]) - Simulate keypress. # KeyCode - Virtual key code. # Count - Optional. Number of keypresses. # Delay - Time in msec to wait between keypresses. # UO.LClick(X,Y) - Simulate left button click. # UO.RClick(X,Y) - Simulate right button click. # UO.LDblClick(X,Y) - Simulate left button double click. # UO.RDblClick(X,Y) - Simulate right button double click. # UO.Drag(X1,Y1, X2,Y2 [,amount]) - drag something. # If you don't specify amount the whole stock is dragged. # You can use "Insert key code" button to get virtual key code. # And use "Pick coord" to find mouse coordinates on screen. # Don't forget to call function Wait(time in msec) after # using skill/spell to wait until it finishes! # List of read-only properties: # UO.Life, UO.Mana, UO.Stamina, UO.STR, UO.INT, UO.DEX, # UO.Weight, UO.Armor, UO.Gold, UO.BM, UO.BP, UO.GA, UO.GS, # UO.MR, UO.NS, UO.SA, UO.SS, UO.VA, UO.EN, UO.WH, UO.FD, # UO.BR, UO.H, UO.C, UO.M, UO.L, UO.B, UO.AR, UO.BT # Save script as autoload.scp to load automatically every start. |
|
| Author: | Knight1106 [ 2009-01-25 15:41:20 ] |
| Post subject: | |
so that s mean there is no injection command that moves the cursor ? |
|
| Author: | Kynep [ 2009-01-25 19:12:37 ] |
| Post subject: | |
Knight1106 wrote: so that s mean there is no injection command that moves the cursor ?
Yes. |
|
| Page 1 of 1 | All times are UTC+02:00 |
| Powered by phpBB® Forum Software © phpBB Limited https://www.phpbb.com/ |
|