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

Search: Search took 0.01 seconds.

  1. Replies
    79
    Views
    15,470

    Packet Structures

    Could someone tell me how the packet structure looks like when you use a item with hotkey on yourself?
  2. Replies
    221
    Views
    83,321

    Sticky: Tutorial Requests!

    Hello,
    I'd like a tutorial about making a function in VB that lists all open Tibia clients. I think that would be nice and useful for all of us.
  3. Thread: IP Changer

    by shaitan
    Replies
    2
    Views
    1,017

    IP Changer

    It is nearly ready, I will just add an option to change IP automaticaly when a tibia client start. I think it's unnecessary to click a button each time u restart tibia. :D And it's for 7.92
  4. Thread: IP Changer

    by shaitan
    Replies
    2
    Views
    1,017

    IP Changer

    Edit: Delete thread. I found the error. :)
  5. Replies
    79
    Views
    15,470

    Packet Structures

    Thanks a lot!
    I moved them and changed Copymemory to Private. And now it's working.
    I'll add that to my programming experience.
  6. Replies
    79
    Views
    15,470

    Packet Structures

    This is all i got.
    I'm quite new with VB, I've been programming in C for a while.

    Option Explicit

    Public Declare Sub CopyMemory Lib "kernel32" Alias "RtlMoveMemory" (Destination As Any, Source...
  7. Replies
    79
    Views
    15,470

    Packet Structures

    Public Declare Sub CopyMemory Lib "kernel32" Alias "RtlMoveMemory" (Destination As Any, Source As Any, ByVal Length As Long)

    Public Function LongToByte(Number As Long, NByte As Long) As Byte
    ...
Results 1 to 7 of 7