Ir para conteúdo

Google

Membro
  • Registro em

  • Última visita

Histórico de Curtidas

  1. Gostei
    Global 11/12x [v32]
     

     
     
    - New Falcons
    - New Asuras
    - Warzone 4,5,6
    - Exercise Training
    - Raids 100%
    - Monstros 100%
    - Trainer Offline 100%
    - Trainer Online 100%
    - Taming system funcionando 100%;
    - Database completa
    - War System 100%
    - Global MAP Full
    - Store 100%
    - Imbuement
    - Prey System
    - Entre outros sistemas.
     
    Projeto no: GITHUB

    Scan Vírus Total
     
    IMAGES
     
    Créditos:
     
     











  2. Gostei
    Google recebeu reputação de Gusttavomarinho em Amigos... Velhos Amigos...   
    Irei voltar a frequentar também, deviam lançar um app do TK para iOS, seria bem legal para mim e para outros, ah, android tb...

    To quase com 18 anos, entrei aqui com uns 14/15 anos...
  3. Gostei
    Google deu reputação a lucasholanda em GLOBAL {TIBIAFACE} v.23 10.82   
    GLOBAL TIBIAFACE  
    V.23 Protocolo 10.82 (no Cast) 
    fixe debug client+fixe Paralyze rune 
    +Fixe droploot +fixe alls npc
    +fixe change gold+fixe spaw+Fixe offlinetraining   Fixes leer:
    Imagens 
    npc de addon: não atualizado
    tame sistem!:  não atualizado

     mount.xml  foram atualizadas até  10.82
     addon.xml  foram atualizados até  10.82

    mapa global: sofre de alguns erros na agua terão que solucionar com a simples paleta de agua que no e muita coisa.

    O npc Captain Bluebear do barco de thais os leva a: roshamuul gray beach oramond

    Créditos FINAIS:
       Download: Global Tibia FACE 
    DOWNLOAD    Scan
    LINK
     Obs: não estou conseguindo postar o SCAN se alguem puder colocar eu agredeço forte abraço
  4. Gostei
    Google deu reputação a Tricoder em Página de ChangeLog   
    Informações
    Add change log (Precisa de Admin acess) Delete change log (Precisa de Admin acess) View change log (ID, Type, Where, Date, Description) Tutorial
    Em htdocs, crie uma pasta chamada changelog Baixe o arquivo: changelog.rar - Scan: VirusTotal Coloque as imagens baixadas na pasta que você criou. Adicione isso na sua database: CREATE TABLE IF NOT EXISTS `z_changelog` (   `id` int(11) NOT NULL auto_increment,   `type` varchar(255) NOT NULL default '',   `where` varchar(255) NOT NULL default '',   `date` int(11) NOT NULL default '0',   `description` varchar(255) NOT NULL,   PRIMARY KEY  (`id`) ) ENGINE=InnoDB  DEFAULT CHARSET=latin1 AUTO_INCREMENT=0 ; Agora vamos criar o arquivo changelog.php: <?PHP $page = $_REQUEST['page']; $action = $_REQUEST['action']; $id = $_REQUEST['id']; $limit = 30; $offset = $page * $limit; $change_data = $SQL->query('SELECT * FROM z_changelog ORDER BY id DESC LIMIT '.$limit.' OFFSET '.$offset.''); $change_data1 = $SQL->query('SELECT * FROM z_changelog'); $change = 0; $change1 = 0; if($group_id_of_acc_logged >= $config['site']['access_admin_panel']) {         $description = trim($_POST['description']);         $where = trim($_POST['where']);         $type = trim($_POST['type']);         if (!empty($action) AND !empty($id)) {     $select = $SQL->query('SELECT * FROM z_changelog WHERE date = '.$id.'')->fetch(); $main_content .= '<div class="TableContainer" >  <table class="Table1" cellpadding="0" cellspacing="0" >    <div class="CaptionContainer" >      <div class="CaptionInnerContainer" >        <span class="CaptionEdgeLeftTop" style="background-image:url('.$layout_name.'/images/content/box-frame-edge.gif);" /></span>        <span class="CaptionEdgeRightTop" style="background-image:url('.$layout_name.'/images/content/box-frame-edge.gif);" /></span>        <span class="CaptionBorderTop" style="background-image:url('.$layout_name.'/images/content/table-headline-border.gif);" ></span>        <span class="CaptionVerticalLeft" style="background-image:url('.$layout_name.'/images/content/box-frame-vertical.gif);" /></span>        <div class="Text" >Change log removed</div>        <span class="CaptionVerticalRight" style="background-image:url('.$layout_name.'/images/content/box-frame-vertical.gif);" /></span>        <span class="CaptionBorderBottom" style="background-image:url('.$layout_name.'/images/content/table-headline-border.gif);" ></span>        <span class="CaptionEdgeLeftBottom" style="background-image:url('.$layout_name.'/images/content/box-frame-edge.gif);" /></span>        <span class="CaptionEdgeRightBottom" style="background-image:url('.$layout_name.'/images/content/box-frame-edge.gif);" /></span>      </div>    </div>    <tr>      <td>        <div class="InnerTableContainer" >          <table style="width:100%;" ><table border=0 cellspacing=1 cellpadding=4 width=100%><tr bgcolor="#505050"><td width="1%"><font class=white>ID</font></td><td width="21"><font class=white>Type</font></td><td width="21"><font class=white>Where</font></td><td width="50"><font class=white>Date</font></td><td><font class=white>Description</font></td></tr>                                  <tr bgcolor="#F1E0C6"><td align="center">'.$select['id'].'.</td><td align="center"><img src="changelog/'.$select['type'].'.png" title="added"/></td><td align="center"><img src="changelog/'.$select['where'].'.png" title="ots"/><td>'.date("j.m.Y",$select['date']).'</td><td>'.$select['description'].'</td></tr>                 ';                 $main_content .= '</td></tr>          </table>        </div>  </table></div></td></tr><br/><center><table border="0" cellspacing="0" cellpadding="0" ><form action="index.php?subtopic=changelog" method="post" ><tr><td style="border:0px;" ><div class="BigButton" style="background-image:url('.$layout_name.'/images/buttons/sbutton.gif)" ><div onMouseOver="MouseOverBigButton(this);" onMouseOut="MouseOutBigButton(this);" ><div class="BigButtonOver" style="background-image:url('.$layout_name.'/images/buttons/sbutton_over.gif);" ></div><input class="ButtonText" type="image" name="Back" alt="Back" src="'.$layout_name.'/images/buttons/_sbutton_back.gif" ></div></div></td></tr></form></table></center>';                 $SQL->query('DELETE FROM z_changelog WHERE date = '.$id.''); }         if(empty($description) AND empty($where) AND empty($type)) {             $main_content .= '<form action="index.php?subtopic=changelog" method="post" ><div class="TableContainer" ><table class="Table1" cellpadding="0" cellspacing="0" >    <div class="CaptionContainer" ><div class="CaptionInnerContainer" ><span class="CaptionEdgeLeftTop" style="background-image:url('.$layout_name.'/images/content/box-frame-edge.gif);" /></span><span class="CaptionEdgeRightTop" style="background-image:url('.$layout_name.'/images/content/box-frame-edge.gif);" /></span><span class="CaptionBorderTop" style="background-image:url('.$layout_name.'/images/content/table-headline-border.gif);" ></span><span class="CaptionVerticalLeft" style="background-image:url('.$layout_name.'/images/content/box-frame-vertical.gif);" /></span><div class="Text" >Add Changelog</div><span class="CaptionVerticalRight" style="background-image:url('.$layout_name.'/images/content/box-frame-vertical.gif);" /></span><span class="CaptionBorderBottom" style="background-image:url('.$layout_name.'/images/content/table-headline-border.gif);" ></span><span class="CaptionEdgeLeftBottom" style="background-image:url('.$layout_name.'/images/content/box-frame-edge.gif);" /></span><span class="CaptionEdgeRightBottom" style="background-image:url('.$layout_name.'/images/content/box-frame-edge.gif);" /></span></div>    </div>    <tr>      <td>        <div class="InnerTableContainer" >          <table style="width:100%;" >             <tr>         <td class="LabelV" ><span >Type:</span></td>         <td style="width:90%;" >         <SELECT NAME=type>             <OPTION>Add</OPTION>             <OPTION>Remove</OPTION>         </SELECT>         </td>         </tr>                     <tr>         <td class="LabelV" ><span >Where:</span></td>         <td style="width:90%;" >         <SELECT NAME=where>             <OPTION>Server</OPTION>             <OPTION>Website</OPTION>         </SELECT>         </td>         </tr>                             <tr>         <td class="LabelV" ><span >Description:</span></td>         <td style="width:90%;" >         <textarea type="text" name="description" size="50" maxlength="150" rows="5" cols="60"></textarea>         </td>         </tr>             </table>        </div>  </table></div></td></tr><br/><table style="width:100%;" ><tr align="center"><td><table border="0" cellspacing="0" cellpadding="0" ><tr><td style="border:0px;" ><div class="BigButton" style="background-image:url('.$layout_name.'/images/buttons/sbutton.gif)" ><div onMouseOver="MouseOverBigButton(this);" onMouseOut="MouseOutBigButton(this);" ><div class="BigButtonOver" style="background-image:url('.$layout_name.'/images/buttons/sbutton_over.gif);" ></div><input class="ButtonText" type="image" name="Submit" alt="Submit" src="'.$layout_name.'/images/buttons/_sbutton_submit.gif" ></div></div></td><tr></form></table></td><td><table border="0" cellspacing="0" cellpadding="0" ><form action="index.php?subtopic=changelog" method="post" ><tr><td style="border:0px;" ><div class="BigButton" style="background-image:url('.$layout_name.'/images/buttons/sbutton.gif)" ><div onMouseOver="MouseOverBigButton(this);" onMouseOut="MouseOutBigButton(this);" ><div class="BigButtonOver" style="background-image:url('.$layout_name.'/images/buttons/sbutton_over.gif);" ></div><input class="ButtonText" type="image" name="Back" alt="Back" src="'.$layout_name.'/images/buttons/_sbutton_back.gif" ></div></div></td></tr></form></table></td></tr></table>';         } else {         if(empty($description)){                 $show_msgs[] = "Description field is empty!.";             }             if(!empty($show_msgs)){                 //show errors                 $main_content .= '<div class="SmallBox" >  <div class="MessageContainer" >    <div class="BoxFrameHorizontal" style="background-image:url('.$layout_name.'/images/content/box-frame-horizontal.gif);" /></div>    <div class="BoxFrameEdgeLeftTop" style="background-image:url('.$layout_name.'/images/content/box-frame-edge.gif);" /></div>    <div class="BoxFrameEdgeRightTop" style="background-image:url('.$layout_name.'/images/content/box-frame-edge.gif);" /></div>    <div class="ErrorMessage" >      <div class="BoxFrameVerticalLeft" style="background-image:url('.$layout_name.'/images/content/box-frame-vertical.gif);" /></div>      <div class="BoxFrameVerticalRight" style="background-image:url('.$layout_name.'/images/content/box-frame-vertical.gif);" /></div>      <div class="AttentionSign" style="background-image:url('.$layout_name.'/images/content/attentionsign.gif);" /></div><b>The Following Errors Have Occurred:</b><br/>';                 foreach($show_msgs as $show_msg) {                     $main_content .= '<li>'.$show_msg;                 }                 $main_content .= '</div>    <div class="BoxFrameHorizontal" style="background-image:url('.$layout_name.'/images/content/box-frame-horizontal.gif);" /></div>    <div class="BoxFrameEdgeRightBottom" style="background-image:url('.$layout_name.'/images/content/box-frame-edge.gif);" /></div>    <div class="BoxFrameEdgeLeftBottom" style="background-image:url('.$layout_name.'/images/content/box-frame-edge.gif);" /></div>  </div></div><br/>';                 //show form                 $main_content .= '<form action="index.php?subtopic=changelog" method="post" ><div class="TableContainer" ><table class="Table1" cellpadding="0" cellspacing="0" >    <div class="CaptionContainer" ><div class="CaptionInnerContainer" ><span class="CaptionEdgeLeftTop" style="background-image:url('.$layout_name.'/images/content/box-frame-edge.gif);" /></span><span class="CaptionEdgeRightTop" style="background-image:url('.$layout_name.'/images/content/box-frame-edge.gif);" /></span><span class="CaptionBorderTop" style="background-image:url('.$layout_name.'/images/content/table-headline-border.gif);" ></span><span class="CaptionVerticalLeft" style="background-image:url('.$layout_name.'/images/content/box-frame-vertical.gif);" /></span><div class="Text" >Add Changelog</div><span class="CaptionVerticalRight" style="background-image:url('.$layout_name.'/images/content/box-frame-vertical.gif);" /></span><span class="CaptionBorderBottom" style="background-image:url('.$layout_name.'/images/content/table-headline-border.gif);" ></span><span class="CaptionEdgeLeftBottom" style="background-image:url('.$layout_name.'/images/content/box-frame-edge.gif);" /></span><span class="CaptionEdgeRightBottom" style="background-image:url('.$layout_name.'/images/content/box-frame-edge.gif);" /></span></div>    </div>    <tr>      <td>        <div class="InnerTableContainer" >          <table style="width:100%;" >             <tr>         <td class="LabelV" ><span >Type:</span></td>         <td style="width:90%;" >         <SELECT NAME=type>             <OPTION>Add</OPTION>             <OPTION>Remove</OPTION>         </SELECT>         </td>         </tr>                     <tr>         <td class="LabelV" ><span >Where:</span></td>         <td style="width:90%;" >         <SELECT NAME=where>             <OPTION>Server</OPTION>             <OPTION>Website</OPTION>         </SELECT>         </td>         </tr>                             <tr>         <td class="LabelV" ><span >Description:</span></td>         <td style="width:90%;" >         <textarea type="text" name="description" size="50" maxlength="150" rows="10" cols="60"></textarea>         </td>         </tr>             </table>        </div>  </table></div></td></tr><br/><table style="width:100%;" ><tr align="center"><td><table border="0" cellspacing="0" cellpadding="0" ><tr><td style="border:0px;" ><div class="BigButton" style="background-image:url('.$layout_name.'/images/buttons/sbutton.gif)" ><div onMouseOver="MouseOverBigButton(this);" onMouseOut="MouseOutBigButton(this);" ><div class="BigButtonOver" style="background-image:url('.$layout_name.'/images/buttons/sbutton_over.gif);" ></div><input class="ButtonText" type="image" name="Submit" alt="Submit" src="'.$layout_name.'/images/buttons/_sbutton_submit.gif" ></div></div></td><tr></form></table></td><td><table border="0" cellspacing="0" cellpadding="0" ><form action="index.php?subtopic=changelog" method="post" ><tr><td style="border:0px;" ><div class="BigButton" style="background-image:url('.$layout_name.'/images/buttons/sbutton.gif)" ><div onMouseOver="MouseOverBigButton(this);" onMouseOut="MouseOutBigButton(this);" ><div class="BigButtonOver" style="background-image:url('.$layout_name.'/images/buttons/sbutton_over.gif);" ></div><input class="ButtonText" type="image" name="Back" alt="Back" src="'.$layout_name.'/images/buttons/_sbutton_back.gif" ></div></div></td></tr></form></table></td></tr></table>';             }             else             {                 $SQL->query('INSERT INTO `z_changelog` (`id`,`type`, `where`,`date`, `description`) VALUES (NULL, "'.$type.'", "'.$where.'", '.time().', "'.$description.'");');                 $id = $SQL->query('SELECT * FROM z_changelog WHERE `description` = "'.$description.'";')->fetch();                 $main_content .= '<div class="TableContainer" >  <table class="Table1" cellpadding="0" cellspacing="0" >    <div class="CaptionContainer" >      <div class="CaptionInnerContainer" >        <span class="CaptionEdgeLeftTop" style="background-image:url('.$layout_name.'/images/content/box-frame-edge.gif);" /></span>        <span class="CaptionEdgeRightTop" style="background-image:url('.$layout_name.'/images/content/box-frame-edge.gif);" /></span>        <span class="CaptionBorderTop" style="background-image:url('.$layout_name.'/images/content/table-headline-border.gif);" ></span>        <span class="CaptionVerticalLeft" style="background-image:url('.$layout_name.'/images/content/box-frame-vertical.gif);" /></span>        <div class="Text" >Change log added</div>        <span class="CaptionVerticalRight" style="background-image:url('.$layout_name.'/images/content/box-frame-vertical.gif);" /></span>        <span class="CaptionBorderBottom" style="background-image:url('.$layout_name.'/images/content/table-headline-border.gif);" ></span>        <span class="CaptionEdgeLeftBottom" style="background-image:url('.$layout_name.'/images/content/box-frame-edge.gif);" /></span>        <span class="CaptionEdgeRightBottom" style="background-image:url('.$layout_name.'/images/content/box-frame-edge.gif);" /></span>      </div>    </div>    <tr>      <td>        <div class="InnerTableContainer" >          <table style="width:100%;" ><table border=0 cellspacing=1 cellpadding=4 width=100%><tr bgcolor="#505050"><td width="1%"><font class=white>ID</font></td><td width="21"><font class=white>Type</font></td><td width="21"><font class=white>Where</font></td><td width="50"><font class=white>Date</font></td><td><font class=white>Description</font></td></tr>                                  <tr bgcolor="#F1E0C6"><td align="center">'.$id['id'].'.</td><td align="center"><img src="changelog/'.$type.'.png" title="added"/></td><td align="center"><img src="changelog/'.$where.'.png" title="ots"/><td>'.date("j.m.Y",$id['date']).'</td><td>'.$description.'</td></tr>                 ';                 $main_content .= '</td></tr>          </table>        </div>  </table></div></td></tr><br/><center><table border="0" cellspacing="0" cellpadding="0" ><form action="index.php?subtopic=changelog" method="post" ><tr><td style="border:0px;" ><div class="BigButton" style="background-image:url('.$layout_name.'/images/buttons/sbutton.gif)" ><div onMouseOver="MouseOverBigButton(this);" onMouseOut="MouseOutBigButton(this);" ><div class="BigButtonOver" style="background-image:url('.$layout_name.'/images/buttons/sbutton_over.gif);" ></div><input class="ButtonText" type="image" name="Back" alt="Back" src="'.$layout_name.'/images/buttons/_sbutton_back.gif" ></div></div></td></tr></form></table></center>';             }         }         } foreach($change_data1 as $log) { $change1++; } foreach($change_data as $log) { $change++;     if(is_int($change / 2))         $bgcolor = $config['site']['darkborder'];     else         $bgcolor = $config['site']['lightborder'];     $change_rows .= '                                 <tr bgcolor="'.$bgcolor.'"><td align="center">'.$log['id'].'.</td><td align="center"><img src="changelog/'.$log['type'].'.png" title="added"/></td><td align="center"><img src="changelog/'.$log['where'].'.png" title="ots"/><td>'.date("j.m.Y",$log['date']).'</td><td>'.$log['description'].'';                 if($group_id_of_acc_logged >= $config['site']['access_admin_panel']) { $change_rows .= '<a href="index.php?subtopic=changelog&action=delete&id='.$log['date'].'"><img src="'.$layout_name.'/images/news/delete.png" border="0"></a>'; }                                  $change_rows .= '</td></tr>'; if ($change < $limit) { } else $show_link_to_next_page = TRUE; } if($change == 0) {     $main_content .= '<TABLE BORDER=0 CELLSPACING=1 CELLPADDING=4 WIDTH=100%><TR BGCOLOR="'.$config['site']['vdarkborder'].'"><TD CLASS=white><B>Server Status</B></TD></TR><TR BGCOLOR='.$config['site']['darkborder'].'><TD><TABLE BORDER=0 CELLSPACING=1 CELLPADDING=1><TR><TD>There is no change logs for the moment.</TD></TR></TABLE></TD></TR></TABLE><BR>'; } else {     $main_content .= '<TABLE BORDER=0 CELLSPACING=1 CELLPADDING=4 WIDTH=100%><TR BGCOLOR="'.$config['site']['vdarkborder'].'"><TD CLASS=white><B>Change logs</B></TD></TR><TR BGCOLOR='.$config['site']['darkborder'].'><TD><TABLE BORDER=0 CELLSPACING=1 CELLPADDING=1><TR><TD>Currently '.$change1.' change logs in total.</TD></TR></TABLE></TD></TR></TABLE><BR>';     $main_content .= '<table border=0 cellspacing=1 cellpadding=4 width=100%><tr bgcolor="#505050"><td width="1%"><font class=white>ID</font></td><td width="21"><font class=white>Type</font></td><td width="21"><font class=white>Where</font></td><td width="50"><font class=white>Date</font></td><td><font class=white>Description</font></td></tr>'.$change_rows.'</table>';     if($page > 0) { $main_content .= '<TR><TD WIDTH=100% ALIGN=right VALIGN=bottom><A HREF="index.php?subtopic=changelog&page='.($page - 1).'" CLASS="size_xxs">Previous Page</A></TD></TR>'; } if($show_link_to_next_page) { $main_content .= ' | <TR><TD WIDTH=100% ALIGN=right VALIGN=bottom><A HREF="index.php?subtopic=changelog&page='.($page + 1).'" CLASS="size_xxs">Next Page</A></TD></TR>'; } } ?> Agora em index.php, adicione:     case "changelog";         $topic = "Changelogs";         $subtopic = "changelog";         include("changelog.php");     break; Créditos: Pitufo
  5. Gostei
    Google deu reputação a Matheus Beraldo em [Link Quebrado]Base OtPokémon.com + Client   
    Olá Galera do Tibiaking!   Hoje Vim Trazer Para voçes uma base parecida com OtPokémon pois editei muito nessa base em breve teremos v2 com as sprites substituidas  base (PDA).   Vamos Ao Que Importa Alguns Dos Nossos Sistemas Abaixo   Agora vamos ao que interessa informaçoes do servidor começando com os Sistemas.   Sistemas Moves System: 80% Caught System: 50% Go-Back System: 50% Portrait System: 50% Evolution System: 100% Ginasios 90% (Tentar Adicionar mais na V2)     Changelog do servidor: • A Opçao Pokebag Do Client Esta Com o Sistema do Cassino Retire que Sera Aberto Normalmente   Versao 1.0 • Adicionei Shiny Clefable - Shiny Wigglytuff - Shiny Tangrowth e Shiny Roserade • • Arrumei Os Attakes Dos Pokemons pareçidos com o OtPokémon (V2 Serao Todos) •          • Adicionado Boost System Beta ( Esta Apenas Aumentar 300 De Hp, V2 Sera Arrumado ) • • Todos Os Shinys Alterados para Poderem Usar Level 1 e as Magias Tambem • • o Atake "Healarea" Nao Heala Players Apenas os Pokémons                                      Downloads: Servidor Client (Pode usar este normal) Scan do Servidor   Equipe: Apenas eu.
  6. Gostei
    Google deu reputação a oclipper em Blackd Mage - Safe Bot / Custom Client 7.x - 10.x   
    Source em VB6, pra quem quizer estudar ou criar proprio bot pra custom client. Blackd Mage (SAFE) Funçoes: - Full Light - Healing - Anti idle - Eat Food - Mana Train Download Source: http://www.4shared.com/archive/xTwzpkanba/Blackd_Mage_source.html?
  7. Gostei
    Google deu reputação a Darkeyren em [PokeTibia] DarkBot   
    Opa, eai pessoal... Vim hoje trazer pra vocês um novo BOT para PXG, ele conta com todas as funções GRÁTIS e pretendo lançar mais atualizações pra ele com novas funções e com um algorítimo mais inteligente que o atual, esse é só a versão 1.0 então espero que todos gostem
     
    Auto-Updater: Para deixar vocês ainda mais tranquilos em questão as atualizações.
    Auto-Fishing: Pesca sozinho.
    Auto-Food: Alimenta seu Pokémon.
    Auto-Potion: Usa Potion em seu Pokémon quando a vida fica em Yellow. (Pretendo lançar um update pra dar mais opções.)
    Auto-Attack: Ataca o pokémon inimigo sozinho.
    Auto-Love / ANT-AFK: Da Love em seu Pokémon e também não deixa desconectar do jogo.
    FREE: BOT sempre será FREE, mas se quiser ajudar-nos com doações é de bom grado
     
    Próximos Updates Auto-Move: Capacidade de soltar moves sozinho de acordo com sua ordem de skill definida.
    Hotkeys-Help: Alguns atalhos para facilitar sua vida em GAME, como "Auto-Revive".
    Algorítimo: Melhorar a inteligência do BOT em si e também mais opções de configurações.
     
    Updates

     
    Screenshots   


     
     
    Vídeo Tutorial

    https://www.youtube.com/watch?v=FIW9Fo-F1fE
      Links

    Download 64bits
    Download 32bits
    Scan: http://tinyurl.com/ox4gyo9


    Credits: Wuva / Darkeyren
  8. Gostei
    Google deu reputação a grafit em [7.4, 7.6, 7.72] Tibia Classic Bot   
    Tibia Classic Bot
    Versões 7.4 , 7.6 e 7.72
     
    Esse é um dos poucos bots e o mais completo para estas versões mais antigas... Eu tenho acompanhado desde a versão 1.6.4 dele (atual 1.6.8). Segue abaixo algumas das hotkeys que podem ser usadas nele:
     


    Para que a hotkey fique "automática" ela deve ser adicionada na parte persistent , caso contrário a hotkey só será ativada uma vez.



    Download: 
    https://mega.co.nz/#!x41jxAqa!sqL7cfy3_p-4wjfOrPB1qpUq_UrHuUd46G1wBJVn9nI

    Scan:
    https://www.virustotal.com/pt/file/b86169815eeddbaef3808be3d60e523b8a73a18113056ee516f10efd61105207/analysis/1400633901/

    Créditos: Xavious
    O BOT também pode ser encontrado no seguinte link: http://tpforums.org/forum/threads/3889-7-4-7-6-7-72-ClassicBotter-1-6-8
  9. Gostei
    Google deu reputação a Gowzy em Mapping Thread - Gowzy !   
    Fala rapaziada, beleza?
     
    Bom, hoje resolvi criar esse tópico para mostrar um pouco do meu trabalho, para aprimorar e etc.
     
    Espero que você tenham gostado, sugestões e críticas, como sempre, são bem-vindas.
     
    Assim aprendemos!
     
    Vamos lá:
     
    (Na parte da água, ainda não sou muito bom nas montanhas)
     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     
     
  10. Gostei
    Google deu reputação a GuilhermeHolanda em Mapping Thread - GuilhermeHolanda   
    Este mapa iria usar para o concurso, mais desisti, depois tento fazer algo melhor.
     

  11. Gostei
    Google deu reputação a GuilhermeHolanda em Mapping Thread - GuilhermeHolanda   
    Opa, galera, tudo bom? 
    então, mecho com Remere's tem um tempinho já, e nunca criei nenhum show off aqui no TK, então resolvi fazer, e espero que gostem.
     

     

  12. Gostei
    Google deu reputação a Toony em Ultimos Trabalhos #JacquesTony   
    Vlw gato
     
     
     
    Obrigado, porem ainda não surgiu um projeto :/
     

  13. Gostei
    Google deu reputação a Brunn em Futebol Mania - Z8 Games   
    Eaw pessoal
     
    Para quem gosta de crossfire que é da z8 Games tem um novo game o futebol mania veja o video!
     
    Link do Video CLIQUE AQUI
     
    Link do Game CLIQUE AQUI
     
    Comente o que acharam do Gamming e se gostaram me dei rep+
     
  14. Gostei
    Google recebeu reputação de 022wesley em [Pedido] Waypoint Rot's de Thais   
    Clica em Gostei
  15. Gostei
    Google recebeu reputação de 022wesley em [Pedido] Waypoint Rot's de Thais   
    Obs : Não é trolls é rots, eu errei na hora de botar o nome, pois fica embaixo da cave dos trolls, abraços.

    Aceito +rep kk
  16. Gostei
    Google recebeu reputação de 022wesley em [Pedido] Waypoint Rot's de Thais   
    Aqui está, arquivo anexado, abraços :]
    North Trolls Thais - Full AFK - By Google.xml
  17. Gostei
    Google recebeu reputação de dudiberns em [Pedido] Waypoint Rot's de Thais   
    Clica em Gostei
  18. Gostei
    Google deu reputação a EdsonJunior em ♥ Ediinsz WorkShop ♥   
    Apresentação:
    Olá meu nome é Edson Junior, algumas pessoas me conhecem, outras não. Bem, a fim de ajudar a comunidade BBot (que eu uso há muito tempo) eu decidi fazer uma "oficina", e o melhor, tudo será gratuito. Tudo vai ser atualizado, eu não vou usar meus scripts antigos, todos na versão 2014.   Porque gratuito?
    Particularmente, eu odeio essa visão de o Tibia ser um negócio, isso é um jogo, é pra diversão.     Knight´s Scripts
    Banner em construção   Level 8-15 - Trolls Edron - Script Level 10-20 - Swamp Trolls Port Hope - Script Level 25-50 - Minotaurs Darashia - Script Level 15-30 - Rotworms Liberty Bay - Script Level 30-50 - Tortoise / Barbarians Fenrock - Script Level 100+ - Yielothax - Outra Dimensao Farmine - Script Level 20+ - Farmine Mines - Script Level 130+ - Lizard High Class - Script Level 50+ - Apes -1 - Script Level 150+ - Frost Dragons Okolnir - Script     Paladin´s Scripts
    Banner em construção   Level 9-15 - Rotworms Darashia - Script Level 40-60 - Mutated Humans Yalahar - Script     Mage´s Script
    Banner em construção   Level 60+ - Necromancer Drefia - Script Level 100+ - Yielothax - Outra dimensao Farmine - Script Level 20+ - Farmine Mines - Script Level 50+ - Earth Elementals Edron - Script Level 50+ - Dragon Lair (Sem DL) Edron - Script Level 50+ - Wailing Widow Cave - Script Level 100+ - Mountain Vengoth - Script  
  19. Gostei
    Google deu reputação a EdsonJunior em [ED/MS] Dragon Lair (Sem DL) - Edron   
    Vocação: Master Sorcerer / Elder Druid Level Recomendado: 50+ Exp/Hra: Bonus: 170k / Sem bonus 120k~140k Loot/Hra: ? Iniciar Script: DP Edron Refill Configurável: Advanced Tools > Variables > Apply Download: Click Aqui  
     
     
    MAIS SCRIPTS
  20. Gostei
    Google deu reputação a Private Sub Teste em Ibot 10.31 Crack   
    Faz um bom tempo que não entro aqui no fórum, hoje, entrei especialmente pra postar um crack do ibot especialmente pro Tibia King (meu presente de natal pra vocês)
    O crack é bastante simples, só que é meio chato... Vamos lá:
     
    - Faça download do IBot pelo link abaixo
    - Digita um user/pass qualquer
    - Clique em login e espere
    - Caso não de certo, repita o passo anterior até conseguir
     
    [LINK ATUALIZADO 05/01/2013 - EdsonJunior]
     Download - 4Shared
    Senha: tibiaking.com
     
    VERSÃO 10.31 FUNCIONANDO, AS OUTRAS NÃO SEI COMO VÃO SER
     
     
    Não, eu não irei te dizer como o crack é feito.
    ESTE CRACK É ESPECIALMENTE PARA O TIBIAKING, PARA POSTÁ-LO EM OUTRO LUGAR, FAVOR PEDIR PERMISSÃO OU BOTAR COMO FONTE O TIBIAKING.COM!
  21. Gostei
    Google deu reputação a Private Sub Teste em Ibot 10.31 Crack   
    Realmente, meu bot foi um fracasso, mal funcionava direito. Mas agora, falar que eu sou um fracasso apenas por que crackiei um programa é meio ignorante da sua parte. Sabe o quanto envolve engenharia reversa? Você ao menos sabe como funciona o crack pra falar algo cara?
    Não é por que um projeto (dentro de outros) não deu certo, que eu fracassei na vida. Vamos analizar: eu lancei o bot pra galera, vi que não estava bom e retirei ele do ar, porém, enquanto estava no ar houve elogios/reclamações tanto que recebo mensagens até hoje sobre ele. Aliás, apenas tirei do ar, a programação continuou e aprimorei conhecimentos. Agora, vamos analizar mais a fundo:
     
    O cara eh um fracassado
    Já falei minha resposta acima
     
    nao teve capacidade de fazer um bot
    Legal hein fera, to vendo seu bot bombando por ai, você tem muitos conhecimentos na área de informática/programação,
     
    tem que fazer isso ai, crakear, copiar etc
    Redundante falar que sou fracassado, sendo que consegui fazer algo que provavelmente você queria saber pra não pagar mais por ele. O fracassado aqui pelo que eu vi é você que deve pagar pra usar o bot, não tem nem a capacidade de TENTAR ENTENDER como ele funciona. Aposto ainda, que além de usar, baixa scripts prontos e fica reclamando quando algo (que é configurável por você) não funciona. Acho melhor você não vir com essa bola toda, afinal, você só tem 1 post cara
  22. Gostei
    Google deu reputação a alissonfgp em [TFS 1.0] Mapa global full   
    tenta ai, ja ta configurado...
    http://www.mediafire.com/download/il4ht9ombhzu0w1/htdocs.rar
     
    e importa essa database
    http://www.mediafire.com/download/sbvkk2v1nxfyyib/server.rar
    n esquece de conferir a config.lua
  23. Gostei
    Google deu reputação a alissonfgp em [TFS 1.0] Mapa global full   
    tente com essas libs, eu tava com o msm problema a um tempo atras, instalei o msvc 2012 e usei essas libs e funfo...
     
    http://www.mediafire.com/download/h6vwmdhngvoth11/libs+1.0.rar
  24. Gostei
    Google recebeu reputação de Awen em [Pedido] Waypoint Rot's de Thais   
    Aqui está, arquivo anexado, abraços :]
    North Trolls Thais - Full AFK - By Google.xml
  25. Gostei
    Google deu reputação a Skyligh em Pessa Sua sing   
    Goole .

    http://i12.servimg.com/u/f12/17/59/31/94/sem_ta26.png

    Lano

    http://i12.servimg.com/u/f12/17/59/31/94/sem_ta27.png

Informação Importante

Confirmação de Termo