jueves, 23 de diciembre de 2010

Alerta Cuando Tengas Pocas Healths, Manas o UH - Script TibiaBot NG

Script - Alerta Cuando Tengas Pocas Healts, Manas o UH.
Se pueden usar todo tipo de Healths, Manas y UH, solo deben tener su ID.
Const
UH_ID = 3160 // Coloque el ID de la Potion o de la UH
MF_ID = 2874 // Coloque el ID de la Mana Potion o de las demas Manas
UH_Alert = 5 // Alerta cuando te queden 5 UH o Healths
MF_Alert = 10 // Alerta cuando te queden 10 Manas

While not terminated do
begin
UpdateWorld;

A:=0;
B:=0;
for i:= 0 to Self.Containers.Count -1 do
begin
for G:= 0 to Self.Containers.Container.Count -1 do
begin
if Self.Containers.Container.Item[G].ID = UH_ID
then A:= A +1;
if Self.Containers.Container.Item[G].ID = MF_ID then
if Self.Containers.Container.Item[G].amount = 10
then B:= B + 1;
Sleep(100);
end;
Sleep(100);
end;
if (A <= UH_Alert) or ( B <= MF_Alert ) then
PlaySound('C:\Windows\Media\Notify.wav');
sleep(100);
end;
Script - Alerta Cuando Tengas Pocas Healths, Manas o UH.
los siguientes datos son los que se tienen que modificar:

UH_ID = 3160 - es donde debemos poner la ID del Health o UH que vamos a usar.
MF_ID = 2874 - es donde debemos poner la ID del Mana que vamos a usar.
UH_Alert = 5 - debemos de poner a cuantos healths o UH queremos que suene la alerta.
MF_Alert = 10 - debemos de poner a cuantas manas queremos que suene la alerta.

sábado, 18 de diciembre de 2010

TibiaBot NG Key 18/12/10

NUEVA KEY PARA TIBIABOT NG
Esta Key Esta Probada y Funciona Perfectamente.

Key 1
Hardware Fingerprint: 078F80F7
Name: bianor07_botafogo@ig.com.br
Key: 01C23A-7GBDNZ-9JPDX3-BRF0UG-RCTRKA-ZXVR3W-YZBYEP-ZQK2G4-YNGVRA-ZZG8PM


Nota: Esta key funciona para todas las versiones del TibiaBot NG, si tienes nueva key sustituyela por la que se encuentra en el tutorial marcadas en color rojo.

viernes, 10 de diciembre de 2010

Script Para Entrenar Con Slimes - TibiaBot NG

Nota: Antes de ejecutar el Script, tienes que ponerle "Follow" al Slime (Madre).
function Attacking: boolean;
begin
UpdateWorld;
for x := 0 to Creatures.Count - 1 do
begin
UpdateWorld;
if Creatures.Creature[x].Attacking then
begin
Result := True;
Exit;
end;
end;
Result := False;
Exit;
end;

function GetFollowedCreatureID: integer;
begin
UpdateWorld;
for x := 0 to Creatures.Count - 1 do
begin
UpdateWorld;

if Creatures.Creature[x].Following then
begin
Result := Creatures.Creature[x].ID;
Exit;
end;
end;
end;

var
MotherSlime, X1, Y1: integer;
begin
MotherSlime := GetFollowedCreatureID;
while not Terminated do
begin
UpdateWorld;
if not Attacking then
begin
UpdateWorld;
for x := 0 to Creatures.Count - 1 do
begin
UpdateWorld;
if Creatures.Creature[x].ID <> MotherSlime then
begin
if (Creatures.Creature[x].Name <> Self.Name) and Creatures.Creature[x].NPC then
begin
UpdateWorld;
X1 := Creatures.Creature[x].X;
Y1 := Creatures.Creature[x].Y;
if (X1 - Self.X = 1) or (X1 - Self.X = 0) or (X1 - Self.X = -1) then
begin
UpdateWorld;
if (Y1 - Self.Y = 1) or (Y1 - Self.Y = 0) or (Y1 - Self.Y = -1) then
begin
Creatures.Creature[x].Attacking := true;
Break;
end;
end;
end;
end;
end;
end;
Sleep(1000);
end;
end;

Recomiendo el Siguiente Tutorial >> ( Tutorial Ejecutar Script en TibiaBot NG )

MageBot Key 11/12/10

Nueva Key Para el Magebot 8.70
( By Lord Mollete )

Key: 385A-7A5D

PD: las keys una ves puestas cuando cambias de version el magebot la key se queda grabada y si funciona.

Tutorial Crackear MageBot 8.62 (Funciona en todas las Versiones)

Nota: solo debemos sustituir la nueva key por la que se encuentra en el tutorial, marcado en color rojo.

sábado, 4 de diciembre de 2010

MageBot Key 04/12/10

Solo Calando Como Subir las Cosas bueno Familia, Pronto subire Tutoriales y Key's para el Magebot por Si te llegan A fallar y para que sepas como funciona :)

Lord Mollete! <-- New integrante Tibia Laner Por eso publico una key para el magebot, 100% probada y funciona. "2110-1995"

Tutorial Crackear MageBot 8.62 (Funciona en todas las Versiones)

Nota: solo debemos sustituir la nueva key por la que se encuentra en el tutorial, marcado en color rojo.

ElfBot NG Key 04/12/10

NUEVA KEY PARA ELFBOT NG
Esta Key esta fue Probada y esta Funcionando Perfectamente.

Key 1
Hardware Fingerprint: 6DB0BD4A
Name: msn@otbr.com.br
Key: 01BKJD-MYANBJ-W7B4D1-UZRBKZ-WJYGK9-P21HV9-YXK7YZ-NX42TT-A9E8J7-Q7Z3YN

Nota: Esta key funciona para todas las versiones del EfBot NG.

Compartelo

Twitter Delicious Facebook Digg Stumbleupon Favorites More