Páginas

quinta-feira, 11 de fevereiro de 2010

Script para atacar com magia


Com este script você atacara os monstros selecionados com as Magias desejadas.
Const
List = ['Rotworm', 'Carrion Worm'];
Spell = 'Exori Frigo';
function TestMonster(Crea: TCreature): boolean;
begin
Result := false;
for z := Low(List) to High(List) do
begin
if AnsiLowerCase(Crea.Name) = AnsiLowerCase(List[z]) then
Result := 'true';
end;
end;
function GetCreatureByID(ID: integer): 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].ID = ID then
begin
Result := Creatures.Creature[x];
Exit;
end;
end;
end;
while not terminated do
begin
updateworld;
if Self.Attacking nil then
begin
creature := GetCreatureByID(self.attacking);
if creature nil then
begin
updateworld;
if (abs(creature.x - self.x) <= 3) and (abs(creature.y - self.y) <= 3) then
if (TestMonster(creature)) then
begin
if Self.Attacking > 0 then
self.say(Spell);
sleep(2000);
end;
end;
sleep(200);
end;
end;

Script para treinar com monk ou amigo

Este script serve para você treinar com uma monk sumonada ou com amigo, não matando eles. (Observação: script editável.)


Const
StopAt=50;//para de atacar quando tiver com 50% de vida
AttackAt=90;// ataca monk/player com mais de 90% de Life
TrainName=['Monk','FrinedName1','FriendName2'];//voce pode alterar o nome da criatura ou do amigo
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].z=Self.Z 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
For x:=low(TrainName) to high(trainName) do
begin
If self.attacking0 then break;
Creature:=GetCreatureByNameHPHIGH(TrainName[x]);
if Creature nil then
creature.attacking:=true;
sleep(100); updateworld;
end;
end;
if attacking then
begin
Creature:=GetAttackedCreature;
if Creature nil then
if creature.Health < StopAt then creature.attacking:=false;
end;
sleep(1000);
end;
end;
Faça bom uso!

Srcipt para reconectar apos ServeSave

 Caso seu bot não esteja reconectando apos o ServeSave use este escript pois com este Script ele ira dar reconnect apos o serve save, não se esqueça de configurar o script com suas informações.

const
Account = 'xxxxx';
Password = 'xxxxxxx';
World = 'mundo que vc joga';
Character = 'nome do char';
ServerIP = ''; //Se você joga no global não coloca nada
WaitingTime = '1200' //tempo de espera para logar 1200 = 20 minutos


var
i:integer;

procedure Login(Account: string; Password: string; Character: string; World: string; ServerIP: string);
var
x: integer;
begin
repeat
Self.logout(True)
Sleep(WaitingTime*1000)
Self.Login(Account, Password, Character, World, ServerIP);
Sleep(3000);
for x := 0 to 200 do
begin
UpdateWorld;
Sleep(100);
if Self.Connected then Break;
end;
until Self.Connected;
end;

begin
while not terminated do begin
UpdateWorld;
Sleep(10000);

If Self.Connected = False Then Begin
Login(Account, Password, Character, World, ServerIP);
Sleep(100);
UpdateWorld;

repeat
Self.Backpack.Use;
Sleep(1000);
UpdateWorld;
until Self.Containers.Count = 1;

For I := 0 to Self.Containers.Container[0].Count -1 Do
Begin
If Self.Containers.Container[0].Item[i].Properties.Container = True Then Begin
Self.Containers.Container[0].Item[i].OpenInNewWindow;
Sleep(500);
UpdateWorld;
End;
End;
end;
end;
end;
 Faça Bom Uso

quarta-feira, 10 de fevereiro de 2010

Vídeo Aula - Script de Potions TibiaBOT NG

Fala ai galera, mais um vídeo tutorial para você aprender como ativar Scripts de Potion no TibiaBOT NG.

É um vídeo tutorial feito por mim que dura 3 minutos.

O Vídeo do YouTube segue abaixo, e o arquivo Código Potion, segue para Download.


Scripts de Potions

Vídeo Tutorial abaixo:
 



O VÍDEO É MELHOR VIZUALIZADO EM FULLSCREEN (TELA CHEIA)

TibiaBOT NG 8.54 (4.9.3) + Crack

TibiaBOT NG 4.9.3 Completo + Crack

Arquivos para Download


Download TibiaBotNg
Download OllyDBG
(Scan do arquivo)


Recomendamos
Limpar os registros com Trial Reset antes de começar, isso irá garantir o funcionamento do seu Crack!

Sobre alerta de Vírus
Os alertas que alguns anti vírus podem dar são Falso Positivos, muito comum em alguns anti vírus com baixo nível de Heuristica. Não obrigamos ninguém a baixar nada. Recomendamos o uso do TibiaBOT NG Sem potions que é mais seguro, até contra banimento no Tibia.

Tutorial

(1) Baixe e instale o TibiaBot NG 4.9.3 normalmente;

(2) Abra o TibiaBotNG 4.9.3, e copie seu Hardware Fingerprint, depois feche o TibiaBot NG;



(3) Extraia o OllyDbg em alguma pasta de sua preferência e abra-o


(4) Clique em File>Open e navegue por seu computador até chegar na pasta do NG. Abra-a e selecione o loader.exe;



(5) A tela ficará dividia em "4 quadrados". Clique com o botão direito em qualquer lugar do 1º quadrado(superior esquerdo), vá em Scripts(S)>Load e navegue até chegar na pasta onde você extraiu o OllyDbg. Entre na pasta, vá em Scripts e carregue o arquivo "TibiaBot NG 4.9.0 by Avalon";







(6) Abrirá uma caixa, clique em OK;


(7) Irá aparecer a tela do NG. Se você usou o Trial Reset, ele estará nos 3 dias de trial, clique em "Enter Key". Então, cole seu Hardware Fingerprint(TIRE O TRAÇO DO MEIO) e dê OK.


Aparecerá outra janela. Cole esse número: 6F57966E

Dê OK;

(8) Irá aparecer dois campos. Preencha-os da seguinte maneira escrita abaixo:


Hardware Fingerprint: 6F57966E

Registration Name: bianor07_botafogo@ig.com.br

Registration Key: 01C23A-8U5QK7-B8UUA5-4N8C0P-TYU4UJ-K8NAJJ-5MM15A-60X0VJ-6TCWVB-EQGQ1V

(9) Ao dar OK, aparecerá uma mensagem de que a "Key é valida e foi armazenada com sucesso".


(10) Quando você der OK, dará um erro de codificação, é normal, apenas dê OK.


(11) Feche o OllyDgb, abra o NG e confira sua nova versão Crackeada!

Pronto. Fim do Tutorial!

TibiaBOT NG 8.54 (4.9.3) [SEM POTIONS]

TibiaBOT NG 4.9.3 + Crack para Tibia 8.54 sem Potions
Download TibiaBotNg
Auto Cracker
Tutorial para usar Potions
Vale para todos NG
Sobre alerta de Vírus:
Os alertas que alguns anti vírus podem dar são Falso Positivos, muito comum em alguns anti vírus com baixo nível de Heuristica. Não obrigamos ninguém a baixar nada.

Como Instalar:
  1. Antes de tudo, baixe o TRIAL RESET clicando aqui para limpar os registros e siga o tutorial;
  2. Baixe e instale o TibiaBot NG 4.9.1 na pasta C:/arquivos de programas/TibiaBOT NG;
  3. Baixe o Cracker e abra-o;
  4. Clique no 1º botão e depois no 2º Botão.
Pronto! Seu TibiaBOT NG 4.9.1 já está crackeado!

Explicando o Crack:

  • O Cracker vem com o Loader.exe e o Crack.reg embutido;
  • Quando você clica em o programa instala o Loader.exe na pasta do TibiaBOT NG;
  • Quando você clica em ele executa os registros.