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
Search Results - Forums

Search:

Type: Posts; User: Cater

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Thread: New mc Method.

    by Cater
    Replies
    4
    Views
    23,531

    Just change PUSH 0x09A4950 to PUSH 0, you will...

    Just change PUSH 0x09A4950 to PUSH 0, you will create unnamed mutex which is unique.
  2. Replies
    8
    Views
    18,443

    http://speedy.sh/Xrr8a/Mono.zip

    http://speedy.sh/Xrr8a/Mono.zip
  3. Replies
    8
    Views
    18,443

    Try that. NetworkMessage msg = new...

    Try that.

    NetworkMessage msg = new NetworkMessage(0x94);
    msg.AddByte(0x94); // implementing msg.SetSize() instead of calculating by yourself would be better
    msg.AddByte(0x00);
    msg.Position +=...
  4. RE: I've read tibia map. Why do I see few sqms with my chars ID?

    It's hard to answer to your question with so small piece of information, but I am sure you are doing something incorrectly.

    Show us how do you read map (code).
  5. Thread: 7.6 Map parsing

    by Cater
    Replies
    16
    Views
    1,795

    RE: 7.6 Map parsing

    It's strange that first code actually found you, because in your tileDef struct you've got objectData Data[12] instead of objectData Data[13], so struct size isn't 168 bytes and it's reading whole...
  6. Thread: 7.6 Map parsing

    by Cater
    Replies
    16
    Views
    1,795

    RE: 7.6 Map parsing

    http://tibiaauto.net/articles/ta_art_mapread.html

    struct tileDef {
    int stack;
    objectData Data[13];
    int padding1;
    int padding2;
    };

    As blaster said, tile step is 168. You...
  7. Thread: Logo Competition

    by Cater
    Replies
    97
    Views
    43,051

    RE: Logo Competition

    What about mine?

    http://img88.imageshack.us/img88/6079/tprog.jpg
  8. Replies
    1
    Views
    1,231

    RE: Tibia 7.6 addresses

    7.6 doesn't have xtea
  9. Thread: adresy 7.4

    by Cater
    Replies
    8
    Views
    1,460

    RE: adresy 7.4

    TU
  10. Replies
    1
    Views
    931

    RE: [Tibia 7.6]Help With Fishing

    11 00 83 FF FF 40 00 00 9B 0D 00 34 01 15 01 07 FA 11 00
    34 01 - x
    15 01 - y
    07 - z

    To know in which tile is fish you need map reading
    Tibiaauto's map reading article (7.6)
    more you can find...
  11. Thread: adresy 7.4

    by Cater
    Replies
    5
    Views
    1,447

    RE: adresy 7.4

    we? wypierdalaj bo j?czysz pól roku a sam nic kurwa nie zrobisz
  12. Thread: adresy 7.4

    by Cater
    Replies
    5
    Views
    1,447

    RE: adresy 7.4

    00401000-0047AFFF
    specjalnie dla ciebie, wszystkie adresy 7.4
  13. Replies
    2
    Views
    988

    RE: Pro?ba statystyki online

    I moze frytki do tego?
  14. Thread: Pakiety dla 7.6

    by Cater
    Replies
    11
    Views
    2,525

    RE: Pakiety dla 7.6

    .486
    .model flat,stdcall
    option casemap:none
    include \masm32\include\windows.inc
    include \masm32\include\kernel32.inc
    includelib \masm32\lib\kernel32.lib

    .const
    ;The call to WS2_32.send...
  15. Thread: Pakiety dla 7.6

    by Cater
    Replies
    11
    Views
    2,525

    RE: Pakiety dla 7.6

    http://www.speedyshare.com/files/20191871/packet.dll
    packet.dll pod 7.6, poprzednio byl pod 8.0+, zmieni?em adresy i wywali?em xtea.

    SendPacket(pid, packet)
  16. Thread: Pakiety dla 7.6

    by Cater
    Replies
    11
    Views
    2,525

    RE: Pakiety dla 7.6

    Pod 7.6 nie bylo Xtea
  17. [Tutorial] Discovering and using the Tibia functions

    I'am not sure but, x,y,z is your screen position (8,6 is screen center) so it can't be so high.
  18. Another nick reading function [tibia 8.40]

    so at bot startup you have to store window handle, or write client chooser.
  19. Replies
    10
    Views
    2,676

    [Video Tutorial] Finding the TibiaDat pointer

    rehost please
  20. Replies
    35
    Views
    10,456

    Reading the Tibia.dat file

    How to find tibia.dat pointer?
  21. Replies
    10
    Views
    5,573

    [AutoIt]RealOts/Tibia 7.7 light hack

    Farsa, post here nMemory2.au3 else your code won't work. :)
  22. Thread: [c++] Xtea/adler

    by Cater
    Replies
    9
    Views
    2,231

    [c++] Xtea/adler

    I think something with Xtea is wrong because for this packet encryption length is 8, in adler i tries len(second parameter) all values between 1-20 for same packet. I still dont know whats wrong but...
  23. Thread: [c++] Xtea/adler

    by Cater
    Replies
    9
    Views
    2,231

    [c++] Xtea/adler

    adler is from buffer[2] to buffer[5] (4 bytes) xtea starts at buffer[6] to the end

    in adler int CheckSum(unsigned char* buffer, int len), len is length of whole packet or what?
  24. Thread: [c++] Xtea/adler

    by Cater
    Replies
    9
    Views
    2,231

    [c++] Xtea/adler

    @Grob
    ive made what you said and changed this line:
    (short*)(szPacket) = lPacket + 2;
    to this
    *(short*)(szPacket) = lPacket + 4;
    so it writes true size, but it still kicking
  25. Thread: [c++] Xtea/adler

    by Cater
    Replies
    9
    Views
    2,231

    [c++] Xtea/adler

    Can some one post xtea encrypt and alder checksum source and explain how to make move packet ready to send? I have tried much times but my packets still are wrong always last 4 bytes = CC CC CC CC
    ...
Results 1 to 25 of 48
Page 1 of 2 1 2