Yoko

All sides of Injection
It is currently 2025-12-24 00:48:10

All times are UTC+02:00




Post new topic  Reply to topic  [ 2 posts ] 
Author Message
PostPosted: 2004-05-08 13:08:23 
Offline

Joined: 2004-04-16 09:18:08
Posts: 25
Есть ли у кого такой скрипт?
А то у меня есть на 2 клиента, но он иногда останавливается. А вот и он (может кто изменит)

Code:
sub hidd()

loop:      
UO.DeleteJournal()
UO.UseSkill("Hiding")

while not UO.InJournal("revealed") or UO.InJournal("can`t")
wait (1000)
wend

goto loop

end sub


sub detect()

loop:      
UO.DeleteJournal()
UO.UseSkill("Detec")

while not UO.InJournal("You")
wait (1000)
wend
goto loop

end sub


Top
   
 Post subject:
PostPosted: 2004-05-08 18:27:32 
Offline

Joined: 2004-04-10 21:30:47
Posts: 2
sub main()
repeat
if not uo.hidden() then
uo.useskill('Hiding')
while not uo.hidden() or not uo.injournal('seem')
wait(100)
wend
uo.deletejournal()
endif
wait(100)
until uo.dead()
end sub
это запускаеш на втором клиенте

------------------------------------------------------------------------------------
sub main()
Repeat
UO.Exec("useskill 'Detect Hidden'")
wait(1500)
Until (1==0)
end sub
это на том где хочеш качать детект


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

All times are UTC+02:00


Who is online

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