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

Page 1 of 13 1 2 3 4

Search: Search took 0.01 seconds.

  1. Replies
    5
    Views
    8,067

    I tried a few times and when I change to the new...

    I tried a few times and when I change to the new value, the screen starts to change and go back to the real floor like 10 times a second.
    What address are you using? How you found?
  2. Replies
    8
    Views
    13,115

    I don't play Tibia anymore. For what is the auto...

    I don't play Tibia anymore. For what is the auto inviter script?
  3. Replies
    20
    Views
    43,636

    The name the otclient use for this offset is...

    The name the otclient use for this offset is "removed". Because if someone run out of your screen, the flag will turn 1 too
  4. Replies
    20
    Views
    43,636

    There is a "isRemoved" offset that is very easy...

    There is a "isRemoved" offset that is very easy to find, but it differs from each otclient. Just kill one creature and see in the memory browser one "0" turn into "1".
  5. Replies
    20
    Views
    43,636

    @Blequi, I made a BL analyzer and worked 100%...

    @Blequi, I made a BL analyzer and worked 100% here, thanks a lot!
    But when I pass to my friend to test, 10~15% of the creatures have the posZ and/or HP offset negative and with weird values!
    Do you...
  6. Replies
    23
    Views
    42,182

    When I try the option "Find out what writes to...

    When I try the option "Find out what writes to this address", even opening CE in Admin mode :(
    http://i.snag.gy/isSUo.jpg

    #Edit: nvm, i am dumb xD
  7. Replies
    20
    Views
    43,636

    Wow! That's incredible! Thanks a lot

    Wow! That's incredible! Thanks a lot
  8. Replies
    19
    Views
    7,799

    What offset is character speed ? :) I don't know...

    What offset is character speed ? :)
    I don't know how to read item id, container structure is very hard
    The next thing I want to read is cooldown bar, but it is very hard aswell :(
  9. Thread: Node.js bot?

    by Devil
    Replies
    2
    Views
    18,237

    I am Node.js programmer, but Javascript is a...

    I am Node.js programmer, but Javascript is a terrible language.
    Bot is a very sensible kind of software and static typing languages are better for that, even if you have all the bindings to make it...
  10. Replies
    19
    Views
    7,799

    The OTClient is really hard to find address,...

    The OTClient is really hard to find address, because everything is a pointer to an object instead of structs like in the old tibia client.
    The player name you can read by finding the LocalPlayerPtr...
  11. Replies
    17
    Views
    74,401

    You are not creating a lua interpreter, just...

    You are not creating a lua interpreter, just using it.
    But nice tutorial! :)
  12. Replies
    10
    Views
    23,174

    I am out of Tibia. What happened to iBot ? And...

    I am out of Tibia. What happened to iBot ? And are you still working hard with Xeno ?
  13. Replies
    14
    Views
    39,757

    Mas você recompilou o server com as devidas...

    Mas você recompilou o server com as devidas mudanças ?
  14. Replies
    14
    Views
    39,757

    BR: O que aconteceu depois das mudanças ? EN:...

    BR: O que aconteceu depois das mudanças ?

    EN: What happened after the changes ?
  15. Replies
    14
    Views
    39,757

    You modified in the wrong place, probably in the...

    You modified in the wrong place, probably in the login protocol of the client.

    Try this tutorial but using 0x83 for magic effects instead 0x84 for animated text. The images are broken but it is...
  16. Replies
    14
    Views
    39,757

    I would use OTClient, but you can still change...

    I would use OTClient, but you can still change the effect length of U8 to U16 in both server and client.


    In the server:



    void ProtocolGame::AddMagicEffect(NetworkMessage_ptr msg,const...
  17. Why not building everything inside your DLL ?...

    Why not building everything inside your DLL ?
    IPC can be a pain in the ass and a waste of time.
  18. Why not building everything inside your dll ?...

    Why not building everything inside your dll ?
    IPC can be a pain in the ass, sometimes a time loss.
  19. Replies
    5
    Views
    14,513

    In this case you want to use login function with...

    In this case you want to use login function with many clients at the same time for an open tibia server ?
  20. Replies
    7
    Views
    36,687

    Password in rar files = better encryption to...

    Password in rar files = better encryption to avoid virus detection in virustotal.com, and you know it
    Why you don't open source it, then any admin can approve it.
  21. Replies
    5
    Views
    14,513

    MassLog or MassSpam ? Please detail this...

    MassLog or MassSpam ?
    Please detail this internal function
    Do you already know how to inject dll ?
  22. Replies
    7
    Views
    36,687

    What methods are you using for each feature,...

    What methods are you using for each feature, feed, attack and fishing?
    Unless you explain it, nobody will even download it, too suspicious.


    # Edit:

    The Virus Total analyzes is fake. The real...
  23. Replies
    6
    Views
    18,711

    Declare it: procedure SendPacket(ProcessID:...

    Declare it:


    procedure SendPacket(ProcessID: Cardinal; Packet: Pointer); stdcall; external 'packet.dll';


    Example:


    procedure Say(Text : String; Mode : Integer);
  24. Replies
    6
    Views
    18,711

    @Portuguese: O que você está tentando fazer...

    @Portuguese:
    O que você está tentando fazer exatamente ? Vou ver aqui e tento te descolar essa dll e uns exemplos.
    Mas basicamente você tem 3 formas simples de fazer o character ir para algum dos...
  25. Replies
    3
    Views
    1,468

    Please add me on facebook. I will send PM to you.

    Please add me on facebook.
    I will send PM to you.
Results 1 to 25 of 320
Page 1 of 13 1 2 3 4