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

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    0
    Views
    609

    Decrypting Packet - xTeaKey

    Hello all, i'm trying to get packets on my bot.
    With my SIMPLE proxy i'm returning a array of bytes like this (to move up character)
    69 0 0 58 9 141 64 0 109 17 9 203 98 249 214 10 192 168 0 175...
  2. Replies
    25
    Views
    7,741

    RE: Gamewindow message structure in memory

    Somebody can please, fix the current Type offset? Thanks...
  3. Replies
    1
    Views
    1,595

    RE: Smart Packet Analyzer

    Someone knows how to fix it?
    It don't receive any packet o.o
  4. Replies
    189
    Views
    101,179

    Sticky: RE: Tibiasock.dll - The new Packet.dll

    Thanks you so much ^^
  5. Replies
    189
    Views
    101,179

    Sticky: RE: Tibiasock.dll - The new Packet.dll

    Hmmm, i'm get some errors trying to convert it to C#...
    See it:
    When i try to send a packet to client, i get an Run Time Error, and the error is in this function:



    public static void...
  6. Replies
    71
    Views
    35,161

    RE: [update] Tibia 9.42 addresses

    No, it is the correct, your code will be something like this:



    private byte[] ReadBytes(string StrAddr, uint bytesToRead)
    {
    try
    {
    IntPtr...
  7. Replies
    71
    Views
    35,161

    RE: [update] Tibia 9.42 addresses

    @renatonolo

    Change this line:


    UInt32 soma = 0x3ABFB8 + (UInt32)Process.GetProcessesByName("Tibia")[0].MainModule.BaseAddress.ToInt32() - 0x400000;


    To this:
  8. Replies
    71
    Views
    35,161

    RE: [update] Tibia 9.42 addresses

    Hey, somebody tell me how i search the ScreenLevelAndSpyPtr? I don't know ANYTHING about pointers, need to learn it...
  9. Thread: Help Bot 9.42

    by 4589417
    Replies
    2
    Views
    18,163

    RE: Help Bot 9.42

    9.42 changed offset creatures, read the thread: http://tpforums.org/forum/thread-9145.html
  10. Replies
    0
    Views
    513

    ScreenLevelAndSpyPtr

    Hello, i want to know how i update this: ScreenLevelAndSpyPtr
    Ps: If possible, please, tell me how i use pointers... I think it is pointing the width of window, but i don't know how to point this..
  11. Replies
    128
    Views
    60,006

    Sticky: RE: NEW Packet Structures

    Not working...
    I've made the class that you say, and have some errors to convert my old packets

    Hmmm, i'm tryng to convert this:



    public void UseItemInFloor(int x, int y, int z, int...
  12. Replies
    8
    Views
    2,646

    RE: Send packet(packet.dll)

    Hmmm, i'm tryng to convert this:



    public void UseItemInFloor(int x, int y, int z, int id)
    {
    byte[] packet = new byte[9];
    packet[0] = 0xA;
    ...
  13. Replies
    128
    Views
    60,006

    Sticky: RE: NEW Packet Structures

    public void Send(byte[] packet)
    {
    SendPacket(frmChar.client.pid, ref packet[0]);
    }

    public void UseItem(int id, int creatureId)
    {
    byte[]...
  14. Replies
    6
    Views
    1,833

    RE: [vb.net] Mc 9.10

    It enter on a infinite loop with this code to me o.o
  15. Replies
    128
    Views
    60,006

    Sticky: RE: NEW Packet Structures

    public void UseItem(int id, int creatureId)
    {
    byte[] packet = new byte[255];
    packet[0] = 0x0D;
    packet[1] = 0x0;
    packet[2] = 0x84;
    ...
  16. Replies
    21
    Views
    24,118

    Sticky: RE: packet.dll (update)

    How i update this to tibia 9.10 or 9.20? Is the some thing?
  17. Replies
    34
    Views
    19,300

    RE: [update] Tibia 9.20

    Good job Mega, simple and fast!
    I searched 2 address, this:


    Hotkeys.HotkeyTextStart = &H8272D8
    Hotkeys.HotkeySendAutostart = &H8297A4


    Somebody please, tell...
  18. AdrScreenRectAndLevelSpyPtr and ClientWidth

    I need this addresses, please
    AdrScreenRectAndLevelSpyPtr
    ClientWidth
  19. Replies
    41
    Views
    18,288

    RE: SendHotkeys like neobot.

    VB.NET --'
  20. Replies
    41
    Views
    18,288

    RE: SendHotkeys like neobot.

    Great job!
    But, why when i send the hotkey, the letter "p" go to the bar? o0
    I revised the function and dont searched this...
  21. Thread: Protect

    by 4589417
    Replies
    19
    Views
    2,698

    RE: Protect

    Yes, i know how to ofuscate, but i want a program FREEWARE to make it for me. Understand?
    If it is to post "shit"do not waste your precious time here...
  22. Thread: Protect

    by 4589417
    Replies
    19
    Views
    2,698

    RE: Protect

    Lol?

    Well, just because I want to protect my sources to avoid falling into "wrong hands" is by no means a malicious program. You just think I work more hours per day on my bot, and simply see a...
  23. Thread: Protect

    by 4589417
    Replies
    19
    Views
    2,698

    RE: Protect

    Is not because the password. The password i put on PHP page and get the information.
    I need to encrypt for my security. Understand? To anybody get my code :P
  24. Thread: Protect

    by 4589417
    Replies
    19
    Views
    2,698

    RE: Protect

    I see in internet that .NET programs have a "HARD" encryption. Like: a class with name 'Teste' goto ' '.
    Is a hard encryption... Have a freeware for this?
  25. Replies
    128
    Views
    60,006

    Sticky: RE: NEW Packet Structures

    Sorry, but i need this :(

    Attempted to read or write protected memory. This is often an indication that other memory is corrupt.
    /\ Is the error.

    My Code function:



    Declare Sub...
Results 1 to 25 of 42
Page 1 of 2 1 2