It is currently 29 Mar 2024, 18:46

All times are UTC + 2 hours [ DST ]




Post new topic Reply to topic  [ 2 posts ] 
Author Message
PostPosted: 25 Dec 2011, 00:22 
Offline
Игрок

Joined: 08 Dec 2011, 18:06
Posts: 67
Встаёте по среди комнаты остальное он сам всё делает. Если будут проблемы мув могу заменить на паф файнд.
Code:
;#########################
;##### by Veaceslav Mindru  #####
;### mindruv@gmail.com ########
;##### ####################

set %x #CHARPOSX
set %y #CHARPOSY - 6
set %y2 #CHARPOSY + 6

while 1 = 1
{
event macro 32 0
if on in #SYSMSG
{
event macro 32 0
break
}
else
{
break
}
}

while 1 = 1
{
event sysmessage moving on  x %x  y %y y2  %y2
move %x %y 1 3s
event macro 13 21
move %x %y2 1 3s
event macro 13 21
}





кому интересно детект хайдинг


Code:
;##### DETECT HIDING BY MINDRU VEACESLAV ##########
;##### mindruv@gmail.com ##########################
event macro 13 14
wait 65



Анатоми
Code:
;##### ANATOMY BY MINDRU VEACESLAV ##########
;##### mindruv@gmail.com ##########################
event macro 13 1
target 1s
event macro 23 0
wait 65


Last edited by mindruv on 25 Dec 2011, 01:58, edited 2 times in total.

Top
 Profile  
 
PostPosted: 25 Dec 2011, 01:02 
Offline
Начинающий игрок

Joined: 23 Dec 2011, 14:02
Posts: 43
Не стану создавать новую тему, но вот завалялось тоже самое под инжект
Code:
sub HidingStealth()
  var msg = 'seem to hide|hidden myself', Delay = 15, Timer, i
  While true
    If UO.Hidden() then
      For i = 38 to 40 step 2
        UO.Press(i)
        Wait(350)
        UO.Press(i)
        Wait(350)
      Next
     else
      DelJournal(msg)
      Timer = UO.Timer()
      UO.UseSkill('Hiding')
      Repeat
        Wait(100)
      Until UO.InJournal(msg) or Timer + Delay * 10 <= UO.Timer() or UO.Hidden()
    Endif
  Wend
Endsub

Sub DelJournal(msg)
  While UO.InJournal(msg)
    UO.SetJournalLine(UO.InJournal(msg) - 1, ' ')
  Wend
Endsub


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 2 posts ] 

All times are UTC + 2 hours [ DST ]


Who is online

Users browsing this forum: No registered users and 221 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 Group