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

Page 1 of 3 1 2 3

Search: Search took 0.01 seconds.

  1. Replies
    30
    Views
    8,551

    Version 11apr2022 _ Interface changes. Now it...

    Version 11apr2022

    _ Interface changes. Now it looks like Rift for more friendly usage

    https://i.imgur.com/WaFOtBn.png

    Download Link: https://www.4shared.com/s/fQyNP1KKuea
  2. Replies
    30
    Views
    8,551

    ver 07apr2022 download link:...

    ver 07apr2022

    download link: https://www.4shared.com/s/f1X-qnh46ea
  3. Replies
    30
    Views
    8,551

    update ver 07apr2022 _added shadowIllusion...

    update ver 07apr2022

    _added shadowIllusion address (dx client)
    _fixed bug with waypoints x,y lenght lower than 5
  4. Replies
    30
    Views
    8,551

    update ver 30mar2022 _ Fixed bugs on Client...

    update ver 30mar2022

    _ Fixed bugs on Client Chooser
    _ Fixed bug of Show button to show rootPanel

    https://www.4shared.com/s/fSVqiUszZiq
  5. Replies
    30
    Views
    8,551

    update ver 27mar2022 _ Add Address Imperianic...

    update ver 27mar2022

    _ Add Address Imperianic (directx) targeting/alarms/sio friend working because its not otclient V8
    _ Fixes and changes on Cavebot
    _ Fixes Address
    _ Timers for waypoints and...
  6. Replies
    30
    Views
    8,551

    update ver 07mar2022 _ auto baseAddress _ now...

    update ver 07mar2022

    _ auto baseAddress
    _ now you can draw the rootPanel instead getting its offsets
  7. Replies
    30
    Views
    8,551

    update ver 15feb2022 _ fixed screenshot at death...

    update ver 15feb2022
    _ fixed screenshot at death
    _ fixed healing LOW
    _ fixed eat food while waypoints on

    - STILL WITHOUT BATTLELIST STRUCTURE for otcV8
  8. Replies
    30
    Views
    8,551

    update ver 05feb2022 _ take screenshot at death...

    update ver 05feb2022
    _ take screenshot at death
    _ alert if you are running as adm or not
    _ confirmation for saving waypoints/targeting/address
    _ fixed blinking screen
    _ char name at bot's...
  9. Replies
    30
    Views
    8,551

    update ver 26sep2021 - auto recording -...

    update ver 26sep2021
    - auto recording
    - waypoints now working without targeting
    - fixed ding sound
    - a lot of minor fixes
    - STILL WITHOUT BATTLELIST STRUCTURE for otcV8
  10. Replies
    20
    Views
    2,765

    Back to a dead end. Accidentally deleted my...

    Back to a dead end. Accidentally deleted my source and lost my progress in OTCv8 battlelist.

    Its known otcv8 battlelist uses Red-Black Binary tree. But there is something i'm missing
  11. Replies
    30
    Views
    8,551

    Updated source file. There were frm files...

    Updated source file. There were frm files missing. Accidentally I deleted my last source with recursive function for OTCv8 battlelist.
  12. Replies
    20
    Views
    2,765

    This is visual representation of battlelist tree...

    This is visual representation of battlelist tree in OTCv8. Each node has 3 child, many repetitions and if you keep moving next layer you may reach an infiite loop. I dont know what are the parameters...
  13. Replies
    20
    Views
    2,765

    [HELP] OTClient BattleList

    Hello,

    I'm working on an open source Bot for OTClients. But most otservers uses OTCv8, Battlelist works different there. The old method (there is Ascer tutorial about it) is Hashtable, here is the...
  14. Replies
    30
    Views
    8,551

    Ver 04aug2021 A lot of improvements....

    Ver 04aug2021

    A lot of improvements. Battlelist uses hashtable so wont work on OTCv8 since it uses binary tree structure.

    Msg me or contact old tibia facebook page so I can give you all my...
  15. Replies
    30
    Views
    8,551

    Ver 03aug2021 - CaveBot introduced (targeting...

    Ver 03aug2021

    - CaveBot introduced (targeting and waypoints), uses mouse events

    https://i.imgur.com/DdGhulE.jpg
  16. Replies
    30
    Views
    8,551

    Update 25jul2021: - Save state introduced -...

    Update 25jul2021:

    - Save state introduced
    - Server chooser
    - A lot improvements with Address/Offsets, even for clients that uses XOR encrypt
    - Functional alarms

    New UI and friendly client...
  17. Replies
    3
    Views
    1,755

    My first attempt: Public Function...

    My first attempt:



    Public Function Walk(pHandle As Long, lBaseAddres As Long, direction As Long, dash As Boolean)
    Dim codeCave(31) As Byte

    codeCave(0) = &H60
    codeCave(1) = &H9C...
  18. Replies
    3
    Views
    1,755

    Convert C++ codecave function to VB6

    Hello, guys.

    Please, may someone help convert this function to vb6?

    The code in C++



    void walk(HANDLE pHandle, DWORD baseAddress, int direction, bool dash)
    {
  19. Now I understand how to get creature ID offset....

    Now I understand how to get creature ID offset. Let me share what I learned:

    Range for Creature IDs:
    Player: 0x10000000 to 0x40000000;
    Monster: 0x40000000 to 0x80000000;
    Npc: 0x80000000 to...
  20. Replies
    30
    Views
    8,551

    15jul21 update changelog: - PK alarm - GM...

    15jul21 update

    changelog:
    - PK alarm
    - GM alarm
    - Sio Friend
    - a lot of minor improvements
  21. Found that imperianic otclient pos X and Y are...

    Found that imperianic otclient pos X and Y are encrypted (xor).

    Also an important advice: there is "skull offset" (1 byte value)

    skull Types:
    No Skull -> 0
    Yellow Skull -> 1
    Green Skull -> 2...
  22. [Help] Advices how to get BattleList creature offsets

    Ive already understand the battlelist structure for OTClient and made the code for VB6 (see my another topic). But it seems to work different on each otserver the way to find the offsets.

    My prior...
  23. Replies
    4
    Views
    2,228

    Tutorial in portuguese:...

    Tutorial in portuguese:
    https://tibiaking.com/forums/topic/102597-tutorial-encontrar-address-hp-otclient/
  24. Replies
    30
    Views
    8,551

    My bot is in advanced stage. calling/hooking...

    My bot is in advanced stage. calling/hooking functions is the next step. its far from my knowleadge for now.

    https://i.imgur.com/yCYURMJ.jpg
  25. Replies
    30
    Views
    8,551

    Unfortunatelly no, For now it just uses...

    Unfortunatelly no,
    For now it just uses write/read memmory address.
    Next steps: make battlelist structure, send message by codecave.
Results 1 to 25 of 70
Page 1 of 3 1 2 3