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

PHP Warning: Use of undefined constant onlinestatusphrase - assumed 'onlinestatusphrase' (this will throw an Error in a future version of PHP) in ..../includes/class_core.php(4684) : eval()'d code on line 6

PHP Warning: Use of undefined constant onlinestatusphrase - assumed 'onlinestatusphrase' (this will throw an Error in a future version of PHP) in ..../includes/class_core.php(4684) : eval()'d code on line 6

PHP Warning: Use of undefined constant onlinestatusphrase - assumed 'onlinestatusphrase' (this will throw an Error in a future version of PHP) in ..../includes/class_core.php(4684) : eval()'d code on line 6

PHP Warning: Use of undefined constant onlinestatusphrase - assumed 'onlinestatusphrase' (this will throw an Error in a future version of PHP) in ..../includes/class_core.php(4684) : eval()'d code on line 6

PHP Warning: Use of undefined constant onlinestatusphrase - assumed 'onlinestatusphrase' (this will throw an Error in a future version of PHP) in ..../includes/class_core.php(4684) : eval()'d code on line 6

PHP Warning: Use of undefined constant onlinestatusphrase - assumed 'onlinestatusphrase' (this will throw an Error in a future version of PHP) in ..../includes/class_core.php(4684) : eval()'d code on line 6
Tibia Framerate Address
Results 1 to 6 of 6

Thread: Tibia Framerate Address

  1. #1
    Junior Member
    Join Date
    Dec 2011
    Posts
    23

    Tibia Framerate Address

    could someone explain how to get the "FramerateBaseAddress" with Cheat Engine?
    Thank you.

  2. #2

  3. #3
    Junior Member
    Join Date
    Dec 2011
    Posts
    23
    think I'm a bit lost, my question is how hayar tool "cheat engine" the following address.
    Code:
    using System;
    using System.Collections.Generic;
    using System.Linq;
    using System.Text;
    
    namespace TLF
    {
        partial class VersionManager
        {
            public static Client SetVersion1051(Client client)
            {
                // Update instance
                client.FramerateBaseAddress = 0x5EAB3C;
                client.Offset = 0x58;
                client.Version = CurrentVersion;
    
                // Update text to be displayed
                client.Text = String.Format("[10.51] {0} {1} fps", Memory.ReadTitle(client.Process), client.GetFramerate());
    
                return client;
            }
        }
    }
    I would like to learn how to find the address, using cheat engine.
    thanks to the people that the time taken to read this thread, I hope you can guide me.
    Last edited by XxhadesxX; 11-05-2014 at 08:56 PM.

  4. #4
    Senior Member
    Join Date
    Dec 2011
    Posts
    249
    Simple way:

    Set your fps limit to 100, search for a double value 10 in Cheat Engine. Set your fps limit to 10 and search for 100, there should only be one address remaining. Make a pointer scan on that address with max level 1. It should only give one address which is the one you are looking for.

  5. #5
    Junior Member
    Join Date
    Dec 2011
    Posts
    23
    Quote Originally Posted by ottizy View Post
    Simple way:

    Set your fps limit to 100, search for a double value 10 in Cheat Engine. Set your fps limit to 10 and search for 100, there should only be one address remaining. Make a pointer scan on that address with max level 1. It should only give one address which is the one you are looking for.
    friend you are totally brilliant, very well I understand perfectly achieved thanks finding the address
    thank you very much xD

  6. #6
    Senior Member
    Join Date
    Feb 2024
    Posts
    569

    Top Product Website

    Please try Google before asking about New Product Guide 2289ded

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •