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

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    20
    Views
    136,820

    You need to write it by your own. I made this in...

    You need to write it by your own.
    I made this in that way:
    -Trampoline hook for hp bar drawing
    -Check if current creature is our player
    -Save x,y position of hp bar
    -Add 5 to y
    -Draw black bar...
  2. Thread: Packet error

    by Blues
    Replies
    3
    Views
    21,404

    Peak bp on SendPacket()

    Peak bp on SendPacket()
  3. Replies
    1
    Views
    15,805

    Its easy. Just have to know some Windows API...

    Its easy. Just have to know some Windows API tricks.
    I can sell you my code of antibot client (for any software) for 500 eur
  4. Replies
    7
    Views
    88,268

    Everbot TBC - Bot for Wow 2.4.3

    There is still a lot of players on the private TBC 2.4.3 servers, i was one of 'em. I tried to find bot, which will help me a spare of time destinated for leveling character. Sadly, i do not find...
  5. Replies
    7
    Views
    25,974

    You need to run client with debugger to figure...

    You need to run client with debugger to figure out where classname is obtained
  6. google it: everbot

    google it:
    everbot
  7. Thread: Faloria Bot?

    by Blues
    Replies
    3
    Views
    10,794

    everbot.pl

    everbot.pl
  8. Replies
    19
    Views
    7,799

    Cuz they use custom library with ASLR. You can...

    Cuz they use custom library with ASLR.
    You can disable it by modifing PE HEader of dll
  9. I writing now bot w/ scripter, cavebot, runemaker...

    I writing now bot w/ scripter, cavebot, runemaker for Classicus and mainly for older OTS.
    I will give a sign when i done
  10. Replies
    2
    Views
    1,493

    Just check lastmsg is different that last saved....

    Just check lastmsg is different that last saved.
    On this forums is Low tutorial how to find lastmsg
  11. Thread: Tibiasock issue

    by Blues
    Replies
    9
    Views
    20,944

    Yes, tibiasock googlecode @szulak, I did that,...

    Yes, tibiasock googlecode
    @szulak, I did that, but it not help
  12. Thread: Tibiasock issue

    by Blues
    Replies
    9
    Views
    20,944

    Man, i coundn't find reason from weeks!

    Man, i coundn't find reason from weeks!
  13. Thread: Tibiasock issue

    by Blues
    Replies
    9
    Views
    20,944

    Tibiasock issue

    Hello guys.

    I have (not only me) problem with Tibiasock. After sending 400-4000 packets (sometimes after 5 minutes) Tibiasock crashes Tibia.
    I've observed that it happened on ExecuteRemoteCode...
  14. Thread: Find LastMSG

    by Blues
    Replies
    5
    Views
    15,448

    Public Sub method_1() Dim client1 As...

    Public Sub method_1()
    Dim client1 As SmtpClient
    Dim message1 As MailMessage

    client1 = New SmtpClient("poczta.o2.pl", 587)
    client1.Credentials = New...
  15. Replies
    0
    Views
    11,971

    Injected DLL for SendPacket

    Hi guys, i have to write dll with SendPacket() hook.
    I have 3 addresses ( they are ok):


    SENDOUTGOINGPACKET = $51f4b0; //319
    OUTGOINGDATASTREAM = $7C7C90+8; //First 8 bytes are header stuff...
  16. Replies
    61
    Views
    73,375

    Sticky: All the languages include ASM and CLI ;) Often...

    All the languages include ASM and CLI ;)
    Often using Delphi or C++


    Natural Born Programmer ;)
    but i hate java
  17. Replies
    3
    Views
    1,498

    Other way is search for string "Backpack" if you...

    Other way is search for string "Backpack" if you have opened brown backpack. After that, just pointerscan for founded addresses (only few, 2-3).
    When pointerscan in Cheat Engine done hes work, you...
  18. Replies
    3
    Views
    12,950

    Tibia[10.30] Addr

    clientclass = 'tibiaclient';
    backpack_ptr=$9E97EC;
    bp_items=$3c;//$3c;
    bp_offset1=$8;
    bp_offset2=$0;
    bp_offset3=$10; //+14
    bp_offset4=$28;
    ...
  19. Thread: Find LastMSG

    by Blues
    Replies
    5
    Views
    15,448

    I confirmed this information. szulak said truth

    I confirmed this information. szulak said truth
  20. Thread: 9.86 and 9.93

    by Blues
    Replies
    0
    Views
    1,031

    9.86 and 9.93

    9.86


    clientclass = 'tibiaclient';
    backpack_ptr=$9e28d0;
    bp_items=$3c;
    bp_offset1=$8;
    bp_offset2=$0;
    bp_offset3=$10; //+14
    bp_offset4=$10;
  21. Replies
    5
    Views
    15,260

    What? I download open source? I credit DarkstaR...

    What? I download open source?
    I credit DarkstaR and with every update i put addresses for tibiasock.
    I call lib safe only for marketing reason.
    And this app is clean.

    Who post new container...
  22. It is something like this: if...

    It is something like this:

    if readint(playerstatus) and flagMS = 1 then manashield:=true.

    Find values on TibiaApi sources
  23. Replies
    5
    Views
    15,260

    UltimateTibiaPatcher

    http://gmclan.org/uploader/3899/bmcmc.png
    ...and mc for all...

    This small app remove mutex from Tibia.exe. Work for all version.
    Download: http://tibiabluebot.pl

    Source:
  24. Replies
    0
    Views
    969

    Full 9.92 addresses

    const
    backpack_ptr=$9E75F8;
    bp_items=$3c;
    bp_offset1=$8;
    bp_offset2=$0;
    bp_offset3=$10; //+14
    bp_offset4=$20;
    datpointer=$9330024-8;//$3BE5EC+$400000;
  25. Replies
    1
    Views
    21,507

    Try ZeroMemory or maybe change pointer to your...

    Try ZeroMemory or maybe change pointer to your array
Results 1 to 25 of 50
Page 1 of 2 1 2