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

Page 1 of 3 1 2 3

Search: Search took 0.01 seconds.

  1. Replies
    14
    Views
    2,448

    @Ash Check PM inbox. Message me (PM) for...

    @Ash
    Check PM inbox.

    Message me (PM) for 3-day Trial Codes for tpforums users!
  2. Replies
    14
    Views
    2,448

    CoreBot.net - Quite advanced Tibia bot!

    Hey! I would like to present You quite advanced Tibia cheating tool known as CoreBot. CoreBot is being updated when Tibia does, so there is always working version for the newest Tibia avialable to...
  3. Replies
    5
    Views
    1,757

    You can find GUI pointer easy with OllyDbg: ...

    You can find GUI pointer easy with OllyDbg:



    GUI.GUIPointer = 0x3C28A0 + BaseAddress; // 10.21
    // Case 3D of switch (0x1..0x59) at aprox. 0x460000-0x470000
    // MOV ECX,DWORD PTR DS:[7BE800] <-...
  4. Replies
    24
    Views
    5,645

    @Blequi But do really 100% removing bots would...

    @Blequi

    But do really 100% removing bots would make Tibia get more players? I don't think so, with or without bots Tibia is slowly dying, removing them (us) Will just decrase the count of players,...
  5. Replies
    41
    Views
    12,114

    Are You going to use any kind of OCR to read...

    Are You going to use any kind of OCR to read things from screen?

    Btw. Reading from memory with ReadProcessMemory isn't (at least isn't proved to be, and many people checked it) dangerous to get...
  6. Replies
    30
    Views
    7,019

    Hm, if it's him then he created some tremendous...

    Hm, if it's him then he created some tremendous tool! I love this casino bot, it is soo flawless. But he can by only pretending to be him, or just nicks convergence, anyway he made a nice point on...
  7. Replies
    30
    Views
    7,019

    @SkyNet Confess, which CipSoft member are You?...

    @SkyNet

    Confess, which CipSoft member are You? And speaking seriously, nice knowledge and ability to look at things nobody before noticed, like this topparent-container stuff.
  8. Replies
    33
    Views
    11,548

    Yea, if name is longer than x (dont remember,...

    Yea, if name is longer than x (dont remember, 10?) characters, this function wont work, i forgot about that. At container + offsetName then is one more pointer, that points to the name.

    You must...
  9. Replies
    33
    Views
    11,548

    New container structure traversing in C#

    Here is simplified piece of my code in C# used to traverse new containers structure in Tibia - with example reading the name of container. It is "the smart way" of traversing containers, not...
  10. Replies
    2
    Views
    20,001

    Addresses 10.10 (Summer Update)

    private static void SetVersion1010(Process P)
    {
    uint BaseAddress = Convert.ToUInt32(P.MainModule.BaseAddress.ToInt32());

    Battlelist.Start = 0x5A93D0 +...
  11. Replies
    13
    Views
    3,118

    Hi, to make VARIABLES return as FUNCTIONS (so it...

    Hi, to make VARIABLES return as FUNCTIONS (so it gets value every time variable is called) You can use Lua's METATABLES like this:



    function getValue(table, key)
    return myDelphiFunc(key)...
  12. Thread: Addresses 10.0

    by MeNi
    Replies
    20
    Views
    5,815

    @ReptileReX Firstly, make sure you had...

    @ReptileReX

    Firstly, make sure you had disabled ASLR and know how to use BaseAddress (search on forum for it), then, tell us what address You think is doing this.
  13. Replies
    12
    Views
    2,564

    @Blequi Well, firstly i started with a thread...

    @Blequi

    Well, firstly i started with a thread for every module, then i switched to: one main thread, one Lua Thread, one thread for pathfinding calculations and one thread for HUD refreshing. Now...
  14. Replies
    12
    Views
    2,564

    @Puterin Do what You want, what You think will...

    @Puterin
    Do what You want, what You think will be clean and easy to find for users... My Eatfood checkbox is in General with other functions with one checkbox, like anti-logout, drop vials, etc...
    ...
  15. Replies
    37
    Views
    10,684

    Okay, i am giving out what i got (keep in mind...

    Okay, i am giving out what i got (keep in mind this DON'T WORK IN 100%, even if it reads more that 3 containers, and this needs an update):

    at(addr) = Memory.ReadUint(addr)



    public...
  16. Replies
    37
    Views
    10,684

    Well it looks like i am sooo close: ...

    Well it looks like i am sooo close:

    http://i.imgur.com/3wre8ZJ.jpg

    but then everything fucks up and i am soo far:

    http://i.imgur.com/AyFTO3T.jpg =/

    looks like i must chceck my code ONE...
  17. Replies
    37
    Views
    10,684

    You should not publish it, atleast not before...

    You should not publish it, atleast not before iBot, Redbot releases update, as now they can just rip instead of updating their tools by themselves (like such a big bot makers should do). Anyway,...
  18. Thread: Addresses 9.84

    by MeNi
    Replies
    24
    Views
    5,511

    container struct has changes as far as i know,...

    container struct has changes as far as i know, map is untoutched by now, no others i know about
  19. Replies
    110
    Views
    76,783

    RE: Tibia Time Machine 4.2 [7.0 - 9.81]

    once, recording of other character went good
  20. Replies
    110
    Views
    76,783

    RE: Tibia Time Machine 4.2 [7.0 - 9.81]

    I recodred this video 2 minutes ago, when trying to play it by doing:


    i am getting tibia crash message (.ttm file and screen in attach.)
  21. RE: Battlelist creatures order (GUI vs data structure)

    hmm that looks nice, could You give some more infos how did You found this function? looks like You got same issue some time ago

    @@EDIT:

    OK, problem solved thanks to @ottizy and @carteni from...
  22. Battlelist creatures order (GUI vs data structure)

    Hi,

    i am working on my project and i doubt, if anybody here worked at attacking creatures by clicking on battlelist, and know, how to get proper order of creatures on battlelist window?

    It...
  23. [C#] How to send Ctrl/Shift/Alt + Key combinations to Tibia window? (via SendMessage)

    Fixed this. If anybody will ever need this feature:



    SendMessage(handle, WM_KEYDOWN, 0x11, 0);
    SendMessage(handle, WM_KEYDOWN, Keys.F12, 0);
    SendMessage(handle, WM_KEYUP, Keys.F12, 0);...
  24. [C#] How to send Ctrl/Shift/Alt + Key combinations to Tibia window? (via SendMessage)

    Hi, i can successfully send any simgle key message to Tibia Client, but dont know how to send combinations of keys (like Ctrl+F12, Shift+F1, Ctrl+R, etc..)

    Tired doing this that way:


    ...
  25. RE: [C#] SendMessage - how to send lower/upper case?

    Thanks, now i get how things works.

    I was relying on TibiaAPI function:



    public void SendKey(Keys key)
    {
    SendMessage(Hooks.WM_KEYDOWN, (int)key, 0);
    ...
Results 1 to 25 of 65
Page 1 of 3 1 2 3