Yoko

All sides of Injection
It is currently 2025-12-20 07:28:32

All times are UTC+02:00




Post new topic  Reply to topic  [ 5 posts ] 
Author Message
 Post subject: UO.target or ,targe
PostPosted: 2005-07-16 22:05:25 
Offline

Joined: 2004-12-28 13:49:05
Posts: 3
Some one can make me an example fot UO.Target or ,target command

I never undestand the syntax

Tnx


Top
   
 Post subject:
PostPosted: 2005-07-16 22:43:19 
Offline
Expert!
User avatar

Joined: 2005-05-04 14:05:19
Posts: 2580
Location: Москва
it's very dangerous to use it


Top
   
 Post subject:
PostPosted: 2005-07-17 14:59:48 
Offline
Expert!
User avatar

Joined: 2005-04-23 10:19:43
Posts: 388
The only dangerous thing in it is unhandlable currently. Everything in it works just fine, but this: to send the traget, client makes this steps:
1) Request a target
2) Analyze target
3) Send reply with own target (aim)
If you cancel target in client any way injection supports, it gets this way:
1) Request a target
2) Analyze target
3) Cancel target (ESC or CancelTarget)
But if you try to use Target command, this is what you get:
1) Request target
2) Analyze target
3) UO.Target
4) Cancel target in client. This one sends Canceltarget package to the server, that is directed to anavailable target that is already used bu UO.Target. This causes message in Sphere logs.
So obviously there is no way to use it yet.


Top
   
 Post subject:
PostPosted: 2005-07-17 19:59:23 
Offline

Joined: 2004-12-28 13:49:05
Posts: 3
but a simple example ???

IO.Target("XXXXXXXXXXXXXXXXXX")

for example I have an object called dummy how to target after view-finder appear


Top
   
 Post subject:
PostPosted: 2005-07-18 06:53:04 
Offline
Expert!
User avatar

Joined: 2005-04-23 10:19:43
Posts: 388
Code:
sub MakeShaft()
var Logs
UO.FindType('0x1BDD')
Logs=UO.GetSerial('finditem')
UO.UseObject('dagger')
while not UO.Targeting()
wait(50)
wend
UO.WaitMenu('What','shaft')
UO.Target('0x000001EC',Logs,'0','0x1BDD')
end sub


First parameter is unique target type ID. It can be found this way:
Code:
sub Test()
UO.Print(UO.GetSerial('lasttargetkey'))
end sub

Second parameter is the ID of item to target.
Third parameter is the 1-statics or 0-object.
And last parameter is the type of item to target.


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic  [ 5 posts ] 

All times are UTC+02:00


Who is online

Users browsing this forum: No registered users and 2 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB® Forum Software © phpBB Limited