Search found 27 matches

by Spirito
2005-03-30 12:58:26
Forum: Help
Topic: INJECTION BLOCK! [for hackers]
Replies: 8
Views: 2069

noone have the same problem?
by Spirito
2005-03-04 02:31:23
Forum: Help
Topic: INJECTION BLOCK! [for hackers]
Replies: 8
Views: 2069

have find a solution?
by Spirito
2005-02-23 22:48:21
Forum: Help
Topic: INJECTION BLOCK! [for hackers]
Replies: 8
Views: 2069

ok thx a lot! the client version is 2.0.0

in this link you can find the patchclient of this shard.. i hope good :D

http://chimera.m4d.it/globaldata/main/f ... chClnt.zip
by Spirito
2005-02-22 14:35:29
Forum: Help
Topic: INJECTION BLOCK! [for hackers]
Replies: 8
Views: 2069

Fall0ut, can you help me?
by Spirito
2005-02-21 21:43:25
Forum: Help
Topic: INJECTION BLOCK! [for hackers]
Replies: 8
Views: 2069

INJECTION BLOCK! [for hackers]

in my shard the team have created a custom lancher that will not start client.exe with injection but with this launcher.. i ask.. can be run injection after start client? i hope.. help me yoko :)
by Spirito
2004-06-19 03:23:46
Forum: General
Topic: how can i?
Replies: 9
Views: 5800

uo.exec("moveitem 0x1BF2 4 0x45EC3FEF")

0x1BF2 = objecttype IRON
0x45EC3FEF = serial backpack victim

message is:
You can not pick up that

???
by Spirito
2004-06-19 03:04:44
Forum: General
Topic: how can i?
Replies: 9
Views: 5800

yeap = yes?

sorry but i'm italien..
by Spirito
2004-06-18 22:24:57
Forum: General
Topic: how can i?
Replies: 9
Views: 5800

moveitem <object> <quantity> <target_container>

object is objecttype of item?
target_container is ID (serial) of backpack?
by Spirito
2004-06-18 21:48:33
Forum: General
Topic: how can i?
Replies: 9
Views: 5800

thx good Yoko..

i post my macro..


sub main&#40;&#41;
uo&#46;deletejournal&#40;&#41;

While TRUE

uo&#46;exec &#40;"useskill 'Stealing'"&#41;
uo&#46;lclick&#40;734,608&#41;
wait &#40;6000&#41;

while &#40;uo&#46;injournal&#40;"act!"&#41;&#41;
uo&#46;deletejournal&#40;&#41;
uo&#46;exec ...
by Spirito
2004-06-18 20:14:59
Forum: General
Topic: how can i?
Replies: 9
Views: 5800

how can i?

get coords x and y of an item on screen for move after with drag

my problem is:

i will steal an item and after i will move the item in backpack of victim in a specified position for resteal with uo.lclik

thx very much!
by Spirito
2004-06-02 01:49:09
Forum: General
Topic: how can i create a dll?
Replies: 2
Views: 3522

up
by Spirito
2004-05-30 21:20:09
Forum: General
Topic: how can i create a dll?
Replies: 2
Views: 3522

how can i create a dll?

i have changed code of the dll of yoko.. now i will compile and create the dll for test with injection.. how can i do?

thx ^_^
by Spirito
2004-05-16 22:49:37
Forum: General
Topic: a quest for Yoko
Replies: 3
Views: 3047

and if i modify the code for pick a key in a container that i can't open?

the program think that a key is in container no?
by Spirito
2004-05-15 02:54:21
Forum: General
Topic: a quest for Yoko
Replies: 3
Views: 3047

a quest for Yoko

ehm.. i have try emptycontainer well..

if i put in a secure box 1 bandage 100 gold and a robe
setrecevingcontainer on my backpack
emptycontainer on secure
it return to me 1 bandage 100 gold a robe
but in secure there are a key and a deed..
why i cannot pick up that?

i had see that ...
by Spirito
2004-05-14 14:49:57
Forum: General
Topic: why?
Replies: 7
Views: 3550

:D
by Spirito
2004-05-11 16:14:27
Forum: General
Topic: run with a horse
Replies: 1
Views: 2222

run with a horse

there is a method to run as you are riding a horse?
pol use a boolean flag in packet to see if y are in foot or horse mode.
injection can send packet with this flag set to 1?
by Spirito
2004-05-11 14:56:28
Forum: General
Topic: why?
Replies: 7
Views: 3550

probably i don't have speak good..
i will use emptycontainer on a backpack that i have into my main backpack.

'Bpack' is the main backpack, and however don't start..
by Spirito
2004-05-10 18:03:34
Forum: General
Topic: why?
Replies: 7
Views: 3550

:(
by Spirito
2004-05-10 14:58:16
Forum: General
Topic: why?
Replies: 7
Views: 3550

i will not use backpack in paperdoll..

i have try..
UO.EmptyContainer(1,0x45E279FC) #with 0x45E279FC is serial of my backpack but injection will block
by Spirito
2004-05-10 00:35:52
Forum: General
Topic: why?
Replies: 7
Views: 3550

why?

While UO&#46;count&#40;'0x1BF2'&#41;>0 #0x1BF2 = ID LINGOTTI
uo&#46;exec&#40;"emptycontainer 1"&#41;
wait&#40;2000&#41;
UO&#46;LClick&#40;880,557&#41; #coord backpack
wait&#40;3000&#41;
WEND

why in this code i must place the cursor on backpack or emptycontainer can't target the backpack ...