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

Page 1 of 14 1 2 3 4

Search: Search took 0.01 seconds.

  1. Replies
    12
    Views
    2,245

    can i take the codes from another program?

    Obviously, but GetAsyncKeyState is the easy way to go, not as stable but it's alright.
  2. Thread: virus

    by Melody
    Replies
    10
    Views
    2,313

    virus

    If it's just a plugin, try re-installing firefox. If it's something else and you can't locate it, do a system restore 1 day back or so.
  3. Replies
    12
    Views
    2,245

    can i take the codes from another program?

    Mouse recorder's the easiest thing in the world, all you need is a timer to get and save cursors position 100 times a second and then another timer to playback the list of points using the...
  4. Thread: Sniffer

    by Melody
    Replies
    25
    Views
    4,827

    Sniffer

    Climbing a tree from the top is definately not the best way of learning, but a way nevertheless. Copy-pasting code and playing with long enough will eventually give you more and more understanding of...
  5. Thread: Help My Project

    by Melody
    Replies
    7
    Views
    1,324

    Help My Project

    Don't worry, happens for the best of us.
    Who am I to judge, you should see ( or propably have seen.. ) the things I tend to write when I'm having a bad *cough* not so sober *cough* day.. :)
  6. Thread: Help My Project

    by Melody
    Replies
    7
    Views
    1,324

    Help My Project

    Step 1. Let's see you speak polish!
    Step 2. Show me something you have done which isn't VB.Net. Not to mention, how much would you know about tibia programming if the only response you would've got...
  7. Thread: Sniffer

    by Melody
    Replies
    25
    Views
    4,827

    Sniffer

    Ah, my bad. Here's the 7.6 BlackD config file.

    EDIT: Remember to remove the encryption too.
  8. Thread: Sniffer

    by Melody
    Replies
    25
    Views
    4,827

    Sniffer

    1. Open Blackd Proxy ( Doubleclick the .exe file and wait for the "Loading" form to close ).

    2. Move your cursor over "Advanced" button.
    http://i27.tinypic.com/2qjhdee.jpg

    3. Click it.

    4....
  9. Replies
    4
    Views
    1,025

    Some Q's about vb and tibia

    Visual Studio is an IDE for lots of things. The C# and VB you can develop using VS reflect against the same framework, Microsoft .Net Framework. For Visual Basic there's the old versions ( 4-6 ), and...
  10. Replies
    33
    Views
    4,900

    [request] How to stop after making mapclick

    Time to start olly then and see what happens when you click it :)
  11. Replies
    4
    Views
    1,025

    Some Q's about vb and tibia

    VB.Net syntax isn't that much different from VB6, but that's just about the only thing those two got in common.
    You don't have to inject into the client to read memory, you can do that with windows...
  12. Thread: Ng 8.5 tibia

    by Melody
    Replies
    2
    Views
    868

    Ng 8.5 tibia

    Do not download this
  13. Thread: Writers block

    by Melody
    Replies
    0
    Views
    557

    Writers block

    In all simplicity I can't figure out anything to write, so this'll be the thread to spam with "PLXT I NEED THIS AUTOFISHER TO THIS OT", and "I need example for this and this to get me started with...
  14. Replies
    3
    Views
    1,184

    Need a hand with packet structure

    It's RSCD ( Runescape Classic Daemon ), reverse engineered client & server for very old version of runescape, which is pretty much available only in private server form anymore. That is indeed the...
  15. Replies
    3
    Views
    1,184

    Need a hand with packet structure

    This is for another game which I've written a proxy for. It's Java, so I'm getting all the client data from packets, and now I'm trying to figure out the NPC update packet which for some reason I...
  16. Replies
    6
    Views
    1,778

    Packet.dll and C/C++

    Not really much to convert, is there?
  17. Replies
    6
    Views
    1,778

    Packet.dll and C/C++

    Well packet.dll just takes 2 parameters
    SendPacket(byte[] Packet, int PID)
    So get your tibia client's process ID and call
    SendPacket(PacketBuffer, Tibia_PID); //or vica versa from the library.
  18. Replies
    6
    Views
    1,778

    Packet.dll and C/C++

    Never used packet.dll with c++, but you don't even need it. Just take Steplers class for sending packets, search for something like "Sending packets without hook, proxy or packet.dll" :)
  19. Thread: Sniffer

    by Melody
    Replies
    25
    Views
    4,827

    Sniffer

    BlackD works just fine with 7.6. What language are you using?
  20. [request] how to know if player is male and vocation

    What about getting the outfit right on log-on?
  21. Replies
    3
    Views
    1,166

    Needed Help:Auto Attack VB6

    I gave you the idea and the source code, if that doesn't help you might want to have a look at some basic programming tutorials before moving on into cheat development :) However, if you feel you're...
  22. Replies
    3
    Views
    1,166

    Needed Help:Auto Attack VB6

    To attack a NPC you'll have to send the correct packet with that NPCs ID. To get that ID you'll have to do a memory loop through battlelist offsets.

    Here's a cavebot for 8.40 written in VB6 that...
  23. Replies
    29
    Views
    4,873

    Personal grudge corrupts legal system!?

    Drama queens
  24. Is it possibal to read packets data from memory?

    I think the packets client send are stored in memory. What comes to winsock, you can hook it (ws_32.dll, send / recv), but you can also avoid headaches by hooking tibias own packet parser, no need to...
  25. Replies
    33
    Views
    4,900

    [request] How to stop after making mapclick

    Player.Exp = 0x632EC4;
    Player.GoToX = Player.Exp + 80;
    Player.GoToY = Player.GoToX - 4;
    Player.GoToZ = Player.GoToX - 8;

    Are you using those?
Results 1 to 25 of 340
Page 1 of 14 1 2 3 4