Injection scripts by t1m3

Anything and all.

Moderators: Murderator+, Murderator

Post Reply
t1m3
Posts: 75
Joined: 2006-03-15 14:29:33
Location: Латвия
Contact:

Injection scripts by t1m3

Post by t1m3 »

Paralyze Field на LastTarget:

sub pf()
Uo.waittargettile("400",str(Uo.getx("lasttarget")),str(Uo.gety("lasttarget")),str(Uo.getz("lasttarget")))
Uo.cast("Paralyze Field")
endsub

Loot под PvP-Alfa:

sub Lootin()
var t,l
t=500
dim LootingItem[8]
uo.Print('Начинаем Лутать...')
### Armore Looting Items ###
LootingItem[0] = 0x1412 ## - Platemail Helm
LootingItem[1] = 0x1411 ## - Platemail Legs
LootingItem[2] = 0x1410 ## - Platemail Arms
LootingItem[3] = 0x1414 ## - Platemail Gloves
LootingItem[4] = 0x1B76 ## - Platemail Heater
LootingItem[5] = 0x1413 ## - Platemail Gorget
LootingItem[6] = 0x1415 ## - Platemail
LootingItem[7] = 0x1b74 ## - Shield
uo.canceltarget()
uo.Print('Выбери контейнер')
uo.addobject('lootcontainer')
while uo.targeting()
wait(100)
wend

for l=0 to 7
uo.FindType(LootingItem[l],"-1",'lootcontainer')
if uo.FindCount()>0 and uo.GetDistance('lootcontainer')<=2 then
uo.Grab(1,"finditem")
uo.Print('Найден предмет: '+str(uo.findcount()))
wait(t)
end if
next
uo.Print('Лут Закончен.')
end sub

Text под Pts

sub Pts()
var point
repeat
if UO.InJournal("You have gained") Then
uo.fontcolor (0x0254)
UO.msg("+ PvP Point[s] for t1m3")
wait (250)
UO.DeleteJournal()
endif
Wait(1000)
until false
end sub

Уйты с арены:

sub Stone()
UO.Exec('warmode 0')
var Stone='0x1183'
uo.usefromground(Stone)
uo.cast("Magic Reflection","self")
wait(4900)
UO.Exec('warmode 0')
end sub
It's t1m3 to pvp....


Play hard Go pro
Destruction
Junior Expert
Posts: 3221
Joined: 2004-06-24 22:08:56

Post by Destruction »

Read rules by forum administration!
flake
Expert!
Posts: 746
Joined: 2004-08-11 23:56:17
Location: The Citadel
Contact:

Post by flake »

Русский он :)
Grin
Expert!
Posts: 2580
Joined: 2005-05-04 14:05:19
Location: Москва

Post by Grin »

Что за мода пошла???
Наследство от...
Скрипты от...
Хлам от...
То что вы искали...
То что вам нужно...
Бред для вас...
Demos
Posts: 28
Joined: 2004-11-29 12:11:02
Contact:

Post by Demos »

ничего нового для себя не увидел, все скрипты примитивны
satanEP
Posts: 4
Joined: 2006-04-14 20:53:34

Post by satanEP »

Примитив. Я тебе и то больше скриптов выложу...
Haxor
Posts: 97
Joined: 2004-06-04 21:04:14

Post by Haxor »

Loot под PvP-Alfa:
бугогого... раз в пол года можно лутать ценное ыыыы
Destruction
Junior Expert
Posts: 3221
Joined: 2004-06-24 22:08:56

Post by Destruction »

flake wrote:Русский он :)

Я по аналогии с названием топика.

Если автор в течении трёх дней не исправит свой пост - мувну в треш.

viewtopic.php?t=5227
Post Reply