Yoko

All sides of Injection
It is currently 2026-03-10 18:31:10

All times are UTC+02:00




Post new topic  Reply to topic  [ 4 posts ] 
Author Message
PostPosted: 2004-09-09 14:16:51 
Offline

Joined: 2004-05-18 02:24:25
Posts: 117
как сделать так чтобы
как тока скрипт закончился сражу шол по 2 кругу?


Top
   
PostPosted: 2004-09-09 14:34:39 
Offline
Expert!

Joined: 2004-04-03 17:36:29
Posts: 2544
Location: Saint-Petersburg
Xabus wrote:
как сделать так чтобы
как тока скрипт закончился сражу шол по 2 кругу?


Если надо чтобы повторился два раза (всего), можешь засунуть весь текст скрипта в For:

VAR x
for x=1 to 2
...
текст скрипта
...
next

Если надо чтобы крутился постоянно, обычно ставят так:

while TRUE
...
текст скрипта
...
wend

или

repeat
...
текст скрипта
until UO.Dead()


Top
   
 Post subject:
PostPosted: 2004-09-09 15:50:02 
Offline

Joined: 2004-05-18 02:24:25
Posts: 117
я непонял что делать надо? вот посмтори плиззз..........
sub go()
while NOT UO.Hidden()
UO.DeleteJournal()
UO.UseSkill('Hiding')
repeat
wait(200)
until UO.InJournal('You have hidden') OR UO.InJournal('seem to hide')
wend
wait(100)
UO.press(35)
wait(1000)
while NOT UO.Hidden()
UO.DeleteJournal()
UO.UseSkill('Hiding')
repeat
wait(200)
until UO.InJournal('You have hidden') OR UO.InJournal('seem to hide')
wend
wait(100)
UO.press(35)
wait(1000)
while NOT UO.Hidden()
UO.DeleteJournal()
UO.UseSkill('Hiding')
repeat
wait(200)
until UO.InJournal('You have hidden') OR UO.InJournal('seem to hide')
wend
wait(100)
UO.press(35)
wait(1000)
while NOT UO.Hidden()
UO.DeleteJournal()
UO.UseSkill('Hiding')
repeat
wait(200)
until UO.InJournal('You have hidden') OR UO.InJournal('seem to hide')
wend
wait(100)
UO.press(35)
while NOT UO.Hidden()
UO.DeleteJournal()
UO.UseSkill('Hiding')
repeat
wait(200)
until UO.InJournal('You have hidden') OR UO.InJournal('seem to hide')
wend
wait(100)

UO.press(3
wait(1000)
while NOT UO.Hidden()
UO.DeleteJournal()
UO.UseSkill('Hiding')
repeat
wait(200)
until UO.InJournal('You have hidden') OR UO.InJournal('seem to hide')
wend
wait(100)
UO.press(3
wait(1000)
while NOT UO.Hidden()
UO.DeleteJournal()
UO.UseSkill('Hiding')
repeat
wait(200)
until UO.InJournal('You have hidden') OR UO.InJournal('seem to hide')
wend
wait(100)
UO.press(3
wait(1000)
while NOT UO.Hidden()
UO.DeleteJournal()
UO.UseSkill('Hiding')
repeat
wait(200)
until UO.InJournal('You have hidden') OR UO.InJournal('seem to hide')
wend
wait(100)
UO.press(3
while NOT UO.Hidden()
UO.DeleteJournal()
UO.UseSkill('Hiding')
repeat
wait(200)
until UO.InJournal('You have hidden') OR UO.InJournal('seem to hide')
wend
wait(100)
UO.press(3
wait(1000)
while NOT UO.Hidden()
UO.DeleteJournal()
UO.UseSkill('Hiding')
repeat
wait(200)
until UO.InJournal('You have hidden') OR UO.InJournal('seem to hide')
wend
wait(100)
end sub
что тут надо вписать чтобы он повторялся! скрипт на стелс и хидинг!


Top
   
 Post subject:
PostPosted: 2004-09-09 15:56:39 
Offline

Joined: 2004-05-18 02:24:25
Posts: 117
все понял спасиба


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