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

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    9
    Views
    5,243

    RE: Hook Packet on Linux

    long ago i managed getting the key by change source code of OT making it print a xtea key and then searching it on tibia memory.

    did u find the address of any functions like SAY, MOVE, etc?
  2. Replies
    9
    Views
    5,243

    RE: Hook Packet on Linux

    How did u got it?

    thanks
  3. Replies
    9
    Views
    5,243

    RE: Hook Packet on Linux

    Way to revive a really old thread :p. Zionz is actually the only person who has done it, I used a different method. Zionz method uses pthreads and is actually pretty complex. Basically

    1)Attach to...
  4. Thread: Ubuntu 10.04

    by wSkull
    Replies
    15
    Views
    3,030

    Poll: RE: Ubuntu 10.04

    Debbuger : Evan's debbuger -> http://freshmeat.net/projects/edebugger
    Memory scan ? there r alot ...
    Language , C or C++
    have look on:
    LD_PRELOAD
    xlib
  5. Replies
    10
    Views
    2,990

    RE: Simulate Keyboard on no-focus window

    I like but the reason of the Xsendevent dosen't work probably is it .
  6. Replies
    10
    Views
    2,990

    RE: Simulate Keyboard on no-focus window

    I've problem on my test code I dont know it's not pressing a key.

    to compile use make
    copy .so and .glade to tibia's folder
    then exec with
    LD_PRELOAD=./hook.so ./Tibia
  7. Replies
    10
    Views
    2,990

    RE: Simulate Keyboard on no-focus window

    i've plan to do a heal using LD_Preload together this way I can play with packets and memory
  8. Replies
    3
    Views
    1,370

    RE: C++ Threads , need help.

    Pass NULL then?
    [/quote]
    dosent work. anyway i gave up cuz I cant compile gtkmm for 32bits on 64 bits
  9. Replies
    3
    Views
    1,370

    C++ Threads , need help.

    Hi guys , I've got problem on creating a thread .



    test_th.cc: In function ‘int main(int, char**)’:
    test_th.cc:16: error: invalid conversion from ‘void*’ to ‘void* (*)(void*)’
    test_th.cc:16:...
  10. Replies
    6
    Views
    2,026

    RE: How neobot works

    what about attacking monster by clicks on battlelist? or looting
  11. Replies
    6
    Views
    2,026

    How neobot works

    I'd like to known how it's found out the coordinates of objetcs on screen , like dead corpses or the monster on battlelist.
  12. Replies
    11
    Views
    2,832

    RE: Changing the title of Tibia.

    So what r u doing? a cheat? manatrain healing etc
  13. Replies
    11
    Views
    2,832

    RE: Changing the title of Tibia.

    I knew this problem , on linux , tibia hasn't _NET_WM_PID flag. On tibia memory u can get the windowID , i think :) one day playing with evan's debugger i found a string like WINDOWID=1019191
    ...
  14. Replies
    11
    Views
    2,832

    RE: Changing the title of Tibia.

    I knew this problem , on linux , tibia hasn't _NET_WM_PID flag. On tibia memory u can get the windowID , i think :) one day playing with evan's debugger i found a string like WINDOWID=1019191
    ...
  15. Replies
    11
    Views
    2,832

    RE: Changing the title of Tibia.

    I knew this problem , on linux , tibia hasn't _NET_WM_PID flag. On tibia memory u can get the windowID , i think :) one day playing with evan's debugger i found a string like WINDOWID=1019191
  16. Replies
    11
    Views
    2,832

    RE: Changing the title of Tibia.

    have a look on xlib :)
  17. Replies
    0
    Views
    852

    [solved]Need a noob help .

    I'm trying to hook write function , copying the buf , decipher and printing it . I dont know why some parts of buf dont get decipher and even if do the same actions the buf are always diferent .

    ...
  18. Thread: Xtea key Adress

    by wSkull
    Replies
    6
    Views
    1,833

    RE: Xtea key Adress

    I tried add some code on *DEAD* source ( http://tpforums.org/forum/thread-4480.html )
    to print the adress of the function Send but the adress printed wasnt on tibia process . :(



    ...
    int send...
  19. Thread: Xtea key Adress

    by wSkull
    Replies
    6
    Views
    1,833

    RE: Xtea key Adress

    using LD_PRELOAD maybe we can get the pointer of send using dlsym() and then with EDB we can look around where on tibia its was called ... then look around the function that call it and etc .

    i...
  20. Thread: Xtea key Adress

    by wSkull
    Replies
    6
    Views
    1,833

    RE: Xtea key Adress

    I've just edited a ot source to printf the key and then I searched it on Tibia memory.

    [hr]
    I was thinking on try to get the adress of send function that is on a share lib and look on tibia where...
  21. Thread: Xtea key Adress

    by wSkull
    Replies
    6
    Views
    1,833

    Xtea key Adress

    I rlly sad becouse none post on this linux section , anyway just got 8.70 xteakey adress by myself



    Xtea Key Adress : 85ad250


    I hope this can help someone .
  22. Replies
    41
    Views
    12,134

    RE: ArrowBot = bot for Linux

    unfortunately here there aren't many ppl that use linux . did u known xdotool? I'll try to do something but not much.
  23. need some informations about tibia linux player .

    Hi ,
    id like to known how tibia draw everthing like a button for exemple , what I want is find out the coodinates of a button for exemple ... i was thinking on use shared library to hook a function...
  24. Replies
    41
    Views
    12,134

    RE: ArrowBot = bot for Linux

    Signed ...
    someone know how to find xtea key ? or the pointer for some functions?
  25. Replies
    10
    Views
    2,990

    RE: Simulate Keyboard on no-focus window

    Yes im using ubuntu 64bits , did u tried xdotool ?
    I just gave up , why create wheel when it just already exist ?
    anyway i was having problem on found out the pid of Tibia client bye the widown ,...
Results 1 to 25 of 50
Page 1 of 2 1 2