Yoko

All sides of Injection
It is currently 2025-10-16 18:04:45

All times are UTC+02:00




Post new topic  Reply to topic  [ 4 posts ] 
Author Message
 Post subject: Hide - Stealth
PostPosted: 2008-08-07 23:32:47 
Offline

Joined: 2008-08-07 22:44:52
Posts: 2
Нужен скрипт на хайд + стелс .Тоесть встал в хайд подождал 10 сек , если не встал то повтор хайда , если встал - то стелс , если стелс удачно то опять стелс ,..... я такого плана не могу найти в поисковике .
Если не утруждает , прошу помочь. Заранее благодарен.


Top
   
 Post subject: Re: Hide - Stealth
PostPosted: 2008-08-08 09:45:04 
Offline

Joined: 2008-08-07 22:44:52
Posts: 2
ап


Top
   
 Post subject:
PostPosted: 2008-08-08 15:37:46 
Offline

Joined: 2007-09-02 19:16:55
Posts: 33
Code:
sub Stealth()
   var i=1
   repeat
      for i=1 to 8
         if not uo.hidden() then
            UO.DeleteJournal()
            UO.UseSkill("Hiding")
            Repeat
               Wait(10)
            Until UO.InJournal("You have hidden yourself well") or UO.InJournal("You can't seem to hide here.")
         end if
         uo.press(35)
         wait(200)
      next
      for i=1 to 8
         if not uo.hidden() then
            UO.DeleteJournal()
            UO.UseSkill("Hiding")
            Repeat
               Wait(10)
            Until UO.InJournal("You have hidden yourself well") or UO.InJournal("You can't seem to hide here.")
         end if
         uo.press(33)
         wait(200)
      next
      Wait(100)
   until UO.Dead()
end sub


попробуй этот


Top
   
 Post subject:
PostPosted: 2009-06-26 10:01:20 
Offline

Joined: 2007-12-06 11:00:24
Posts: 10
sub hiding()
UO.Print('в хайд')

UO.UseSkill('Hiding')
VAR i = 1
While i < 5
If UO.InJournal("You have hidden yourself well") Then
wait(600)
stealth()
Else
wait(2500)
UO.print('alibaba')
Endif
i = i + 1
Wend
end sub

sub stealth()
UO.DeleteJournal()
VAR i = 1
While i < 100
UO.Print('I Mig 35')
UO.UseSkill('Stealth')
If UO.InJournal('You have revealed yourself') or UO.InJournal('You must be hidden to use Stealth') Then
wait(100)
hiding()
Else
wait(7500)
Endif
i = i + 1
Wend
end sub


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic  [ 4 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