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: Dark Pallys

Page 1 of 20 1 2 3 4

Search: Search took 0.06 seconds.

  1. Lol this is brilliant..

    Lol this is brilliant..
  2. Seems like it's not decrypting at all.. only...

    Seems like it's not decrypting at all.. only removing the first 6 bytes o.o
  3. Replies
    3
    Views
    1,320

    Short answer: Yes, it is possible to do it in...

    Short answer: Yes, it is possible to do it in Java, albeit with difficulty.
    Pros: It's a language you're familiar with
    Cons: Using Java will definitely add an unnecessary layer of difficulty to...
  4. Replies
    3
    Views
    16,282

    Damn! That was brilliant!

    Damn! That was brilliant!
  5. Replies
    6
    Views
    17,968

    Holy crap, I didn't know files now had a "Last...

    Holy crap, I didn't know files now had a "Last accessed date"!
  6. Replies
    6
    Views
    26,322

    We upgraded the forum to use vBulletin instead of...

    We upgraded the forum to use vBulletin instead of the old MyBB. Ian, is still an admin, and so am I, of course. Nothing changed, except the forum style. All old threads can be found here:...
  7. Replies
    2
    Views
    2,050

    What would you like your new name to be?

    What would you like your new name to be?
  8. Replies
    4
    Views
    2,261

    just replace "vbulletin" with "forum"

    just replace "vbulletin" with "forum"
  9. Replies
    8
    Views
    2,335

    That doesn't work in Australia last I checked.....

    That doesn't work in Australia last I checked.. the mobilenumber@ispname.com
  10. Replies
    8
    Views
    2,335

    Seems legit... even if it's a spam bot, it's...

    Seems legit... even if it's a spam bot, it's interesting :P
    Not long ago I had something like this built for a project in Delphi/MySQL
  11. Replies
    1
    Views
    609

    RE: How to get Hardware ID?

    Private Declare Function GetVolumeInformation& Lib "kernel32" Alias "GetVolumeInformationA" (ByVal lpRootPathName As String, ByVal pVolumeNameBuffer As String, ByVal nVolumeNameSize As Long,...
  12. Replies
    41
    Views
    9,574

    RE: vb.net send packet Help

    Have a look at this.

    http://tpforums.org/forum/thread-9038.html?highlight=tibiasock

    It's another dll used to send packets, easier to understand :)
  13. Replies
    41
    Views
    9,574

    RE: vb.net send packet Help

    Not sure if you really understood what I said before.. but lets try this again.

    First: Does Rose Online use any kind of encryption on the packets?
    If it does use encryption, you will need to...
  14. Replies
    41
    Views
    9,574

    RE: vb.net send packet Help

    Yes, it's only for Tibia. To use it on another game you need to update the addresses used, as well as implement any encryption that they may use
  15. Replies
    13
    Views
    27,949

    Poll: RE: FrostWinds

    It's like Tibia 4.0 xD
  16. Replies
    9
    Views
    2,333

    RE: Why was my thread deleted?

    Hey, I'm not saying I did it! :P Just saying it's possible! :D
  17. Replies
    9
    Views
    2,333

    RE: Why was my thread deleted?

    Uh oh, it's possible that I may have deleted it by mistake when deleting spam threads. I also went through the logs just then, and there's no sign of it being deleted by one of us, but when more than...
  18. Replies
    8
    Views
    2,529

    Addresses 9.61

    Note on Start Time:

    Public Const adrStartTime = &H9D32D8
    ' timeGetTime is no more! But this works as a substitute
    ' If Blacksquare value > adrStartTime value Then
    ' Blacksquare...
  19. Replies
    6
    Views
    2,047

    RE: How I spent this summer!...

    Hmm I don't see any link to wow, or attempt on trying to sell us something.. leave it :P
  20. Replies
    5
    Views
    1,143

    RE: [VB6] Simple Reader

    http://tpforums.org/forum/thread-10445.html
  21. Replies
    6
    Views
    1,212

    RE: Synchronize Thread/Timer with Game Ping

    For your ignore list you could try resetting it after a few rounds.. say, you push out old ignored ids after 30 rounds or something.. or more.. or less.

    Anyway, another way for you to sort of sync...
  22. Replies
    2
    Views
    704

    RE: Go to position

    Keep in mind that the GO_X address very often gets reset to 0 when you are approaching your destination.. so I'd recommend searching for the GO_Y value instead, it never gets reset :)
  23. Replies
    6
    Views
    1,212

    RE: Synchronize Thread/Timer with Game Ping

    For things like looting, to prevent that, you can just loot backwards :) Start looting from the last item, and make your way up to the first
  24. Replies
    3
    Views
    2,189

    RE: Addresses 9.54

    Yes..

    It says right there..
    please learn to read the post before asking questions.
  25. RE: Putting Putting ServerLog info into txt files, where to start?

    Ehh I don't know :P

    You have a few possibilities.. count the events yourself and call the save window function every 1000 events..

    or use a hook/proxy to save the events..

    or read the memory...
Results 1 to 25 of 500
Page 1 of 20 1 2 3 4