Yoko

All sides of Injection
It is currently 2025-12-30 17:45:02

All times are UTC+02:00




Post new topic  Reply to topic  [ 25 posts ]  Go to page Previous 1 2
Author Message
 Post subject: Re: help Run
PostPosted: 2010-09-27 09:30:01 
Offline
User avatar

Joined: 2009-05-28 09:58:28
Posts: 2802
Location: Иваново
Последняя попытка. Если опять будет вылетать значит выкинь инжект :)
Code:
sub Looting()
   var t,l,m
   m=12
   t=1820
   dim LootingItem[13]
   LootingItem[0] = '0x13BA' ##Sw
   LootingItem[1] = '0x023F' ##Shield
   LootingItem[2] = '0x13FE' ##Katana
   LootingItem[3] = '0x1515' ##Cloak
   LootingItem[4] = '0x13FC' ##Crossbow
   LootingItem[5] = '0x143E' ##Scythe
   LootingItem[6] = '0x13FD' ##CrossBow
   LootingItem[7] = '0x1BC3' ##Shield
   LootingItem[8] = '0x0287' ##Sw
   LootingItem[9] = '0x204E' ##DeathRobe
   LootingItem[10] = '0x143F' ##FScythe
   LootingItem[11] = '0x1530' ##Cloak
   LootingItem[12] = '0x0284' ##Robe
   uo.set("finddistance",4)
   for l=0 to m
      uo.findtype(LootingItem[l],"-1","1")
      while uo.FindCount() > 0
         uo.grab("0","finditem")
         wait(t)
         uo.findtype(LootingItem[l],"-1","1")
      wend
      if uo.GetSerial("lastcontainer") <> uo.GetSerial(uo.ObjAtLayer('Bpack')) then
         uo.FindType(LootingItem[l],"-1","lastcontainer")
         while UO.FindCount() > 0
            uo.grab(0,"finditem")
            wait(t)
            uo.FindType(LootingItem[l],"-1","lastcontainer")
         wend
      endif
   next
end sub


Зы а у тебя сколько ядер на компе? (CTRL+Shift+ESC -> Быстродействие -> Хронология загрузки... сколько графиков?)

_________________
Image
YokoInjection CodeSweeper
Ошибка "Unhandled exception in parser"
Стрелялка для олдов.


Last edited by Mirage on 2010-09-28 10:16:14, edited 2 times in total.

Top
   
 Post subject: Re: help Run
PostPosted: 2010-09-27 09:45:17 
Offline
User avatar

Joined: 2010-04-22 09:39:37
Posts: 35
Location: Riga - Norge
2 ядра ...


Attachments:
Windows.JPG
Windows.JPG [ 51.06 KiB | Viewed 1147 times ]
Top
   
 Post subject: Re: help Run
PostPosted: 2010-09-27 14:00:24 
Offline
User avatar

Joined: 2009-05-28 09:58:28
Posts: 2802
Location: Иваново
тогда помимо инжекта для работоспособности таких скриптов необходимо использовать прогу дуал коре лаунчер. В МОДИФИКАЦИЯХ по моему есть в важных темах.
У меня после ее установки ламбер крашевший с регулярностью в 2-3 часа стал работать по несколько суток.

_________________
Image
YokoInjection CodeSweeper
Ошибка "Unhandled exception in parser"
Стрелялка для олдов.


Top
   
 Post subject: Re: help Run
PostPosted: 2010-09-27 21:19:51 
Offline
User avatar

Joined: 2010-04-22 09:39:37
Posts: 35
Location: Riga - Norge
Mirage wrote:
Последняя попытка. Если опять будет вылетать значит выкинь инжект :)
Code:
sub Looting()
   var t,l,m
   m=13
   t=1820
   dim LootingItem[m]
   LootingItem[0] = '0x13BA' ##Sw
   LootingItem[1] = '0x023F' ##Shield
   LootingItem[2] = '0x13FE' ##Katana
   LootingItem[3] = '0x1515' ##Cloak
   LootingItem[4] = '0x13FC' ##Crossbow
   LootingItem[5] = '0x143E' ##Scythe
   LootingItem[6] = '0x13FD' ##CrossBow
   LootingItem[7] = '0x1BC3' ##Shield
   LootingItem[8] = '0x0287' ##Sw
   LootingItem[9] = '0x204E' ##DeathRobe
   LootingItem[10] = '0x143F' ##FScythe
   LootingItem[11] = '0x1530' ##Cloak
   LootingItem[12] = '0x0284' ##Robe
   uo.set("finddistance",4)
   for l=1 to m
      uo.findtype(LootingItem[l],"-1","1")
      while uo.FindCount() > 0
         uo.grab("0","finditem")
         wait(t)
         uo.findtype(LootingItem[l],"-1","1")
      wend
      if uo.GetSerial("lastcontainer") <> uo.GetSerial(uo.ObjAtLayer('Bpack')) then
         uo.FindType(LootingItem[l],"-1","lastcontainer")
         while UO.FindCount() > 0
            uo.grab(0,"finditem")
            wait(t)
            uo.FindType(LootingItem[l],"-1","lastcontainer")
         wend
      endif
   next
end sub


Зы а у тебя сколько ядер на компе? (CTRL+Shift+ESC -> Быстродействие -> Хронология загрузки... сколько графиков?)


на все скрипты этот эррер наверное ты где-то ошибся


Attachments:
erro.JPG
erro.JPG [ 7.49 KiB | Viewed 1141 times ]
Top
   
 Post subject: Re: help Run
PostPosted: 2010-09-28 10:15:42 
Offline
User avatar

Joined: 2009-05-28 09:58:28
Posts: 2802
Location: Иваново
опечатался сори. Исправил вверху скрипт.

_________________
Image
YokoInjection CodeSweeper
Ошибка "Unhandled exception in parser"
Стрелялка для олдов.


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic  [ 25 posts ]  Go to page Previous 1 2

All times are UTC+02:00


Who is online

Users browsing this forum: No registered users and 1 guest


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 Limited