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

Page 1 of 17 1 2 3 4

Search: Search took 0.03 seconds.

  1. Replies
    1
    Views
    47,842

    https://github.com/ianobermiller/tibiaapi

    https://github.com/ianobermiller/tibiaapi
  2. you need to know A* pathfinder (it is not...

    you need to know


    A* pathfinder (it is not related to Tibia)
    creature list for targeting
    container list for looting
    map information (tiles around your character and .map file format) for...
  3. Replies
    11
    Views
    28,462

    Thanks If you mean building your own...

    Thanks



    If you mean building your own packet with XTEA and RSA, I've been lazy all these years and never took time to learn the process. I know it's a good topic to know, but for most purposes,...
  4. Replies
    11
    Views
    28,462

    Thanks for the kind words. I don't plan to get...

    Thanks for the kind words. I don't plan to get involved in cheating projects anymore. I just wanna have fun and help beginners.

    My main interest now is provide content that was left before NeoBot...
  5. Replies
    11
    Views
    28,462

    How to Code In the first place, we have to...

    How to Code


    In the first place, we have to hook AddContextMenuItem described earlier.


    http://i.imgur.com/1hQVOow.png
  6. Replies
    11
    Views
    28,462

    How to find the function responsible to handle...

    How to find the function responsible to handle user click on context menu items

    Part 2


    Step into the call and we get this


    http://i.imgur.com/KUfrGqx.png
  7. Replies
    11
    Views
    28,462

    How to find the function responsible to handle...

    How to find the function responsible to handle user click on context menu items

    Part 1


    In the second section, we were interested to know the function responsible for context menu creation to...
  8. Replies
    11
    Views
    28,462

    How to insert your own context menu items ...

    How to insert your own context menu items


    Now, it's time to have fun.

    We want to insert our own context menu items in the SCM, but to achieve that, we need to find the function responsible...
  9. Replies
    11
    Views
    28,462

    Inside of Context Menus

    Hi, I got bored again and I've decided to analyze and learn about how to customize context menus in the CipSoft standalone Windows client (also known as Tibia.exe). This tutorial is designed for...
  10. Thread: cavebot

    by Blequi
    Replies
    363
    Views
    298,281

    I dont see any valid reason for your rage,...

    I dont see any valid reason for your rage, because everybody who uses a illegal software is aware of the risks involved on cheating. You bear the risks. Simple enough.
  11. Replies
    23
    Views
    42,214

    I have no idea. You can try restarting the client...

    I have no idea. You can try restarting the client a few times and analyze those that stick to the correct address.
  12. Replies
    23
    Views
    42,214

    Try with options the following options unchecked...

    Try with options the following options unchecked in the pointer scan configuration



    Stop traversing a path when a static has been found
    Improve pointerscan with gathered heap data
  13. Thread: How to find

    by Blequi
    Replies
    9
    Views
    34,253

    If you send malformed packets, yes, you could be...

    If you send malformed packets, yes, you could be banned. Does not mean you will be banned, but there is a chance.
  14. Thread: How to find

    by Blequi
    Replies
    9
    Views
    34,253

    It's more risky in the sense that if you miss a...

    It's more risky in the sense that if you miss a packet change, you might put your userbase in trouble
  15. Replies
    17
    Views
    38,777

    using C++ templates, you guys could code the most...

    using C++ templates, you guys could code the most important STL data structures used by Tibia at the moment. Then, just declaring types correctly, we have a lot of structures out-of-the-box, avoiding...
  16. Replies
    20
    Views
    43,674

    I'm not creating cheats for OTClient. These...

    I'm not creating cheats for OTClient. These tutorials were born on tedious days :)
  17. Replies
    17
    Views
    38,777

    First, you must read about data structures like...

    First, you must read about data structures like trees using nodes (not arrays) https://en.wikipedia.org/wiki/Binary_tree to understand the inner work of similar structures.



    No, you don't need...
  18. Replies
    17
    Views
    38,777

    using Cheat Engine 6.4, with this config at...

    using Cheat Engine 6.4, with this config at pointer scan window
    http://i.imgur.com/rlL8KlG.png

    I get this result
    http://i.imgur.com/qC7fJjy.png
  19. Replies
    17
    Views
    38,777

    How to find Container pointer: Search for...

    How to find Container pointer:



    Search for the number of opened containers:

    Close all containers and search for 0
    Open a single container and search for 1
    Open another container and...
  20. Replies
    4
    Views
    19,309

    http://tpforums.org/forum/threads/6383-How-to-find...

    http://tpforums.org/forum/threads/6383-How-to-find-attackCreature-function-address?p=55642&viewfull=1#post55642
  21. Replies
    20
    Views
    43,674

    The last time I ran the script provided in the...

    The last time I ran the script provided in the How to Code, I saw a few creatures with pos X = 65536, pos Y = 65536, pos Z = 255.

    I believe it tells such creatures are invalid in the sense they...
  22. Replies
    20
    Views
    43,674

    creature type was introduced in 9.x if I recall...

    creature type was introduced in 9.x if I recall correctly. For these 7.x it should not be available
  23. Replies
    20
    Views
    43,674

    Understanding std::unordered_map ...

    Understanding std::unordered_map



    Fortunately, I think std::unordered_map is not a difficult structure to understand. We will see through diagrams how it is laid out in memory and how you can...
  24. Replies
    20
    Views
    43,674

    [OTClient] Battle List Tutorial

    Hi, this tutorial is meant to help you understand how to find and iterate through the list of creatures managed by OTClient, mostly based on its source code.

    For this guide, we will use Cheat...
  25. Replies
    5
    Views
    18,428

    Oh yeah. I didn't notice a mistake, try that: ...

    Oh yeah. I didn't notice a mistake, try that:



    public TileObject[] Objects
    {
    get
    {
    int count = ObjectCount;
    TileObject[] res = new TileObject[count];
Results 1 to 25 of 420
Page 1 of 17 1 2 3 4