##################################################### ### Hiding & Detect Hidden ### ##################################################### ### скрипты работают синхронно у двух чаров ### ### один качает хидинг, второй детектит первого ### #####################################################

sub detecth() while true UO.DeleteJournal() uo.useskill("Detect Hidden") while not UO.InJournal("You find") and not UO.InJournal("You can see") and not UO.InJournal("You must wait") wait(500) wend wend end sub sub hiding() while true UO.DeleteJournal() uo.useskill("Hiding") while not UO.InJournal("You have been") and not UO.InJournal("You can't") and not UO.InJournal("You must wait") wait(500) wend wend end sub
© Kozlov Dmitrij & Bratello 2005 г.
Hosted by uCoz