Yoko

All sides of Injection
It is currently 2025-12-25 00:10:17

All times are UTC+02:00




Post new topic  Reply to topic  [ 1 post ] 
Author Message
PostPosted: 2004-05-12 01:43:10 
Offline

Joined: 2004-05-12 01:40:04
Posts: 17
EasyUO function:
Code:
initevents
set %tolerance 0
set %timeout 60s
set *1 0
set *2 0

loop:
if *1 <> 0
{
   move *1 *2 %tolerance %timeout
   set *1 0
}
goto loop



Injection function
Code:
sub move(x,y)
   uo.SetEasyUO(1,x)
   uo.SetEasyUO(2,y)
   while not uo.GetEasyUO(1) == "0"
      wait(50)
   wend
end sub



Function call example:
.....
move("1245","253")
.....


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

All times are UTC+02:00


Who is online

Users browsing this forum: No registered users and 11 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