HELP !!!

Ask for help

Moderators: Murderator+, Murderator

Post Reply
JustMan
Posts: 8
Joined: 2004-12-11 03:07:49

HELP !!!

Post by JustMan »

Skochal Ja Inject s www.drw.ru.Tam jest srazu Ato Load...Podskazite Pozalusta kak Mne Zabindit Hotkeys tak Ctob Ja Hililsa Naprimer s F3 i On odeval obratno oruzije...

Zaranje Sposiba.

Newby Acc :)
Worth
Posts: 51
Joined: 2004-10-04 04:50:03
Location: DRW
Contact:

Post by Worth »

Code: Select all


sub Heal()
var exit=0
uo.setdressspeed('350')
uo.setarm('heal')
while (uo.GetHP()<>uo.GetMaxHP()) OR (exit==1)
   uo.DeleteJournal()
   uo.bandageself()
   repeat
      wait(100)
   until uo.InJournal('You put the bloody') OR uo.InJournal('You apply the bandages, but they') OR uo.InJournal('No items found')
   if uo.InJournal('No items found') then
      uo.Print('Kupi binty,pridurok!')
      exit=1
   end if
wend
uo.arm('heal')
end sub
;by Exile


На F3 пишешь exec Heal
Post Reply