Yoko

All sides of Injection
It is currently 2025-11-19 11:09:58

All times are UTC+02:00




Post new topic  Reply to topic  [ 3 posts ] 
Author Message
PostPosted: 2008-07-26 16:07:48 
Offline
User avatar

Joined: 2008-07-26 16:02:00
Posts: 2
Вобщем както давно лазил тут искал чето полезное, видил пару полезных скриптов но забыл где лежат, по поиску со всеми возможными названиями на один скрипт но нашел только 1 ито какойто мусорный скрипт которйы не работает... может кто помнит где лежит тот скрипт на забивку банка? или же поправте этот скрипт если не трудно.
Code:
sub id_banka() 
UO.Print("Ткни в предмет в банке.") ;
UO.AddObject("0x4033C78E") ; Добавляем
While UO.Targeting() ; новый
 Wait(100) ; объект
Wend ; O.
UO.TextOpen() ; открываем текстовое окошко
UO.TextPrint(uo.ContainerOf("O")) ; Запрашиваем контейнер объекта O и пишем его.
endsub 


Top
   
 Post subject:
PostPosted: 2008-08-07 02:05:58 
Offline
User avatar

Joined: 2004-06-24 14:50:25
Posts: 36
Location: Moscow, Russia
Попробуй это =)

Code:
sub get_bank_id()
    UO.Print("Ткни в предмет в банке.")
    UO.AddObject("container_at_bank")
   
    While UO.Targeting()
        Wait(100)
    Wend
   
    UO.TextOpen()
    UO.TextPrint(uo.ContainerOf("container_at_bank"))
end sub

_________________
Я наверное, один из старых ;)


Top
   
 Post subject:
PostPosted: 2008-08-07 08:02:19 
Offline
Junior Expert
User avatar

Joined: 2004-06-24 22:08:56
Posts: 3220
Code:
uo.print( uo.objAtLayer( "Bank" ) )

_________________
YokoInjection CodeSweeper
Function not found?
Possession of mathematics at the level of art - a gift that is only available for election.
Sorry for my clumsy English.
Skype: d119060


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

All times are UTC+02:00


Who is online

Users browsing this forum: No registered users and 3 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:  
cron
Powered by phpBB® Forum Software © phpBB Limited