Page 2 of 3 FirstFirst 123 LastLast
Results 16 to 30 of 40
  1. #16
    Schmanuel111's Avatar
    Join Date
    Feb 2021
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0

    Chams

    Possible to change color of the chams?

  2. #17
    Aelrisa's Avatar
    Join Date
    Nov 2020
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0

    Attk Speed

    Where i change the value for the Attack speed in CE ?

    I don't really understand :c

  3. #18
    EsmineTs's Avatar
    Join Date
    Aug 2020
    Gender
    male
    Posts
    82
    Reputation
    10
    Thanks
    95
    My Mood
    Relaxed
    Quote Originally Posted by Aelrisa View Post
    Where i change the value for the Attack speed in CE ?

    I don't really understand :c
    active attack speed and double click on values and change value


  4. The Following User Says Thank You to EsmineTs For This Useful Post:

    TroverHacks (02-22-2021)

  5. #19
    TroverHacks's Avatar
    Join Date
    Jun 2017
    Gender
    male
    Posts
    173
    Reputation
    10
    Thanks
    1,618
    My Mood
    Psychedelic
    Thanks for answer questions members.

  6. #20
    EsmineTs's Avatar
    Join Date
    Aug 2020
    Gender
    male
    Posts
    82
    Reputation
    10
    Thanks
    95
    My Mood
    Relaxed
    Quote Originally Posted by TroverHacks View Post
    Thanks for answer questions members.
    Np no need for thanks

  7. #21
    patoot's Avatar
    Join Date
    Nov 2015
    Gender
    male
    Posts
    15
    Reputation
    10
    Thanks
    2

    Question

    how i can set hotkey to Skip Distance like disable or enable

  8. #22
    Wilson Pereira's Avatar
    Join Date
    Jun 2019
    Gender
    female
    Posts
    14
    Reputation
    10
    Thanks
    5

    Post Help

    is there anyway to change damage or resources ammount?

    - - - Updated - - -

    How teleport works?

  9. #23
    Wilson Pereira's Avatar
    Join Date
    Jun 2019
    Gender
    female
    Posts
    14
    Reputation
    10
    Thanks
    5
    Can you put map on m zoom again ?

  10. #24
    TroverHacks's Avatar
    Join Date
    Jun 2017
    Gender
    male
    Posts
    173
    Reputation
    10
    Thanks
    1,618
    My Mood
    Psychedelic
    Quote Originally Posted by Wilson Pereira View Post
    Can you put map on m zoom again ?
    next update ok

  11. #25
    EsmineTs's Avatar
    Join Date
    Aug 2020
    Gender
    male
    Posts
    82
    Reputation
    10
    Thanks
    95
    My Mood
    Relaxed
    Quote Originally Posted by Wilson Pereira View Post
    Can you put map on m zoom again ?
    Map Zoom (Map On M)

    Code:
    <?xml version="1.0" encoding="utf-8"?>
    <CheatTable>
      <CheatEntries>
        <CheatEntry>
          <ID>656</ID>
          <Description>"Map Zoom (Map On M)"</Description>
          <ShowAsSigned>0</ShowAsSigned>
          <Color>000000</Color>
          <VariableType>Float</VariableType>
          <Address>"trove.exe"+00F4E584</Address>
          <Offsets>
            <Offset>BC</Offset>
            <Offset>14</Offset>
            <Offset>B4</Offset>
            <Offset>30</Offset>
            <Offset>70</Offset>
          </Offsets>
          <Hotkeys>
            <Hotkey>
              <Action>Set Value</Action>
              <Keys>
                <Key>77</Key>
              </Keys>
              <Value>1330</Value>
              <ID>0</ID>
            </Hotkey>
          </Hotkeys>
        </CheatEntry>
      </CheatEntries>
    </CheatTable>

  12. The Following User Says Thank You to EsmineTs For This Useful Post:

    TroverHacks (02-28-2021)

  13. #26
    TroverHacks's Avatar
    Join Date
    Jun 2017
    Gender
    male
    Posts
    173
    Reputation
    10
    Thanks
    1,618
    My Mood
    Psychedelic
    Quote Originally Posted by EsmineTs View Post
    Map Zoom (Map On M)

    Code:
    <?xml version="1.0" encoding="utf-8"?>
    <CheatTable>
      <CheatEntries>
        <CheatEntry>
          <ID>656</ID>
          <Description>"Map Zoom (Map On M)"</Description>
          <ShowAsSigned>0</ShowAsSigned>
          <Color>000000</Color>
          <VariableType>Float</VariableType>
          <Address>"trove.exe"+00F4E584</Address>
          <Offsets>
            <Offset>BC</Offset>
            <Offset>14</Offset>
            <Offset>B4</Offset>
            <Offset>30</Offset>
            <Offset>70</Offset>
          </Offsets>
          <Hotkeys>
            <Hotkey>
              <Action>Set Value</Action>
              <Keys>
                <Key>77</Key>
              </Keys>
              <Value>1330</Value>
              <ID>0</ID>
            </Hotkey>
          </Hotkeys>
        </CheatEntry>
      </CheatEntries>
    </CheatTable>
    Thanks Friend. on your code i make Script for zoom out/max

    Code:
    <?xml version="1.0" encoding="utf-8"?>
    <CheatTable>
      <CheatEntries>
        <CheatEntry>
          <ID>661</ID>
          <Description>"Map Hack (Ctrl + M)"</Description>
          <LastState/>
          <Color>FF0080</Color>
          <VariableType>Auto Assembler Script</VariableType>
          <AssemblerScript>[ENABLE]
    
    aobscanmodule(INJECT,trove.exe,77 05 B8 34 16 0B 01) // should be unique
    alloc(newmem,$1000)
    
    label(code)
    label(return)
    
    newmem:
    
    code:
      ja trove.exe+8A5E24
      mov eax,trove.exe+DD1634
    
    INJECT:
      jmp trove.exe+8A5E24
    return:
    registersymbol(INJECT)
    
    [DISABLE]
    
    INJECT:
      db 77 05
    
    unregistersymbol(INJECT)
    dealloc(newmem)
    </AssemblerScript>
          <Hotkeys>
            <Hotkey>
              <Action>Toggle Activation</Action>
              <Keys>
                <Key>17</Key>
                <Key>77</Key>
              </Keys>
              <ID>0</ID>
            </Hotkey>
          </Hotkeys>
        </CheatEntry>
      </CheatEntries>
    </CheatTable>

  14. The Following User Says Thank You to TroverHacks For This Useful Post:

    EsmineTs (02-28-2021)

  15. #27
    EsmineTs's Avatar
    Join Date
    Aug 2020
    Gender
    male
    Posts
    82
    Reputation
    10
    Thanks
    95
    My Mood
    Relaxed
    Quote Originally Posted by TroverHacks View Post
    Thanks Friend. on your code i make Script for zoom out/max

    Code:
    <?xml version="1.0" encoding="utf-8"?>
    <CheatTable>
      <CheatEntries>
        <CheatEntry>
          <ID>661</ID>
          <Description>"Map Hack (Ctrl + M)"</Description>
          <LastState/>
          <Color>FF0080</Color>
          <VariableType>Auto Assembler Script</VariableType>
          <AssemblerScript>[ENABLE]
    
    aobscanmodule(INJECT,trove.exe,77 05 B8 34 16 0B 01) // should be unique
    alloc(newmem,$1000)
    
    label(code)
    label(return)
    
    newmem:
    
    code:
      ja trove.exe+8A5E24
      mov eax,trove.exe+DD1634
    
    INJECT:
      jmp trove.exe+8A5E24
    return:
    registersymbol(INJECT)
    
    [DISABLE]
    
    INJECT:
      db 77 05
    
    unregistersymbol(INJECT)
    dealloc(newmem)
    </AssemblerScript>
          <Hotkeys>
            <Hotkey>
              <Action>Toggle Activation</Action>
              <Keys>
                <Key>17</Key>
                <Key>77</Key>
              </Keys>
              <ID>0</ID>
            </Hotkey>
          </Hotkeys>
        </CheatEntry>
      </CheatEntries>
    </CheatTable>
    Thanks, my friend. I'm excited to try your code

  16. The Following User Says Thank You to EsmineTs For This Useful Post:

    TroverHacks (02-28-2021)

  17. #28
    patoot's Avatar
    Join Date
    Nov 2015
    Gender
    male
    Posts
    15
    Reputation
    10
    Thanks
    2
    how i can set hotkey to Skip Distance like disable or enable

  18. #29
    KaPa2000's Avatar
    Join Date
    Feb 2014
    Gender
    male
    Posts
    13
    Reputation
    10
    Thanks
    0
    Nice, its working.

  19. #30
    Xerioth's Avatar
    Join Date
    Feb 2021
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    For some reason I cant use atk speed or most of the functions on the CT.

Page 2 of 3 FirstFirst 123 LastLast

Similar Threads

  1. [Release] Trainer V.3.1 + Farm's
    By TroverHacks in forum Trove Hacks & Cheats
    Replies: 101
    Last Post: 08-13-2021, 04:42 PM
  2. [Release] Trainer V.3.2 + Farm
    By SevenDemons in forum Trove Hacks & Cheats
    Replies: 53
    Last Post: 02-07-2021, 01:56 AM
  3. [Release] Trainer V.3.0 + Farm's
    By TroverHacks in forum Trove Hacks & Cheats
    Replies: 24
    Last Post: 08-25-2020, 12:23 PM
  4. [Release] Trainer V.2.7 + Farm's
    By TroverHacks in forum Trove Hacks & Cheats
    Replies: 42
    Last Post: 08-11-2020, 12:00 PM
  5. [Release] Trainer V.2.5 + Farm's
    By TroverHacks in forum Trove Hacks & Cheats
    Replies: 29
    Last Post: 07-28-2020, 09:04 AM