Help pls
Moderators: Murderator+, Murderator
Help pls
can somebody write me a single script?i need only to use skill Hidding
-
- Posts: 47
- Joined: 2004-05-19 04:47:11
- Location: MSK, RU, TheМля
- Contact:
Re: Help pls
Ghost7 wrote:can somebody write me a single script?i need only to use skill Hidding
Code: Select all
sub hideonly()
while uo.life>0
uo.useskill('Hiding')
wait(10100)
wend
end sub