Page 3 of 6 FirstFirst 12345 ... LastLast
Results 31 to 45 of 80
  1. #31
    Kurama<3's Avatar
    Join Date
    Dec 2018
    Gender
    male
    Posts
    109
    Reputation
    10
    Thanks
    6
    My Mood
    Dead
    Quote Originally Posted by Yushimiitsuu View Post
    I'm pretty sure you were once a newbie, I don't know how to activate it either and tutorials on the internet are way too broad imho
    Indeed but instead of immediately bothering others i at least try to find a way to do stuff myself lol

  2. #32
    46kristjan46's Avatar
    Join Date
    Oct 2016
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0
    Could you tell me how did you find the correct pointers and adress for the movement speed STAT? I've tried searching for the float number, found out what writes to it, get an adress and pointers, but then when i check what accesses them, nothing comes up. I must say I am a beginner with CE so any help would be appreciated

  3. #33
    Bearh1's Avatar
    Join Date
    Apr 2020
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0
    best bet is too wait for an update, i'm trying to figure it out too but i'm still new to CE coding etc.

  4. #34
    sharafking's Avatar
    Join Date
    Apr 2015
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by xppazar View Post
    When you click the value, you get the MS options. choose one and freeze the value.

    - - - Updated - - -

    And you can't manually enter a MS value, values are encrypted which means 200 ms is not 200 value its actually something like this "2564867339"
    i want to change it manually how to do that, i know its encryted

  5. #35
    RendangEnak's Avatar
    Join Date
    Jun 2020
    Gender
    male
    Posts
    4
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by sharafking View Post
    i want to change it manually how to do that, i know its encryted
    is this still working?

  6. #36
    x21x223's Avatar
    Join Date
    Apr 2020
    Gender
    male
    Posts
    8
    Reputation
    10
    Thanks
    0
    new base pointers pls

  7. #37
    ultrace1's Avatar
    Join Date
    Jun 2020
    Gender
    male
    Posts
    8
    Reputation
    10
    Thanks
    26
    how can i find base pointers?

    i mean how can i do it myself don't want to ask everytime. I can find pointer but can't find offsets
    Last edited by ultrace1; 06-05-2020 at 05:15 PM.

  8. #38
    Jeroonie_XD's Avatar
    Join Date
    Sep 2019
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0

    How do I activiate

    I hear a windows error sound when i try to activate it or change the value I can't interact with it. Am i doing something wrong?

  9. #39
    ultrace1's Avatar
    Join Date
    Jun 2020
    Gender
    male
    Posts
    8
    Reputation
    10
    Thanks
    26
    Quote Originally Posted by Jeroonie_XD View Post
    I hear a windows error sound when i try to activate it or change the value I can't interact with it. Am i doing something wrong?
    probably didn't select trove.exe on process screen. if you did, you didn't update base adress. try my thread if u don't know how to update it

  10. #40
    Svanorskii's Avatar
    Join Date
    Jan 2016
    Gender
    male
    Posts
    60
    Reputation
    10
    Thanks
    38
    Updated Pointers Release.

    // 7th June. : 17:13

    Base:0x0106A410

    Offsets:0x0+0x28+0xC4+0x2D4+0x90+0x9C+1A4

    200 MS: 360248232
    150 MS: 354874280
    100 MS: 351859624

    If you want you can also just use the base I provided and the old offsets should work
    Last edited by Svanorskii; 06-07-2020 at 09:21 AM.

  11. The Following 2 Users Say Thank You to Svanorskii For This Useful Post:

    boss334 (06-07-2020),ultrace1 (06-08-2020)

  12. #41
    boss334's Avatar
    Join Date
    Oct 2014
    Gender
    male
    Posts
    24
    Reputation
    10
    Thanks
    0
    My Mood
    Amused
    Quote Originally Posted by Svanorskii View Post
    Updated Pointers Release.

    // 7th June. : 17:13

    Base:0x0106A410

    Offsets:0x0+0x28+0xC4+0x2D4+0x90+0x9C+1A4

    200 MS: 360248232
    150 MS: 354874280
    100 MS: 351859624

    If you want you can also just use the base I provided and the old offsets should work
    thx the base works!
    do u have the values for 120ms or 110ms?

  13. #42
    Svanorskii's Avatar
    Join Date
    Jan 2016
    Gender
    male
    Posts
    60
    Reputation
    10
    Thanks
    38
    Quote Originally Posted by boss334 View Post
    thx the base works!
    do u have the values for 120ms or 110ms?
    110 MS : 351073192
    120 MS : 348189608

    Let me know if you would like a paste of whatever int range, since I made a script to do it

    https://raw.******userconten*****m/Ra...eStatVals.html

    Here's a paste of the values from 1-100k.
    Last edited by Svanorskii; 06-07-2020 at 06:33 PM.

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

    boss334 (06-07-2020)

  15. #43
    boss334's Avatar
    Join Date
    Oct 2014
    Gender
    male
    Posts
    24
    Reputation
    10
    Thanks
    0
    My Mood
    Amused
    Quote Originally Posted by Svanorskii View Post
    110 MS : 351073192
    120 MS : 348189608

    Let me know if you would like a paste of whatever int range, since I made a script to do it

    https://raw.******userconten*****m/Ra...eStatVals.html

    Here's a paste of the values from 1-100k.
    you sir are a legend!! thx a bunch

  16. #44
    ultrace1's Avatar
    Join Date
    Jun 2020
    Gender
    male
    Posts
    8
    Reputation
    10
    Thanks
    26
    Quote Originally Posted by Svanorskii View Post
    Updated Pointers Release.

    // 7th June. : 17:13

    Base:0x0106A410

    Offsets:0x0+0x28+0xC4+0x2D4+0x90+0x9C+1A4

    200 MS: 360248232
    150 MS: 354874280
    100 MS: 351859624

    If you want you can also just use the base I provided and the old offsets should work
    holi.... insane work good job... how did you get all of these shts...

  17. #45
    Taylibs's Avatar
    Join Date
    Jun 2020
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by Svanorskii View Post
    110 MS : 351073192
    120 MS : 348189608

    Let me know if you would like a paste of whatever int range, since I made a script to do it

    https://raw.******userconten*****m/Ra...eStatVals.html

    Here's a paste of the values from 1-100k.
    How do you change the base?

Page 3 of 6 FirstFirst 12345 ... LastLast

Similar Threads

  1. [Outdated] Movement Speed Hack ( Out of Combat )
    By soko91 in forum Tom Clancy's The Division Hacks & Cheats
    Replies: 22
    Last Post: 05-18-2016, 01:30 PM
  2. Anyone i need Hack Attack Speed and Movement Speed
    By lanbu21 in forum Trove Discussions & Help
    Replies: 3
    Last Post: 07-15-2015, 07:48 AM
  3. Trove - Movement Speed Hack using Cheat Engine
    By Z3wz in forum Trove Discussions & Help
    Replies: 11
    Last Post: 06-23-2015, 11:04 PM
  4. Speed Hack for WarRock
    By ypg_gamer in forum Hack Requests
    Replies: 9
    Last Post: 02-03-2012, 11:28 PM
  5. movement speed hack
    By pyrokind in forum Vindictus Help
    Replies: 4
    Last Post: 10-21-2011, 12:30 AM