sábado, 29 de mayo de 2010

TibiaBot NG 4.9.5 Key 29/5/10

Key Actualizada: 29/05/10

Key Expira: 20/06/10

Descripcion: Aqui les dejo una nueva key para el TibiaBot NG 4.9.5, la key esta recien crackeada y sacada, funcona perfecto, esta key la coloque por si las demas keys publicadas ya han expirado o no les funcionan aqui esta, esta nueva.

Hardware Fingerprint: 6E16-0BBE

Registration Name: jaimeraulmendezlopez325@hotmail.com
Registration Key: 01FBFU-2Y74AZ-P48U2C-AH80Y9-B5TZCW-98DYDM-WUA05M-Q0QXNM-7PMMG6-KAVUX1


Nota: Si usted tiene nuevas claves mas actualizadas, solo tiene que sustituirlas por las que estan marcadas en color rojo que se encuentran en el tutorial del TibiaBot NG.

Fuente: AvalonTM

viernes, 28 de mayo de 2010

Script De Alerta Cuando Spears Se Acaben ( TibiaBot NG )

Este script sirve para cuando estes usando spears y estas se acaben da un sonido de alerta, es muy bueno para los arqueros, este script solo funciona enTibiaBot NG, esta 100% probado, funciona perfectamente, deben tener en cuenta que no debera tener ninguna letra borrada o mal copiado, por esa razon verifiquen si lo han copiado correctamente. 


SCRIPT:


const
spear_amount = 5 //numero de royals spears que te queden para dar alerta
pause_time = 10 // numero de segundos de pausa entre las alertas
alert_file = 'c:\windows\media\notify.wav' // must be a wav file

begin
while not terminated do begin
UpdateWorld;
if Self.RightHand.Amount <= spear_amount then
begin
PlaySound (alert_file);
sleep(pause_time*1000);
end;
sleep(100);
end;
end;

Tutorial Como Usar Script En TibiaBot NG

El siguiente tutorial les enseñara a como usar y ejecutar un script en el TibiaBot NG, lo primero que nesesitamos en este tutorial es algun Script, en esta pagina se encuentran muchos.

1) Primero nesesitamos algun script para el tibiabot ng, despues ya que lo tengamos nos situamos en la pestaña Tools >> Scripter del tibiabot y damos click, nos aparecera una ventana como la siguiente:


2) En este cuadro nos iremos a la pestaña File >> Open y seleccionamos cualquier archivo de script con formato .ng y lo cargamos al TibiaBot NG.


4) Tambien si podemos pegar el script directamente en el campo de texto y ya para acabar solo debemos ejecutar el script, para eso buscamos en el menu de arriba la pestaña " Execute Script " y listo el script se empezara a ejecutar.

martes, 25 de mayo de 2010

Script De Anti Paralize ( TibiaBot NG )

Este script sirve para no paralizarte mientras usas tibiabot ng es muy basico, y este comando funciona solo en el TibiaBot NG, esta 100% probado y funciona perfectamente, deben tener en cuenta que no debera tener ninguna letra borrada o mal copiado, por esa razon verifiquen si lo han copiado correctamente. 


SCRIPT:

while not Terminated do
begin
UpdateWorld;
if Self.Mana > minMana then
begin
if Self.Slowed then
Self.Say('utani hur');
end;
Sleep(300);
end;

lunes, 24 de mayo de 2010

TibiaBot NG 4.9.5 Key 24/5/10



Key Actualizada: 24/05/10
Key Expira: 24/06/10

Descripcion: Aqui les dejo una nueva key para el TibiaBot NG 4.9.5, la key esta recien crackeada y sacada, funcona perfecto, esta key la coloque por si las demas keys publicadas ya han expirado o no les funcionan aqui esta, esta nueva.
Hardware fingerprint: 2DD87EA1
Registration Name: br.inf@ig.com.br
Registration Key: 01998K-5BTM5M-U7XFGZ-QHPFGD-P9RJ7C-H4WVBC-FE2EU0-2B915H-X3WQB6-KWFTER


Nota: Si usted tiene nuevas claves mas actualizadas, solo tiene que sustituirlas por las que estan marcadas en color rojo que se encuentran en el tutorial del TibiaBot NG.

Script Para Usar Mana Potion ( TibiaBot NG )

Este Script sirve para poder usar mana potion, y este comando funciona solo en el TibiaBot NG, esta 100% probado y funciona perfectamente, deben tener en cuenta que no debera tener ninguna letra borrada o mal copiado, por esa razon verifiquen si lo han copiado bien. 


SCRIPT:


const
minMana =10;

while not Terminated do
begin
UpdateWorld;
if (Self.Mana < minMana) then
begin
Self.Containers.UseItemWithSelf(268);// SE VC QUER USAR OUTRA mana troque o id aki mana pequena
Sleep(1000);
end;
Sleep(100);
end;

domingo, 23 de mayo de 2010

Script Para Entrenar Con Ghoul ( TibiaBot NG )

Este Script es para poder entrenar con ghoul mientras usar el TibiaBot NG, esta probado y funciona correctamente, deben fijarse en que este bien copiado porque con alguna letra faltante el script no funcionara.


SCRIPT:

Const

SwitchAt=50;
AttackAt=90;
var
creature:tcreature;
function GetCreatureByNameHPHIGH(Name: string): TCreature;
var
x: integer;
begin
Result := nil;
for x := 0 to Creatures.Count - 1 do
begin
if x >= Creatures.Count then Break;
if Creatures.Creature[x].Name = Name then
if Creatures.Creature[x].Health>AttackAt then
begin
Result := Creatures.Creature[x];
Exit;
end;
end;
end;
function Attacking: boolean;
var
x: integer;
begin
Result := False;
for x := 0 to Creatures.Count - 1 do
begin
if x >= Creatures.Count then Break;
if Creatures.Creature[x].Attacking then
begin
Result := True;
Exit;
end;
end;
end;
function GetAttackedCreature:TCreature;
var
x: integer;
begin
Result := nil;
for x := 0 to Creatures.Count - 1 do
begin
if x >= Creatures.Count then Break;
if Creatures.Creature[x].Attacking=true then
begin
Result := Creatures.Creature[x];
Exit;
end;
end;
end;
begin
while not Terminated do
begin
UpdateWorld;
if not attacking then
begin
Creature:=GetCreatureByNameHPHIGH('Ghoul'); //Nome do monstro
if Creature <> nil then
creature.attacking:=true;
end;
if attacking then
begin
Creature:=GetAttackedCreature;
if Creature <> nil then
if creature.Health < SwitchAt then creature.attacking:=false;
end;
sleep(1000);
end;
end;

Script Para Entrenar Con Rotworm ( TibiaBot NG )

Este Script sirve para poder entrenar con rotworm, y este comando funciona solo en el TibiaBot NG, esta 100% probado y funciona perfectamente, deben tener en cuenta que no debera tener ninguna letra borrada o mal copiado, por esa razon verifiquen si lo han copiado bien. 


SCRIPT:


Const
NumberOfMonsters = 3 /// Numero de monstros pra trocar arma
StrongWeapon = 3324 /// ID da arma FORTE
WearWeapon = 3304 /// ID da arma FRACA
function GetItemFromOpenBackpack(ID: integer): TItem;

var
y: integer;
begin
Result := nil;
for x := 0 to Self.Containers.Count - 1 do
begin
if x >= Self.Containers.Count then Break;
for y := 0 to Self.Containers.Container[x].Count - 1 do
begin
if y >= Self.Containers.Container[x].Count then Break;
if Self.Containers.Container[x].Item[y].ID = ID then
begin
Result := Self.Containers.Container[x].Item[y];
Exit;
end;
end;
end;
end;

function CountMonstersBesideYou:Integer;
begin
Result := 0;
UpdateWorld;
for i := 0 to creatures.Count -1 do
begin
if i >= Creatures.Count then break
for x := -1 to 1 do
begin
if x >= 2 then break
for y := -1 to 1 do
begin
if y > 1 then break;
if Creatures.Creature[i].NPC then
if (Creatures.Creature[i].x = Self.X +x) and (Creatures.Creature[i].y = Self.y + y) and (Creatures.Creature[i].Z = Self.Z) then
Result := Result + 1;
end;
end;
end;
end;

while not terminated do
begin
UpdateWorld;
if CountMonstersBesideYou >= NumberOfMonsters then
begin
if Self.RightHand.ID <> StrongWeapon then
begin
Boots := GetItemFromOpenBackpack(StrongWeapon);
if Boots <> nil then
Boots.MoveToBody(Self.RightHand,0);
else Self.Displaytext('Strong Weapon werent found in open backpack!');
end;
end;
if CountMonstersBesideYou < NumberOfMonsters then begin if Self.RightHand.ID <> WearWeapon then
begin
Boots := GetItemFromOpenBackpack(WearWeapon);
if Boots <> nil then
Boots.MoveToBody(Self.RightHand,0);
else Self.Displaytext('Wear Weapon werent found in open backpack!');
end;
end;
End;

Script Para Entrenar Con Slimes ( TibiaBot NG )

Este Script sirve para poder entrenar con slimes, antes de ejecutar el script debes estar preparado completamente en el sitio donde entrenaras porque cuando el script se ejecuta empezara a atacar a los slimes, este comando funciona para el TibiaBot NG.


SCRIPT:


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;

Tutorial Para Que Las Keys No Caduquen

aEste tutorial sirve para que aprendan a que las keys de los bots no caduquen a cierto tiempo, el programa que utilizaremos se llama Time Stopper:




Acontinuacion para descargar el Time Stopper Seguir los pasos como lo muestran la siguiente imagen:



1: Despues de descargar el programa lo instalamos.


2: Abrimos el Time Stopper.


3: Despues en el primer campo de texto a lado derecho a una opcion que dice " Browse " damos click en esa opcion y se nos abrira una ventana donde tenemos que seleccionar el tibia.exe que se encuentra en la carpeta donde se instalo en el disco duro. Sigan las imagenes para ver que paso sigue:




4: En " Choose the new date " seleccionamos la fecha en que la key estaba valida y en el otro calendario escogemos la fecha actual.



5: No colocamos el mismo nombre del acceso directo que regularmente es, escribimos otro nombre para identificar el crack.


6: Ahora abrimos el acceso directo del tibiabot o elfbot y colocamos esta fecha:(Key 17/05)


7: Tenemos Que Escribir los siguientes datos:


FigerPrint: AA4B04BF

Name: msn@otbr.com.br
Key: 01BKJD-MHQX1B-W7YCYY-CVX4VD-RNCFJR-P2TNEQ-2GZZC2-YH1BQT-3YQGUW WECCPQ-


8: Acontinuacion damos click en " Aceptar " y listo tenemos la key crackeada, recordemos que para que el crack funciona debemos abrir el acceso directo de tibia crackeado, por esa razon debimos escribirle un nombre diferente para diferenciarlo, despues de hacer todo los pasos para crackearlo no debemos desinstalarlo ni el tibia ni el bot.


Nota: El Crack funciona para cualquier tipo de Bot de Tibia 8.57

Compartelo

Twitter Delicious Facebook Digg Stumbleupon Favorites More