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

Page 1 of 20 1 2 3 4

Search: Search took 0.04 seconds.

  1. Could you point me to the source code? When I get...

    Could you point me to the source code? When I get some free time, I’ll give it a look.
  2. Replies
    1
    Views
    59,601

    I don't see the need to clutter the forum even...

    I don't see the need to clutter the forum even more just for niche categories, since this forum as a whole is completely dead. However, I did add a forum for Open Tibia. Feel free to use it to...
  3. Replies
    3
    Views
    54,900

    There's no step-by-step guide, or tutorial, that...

    There's no step-by-step guide, or tutorial, that I'm aware of. The forum is filled with TibiaAPI posts, just use the search function. Just note that TibiaAPI is pretty dated, and some of the posts...
  4. Replies
    3
    Views
    54,900

    It's definitely possible. XenoBot...

    It's definitely possible. XenoBot takes advantage of DLL injection to create it's GUI within the client by utilizing the client's internal functions. This is a slightly advanced topic, but I would...
  5. Replies
    0
    Views
    84,751

    TPForums is back!

    Hello,

    As many of you know, TPForums has been "down" for quite some time. You could visit the forum and converse in the chatbox, but you were unable to visit threads, posts, profiles, or anything...
  6. Replies
    196
    Views
    52,030

    [QUOTE=Engerd;55715] Here's the project. You can...

    Here's the project. You can find it already compiled in /bin/x86/Release/

    http://www.mediafire.com/download/4ps8n0m4343cwr5/MediviaLightHack.zip
  7. Replies
    196
    Views
    52,030

    Yes. And SelfLightPointer. [QUOTE=Engerd;55707]...

    Yes. And SelfLightPointer.

    Create a new C# project and copy the code inside my functions over instead of copying everything at once.
  8. Replies
    3
    Views
    979

    You could make a proxy.

    You could make a proxy.
  9. Replies
    23
    Views
    42,227

    Nicely written.

    Nicely written.
  10. Replies
    196
    Views
    52,030

    Unsurprisingly, they still use the same game...

    Unsurprisingly, they still use the same game protocol as tibia (packets and their corresponding structure). So, I found the function that parses the world light packet which includes the address of...
  11. Replies
    196
    Views
    52,030

    This is in C#, and it only works with the DirectX...

    This is in C#, and it only works with the DirectX client.



    using System;
    using System.Diagnostics;
    using System.Runtime.InteropServices;
    using System.Windows.Forms;

    namespace...
  12. Replies
    84
    Views
    25,688

    Medivia uses a modified version of OTClient....

    Medivia uses a modified version of OTClient. DarkstaR is suggesting modifying the open-source OTClient code to work with Medivia since you can build a bot inside the client itself.
  13. A long time ago I was able to figure out how to...

    A long time ago I was able to figure out how to drag something using SendMessage. It had to do with the wParam parameter, but I can't remember what it was.
  14. Replies
    3
    Views
    21,079

    You have two options. 1) Like TibiaAPI does, you...

    You have two options. 1) Like TibiaAPI does, you can send a LookAt packet to the server with the correct arguments. 2) Traverse the GUI structure to locate the x,y position of the arrow slot on your...
  15. Replies
    36
    Views
    98,350

    @ottizy is correct. Used to CipSoft would just...

    @ottizy is correct. Used to CipSoft would just identify creatures as invisible by changing their looktype to the invisible, sparkle animation, but now they're noted as invisible by the server no...
  16. Replies
    1
    Views
    16,563

    The reason you're having problem finding the...

    The reason you're having problem finding the address of your hp is because hp, mana, and a few other memory addresses are XOR'd.
  17. Replies
    7
    Views
    12,640

    TibiaAPI has the same issue. It only affects...

    TibiaAPI has the same issue. It only affects Windows 7+, if I remember correctly. XP and Vista didn't have this problem. Also, the crash only happens if you create the pipe before login, and attempt...
  18. Replies
    2
    Views
    27,719

    You just need the .spr and .dat "addresses",...

    You just need the .spr and .dat "addresses", right? All these signatures are is the first 4 bytes of each file.
  19. Replies
    4
    Views
    23,679

    Nice write-up. He is the sole developer of...

    Nice write-up.


    He is the sole developer of XenoBot.
  20. Replies
    30
    Views
    73,231

    While klusbert's method is fine, there's always...

    While klusbert's method is fine, there's always the chance that the assembly could change in a future update, and it will no longer work. Here's a "better" method. Load the Tibia client in Ollydbg,...
  21. Replies
    69
    Views
    80,776

    Creature names are not stored anywhere in the...

    Creature names are not stored anywhere in the client or data files. They are stored on the server, and sent to the client as needed. However, I believe, The Forgotten Server has all new creature,...
  22. Replies
    14
    Views
    23,201

    SendMessage/PostMessage is the best way to...

    SendMessage/PostMessage is the best way to simulate keyboard and mouse events. Use Spy++ to record these messages and view their parameters, then you can recreate them to get the desired outcome.
  23. Replies
    2
    Views
    21,452

    ASLR was introduced in 9.41, I believe, but it...

    ASLR was introduced in 9.41, I believe, but it only applies to Windows Vista+, XP is always base address 0x400000. That might explain your problem.
  24. Replies
    69
    Views
    80,776

    Scanning over your code, it looks correct:...

    Scanning over your code, it looks correct: http://tpforums.org/forum/threads/5030-Tibia-Data-File-Structure?p=54669&viewfull=1#post54669
  25. Replies
    26
    Views
    44,163

    Nice work. You should do like Stiju and notify...

    Nice work. You should do like Stiju and notify the user if no Tibia client is found. Right now the program will crash. Also, remove base address from found addresses.
Results 1 to 25 of 500
Page 1 of 20 1 2 3 4