jueves, 28 de octubre de 2010

TibiaBot NG Key 28/10/10

NUEVA KEY TIBIABOT NG
Key Actualizada: 28/10/10

Hardware Fingerprint: 157495E5
Name: gamesorku@gmail.com
Key: 01A5T8-EVD3K6-7MC1TY-MCMEMZ-TNUUUA-B6MH7W-5CMWYU-AP2J3M-C947DC-9BHDAH


Créditos: OTBR.com.br

sábado, 23 de octubre de 2010

Script Ultimate Health Potion - TibiaBot NG

const
Potion_ID = 7643// ID de la Potion que quiera usar.
Health_Heal = 200 // Con cuanto de HP quiere usar la Potion.

while not terminated do
begin
updateworld;
if self.health <= Health_Heal then begin Self.Containers.UseItemWithSelf(Potion_ID) Sleep(700) end; Sleep(100); end;

miércoles, 20 de octubre de 2010

ElfBot NG Key 20/10/10

Nueva Key ElfBot NG
Ultima Actualizacion: 20/10/10

Hardware Fingerprint: 0FF6AB94
Name: elfbot0002@gmail.com
Key: 01F7EH-MWDR7M-Y3P7CN-UAMY3R-6CA7VW-GCCJMZ-70KHMD-41FCPP-FA5MFB-9NDWUH

Esta Key Funciona En Versiones Anteriores del ElfBot NG

Script Great Health Potion - TibiaBot NG

const
Potion_ID = 239// ID de la Potion que quiera usar.
Health_Heal = 200 // Con cuanto de HP quiere usar la Potion.

while not terminated do
begin
updateworld;
if self.health <= Health_Heal then begin Self.Containers.UseItemWithSelf(Potion_ID) Sleep(700) end; Sleep(100); end;

martes, 5 de octubre de 2010

Script Strong Health Potion - TibiaBot NG

const
Potion_ID = 236// ID de la Potion que quiera usar.
Health_Heal = 200 // Con cuanto de HP quiere usar la Potion.

while not terminated do
begin
updateworld;
if self.health <= Health_Heal then begin Self.Containers.UseItemWithSelf(Potion_ID) Sleep(700) end; Sleep(100); end;

viernes, 1 de octubre de 2010

Script Health Potion - TibiaBot NG

const
Potion_ID = 266// ID de la Potion que quiera usar.
Health_Heal = 200 // Con cuanto de HP quiere usar la Potion.

while not terminated do
begin
updateworld;
if self.health <= Health_Heal then begin Self.Containers.UseItemWithSelf(Potion_ID) Sleep(700) end; Sleep(100); end;

Compartelo

Twitter Delicious Facebook Digg Stumbleupon Favorites More