Windows Vista 64-bit Dual core CPU

Anything and all.

Moderators: Murderator+, Murderator

Post Reply
xenofex
Posts: 4
Joined: 2008-07-08 17:43:38

Windows Vista 64-bit Dual core CPU

Post by xenofex »

Inject 505.18 Vendor. Vsjo rabotaet no kak tolko ja zapuskaju autoheal skript (sam lechitsja bintami) UO nachinajet strashno lagovatj. Na starom kompe windows XP takogo ne bilo. Proboval stavitj compability mode (windows 95, 98, NT, XP i tak dalee) Ne pomoglo.

Pochemu imenno etot skript ne nravitsja Windows Vista?

Kak mozhno bilo bi reshitj problemu?


Skript:

sub autoheal()
repeat
If UO.STR>UO.Life Then
UO.BandageSelf()
wait(1000)
endif
until uo.dead()
end sub
Destruction
Junior Expert
Posts: 3221
Joined: 2004-06-24 22:08:56

Post by Destruction »

Ну так пустой цикл, ясное дело лаги.

moved from General.
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.
Telegram: @tatikom
TwiN
Posts: 34
Joined: 2008-08-13 01:04:10
Location: Krd
Contact:

Post by TwiN »

Мобуть таг ?
Вопрос не риторический, я действительно не уверен что так будет нормально... :?

Code: Select all

sub autoheal() 
repeat
   If UO.STR>UO.Life Then
      UO.BandageSelf()
      wait(1000)
    else
       If UO.STR==UO.Life Then
       wait(1000)
     endif
   endif
 until uo.dead()
end sub
Millerbeer
Posts: 247
Joined: 2008-09-12 05:07:34

Post by Millerbeer »

Или так...

Code: Select all

sub autoheal() 
  if not uo.dead() then
    while uo.life<uo.str and uo.count('0x0E21')
      UO.BandageSelf()
      checklag()
      wait(1000)
    wend
  endif
endsub
pika
Posts: 118
Joined: 2007-06-11 22:57:49

Post by pika »

илт так...
виста говно
$!@m
Posts: 106
Joined: 2006-08-10 08:25:32

Post by $!@m »

pika wrote:илт так...
виста говно


там руки скорее.
Kynep
Expert!
Posts: 1348
Joined: 2006-02-07 08:51:40
Location: г. Старый Оскол
Contact:

Post by Kynep »

pika wrote:илт так...
виста говно

Не нужно так выражаться о том чего не знаете. Нормальная ось... в умелых руках :roll:
Destruction
Junior Expert
Posts: 3221
Joined: 2004-06-24 22:08:56

Post by Destruction »

Vista - треш.

Сначала хотели ось под игры, потом хотели универсальную ось, делали-делали, пришли к выводу, что надо срочно бабла срубить - выпустили висту.

Вот если с Win7 не будет подобных накладок, то будет нормальная ось. А виста - треш.
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.
Telegram: @tatikom
xarek
Posts: 115
Joined: 2006-03-08 20:53:28

Post by xarek »

треш то треш но они ее везде впаривают!! с лета компы в магаз только с вистой! дрова не так просто найти, найдешь в любом случае производ упадет(если ток самому собирать комп) а про ноут ваще жесть ни как не найти дровушки)) на блок нашел на ноут никуя(((
Post Reply