Page 1 of 1

Помогите интерпритировать

Posted: 25.02.2008 14:56
by m0nya

Code: Select all

sub main() 
var i,k 
While true


UO.Exec("usetype '0x1849'") 
UO.Exec("waittargettype '0x0F88'") 
wait(300) 
UO.AutoMenu('Make what?','a greater poison potion') 
UO.Exec("waittargettype '0x0F0A'") 
wait(4000) 
if uo.NS<20 then
   UO.findtype ("0x0F88", 0x0000 , 1)
   UO.grab ("2000", "finditem")
endif
endif 
wend 
end sub 

sub xaBka() 
var i,k 
While true 

UO.ServerPrint("Kill me please") 
wait(20000) 

UO.ServerPrint(".hungry") 
Wait(1000) 
i=UO.LastMessage() 
If i=="You aren't hungry at all" Then 
UO.Exec("usetype '0x097B'") 
EndIf 

k=UO.LastMessage() 
If k=="Saving World State" <>0 Then 
Wait(20000) 
UO.DeleteJournal() 
endif 
wend 
end sub
Есть инжект скрипт помогите адаптировать его к стелсу

Posted: 25.02.2008 16:51
by Edred
Скрипты инжекта невозможно "адаптировать" к стелсу, их можно только переписать. В инжекте - бейсик, в стелсе - паскаль. Это совершенно разные языки.