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: beziak

Page 1 of 10 1 2 3 4

Search: Search took 0.02 seconds.

  1. Replies
    5
    Views
    52,544

    BynaCam reloaded v2 [Tibia 8.6 support]

    Hi all!

    After years of inactivity finally found some spare minutes to wake up my old project. It's legendary BynaCam Reloaded V2.

    Win32 Binaries & Source codes with full Tibia 8.6...
  2. Replies
    1
    Views
    1,768

    post an email to: beziak@o2.pl I can help with...

    post an email to: beziak@o2.pl

    I can help with any asm problem
  3. Replies
    4
    Views
    2,214

    it misses deadcreatures because probably you...

    it misses deadcreatures because probably you check only for the first command of whole packet without parsing each commands:)
  4. Replies
    13
    Views
    5,574

    RE: [How to] finding gui pointer address

    In this case I can find gui pointer for any client in less than 45 secs.
  5. Replies
    13
    Views
    5,574

    [How to] finding gui pointer address

    Hello community!
    This is my next requested tutorial called "how to find gui ptr"..
    Tools used: ollydbg.
    It is very simple to find. In this tutorial i will use "the most?" popular method (string...
  6. Replies
    6
    Views
    1,760

    RE: 9.43 Addresses and Infos

    Container structure addresses:
    (structure changed in 9.43)


    CONTAINER_BEGIN = 0x9E5304;
    CONTAINER_STEP = 492;
    CONTAINER_MAX = 16;
    CONTAINER_END = (CONTAINER_BEGIN + (CONTAINER_MAX *...
  7. Replies
    11
    Views
    13,424

    RE: Tibia Address Database

    I 'm signed!!

    Proud of updating addresses! :D
  8. RE: Using a 7.72 client on a 7.6 server :o downgrading attempt (help)

    I can reassemble the client and disable description, all hardwork : )
    for some $$$:D:D:D
  9. Replies
    34
    Views
    19,373

    RE: [update] Tibia 9.20

    static DWORD PLAYER_FIST = 0x7E516C;
    static DWORD PLAYER_CLUB = PLAYER_FIST + 4;
    static DWORD PLAYER_SWORD = PLAYER_FIST + 8;...
  10. Replies
    34
    Views
    19,373

    RE: [update] Tibia 9.20

    What about aslr at the moment? I've got problem with disabling it with 0x15e byte 0x00 - aslr still active.

    //regards, bez!ak
  11. Thread: Addresses 9.1

    by beziak
    Replies
    146
    Views
    30,709

    RE: 9.10 Update Information

    http://lobsterzilla.wordpress.com/2011/03/19/assembly-updated-finding-the-base-address-when-aslr-dynamic-basing-is-enabled/
  12. Replies
    4
    Views
    3,270

    RE: Internal Function Addresses

    Moving character:

    stdcall - 0x004D4A40
    1 argument - direction

    direction =
    0x10d - left
    0x10e - right
    0x10c - up
    0x10f - down
  13. Replies
    11
    Views
    2,525

    RE: JabkoMajster do ciebie

    Wyluzujcie Panowie. Na zgode po strzale i git ; ]
  14. Replies
    17
    Views
    3,476

    RE: Help with Tibia GUI

    Start working with Tibia GUI as petitoceur started.
  15. Thread: Playing a movie

    by beziak
    Replies
    9
    Views
    2,624

    RE: Playing a movie

    It's compressed file. I don't have Visual Studio atm to uncompress it :D
  16. Thread: Playing a movie

    by beziak
    Replies
    9
    Views
    2,624

    RE: Playing a movie

    It's ok. We must find any other solution.
    Post here raw cam file without any compression, I will analyze it.
  17. Thread: Playing a movie

    by beziak
    Replies
    9
    Views
    2,624

    RE: Playing a movie

    Not sure how to do that, should I use that Send function with different commands ?



    True, I saw something about that too xD
    [/quote]

    You should not catch packets to file not by...
  18. Thread: Playing a movie

    by beziak
    Replies
    9
    Views
    2,624

    RE: Playing a movie

    send unsplitted packets instead of each commands.
  19. Replies
    53
    Views
    13,588

    RE: Update Tibia 8.70

    static DWORD CALL_PRINT_FPS = 0x0045A6A8; //8.7
    static DWORD NOP_PRINT_FPS = 0x0045A5E4;

    static DWORD BlistStepCreatures = 0xAC;
    static DWORD BlistStart = 0x63FDE8;
    static DWORD...
  20. Replies
    14
    Views
    5,567

    RE: [C++] Outgoing Packet Hook

    It is not possible to compile naked function on gcc(x86):
    http://gcc.gnu.org/onlinedocs/gcc/Function-Attributes.html

    you can do something like this:


    extern "C" int gimme_five(void);
    __asm(...
  21. Thread: Polski Support?

    by beziak
    Replies
    61
    Views
    9,867

    RE: Polski Support?

    Bardzo dobrze ze jest juz to forum :D

    Juz wiem gdzie bede mogl pomagac nowym i pisac poradniki:D xD
  22. Replies
    35
    Views
    8,412

    RE: Hiring Tibia Programmer

    I really like the Darkstar, he is very helpful and I have to admit - he is just good at what he does.
    I disagree with the statement that he is a "kid".

    @ LoW I hope that your bussiness finally...
  23. Thread: Addresses 8.61

    by beziak
    Replies
    21
    Views
    4,232

    RE: Addresses 8.61

    note: StatusMessage enum has been changed =)
  24. Replies
    4
    Views
    1,159

    RE: What compiler should use...?

    He is asking about compiler not IDE. =(
    I prefer GCC.
  25. Thread: Help wanted!

    by beziak
    Replies
    11
    Views
    2,016

    RE: Help wanted!

    I could help you too ;)
Results 1 to 25 of 232
Page 1 of 10 1 2 3 4