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

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Bah, guys, I 'fixed' the problem but it looks...

    Bah, guys, I 'fixed' the problem but it looks kinda ugly. I had to create a new Public Type loginInfo2 and use for the password.

    The new CharListPtr address that I use is &H9CAE24

    Code below
    ...
  2. Char List structure, I guess it needs a minor update.

    Ok, I got this C++ code (remember the introduction of a char list structure for accessing acc and pass in the memory back in 9.71?) and it worked like a charm for many updates afterwards, but...
  3. CharListPtr, relatively easy question, need your help...

    After a long break I'm back, lol. Since the acc and pass could no longer be found in a static address after the update 9.71, we had to get them based on the address of the Character List (Pointer),...
  4. Replies
    12
    Views
    28,010

    So it's me again, after a long break, lol. Since...

    So it's me again, after a long break, lol. Since the acc and pass could no longer be found in a static address after the update 9.71, we had to get them based on the address of the Character List...
  5. Replies
    12
    Views
    28,010

    RE: Reading the Character List in 9.71

    Thanks! It's much smaller now and working. I suppose the function getText is really needed here? Or do you believe the code below can get even simpler?


    #define DESIRED_ACCESS...
  6. RE: How to use Windows XP Tibia 9.1+ address in Vista/7

    Hey! I managed to fix my program to work on Vista/7 quite a few months ago. Like I said, I used BlackD's open source function to get Tibia's base address.

    Nonetheless, thank you.
  7. Replies
    12
    Views
    28,010

    RE: Reading the Character List in 9.71

    Farsa, I want to make your code the smallest possible, by removing both client.h and client.cpp. They are not necessary because I don't want your code supporting multiclienting, and they are also not...
  8. Replies
    12
    Views
    28,010

    RE: Reading the Character List in 9.71

    I downloaded your code, C++ 2010 Express and compiled it.

    Worked exceptionally fine and I even got a smirk in my face lol, but unfortunately my program is developed in VB6.

    My needs are even...
  9. Replies
    202
    Views
    310,692

    Sticky: RE: Request a Program //

    First of, you will need to learn how to send packets. I will recommend a simple proxy blackdtools have great sources for vb6.

    Or are you willing to pay someone to do it for you?

    YEEY 1000...
  10. Replies
    202
    Views
    310,692

    Sticky: RE: Request a Program //

    Saudações!

    I am thinking about coding my own program in VB6 but it's too advanced for my knowledge, so perhaps you have it, or can code it yourself.

    The program visits a specified Tibia.com's...
  11. RE: How to use Windows XP Tibia 9.1+ address in Vista/7

    Stupid question: does it also work on Win7 64bit? I am grateful that my code is now working on Win7 thanks to Blackd, but I have yet to test it on Win7 64bit.
  12. Thread: Win7 surprise

    by matzen
    Replies
    31
    Views
    3,015

    RE: Win7 surprise

    Problem solved :) In reality I got it to work on Win 7 yesterday thanks to Blackd's open source code and a bit of persistence on my part on how to adapt his code into my own.
  13. RE: How to use Windows XP Tibia 9.1+ address in Vista/7

    Yeah, I know they are open source, but I can't deduce anything from looking at them as of yet, hence my post. I edited it btw, and created a thread.
  14. Thread: Win7 surprise

    by matzen
    Replies
    31
    Views
    3,015

    RE: Win7 surprise

    They are correct, since they are working on XP. I am using Windows XP, but have another computer with Windows 7 installed where I tested the code. I saw that it didn't work and decided to use TSearch...
  15. Thread: Win7 surprise

    by matzen
    Replies
    31
    Views
    3,015

    RE: Win7 surprise

    Hey, thanks for your input. I don't use TibiaAPI: the module is really simple, all it does is to take a snapshot of the Tibia process and read the memory String or Long.

    Can you help me with...
  16. RE: How to use Windows XP Tibia 9.1+ address in Vista/7

    Hey, I know about it, but I personally chose not to use the code tag in order to not display the scroll bar.

    Can you help me with inserting Blackd's code into my module? I just need to find the...
  17. Thread: Win7 surprise

    by matzen
    Replies
    31
    Views
    3,015

    Win7 surprise

    I am so frustrated after I learnt that Win7 had random addresses for offsets. I still am. For those who'll say that I didn't 'search enough', I did indeed! There are two threads that could help me if...
  18. RE: How to use Windows XP Tibia 9.1+ address in Vista/7

    Post edited, I decided to create a new thread: http://tpforums.org/forum/thread-10179.html

    Hopefully my thread will help those who, like me, are having difficult in using Blackd's code to read...
  19. RE: Char name: which addresses are need, if any at all?

    More or less, I can read some values if they are strings or a 4/8 bytes values that are longer than 4 digits.

    If I have the code I can easily add it into my program.

    But things like the...
  20. RE: [Tibia 8.53] Character & World reading function [check it!!!]

    Too bad this function does not exist for VB6 in this forum.

    I searched a lot, and it seems so simple.
  21. Replies
    28
    Views
    24,910

    RE: [update] Tibia 9.41

    Thank you, I found it! 400000 + 44A9D0 = 84A9D0, so we got:

    http://i.imgur.com/Ob6ne.png

    This is correct, the account has 17 days left of premium time. BUT!... what do you mean by ASLR...
  22. Replies
    28
    Views
    24,910

    RE: [update] Tibia 9.41

    Unfortunately that doesn't seem to be the address:

    http://i.imgur.com/SuJtp.png


    It's always the same value, regardless of whether my account is free, or premium.
  23. Char name: which addresses are need, if any at all?

    Hiho!

    After drying my poor eyes, reading and searching for hours, I have just learned that there is no static address for the character name, so I am asking for your help.

    I don't use TibiaAPI,...
  24. Replies
    28
    Views
    24,910

    RE: [update] Tibia 9.41

    What about the address for your account status? (free/premium). I need to read the number of premium days my account has.

    Thanks.
  25. Replies
    1
    Views
    805

    [REQUEST] Premium Days Address (9.41)

    I have been trying for hours, using T-Search, to find the address where your premium days are stored. No success so far.

    May somebody help me?

    Thanks.
Results 1 to 25 of 27
Page 1 of 2 1 2