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

Page 1 of 10 1 2 3 4

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    2,308

    // Credits to DarkstaR DWORD GetModuleBase(DWORD...

    // Credits to DarkstaR
    DWORD GetModuleBase(DWORD processID)
    {
    MODULEENTRY32 moduleEntry = {0};
    HANDLE snapShot = CreateToolhelp32Snapshot(TH32CS_SNAPMODULE, processID);
    DWORD base = 0;
    ...
  2. Thread: Delphi 2 C++

    by Czepek
    Replies
    1
    Views
    1,164

    Something smilar(?): Hook.cpp...

    Something smilar(?):
    Hook.cpp
    Hook.h


    Hook* hookPrintName;
    hookPrintName = new Hook(Address::PrintName, (DWORD)&MyPrintName);
    hookPrintName->Enable();
    hookPrintName->Disable();
    delete[]...
  3. Replies
    0
    Views
    22,496

    Czepek's IP Changer

    Czepek`s IP Changer is an open sourced program written in C++ to change IP address, port and RSA key of Tibia client.

    It uses WinAPI, libXML, WinSOCK.

    Some useful functions: IP List, changing...
  4. RE: Forcing client to walk through boxes/fire fields and so.

    Here it is.

    Regards, Czepek!
  5. Replies
    3
    Views
    873

    RE: [Help] Doubt when using memory addresses

    #include <windows.h>
    #include <TlHelp32.h>
    #include <iostream>

    DWORD getModuleBase(DWORD gameProcessId)
    {
    MODULEENTRY32 moduleEntry = {0};
    HANDLE snapShot =...
  6. Thread: [C++] WarBOT

    by Czepek
    Replies
    4
    Views
    1,064

    RE: [C++] WarBOT

    Link works fine for me. Added attachment.

    Like in thread I wrote: C++

    Regards, Czepek!
  7. Thread: Calculating

    by Czepek
    Replies
    8
    Views
    1,207

    RE: Calculating

    I didn't checked code, but why:
    int adres = blablabla;
    instead of
    return Memory.blablabla; ?

    Regards, Czepek!
  8. Replies
    5
    Views
    1,663

    RE: Teach about TibiaAPI

    What about protocol changes? Actually TibiaAPI has got ASLR. Addresses are not so hard to find...

    Regards, Czepek!
  9. Replies
    4
    Views
    845

    RE: New and wanna learn

    The best site/book, or any another thing to learn is one that you most understand. Compiling OTServ isn't that hard. Nowdays you just download some Dev-Cpp distribution with regex, xml, etc....
  10. Replies
    7
    Views
    2,828

    RE: Update tibiasock

    Good job!

    I think we should do some list of video tutorials. Our life may be lighter.

    Regards, Czepek!
  11. Replies
    27
    Views
    29,805

    RE: [9.70] Addresses

    These addresses didn't changed.

    Regards, Czepek!
  12. Replies
    31
    Views
    9,691

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

    Click!

    Regards, Czepek!
  13. Replies
    34
    Views
    8,593

    RE: [9.63] Addresses

    Tibia.exe+0x3B2EA0 = 0x7B2EA0



    What does it mean? If you want first creature in battle list, then it is battle list begin. : O (0x948008)
  14. Thread: [C++] WarBOT

    by Czepek
    Replies
    4
    Views
    1,064

    [C++] WarBOT

    Hi,

    I'm too busy to finish, fix, or something else to do with this, so I decided to post sources of my project.

    It is on GNU GPLv3 license.

    It has features like:

    Healing and mana...
  15. RE: How to check wheter character is an NPC, monster or player?

    @DarkstaR, seems that you're retarded or so, cuz you can't live without any 'war' with another one member. Saw tons of threads, messages in shoutbox. Just relax ; O

    Hope some1 close thread.
    ...
  16. RE: How to check wheter character is an NPC, monster or player?

    if(creatureID < 0x40000000)
    {
    // player
    }
    else
    {
    // creature
    }

    Regards, Czepek!
  17. Replies
    34
    Views
    8,593

    RE: [9.63] Addresses

    Do you mean login server address?


    <Protocol Version="963" rsaAddr="0x724EC0" ipAddr="0x7B34F8" loginServers="10"/>

    Regards, Czepek!
  18. Replies
    2
    Views
    1,217

    RE: Addresses questions about

    Address, in this case 0x545000 plus XP Base (0x400000) is equal to: 0x945000.

    So:

    // DarkstaR <3
    DWORD AlignAddress(DWORD address)
    {
    static int base = (int)GetModuleBase();
    static int...
  19. Blocking channel inside "Open Channel" dialog

    Hi,
    I'm trying to block channel inside "Open Channel" dialog (CTRL + O). I've tried to do it using Stepler's Parser. So, in this case, it is '0xAB' packet ID.


    case (int)0xAB:
    {
    int Position...
  20. Replies
    34
    Views
    8,593

    RE: [9.63] Addresses

    Since when there exist 'self name' address?
    If you want to read your player name, then you have to do loop:

    // pseudo code
    DWORD playerID = readProcessMemory(PlayerID_Address, 4);
    for(int i =...
  21. Replies
    1
    Views
    820

    [C++] Win XP vs. Win7 - debugs

    Hello. I've got problem related to the debug on Win7. I check which one code does debug - it is mana bar code. I've got Hawkye's code. I use 8.54 addresses, they are 100% correct, because it works on...
  22. Replies
    6
    Views
    2,047

    RE: How I spent this summer!...

    I'm ashamed to upload pictures, where I lay drunk. Reality of Poland :D

    Regards, Czepek!
  23. Thread: Help XOR!

    by Czepek
    Replies
    5
    Views
    1,169

    RE: Help XOR!

    Reading XOR`ed HP and MP

    Regards, Czepek!
  24. Replies
    20
    Views
    136,932

    RE: [C++ Source]The mighty Mana Bar

    You can compile it alone. Here you are with 8.54 addresses:


    const DWORD CURRENT_HP_BAR_DRAWING_CREATURE = (0x13E114-0x30);
    const DWORD PRINT_TEXT_FUNC_ADDR = 0x4B0550;
    const DWORD...
  25. Replies
    9
    Views
    1,384

    RE: Help C++ Alin Baseadress

    How to use Windows XP Tibia 9.1+ address in Vista/7

    Regards, Czepek!
Results 1 to 25 of 235
Page 1 of 10 1 2 3 4