snooping
Posted: 2005-08-02 16:50:05
тянем статус и запускаем
настроек нет
настроек нет
Code: Select all
sub snooping()
var char, pack
char=UO.Hex2Int(UO.GetSerial('laststatus'))
pack=UO.Int2Hex(char+1073741821)
repeat
UO.DeleteJournal()
UO.UseObject(pack)
repeat
wait(100)
until UO.InJournal("Contains|fail|You can")
if UO.InJournal("You can") then
UO.Print(' +++ Стяни статус с куклы.... ТОРМОЗ +++')
wait(3000)
endif
until UO.Dead()
endsub