Results 1 to 5 of 5
  1. #1
    RendangEnak's Avatar
    Join Date
    Jun 2020
    Gender
    male
    Posts
    4
    Reputation
    10
    Thanks
    0

    Question Can someone explain how to find movement speed

    hello, i'm new at this. I want to ask how to find movement speed value on trove.
    what is the scan type, is it 4 byte, or float, or what. because i'm really" new at this.
    hope someone want to explain step by step, thank you.

  2. #2
    Tisako's Avatar
    Join Date
    Feb 2013
    Gender
    male
    Posts
    111
    Reputation
    10
    Thanks
    30
    My Mood
    Aggressive
    The value is encrypted.
    You are looking first for the "Unknown" (4 byte)
    Then sit on the pet, sifting out “Changed”
    Get off the pet, weed out "Changed"
    And so on until several values remain.

  3. #3
    RendangEnak's Avatar
    Join Date
    Jun 2020
    Gender
    male
    Posts
    4
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by Tisako View Post
    The value is encrypted.
    You are looking first for the "Unknown" (4 byte)
    Then sit on the pet, sifting out “Changed”
    Get off the pet, weed out "Changed"
    And so on until several values remain.
    then, if i already got a several values, should i just change the value or i need to go into the address or something?

  4. #4
    Tisako's Avatar
    Join Date
    Feb 2013
    Gender
    male
    Posts
    111
    Reputation
    10
    Thanks
    30
    My Mood
    Aggressive
    Quote Originally Posted by RendangEnak View Post
    then, if i already got a several values, should i just change the value or i need to go into the address or something?
    As you have found several values, look at which of them changes when the speed changes (get on / off the pet, trolleys), then look at where this address is processed (F5), and the address you need will look in the disassembler in approximately this part of the code:
    mov eax, ebx (your number is in the EAX register which is in the EBX register)
    xor eax, XORKEY (your number, which is already in the EAX register, is decrypted with the XOR key)

  5. #5
    RendangEnak's Avatar
    Join Date
    Jun 2020
    Gender
    male
    Posts
    4
    Reputation
    10
    Thanks
    0

    Smile

    Quote Originally Posted by Tisako View Post
    As you have found several values, look at which of them changes when the speed changes (get on / off the pet, trolleys), then look at where this address is processed (F5), and the address you need will look in the disassembler in approximately this part of the code:
    mov eax, ebx (your number is in the EAX register which is in the EBX register)
    xor eax, XORKEY (your number, which is already in the EAX register, is decrypted with the XOR key)
    hmm, thank you for your help, even though i'm not understand a single thing

Similar Threads

  1. [Help Request] Can someone explain how XpMulti works!?
    By ManKindGaming in forum Realm of the Mad God Private Servers Help
    Replies: 0
    Last Post: 08-24-2017, 10:46 AM
  2. Can someone explain how this scam works?
    By DildoTheCloutGod in forum Computer Builds & Upgrades
    Replies: 9
    Last Post: 03-28-2017, 12:48 PM
  3. [Help] Can someone explain how I load scripts into my game?
    By meanpixel in forum Payday 2 Hacks & Cheats
    Replies: 1
    Last Post: 05-17-2016, 01:24 PM
  4. [Help] Can someone explain how to RayTrace?
    By kevinpark1217 in forum Counter-Strike 2 Coding & Resources
    Replies: 3
    Last Post: 08-08-2015, 09:57 PM
  5. Can someone explain how I find the spread address with MHS?
    By Starecase in forum Combat Arms Hacks & Cheats
    Replies: 11
    Last Post: 10-06-2008, 10:56 PM