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

Page 1 of 20 1 2 3 4

Search: Search took 0.02 seconds.

  1. Replies
    21
    Views
    7,467

    Sorry for bumping old thread, but this one made...

    Sorry for bumping old thread, but this one made me cry:

    /* Monty Python feature */
    #define spam

    int spam main( spam int argc spam, spam spam char spam * spam argv spam [ spam ] )
    { spam...
  2. Replies
    126
    Views
    30,639

    RE: 9.44 addresses and changes - ONLY HERE!

    @Ksak
    Read the whole thread, it was mentioned 3 or 4 times...

    @ninjagameplayer
    namespy1 - 0x507553
    namespy2 - 0x507560
  3. Replies
    31
    Views
    9,691

    RE: [Delphi] Neobot clone, nearly done... SOURCE!

    http://speedyshare.com is nice file hosting service
  4. Replies
    126
    Views
    30,639

    RE: 9.44 addresses and changes - ONLY HERE!

    First page of this thread...
  5. Replies
    31
    Views
    9,691

    RE: [Delphi] Neobot clone, nearly done... SOURCE!

    It seems to. I've downloaded, but it looks like XE2 really changed from XE and it's painful to compile it on XE.
  6. Replies
    4
    Views
    958

    RE: TextPrinting in Tibia window

    I think that using search is painful for some people :/

    print text tibia 9.44

    Paste that in google. One of the first results will be 9.44 addresses thread with correct procedure.
  7. RE: TPR - Tibia Proxy Runemaker - Full sources and binaries

    I guess it's for the hotkeys, but I may be wrong. I never used it.
  8. Replies
    52
    Views
    32,694

    RE: How old are you?

    17, lol I'm little kid here
  9. Replies
    126
    Views
    30,639

    RE: 9.44 addresses and changes - ONLY HERE!

    I didn't see those addresses here:

    int dialogPointer = 0x7AC5D0;
    int dialogCaption = 0x54;
    int RedrawWidth = Memory.AlignAddress(0x98B2B4); //9.44
    int RedrawHeight = RedrawWidth + 4; //9.44...
  10. Replies
    8
    Views
    1,538

    RE: [C++] Idiotic Tibia crashes with PrintText

    Haha, now I see it. I have Windows 7 and that's strange :D
    Why it shows so, I don't know


    I'll try that, when I'll find sth out I'll immediately give informations
  11. Replies
    126
    Views
    30,639

    RE: 9.44 addresses and changes - ONLY HERE!

    @Up
    Nothing strange in returned value, you're reading it wrong way


    int baseAddress = (here do all operations counting base address);
    int HP = Memory.ReadInt(hpAdr with XP base - 0x400000 +...
  12. Replies
    8
    Views
    1,538

    RE: [C++] Idiotic Tibia crashes with PrintText

    The only game which had Low FPS was The Witcher 2 with all details on max + Ubersampling enabled - it was really poor performance, but without it I have really good fps.

    However I'd like to stick...
  13. Replies
    8
    Views
    1,538

    [C++] Idiotic Tibia crashes with PrintText

    Hello,

    I have some GUI classes and they generally worked correct until I've started to play with icons.

    This code will cause crash

    void CIcon::Draw(int x, int y)
    {
    Screen::PrintItem(1, x...
  14. Replies
    126
    Views
    30,639

    RE: 9.44 addresses and changes - ONLY HERE!

    Seems to work perfectly

    int MeasureText(int Font, char* Text, int TextLen, int Align)
    {
    DWORD original = Memory.AlignAddress(0x4C6AA0);
    int ret = 0;
    __asm
    {
    PUSH Align
    PUSH TextLen
  15. Replies
    126
    Views
    30,639

    RE: 9.44 addresses and changes - ONLY HERE!

    @Cupquake
    About searching this address:
    Well, I have an idea.
    Start dragging, pause Tibia, seek in Cheat Engine, unpause Tibia, start dragging another item and repeat this until you find this...
  16. Replies
    126
    Views
    30,639

    RE: 9.44 addresses and changes - ONLY HERE!

    Haha, got it now. Needed to add 1C to ESP and move skinId to ECX instead of EDX.

    Now I will be fighting with PrintItem.
  17. Replies
    126
    Views
    30,639

    RE: 9.44 addresses and changes - ONLY HERE!

    @Miziak
    Shouldn't you add to this address?
    address +=
    Because you will get for example module base: 0x400001, then you subtract 0x400000, so address is increased by 1 from no-ASLR address
    ...
  18. Thread: Simple Bot

    by muttley
    Replies
    6
    Views
    1,460

    RE: Simple Bot

    You have to do sth like that
    Pseudo code

    hp := ReadInteger(HPAddr) xor ReadInteger(XorAddr);
  19. Replies
    126
    Views
    30,639

    RE: 9.44 addresses and changes - ONLY HERE!

    Thank you DarkstaR, I've managed to make it work nicely in Delphi.
    I have noticed that detoured procedure passes fucked up parameters like nFont = 200
    Is it normal or I'm doing something wrong?
  20. Replies
    126
    Views
    30,639

    RE: 9.44 addresses and changes - ONLY HERE!

    txtDis_PrintName := $504587; //not sure - not used by me at the moment
    txtDis_PrintFPS := $45E420;
    txtDis_ShowFPS := $98E972; //1931804672 - off 1931804673 - on - it looks it was encrypted by...
  21. Replies
    12
    Views
    2,014

    RE: [C#][HELP] How to attack??

    Analyze packets which client sends, for example if you want to set packet which does thing A on given XYZ

    Tibia client does:
    Header-2 bytes
    Split - 1 byte
    Packet Type - 1 byte - do thing A...
  22. Replies
    3
    Views
    1,799

    RE: Your favorites songs 1-5.

    1. Mad Lion - Self Help (f. Edley Shine) - http://www.youtube.com/watch?v=MhkauW-HLbQ
    2. Born Jamericans - Gotta Get Mine (f. Mad Lion, Shinehead, Sleepy Wonder) -...
  23. Replies
    12
    Views
    2,014

    RE: [C#][HELP] How to attack??

    No. Behaving like bot (walking on certain tiles all the time, too fast healing, sending wrong packets) can cause ban.
    Proper packets don't do harm
  24. Replies
    7
    Views
    1,562

    RE: Universal method of updating any address

    And you can disable ASLR without any changes to Tibia.exe

    http://www.microsoft.com/download/en/details.aspx?id=1677

    Someone posted it some time ago.
  25. Replies
    4
    Views
    1,740

    RE: ASLR - solution?

    http://tpforums.org/forum/thread-8824-post-77682.html#pid77682
Results 1 to 25 of 481
Page 1 of 20 1 2 3 4