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

Search: Search took 0.01 seconds.

  1. Replies
    11
    Views
    28,468

    thank you for this awesome tutorial! Do you...

    thank you for this awesome tutorial!

    Do you have some knowledge about creating/sending packets to the server?
  2. Replies
    37
    Views
    39,254

    I'm currently working on targeting system, after...

    I'm currently working on targeting system, after it's done i'll implement some slime trainer.
    btw, i'm really busy this last weeks guys, so this new features will take a while to be done
  3. Replies
    37
    Views
    39,254

    you are probably not using the correct ids. ...

    you are probably not using the correct ids.

    Medivia does not use the same id's of tibia.
    to check some of the id's:
    https://github.com/TwistedScorpio/OTHire/blob/master/data/items/items.xml
  4. Replies
    37
    Views
    39,254

    thanks for the feedback. the runemaker will try...

    thanks for the feedback.
    the runemaker will try to find any empty slot to put the rune... i might fix this later.


    i'm very busy with work and university at the moment, so cavebot won't be done...
  5. Replies
    37
    Views
    39,254

    it does? on which conditions? it's been a while...

    it does? on which conditions?
    it's been a while sinde i wrote that...


    Each "widget" has an unique id, this id is a string, so just use the search for string option on cheat engine, and you'll...
  6. Thread: MediviaBot

    by henqqq
    Replies
    0
    Views
    1,424

    MediviaBot

    Hello guys,

    this is my first C# project: a simple tool for medivia.org

    it works simulating mouse/keyabord events.
    Source: https://github.com/henqqqcs/mediviabot
  7. Replies
    37
    Views
    39,254

    Project - MediviaBot

    Hello guys,

    this is my first bot related project: a simple tool for medivia.org

    it works simulating mouse/keyabord events.
    Note1: Only works on Medivia_OGL client
    Note2: Only works with...
  8. Replies
    20
    Views
    43,687

    btw, do you know how to check if a creature is a...

    btw, do you know how to check if a creature is a NPC, a monsters or other players?
  9. Replies
    20
    Views
    43,687

    thanks for sharing!

    thanks for sharing!
  10. Replies
    50
    Views
    18,074

    Forgot to mention, medivia.dat and medivia.spr...

    Forgot to mention, medivia.dat and medivia.spr are stored in a .wad file.

    To open this .wad file, i used a WAD editor called Slade 3.

    http://slade.mancubus.net/index.php?page=downloads

    1º...
  11. Replies
    50
    Views
    18,074

    How to read Medivia (old tibianic) .dat file?

    Hello,

    i'm trying to read all items attributes (ground, is Stackable, is Container, sprites, etc) from a custom server Medivia/tibianic .dat file.
    I'm aware they are using a custom OTClient, and...
  12. Replies
    23
    Views
    42,224

    Thank you very much!!

    Thank you very much!!
  13. Replies
    195
    Views
    52,022

    Thanks for sharing! btw, to make it work on...

    Thanks for sharing!

    btw, to make it work on OpenGL client all we have to do is change this addresses?



    uint WorldLightPointer = 0xDE18A;
    uint WorldLightNop1 = 0xDE188;
    ...
  14. Replies
    84
    Views
    25,685

    first, thanks for reply! I'm not sure what you...

    first, thanks for reply!

    I'm not sure what you mean.
    you mean develop my bot beside the client, compile it, and play with my own client?
    this is not an option, i'm doing this for medivia (old...
  15. Replies
    84
    Views
    25,685

    edited the post guys, it's looks like a...

    edited the post

    guys, it's looks like a dynamic size array of fixed size arrays of 4 elements. The arrays of 4 elements behave like a circular array (check the image).
    An item does not have a...
  16. Replies
    84
    Views
    25,685

    How to iterate over a deque structure?

    Hey guys, i've been trying to figure out the OTCLIENT container structure, i manage to transverse the container map, but i'm having trouble to iterate over a deque of items.

    here is how otclient...
  17. Replies
    9
    Views
    26,576

    Lua code on Cheat Engine, Nice! :D I fugured...

    Lua code on Cheat Engine, Nice! :D

    I fugured it out.



    Process tibia = Process.GetProcessesByName("Tibia")[0];
    ProcessModule module = tibia.MainModule;
    ...
  18. Replies
    9
    Views
    26,576

    Problem to read Tibia GUI structure

    Hey guys,

    I'm trying to read tibia's game window width.

    All code:
    https://gist.github.com/henqqqcs/08255fa362dc8c897be2



    Process tibia =...
  19. Replies
    2
    Views
    19,878

    Any reverse engineering tips and books?

    Hello guys,

    I'm a Java developer and I decided to learn c++, and as an exercise, i chose to create a simple tibia bot.

    I'm ok with programming logic and object oriented paradigm,
    what i'm...
  20. Replies
    14
    Views
    23,199

    thanks for hleping guys. @Lolrapa I dont want...

    thanks for hleping guys.

    @Lolrapa
    I dont want to send packages to the client, one may think this is detectable.

    @Jo3Bingham
    i used the spy++ tool (thanks for the tip), and i've came to this...
  21. Replies
    14
    Views
    23,199

    [C#] Best way to simulate keystrokes

    Hello guys,

    I'm studying c# and trying to develop a bot which simulates keyboard strokes and mouse clicks.

    But i'm having some troubles:
    1# I only manage to send keyboard strokes with the...
  22. Replies
    202
    Views
    310,692

    Sticky: RE: Request a Program //

    Can you PM me with TPR 3.0 program?

    The attachment of the source is gone!
Results 1 to 22 of 22