Search found 7 matches

by legacy
2004-08-08 23:49:39
Forum: Help
Topic: help with trade
Replies: 1
Views: 1513

help with trade

How to move type or object in script a trade Windows?
by legacy
2004-07-23 10:38:37
Forum: General
Topic: Yoko name of your injection read pls
Replies: 1
Views: 1844

Yoko name of your injection read pls

i download the version 40?.? (wheel u) this is the name of this version? or you can say where download a font for view the normal name? thanks

and i can put the mouse wheel ( up or down ) as a hotkey good work yoko is a possibility the right/left bottons in future version?

and have one bug ...
by legacy
2004-05-25 09:13:27
Forum: Shards talks
Topic: Abyss Client
Replies: 3
Views: 3802

Re: Abyss Client

nagger wrote:
legacy wrote:How to work injection in Abyss shard help pls

this not work...

"Abyss" 07337519 2d0a0b10 2

client elink http://www.theabyss.ru/files/client.zip


you can try


"abyss" 09d4c835 00114000 : 004b5af7 = 85, 004b6087 = 3b c0



i post the UO keys, You post a ilpacth i necesary the UO keys. Thanks
by legacy
2004-05-24 21:19:35
Forum: Shards talks
Topic: Abyss Client
Replies: 3
Views: 3802

Abyss Client

How to work injection in Abyss shard help pls

this not work...

"Abyss" 07337519 2d0a0b10 2

client elink http://www.theabyss.ru/files/client.zip
by legacy
2004-05-17 09:57:34
Forum: Help
Topic: Macro for Heal Friend
Replies: 7
Views: 5050

Yoko iam run script and injection says Unhandled exception in parser

sub life()
var Friend=0x000040ea
while uo.life > 0
if ((UO.GetHP('Friend')*100/UO.GetMaxHP('Friend')) <20 then
UO.usetype("bandage")
UO.WaitTargetLast()
UO.warmode(0)
wait(2000)
endif
if ((UO.GetHP('Friend')) == UO ...
by legacy
2004-05-15 21:28:40
Forum: Help
Topic: Macro for Heal Friend
Replies: 7
Views: 5050

Thanks but not work macro not heal Friend...
by legacy
2004-05-15 20:23:01
Forum: Help
Topic: Macro for Heal Friend
Replies: 7
Views: 5050

Macro for Heal Friend

sub life()
var Friend=0x000040ea
while uo.life > 0
if ((UO.GetHP('Friend')) <20 then
UO.usetype("bandage")
UO.WaitTargetLast()
UO.warmode(0)
wait(2000)
endif
if ((UO.GetHP('Friend')) == UO.GetMaxHP('Friend')) then
UO.warmode(1)
UO.attack('lasttarget')
wait(1000)
endif
wend
wait ...