Hello folks, any chances to login on official ultima online server using injection 2015?
Client last is 7.0.47.0
Привет , ребята, какие-то шансы войти на официальном сервере UO с использованием инъекции 2015 ?
Клиент последнее 7.0.47.0
Search found 78 matches
- 2016-01-02 00:53:37
- Forum: General
- Topic: Injection 2015
- Replies: 292
- Views: 199889
- 2011-09-02 00:35:27
- Forum: General
- Topic: problems "recall"
- Replies: 23
- Views: 15185
Re: problems "recall"
up
some nice guy plz do this project
a new injection with reads new gump packets
some nice guy plz do this project
a new injection with reads new gump packets
- 2011-09-02 00:09:30
- Forum: General
- Topic: Injection 2012
- Replies: 225
- Views: 114869
Re: Injection 2012
i have no ideia if you are posting ideias of an new Injection
I pray everyday to someone take this project on again...
Well, i have a sugestion, now SPHERE is almost perfect to new clients ("new" = 3.0.
A few time ago Clients > 3.0.8 were crap on Sphere, so we must to activate VERSION 3.0.0c ou 3 ...
I pray everyday to someone take this project on again...
Well, i have a sugestion, now SPHERE is almost perfect to new clients ("new" = 3.0.
A few time ago Clients > 3.0.8 were crap on Sphere, so we must to activate VERSION 3.0.0c ou 3 ...
- 2011-07-20 15:55:57
- Forum: General
- Topic: problems "recall"
- Replies: 23
- Views: 15185
Re:
[table2start]
Меня известили что в последних клиентах изменён формат гампов. Их теперь сжимают gzip-ом. Когда будет фикс неизвестно.
[table2middle]
I have been informed that latest clients are using other gump packet format. It is not known at this moment when new packet support will be ready ...
Меня известили что в последних клиентах изменён формат гампов. Их теперь сжимают gzip-ом. Когда будет фикс неизвестно.
[table2middle]
I have been informed that latest clients are using other gump packet format. It is not known at this moment when new packet support will be ready ...
- 2011-07-20 15:46:49
- Forum: General
- Topic: New gump system problems
- Replies: 7
- Views: 9081
Re: New gump system problems
we dont have this support yet? 2 years later....
- 2010-06-06 18:21:26
- Forum: Modifications. Other user tools.
- Topic: mission impossible make oldclients 2.0.3, 3.0.0 read muls 2
- Replies: 0
- Views: 3731
mission impossible make oldclients 2.0.3, 3.0.0 read muls 2
mission impossible make old clients (2.0.3, 3.0.0) read muls 2 (map2.mul, statics2.mil staidx2.mul)
any one can do it?
any one can do it?
- 2010-04-18 19:34:02
- Forum: Help
- Topic: STRING ARGUMENTS HELP!!
- Replies: 1
- Views: 940
STRING ARGUMENTS HELP!!
Hellooooo!
123,456,789
How can i get the valour of the "FISRT,SECOND" (123456) arguments and "THIRD" (789) argument
tile = 123,456,789
i want:
fs = 123456
t = 789
Thanks to all!
123,456,789
How can i get the valour of the "FISRT,SECOND" (123456) arguments and "THIRD" (789) argument
tile = 123,456,789
i want:
fs = 123456
t = 789
Thanks to all!
- 2010-03-18 21:25:30
- Forum: General
- Topic: Injection 2012
- Replies: 225
- Views: 114869
Re: Injection 2012
Символ Синтакс Описание преобразования Получение того же обьекта в указателе finditem Пример
_ подчерк _type Ищет по типу на чаре, в бекпаке, подсумках findtype type -1 my ,click _POF
^ крышка ^type Ищет в бекпаке без подсумок findtype type -1 backpack ,click ^POF
~ тильда ~type Ищет на земле в ...
_ подчерк _type Ищет по типу на чаре, в бекпаке, подсумках findtype type -1 my ,click _POF
^ крышка ^type Ищет в бекпаке без подсумок findtype type -1 backpack ,click ^POF
~ тильда ~type Ищет на земле в ...
- 2010-03-05 17:55:40
- Forum: Modifications. Other user tools.
- Topic: Можно ли менять разрешение окна уо?
- Replies: 177
- Views: 122754
- 2010-02-21 19:27:14
- Forum: Help
- Topic: uo.getname vs targetnext,laststatus
- Replies: 0
- Views: 1158
uo.getname vs targetnext,laststatus
Why when we use NextTarget of Ultima Online or change the "laststatus" we got a FUNCTIONAL name display at sysmessage that works fine
http://img521.imageshack.us/img521/9761/asdiu.jpg
but... we cannot use ie.: uo.getname('char object') without World Track Items(which crashs the ...
http://img521.imageshack.us/img521/9761/asdiu.jpg
but... we cannot use ie.: uo.getname('char object') without World Track Items(which crashs the ...
- 2010-02-19 10:47:35
- Forum: High Quality
- Topic: Mining
- Replies: 1
- Views: 9409
Re: Mining
fix: this line was changed ( sub walk() )
if (UO.GetX() < limitW) or (UO.GetX() > limitfix(limitE)) or (UO.GetY() < limitN) or (UO.GetY() > limitfix(limitS)) then
if (UO.GetX() < limitW) or (UO.GetX() > limitfix(limitE)) or (UO.GetY() < limitN) or (UO.GetY() > limitfix(limitS)) then
- 2010-02-19 10:01:49
- Forum: Help
- Topic: Last item from bag
- Replies: 2
- Views: 1006
Re: Last item from bag
drop the last item that came to my bakcpack
- 2010-02-19 07:59:12
- Forum: Help
- Topic: Last item from bag
- Replies: 2
- Views: 1006
Last item from bag
We have some var that stores the last item the went to bag?
like 'lastitem'
im using it to do that
uo.findtype('-1','-1','backpack')
l=uo.findcount('finditem')-1
while l>0
uo.ignore('finditem')
uo.findtype('-1','-1','backpack')
l=l-1
wend
uo.findtype('-1','-1','backpack')
is there any ...
like 'lastitem'
im using it to do that
uo.findtype('-1','-1','backpack')
l=uo.findcount('finditem')-1
while l>0
uo.ignore('finditem')
uo.findtype('-1','-1','backpack')
l=l-1
wend
uo.findtype('-1','-1','backpack')
is there any ...
- 2010-02-18 04:36:19
- Forum: High Quality
- Topic: Mining
- Replies: 1
- Views: 9409
Mining
#ABAIXO: Limite das coordenadas (.where), Se passar do limite o char volta
var limitW = 0 #LIMIT X de WEST (lefta)
var limitE = 0 #LIMIT X de EAST (right)
var limitN = 0 #LIMIT Y de NORTH (top)
var limitS = 1600 #LIMIT Y de SOUTH (bottom)
var passos = 4 #NUMBER OF TILES TO WALK AFTER MINE ...
var limitW = 0 #LIMIT X de WEST (lefta)
var limitE = 0 #LIMIT X de EAST (right)
var limitN = 0 #LIMIT Y de NORTH (top)
var limitS = 1600 #LIMIT Y de SOUTH (bottom)
var passos = 4 #NUMBER OF TILES TO WALK AFTER MINE ...
- 2010-02-14 14:15:02
- Forum: High Quality
- Topic: Lumber
- Replies: 0
- Views: 7840
Lumber
#------------------START OF CONFIG FUNCTIONS (ADD TREES TO FILE) -----------------
sub config()
var f=file('trees.dat')
var w,n=0,i
dim aX[300]
dim aY[300]
dim aID[300]
uo.exec('filterspeech add party')
uo.exec('filterspeech on')
uo.say('')
uo. ...
sub config()
var f=file('trees.dat')
var w,n=0,i
dim aX[300]
dim aY[300]
dim aID[300]
uo.exec('filterspeech add party')
uo.exec('filterspeech on')
uo.say('')
uo. ...
- 2010-02-12 05:13:59
- Forum: Help
- Topic: how to check if a char is on the screen?
- Replies: 2
- Views: 1088
how to check if a char is on the screen?
Hello !!
how to check if a object is on the screen?
look
IF #VENDOR IS NOT ON SCREEN:
uo.addobject('vendor')
repeat
wait(1)
until not uo.targeting()
ENDIF
any uo.findcount() for chars???
bye bye
EDIT:
i made this
but is this the best way?
uo.deletejournal()
uo.useobject('vendor')
uo.click ...
how to check if a object is on the screen?
look
IF #VENDOR IS NOT ON SCREEN:
uo.addobject('vendor')
repeat
wait(1)
until not uo.targeting()
ENDIF
any uo.findcount() for chars???
bye bye
EDIT:
i made this
but is this the best way?
uo.deletejournal()
uo.useobject('vendor')
uo.click ...
- 2010-02-09 08:37:44
- Forum: Modifications. Other user tools.
- Topic: Clients (Multi, Keys, ...)
- Replies: 56
- Views: 37937
Re: Clients (Multi, Keys, ...)
Decrypting new clients:
the old UOCH (made by necromancer) was updated buy an guy from polserver.com
http://www.uoaws.co.cc/chavinho/files/a ... Source.rar
http://www.uoaws.co.cc/chavinho/files/a ... Binary.rar
But what i really needs is Multi Clients
AND.. LOWCPU(and not cpufix2) for newer clienbts
the old UOCH (made by necromancer) was updated buy an guy from polserver.com
http://www.uoaws.co.cc/chavinho/files/a ... Source.rar
http://www.uoaws.co.cc/chavinho/files/a ... Binary.rar
But what i really needs is Multi Clients
AND.. LOWCPU(and not cpufix2) for newer clienbts
- 2010-01-23 22:30:16
- Forum: Help
- Topic: Blockable Terrain or not
- Replies: 0
- Views: 981
Blockable Terrain or not
How to see if the terrain near my char is blockable or not?
for example
check if x: -1 y: -1 is an mine floor
it can be a mountain terrain, or a grass floor
to make it simple just using Terrain, and not statics or dynamic items...
for example
check if x: -1 y: -1 is an mine floor
it can be a mountain terrain, or a grass floor
to make it simple just using Terrain, and not statics or dynamic items...
- 2010-01-17 06:26:08
- Forum: Help
- Topic: string as number problem
- Replies: 4
- Views: 1275
- 2010-01-17 04:49:44
- Forum: Help
- Topic: string as number problem
- Replies: 4
- Views: 1275