Deprecated: The behavior of unparenthesized expressions containing both '.' and '+'/'-' will change in PHP 8: '+'/'-' will take a higher precedence in /home/iano/public_html/tpforums-vb5/forum/includes/class_core.php on line 5842

PHP Warning: Use of undefined constant MYSQL_NUM - assumed 'MYSQL_NUM' (this will throw an Error in a future version of PHP) in ..../includes/init.php on line 165

PHP Warning: Use of undefined constant MYSQL_ASSOC - assumed 'MYSQL_ASSOC' (this will throw an Error in a future version of PHP) in ..../includes/init.php on line 165

PHP Warning: Use of undefined constant MYSQL_BOTH - assumed 'MYSQL_BOTH' (this will throw an Error in a future version of PHP) in ..../includes/init.php on line 165

PHP Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in ..../includes/functions_navigation.php on line 588

PHP Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in ..../includes/functions_navigation.php on line 612

PHP Warning: Use of undefined constant misc - assumed 'misc' (this will throw an Error in a future version of PHP) in ..../global.php(29) : eval()'d code(6) : eval()'d code on line 1

PHP Warning: Use of undefined constant index - assumed 'index' (this will throw an Error in a future version of PHP) in ..../global.php(29) : eval()'d code(6) : eval()'d code on line 1

PHP Warning: Use of undefined constant misc - assumed 'misc' (this will throw an Error in a future version of PHP) in ..../includes/class_bootstrap.php(1422) : eval()'d code(4) : eval()'d code on line 1

PHP Warning: Use of undefined constant index - assumed 'index' (this will throw an Error in a future version of PHP) in ..../includes/class_bootstrap.php(1422) : eval()'d code(4) : eval()'d code on line 1

PHP Warning: Use of undefined constant onlinestatusphrase - assumed 'onlinestatusphrase' (this will throw an Error in a future version of PHP) in ..../includes/class_core.php(4684) : eval()'d code on line 6

PHP Warning: Use of undefined constant onlinestatusphrase - assumed 'onlinestatusphrase' (this will throw an Error in a future version of PHP) in ..../includes/class_core.php(4684) : eval()'d code on line 6

PHP Warning: Use of undefined constant onlinestatusphrase - assumed 'onlinestatusphrase' (this will throw an Error in a future version of PHP) in ..../includes/class_core.php(4684) : eval()'d code on line 6

PHP Warning: Use of undefined constant onlinestatusphrase - assumed 'onlinestatusphrase' (this will throw an Error in a future version of PHP) in ..../includes/class_core.php(4684) : eval()'d code on line 6
Help to Send Packet
Results 1 to 4 of 4

Thread: Help to Send Packet

  1. #1
    Junior Member
    Join Date
    May 2009
    Posts
    10

    Help to Send Packet

    [EN]When do I send the packet, the crash in the game, what should I do?

    [PT]Quando vou enviar o packet, da crash no jogo, o que devo fazer?

    My code:

    procedure Comer(FoodID:integer;Slot,SubSlot:byte);
    var packet:array[0..11] of byte;
    begin
    packet[0]:=$0A;
    packet[1]:=$00;
    packet[2]:=$82;
    packet[3]:=$FF;
    packet[4]:=$FF;
    packet[5]:=Slot;
    packet[6]:=$00;
    packet[7]:=SubSlot;
    packet[8]:=Lo(FoodID);
    packet[9]:=Hi(FoodID);
    packet[10]:=SubSlot;
    packet[11]:=$00;

    GetWindowThreadProcessId(TibiaHandle, @ProcId);
    SendPacket(ProcId, @Packet); <-- Crash Tibia
    Last edited by ismabvbbr; 05-10-2014 at 12:32 AM.

  2. #2
    Junior Member
    Join Date
    May 2009
    Posts
    10
    [EN] - I'm trying to create a bot for tibia 7.6 just out of curiosity, but I'm having trouble sending the packet's and can not find any tutorial in Delphi, can someone help me? I'm lost through this part

    [] - Estou tentando criar um bot para tibia 7.6 apenas por curiosidade, mas estou com problema para enviar os packet's e não encontro tutorial nenhum em delphi, alguém pode me ajudar? Estou meio perdido nessa parte

  3. #3
    Member
    Join Date
    Oct 2012
    Location
    brazil
    Posts
    36
    eng>
    you using a packet.dll from correct version? with address right

    br>
    Você está usando uma packet.dll para a versão 7.6??? com os adress certinho?

  4. #4
    Junior Member
    Join Date
    May 2009
    Posts
    10
    [EN] Well then, do not understand what has to be in a Packet.dll, I have this DLL, got different versions, but then downloaded the BIC trainer, unable to understand how various functions I had no idea how it would work, but the source was not updated, so I had several problems, one of them is this, your DLL does not work properly, the BIC treiner uses MadCodeHook, installed just right but it did not work the sending of packets, like if anyone could give me an example how does "SendPacket" I see both al


    [PT] Pois então, não entendo o que tem que haver em um Packet.dll, não tenho essa DLL, consegui de diferentes versões, mas então, baixei o BIC trainer, consegui entender como funcionam várias funções que eu nem tinha idéia de como seria, mas a source não estava atualizada, então tive diversos problemas, um deles é esse, que sua DLL não funciona corretamente, o BIC treiner utiliza o MadCodeHook, instalei certinho mas não funcionou o envio dos packets, gostaria, se alguém conseguir, me dar um exemplo de como funciona o "SendPacket" que eu vejo tanto por ai

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •