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

Search: Search took 0.01 seconds.

  1. Replies
    5
    Views
    13,340

    Those are still the correct offsets? ...

    Those are still the correct offsets?



    UInt32 OFFSET_CREATURE_ID = 0;
    UInt32 OFFSET_CREATURE_TYPE = 3;
    UInt32 OFFSET_CREATURE_NAME = 4;
    UInt32...
  2. Replies
    17
    Views
    74,415

    I've made concurrency tests, 10+ scripts, no...

    I've made concurrency tests, 10+ scripts, no performance problems at all. Pretty light process i would say. So please, get time and show :)
  3. Replies
    17
    Views
    74,415

    But if you think i can have problems, just give a...

    But if you think i can have problems, just give a solution or a work around :p
  4. Replies
    17
    Views
    74,415

    i don't have :p

    i don't have :p
  5. Replies
    17
    Views
    74,415

    Never heard about it. I'll check, thx for the tip...

    Never heard about it. I'll check, thx for the tip :p

    I know my tutorial its a little amateur, but hope it at least give a hint for ppl who wanna make this xD
  6. Replies
    9
    Views
    25,484

    @Casky, @Ash Katchup i'll check asap, and give...

    @Casky, @Ash Katchup i'll check asap, and give you guys feedback!

    Thankz!
  7. Replies
    17
    Views
    74,415

    i've just expressed wrong, srry for that! :p

    i've just expressed wrong, srry for that! :p
  8. Replies
    9
    Views
    25,484

    aaaaaaah! so i'll need to do a check if its...

    aaaaaaah! so i'll need to do a check if its alive/around etc to check the real battle list? xD
  9. Replies
    9
    Views
    25,484

    I've made a battle list loop like showed in this...

    I've made a battle list loop like showed in this thread with the actual tibia global addresses. I was on port hope DP, and it returned to me, my name, 2 characters that was inside depot, every NPC on...
  10. Replies
    17
    Views
    74,415

    Nop, let me know if u have any issue, if can...

    Nop, let me know if u have any issue, if can help, i'll do with pleasure.
  11. Replies
    12
    Views
    132,413

    Cuz i made scripts interpreter in c# like this...

    Cuz i made scripts interpreter in c# like this :p, they're not advanced yet, but im in work o/

    http://tpforums.org/forum/threads/6362-Creating-your-Lua-interpreter?p=55462#post55462
  12. Replies
    17
    Views
    74,415

    Lua Interpreter

    Hello!

    I haven't found any tutorial about this here, so i decide to share how to make a textbox fully as lua interpreter using C# windows forms.

    1 - First of all we need to download our textbox...
  13. Replies
    12
    Views
    132,413

    You used Moonsharp as lua interpreter? :p

    You used Moonsharp as lua interpreter? :p
  14. Replies
    12
    Views
    132,413

    that one becomes ibot? or just looks like? xD

    that one becomes ibot? or just looks like? xD
  15. Thread: My bot

    by brunopbarrote
    Replies
    16
    Views
    21,697

    Yep, this is forums is abandoned, and ppl who...

    Yep, this is forums is abandoned, and ppl who knows how to make things work, or search for addresses, doesn't enjoy share.
  16. Replies
    3
    Views
    19,148

    @Blequi, I can found all that you say, but if i...

    @Blequi,
    I can found all that you say, but if i close tibia window, and open it again, aparrently those address wont work anymore.



    ReadString(currentHotkey, 256); // where currentHotkey is my...
  17. Replies
    3
    Views
    33,048

    Actually im trying to know, how can i extract...

    Actually im trying to know, how can i extract some addresses.
    In all videos or threads that i see, they don't show how to get some addresses. But all bot examples sources have their address. Just to...
  18. Replies
    3
    Views
    33,048

    Object address

    I see many videos on how to addresses from get hp, mp, xor, gui, etc.
    But i can't see how i can get Object, object to use, Send automatically (HKStart, HkStep, etc).

    Someone can show me how ?
  19. Thread: Doubt

    by brunopbarrote
    Replies
    14
    Views
    24,327

    I already do some things like GetMana() ...

    I already do some things like GetMana()


    public class ADRs
    {
    public static uint baseAdress = Convert.ToUInt32(Functions.Tibia.MainModule.BaseAddress.ToInt32());
    public...
  20. Replies
    4
    Views
    10,708

    Address in this link goes only to 9.10, and now...

    Address in this link goes only to 9.10, and now for 9.85?
  21. Thread: Doubt

    by brunopbarrote
    Replies
    14
    Views
    24,327

    Doubt

    I'm starting a developing new bot, but it gave me some doubts. I'm read all the time about develop using TibiaAPI, or don't using this api.
    Which one is better, or more 'undetectable' ? At the...
Results 1 to 21 of 21