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: volf ram

Page 1 of 3 1 2 3

Search: Search took 0.04 seconds.

  1. Replies
    5
    Views
    12,433

    RE: [Python] Encryption/Login

    I'm feeling a bit helpful today, so here's something to get you started. The script is quick and dirty, lacks readability and extensibility but should demonstrate how you can assemble packets with...
  2. Thread: Addresses 9.1

    by volf ram
    Replies
    146
    Views
    30,390

    RE: 9.10 Update Information

    Concerning ASLR (I can't test it myself because I'm still running XP): what prevents us from calling GetModuleHandle("tibia.exe") with a remote thread to find the current image base and then adding...
  3. Replies
    4
    Views
    2,914

    RE: How to create a Proxy on C#?

    In the packet the client receives from the login server there is a list of character names, world names, game server ips and ports. The player will choose one character and the client will connect to...
  4. Replies
    31
    Views
    9,137

    RE: Tibia Flash Client 9.0

    This is immensely useful, but I suspect it won't run correctly if you try to recompile it. For example because of:
    static const DELTA:uint = 2.65444e+009;in XTEA.as
  5. Replies
    11
    Views
    2,858

    RE: What is the "best" language to learn?

    So many people are suggesting C++, it surprises me. I would say it's far too complicated, why not go for simpler alternatives?

    C# seems to be an all-around good answer, with useful features and...
  6. Replies
    14
    Views
    1,912

    RE: Battlelist error reading

    Blaster_89 gave you a link to TibiaApi constants and addresses. You fixed BattlelistBegin, but you should verify if the other constants you're using (PlayerIdAddress, MaxCreatures, CreatureData, 36)...
  7. Replies
    4
    Views
    1,108

    RE: Use packet.dll

    I recommend using the search function.

    http://tpforums.org/forum/thread-4967.html
  8. Replies
    3
    Views
    1,366

    RE: C++ Threads , need help.

    Pass NULL then?
  9. Replies
    24
    Views
    6,802

    RE: Anyone actually use Java?

    It's called JNI: http://stackoverflow.com/questions/1555316/for-jni-experts-how-would-i-use-jni-to-call-readprocessmemory-read-memory-from

    My personal opinion is that Java simply sucks too much...
  10. Thread: Loot

    by volf ram
    Replies
    4
    Views
    1,448

    RE: Loot

    My eyes hurt...

    1. The code is atrocious, please reindent it. As it is now, nobody has any idea if it's even syntactically correct.
    2. Wtf do you need labels and gotos for? Almost all uses of...
  11. Replies
    10
    Views
    3,496

    RE: Multiclient (MC) with no programming

    Yup, the client is afaik single-threaded, so no synchronization concerns.
  12. Replies
    18
    Views
    21,676

    Sticky: RE: Packet.dll for Tibia 8.70

    How?? :(
    I program in delphi
    Just tell me what are the parameters of SendPacket function :O
    [/quote]

    Check the packet.asm file. You'll find a line like this:
    SendPacket PROC...
  13. Thread: Justin Owen

    by volf ram
    Replies
    1
    Views
    868

    Justin Owen

    Anyone noticed that Justin Owen's posts are pretty worthless and seem to be there just to promote a link to his website?
  14. Replies
    25
    Views
    7,189

    RE: [Tutorial] Logging into Game Server - 8.60

    Yes. A 0Ah response is sent, with the reason "Invalid Account Name" or "Account name or password is not correct".

    @below:


    ???
    Before and after RSA encryption your data should be 128 bytes...
  15. RE: Getting process id of a window that name changes

    How about launching your application with Olly? If you set up a breakpoint at RegisterClassA (or something similar like RegisterClassExW etc), you can see what actually gets passed as the class name....
  16. Thread: Basic reading

    by volf ram
    Replies
    13
    Views
    2,518

    RE: Basic reading

    Then you should spend some time with Delphi debugger (stepping through code F4, F7, F8, watches Ctrl+F5, breakpoints) to see what your code is really doing. It's possible that FindWindow,...
  17. Thread: Basic reading

    by volf ram
    Replies
    13
    Views
    2,518

    RE: Basic reading

    Would you care to explain what happens? It should work fine with Blaster's correction.
  18. Thread: Basic reading

    by volf ram
    Replies
    13
    Views
    2,518

    RE: Basic reading

    You're calling FindWindow the wrong way.

    http://msdn.microsoft.com/en-us/library/ms633499%28VS.85%29.aspx
  19. Replies
    2
    Views
    914

    RE: I can't *moderated* inject a dll !

    Pure speculation, as I don't have Delphi 2010. But I heard it uses unicode by default, co PChar is actually an alias to PWideChar, not PAnsiChar anymore. Try changing the datatype from PChar to...
  20. Replies
    25
    Views
    4,065

    RE: How I can login on Tibia Account?

    1. You're sending the message to a wrong window. Sketchy explained that. The "Enter game" button does not exist from the Windows' point of view. You should send your message to the main Tibia window....
  21. Thread: no client bot

    by volf ram
    Replies
    2
    Views
    885

    RE: no client bot

    You can start with logging in to the game :-p There is a tutorial here: http://www.tpforums.org/forum/thread-7722.html. The protocol is somewhat documented here on the forums and also in tibiaapi...
  22. RE: Tibia encryption not really hacker-resistant again

    Sorry for the wait. Ok, on with it. First, it'd be good if you knew what RSA is, and the math behind it. Then you may also want to read up on why and how Chinese Remainder Theorem is used to speed up...
  23. RE: Tibia encryption not really hacker-resistant again

    I expect they have, the method is not working anymore. The fixed code was server-side.

    I'll prepare an explanation of what this was about, soon. Although it's quite mathy, so perhaps people won't...
  24. RE: [Book] Clean Code: A Handbook of Agile Software Craftsmanship

    I can't read this book, too much Java makes my eyes hurt :-( I'll have to go outside for a while.

    Although the author has many good points, I really disagree with some of his proposals (in...
  25. RE: Tibia encryption not really hacker-resistant again

    It's possible to factor the modulus, from this you get the private key.

    Also, I think we can expect a client update some time next week:
Results 1 to 25 of 67
Page 1 of 3 1 2 3