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

Page 1 of 13 1 2 3 4

Search: Search took 0.18 seconds.

  1. Replies
    17
    Views
    5,677

    RE: [Steganography] Message hidden in image

    Since it has already been solved, and that I'm to lazy to do it on my own, do you care to explain both what you've done with the pictures and how Ian solved it? I just read something briefly about...
  2. Replies
    1
    Views
    1,336

    Automatically locating a memory address

    Hi everyone,

    I've been toying around with Minesweeper lately, mostly because it's amazing, but also 'cuz I enjoy small but simple challenges.

    I was thinking of writing a program that solves...
  3. Replies
    8
    Views
    2,735

    Zezenia - how to find battlelist address?

    'Battlelist' is just a way the Tibia programmers has defined the block of memory containing information about other plays and monsters (iow: battle against).

    I'd say it can apply to basically any...
  4. Replies
    0
    Views
    813

    Selling chars and gold

    Hello,

    As I've quit Tibia a few months ago I'm selling some char and the last pieces of gold I have left.

    The chars are:
    199 elder druid
    130~ knight
    100~ knight

    All on Valoria.
  5. Replies
    7
    Views
    1,909

    Help How make eat food in c++?

    if(p=1) should be
    if(p==1)

    If this does not solve your problem either, add MessageBox's or whatever here and there and locate exactly where the program crashes.
  6. Replies
    7
    Views
    1,909

    Help How make eat food in c++?

    char PacketFood[11];

    It will probably crash at:
    PacketFood[11] = (j - 1); as [11] equals the 12th byte in the variable, and the variable can only contain 11 bytes. You should initialize it as...
  7. Replies
    3
    Views
    2,404

    SHGetFolderPath and SHGetKnownFolderPath

    Are you sure that the Windows Vista SDK isn't available for Windows XP? If it is, the problem is getting a hand on it. :D
  8. Replies
    3
    Views
    2,404

    SHGetFolderPath and SHGetKnownFolderPath

    Evening,

    As I've never tried Vista and have no intention in doing so, I'm not really that familiar with the functions that is required to use when trying to make programs work for others than...
  9. Thread: Religion

    by Grob
    Replies
    30
    Views
    5,550

    Religion

    My problem with religion is that their only arguments is 'why not?', instead of trying to prove the existance.
  10. Thread: Uefa

    by Grob
    Replies
    6
    Views
    1,037

    Uefa

    I made a bet earlier this year that Barcelona would win the entire thing, but with the final coming up I became hesitant, so I basically just told everyone; If Barcelona can play the game their way,...
  11. Replies
    17
    Views
    2,581

    How nerd are you?!

    http://www.nerdtests.com/images/badge/nt2/ed6a855c015645ae.png
  12. Replies
    0
    Views
    798

    Selling 2kk on Valoria for rl cash

    Heya!

    Over 7kk has already been sold, however I still have some more to get rid off. The money comes from hosting the Inquisition Quest mainly and of course profitting with high level characters....
  13. Replies
    33
    Views
    5,362

    Messing with CIP ;)

    I must say it really is an amusing idea, but as everyone else says, there's really no point to it.

    Btw, it's kinda funny how people stand up for cip. :)
  14. Defeating DMA - searching for addresses in large applications

    Hello,

    I've been messing around in another game which is on around 3gb large. I successfully find dynamically allocated pointers but the code gets really messy imo. Right now I have something like...
  15. Replies
    14
    Views
    2,598

    Tibia client - which libraries?

    A little chatwindow isn't really something special, it's most likely written from scratch.
  16. Replies
    0
    Views
    613

    Minesweeper minerevealer

    Since this forum has provided me with all the address' I could ever dream off for Tibia hacking I've never really been digging inside applications to find what I'm looking for. I've just recently...
  17. Replies
    12
    Views
    3,155

    DMA - Dynamic Memory Allocation

    I'm sure you will enjoy it greatly. :)
  18. Thread: Swebit clicker

    by Grob
    Replies
    8
    Views
    1,268

    Swebit clicker

    I was a member for a day on swebits, but it takes everything an extra month to get on there since they have to wait for a swedish release. But I guess it's heaven for people burning their files to...
  19. Replies
    22
    Views
    5,626

    Client Screenshots

    The client is finally rolling again? I've been bored when ExpertMace hasn't been able to create new bugs in the serverside for me to solve. :p
  20. Finding the selected id of a List View control

    Ok, it works, but it's not pretty:
    case WM_NOTIFY:
    {
    switch(((LPNMHDR)lParam)->code)
    {
    case LVN_KEYDOWN:
    {
    LPNMLVKEYDOWN pnkd = (LPNMLVKEYDOWN)lParam;
    if...
  21. Finding the selected id of a List View control

    I have a vague feeling the LVM_GETNEXTITEM message has something to do with it but cannot test it atm.

    Edit: Done some testing and this is what I have:
    case LVN_KEYDOWN:
    {...
  22. Finding the selected id of a List View control

    Yello!

    I failed figuring it out using msdn, so I'll try my luck here.

    I got a list view control and can get the selected id without a problem when someone uses the mouse to mark an item, but...
  23. [Tutorial C++] SendPacket without Proxy, Hook or Packet.dll

    There's alot more to the post than "ripping" packet.dll. And he also says, and I quote: "This is what packet.dll does internaly.". But if you all would feel better if he would've said "This is what...
  24. Thread: Hey you...

    by Grob
    Replies
    4
    Views
    1,283

    Hey you...

    brazookah
  25. [Tutorial C++] SendPacket without Proxy, Hook or Packet.dll

    Inspiring!
Results 1 to 25 of 308
Page 1 of 13 1 2 3 4