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

Page 1 of 9 1 2 3 4

Search: Search took 0.01 seconds.

  1. Replies
    4
    Views
    2,230

    Bot for Tibia-Old.com

    Good morning guys, hey i'm need a help to search basic addresses on client for Tibia-Old.com.

    The client is on Attachments.

    Can anyone help me to find health / mana addresses?

    Download...
  2. Replies
    196
    Views
    52,042

    My function is: public static void...

    My function is:


    public static void Say(string xText)
    {
    foreach (char c in xText)
    {
    WinApi.SendMessage(Medivia.MainWindowHandle, WinApi.WM_CHAR, c, 0);
    ...
  3. Replies
    196
    Views
    52,042

    Hello Joe and guys in medivia I can not use the...

    Hello Joe and guys in medivia I can not use the SendMessage / Post with the ENTER key, someone could post the function talk to Medivia to compare with my function? Thank you.
  4. Replies
    1
    Views
    566

    change it: handler = pp.Handle for it: ...

    change it:

    handler = pp.Handle

    for it:

    handler = pp.MainWindowHandle
  5. i can, call me on private

    i can, call me on private
  6. Replies
    2
    Views
    832

    Why pay? Has it all in the forum, go learn C #...

    Why pay? Has it all in the forum, go learn C # and be happy without paying hahaha
  7. Replies
    2
    Views
    30,591

    C - SendMessage in Linux

    hello guys, you have no idea something equivalent to SendMessage / PostMessage in C on Linux? Already searched the forum and on the Internet but found nothing. Thank you
  8. Replies
    2
    Views
    22,215

    New on c#

    What is the problem? why returns player name = ""?



    public static string Name
    {
    get
    {
    string result = "";
    dynamic @base =...
  9. Classicus Jesp Tools - A HUD tools for Classicus.org

    Classicus Jesp Tools
    http://s18.postimg.org/nbm72d2ih/classicuslogo.png
    Look my HUD tools for Classicus.org

    Main Settings (Can use multi-clients)...
  10. [VB.Net] Modules/Classes in MSScriptControl

    Hey guys, could someone help me with MSScriptControl? I need to add a module or class to the scripter.
  11. Replies
    5
    Views
    26,629

    Public Function LocToPosition(ByVal x As Integer,...

    Public Function LocToPosition(ByVal x As Integer, ByVal y As Integer) As Point
    Dim playerLoc As New Point(GetPlayer.X, GetPlayer.Y)
    Dim tileSize As Double = 28 'its the size of sqm...
  12. Replies
    1
    Views
    1,646

    Tibia BaseAddress (Delphi)

    Hey, can someone tell me what is the function to get the base address of the tibia in delphi?
  13. Replies
    14
    Views
    4,626

    He want to make a movie for hack noobs.. kkkkkkk

    He want to make a movie for hack noobs.. kkkkkkk
  14. Replies
    8
    Views
    1,657

    Hmm, thx farsa.

    Hmm, thx farsa.
  15. Replies
    1
    Views
    1,046

    Richtextbox/Textbox color script?

    Example: if i write "if" change the color from black to blue...

    Have a name this?
  16. Replies
    8
    Views
    1,657

    Thank you, is 18, this code is for mount: ...

    Thank you, is 18, this code is for mount:
    SendMessage(TibiaProcess.MainWindowHandle, WM_KEYDOWN, Keys.ControlKey, 1 Or (&H26 << 16))
    SendMessage(TibiaProcess.MainWindowHandle,...
  17. Replies
    8
    Views
    1,657

    hey @Blequi i tested code of tibiaapi here: ...

    hey @Blequi i tested code of tibiaapi here:



    SendMessage(TibiaProcess.MainWindowHandle, WM_KEYDOWN, Keys.ControlKey, 1 Or (&H26 << 16))
    ...
  18. Replies
    8
    Views
    1,657

    SendMessage Question

    When I put him to turn left, yes everything correct.


    Private Sub Button3_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button3.Click
    ...
  19. Replies
    33
    Views
    37,266

    Thank you klusbert

    Thank you klusbert
  20. Replies
    33
    Views
    37,266

    Hey, not have a exact player id address?

    Hey, not have a exact player id address?
  21. Replies
    14
    Views
    2,085

    RE: 9.51 adresses

    its from Blackd Proxy 9.51:



    useDynamicOffset=yes


    multiclientByte1=&H90
    multiclientByte2=&H90
  22. Replies
    9
    Views
    1,169

    RE: Need Tutorial!

    You can view this thread for vb.net: http://tpforums.org/forum/index.php/thread-4392.html and translate to c# http://www.developerfusion.com/tools/convert/csharp-to-vb/

    JulinhoPiuPiu.
  23. Thread: Jo3

    by JulinhoPiuPiu
    Replies
    4
    Views
    1,238

    RE: Jo3

    Happy Birthday Jo3!! and the AulosBot??
  24. Replies
    24
    Views
    4,425

    RE: Help please spellsbar

    zenaco, você também poderia criar um form, no form fazer uma skin parecida com a do tibia (muito facil) e só deixar o bot parecer quando o tibia está no foco do pc se não ele desaparece e com ele...
  25. RE: [Help] Trying to make ClientChooser in Delphi (No API)

    Is easy.. in vb.net, i can post my clientchooser code and you try to translate to Delphi (pascal), if you want, reply here.
Results 1 to 25 of 204
Page 1 of 9 1 2 3 4