sub Lumber()
uo.Print('Выбери топор: ')
uo.Exec('addobject Tree')
while uo.Targeting()
wait(100)
wend
wait(1000)
UO.DeleteJournal()
repeat
uo.press(122)
repeat
wait (200)
until ((UO.InJournal("put")) || (UO.InJournal("hack")))
UO.DeleteJournal()
until (UO.InJournal("no logs"))
end sub