Hey, guys. I need help at finding "Dodge" ability address, tried like 3 days and 0 result.
Thank you in advance.
There probably is value for dodge ability cooldown somewhere, but it is much easier to edit assembly to skip cooldown check entirely like it was done here: https://www.mpgh.net/forum/showthread.php?t=1411690
Originally Posted by 3JIOU_KOTE
There probably is value for dodge ability cooldown somewhere, but it is much easier to edit assembly to skip cooldown check entirely like it was done here: https://www.mpgh.net/forum/showthread.php?t=1411690
Hello again
I am too interested in finding this :/ I tried searching for 0 / 1 on dodging, but I was unable to find anyting :/
How should I go about finding the value? :/
Hello again
I am too interested in finding this :/ I tried searching for 0 / 1 on dodging, but I was unable to find anyting :/
How should I go about finding the value? :/
What's the point of redoing stuff that have already been done and that will work in future?
If you want to see how it works - load it into ida and scan for pattern embedded in this script.
Check what values it does change/accesses and confirm it by watching same function under debugger.
Originally Posted by 3JIOU_KOTE
What's the point of redoing stuff that have already been done and that will work in future?
If you want to see how it works - load it into ida and scan for pattern embedded in this script.
Check what values it does change/accesses and confirm it by watching same function under debugger.
wait.. you saying the script still works :O
Originally Posted by tone11
wait.. you saying the script still works :O
Yes, it does, it may/may not require fiddling with this part in the future in case offsets will change:
jae trove.exe+56E4C9
But at the moment it works, and it will work until they mess with game's engine, which is unluckily.
Originally Posted by 3JIOU_KOTE
Yes, it does, it may/may not require fiddling with this part in the future in case offsets will change:
But at the moment it works, and it will work until they mess with game's engine, which is unluckily.
Hmm, how was the address he modified even found? :/ what method, how you know what are you looking for, since we are talking about cooldown stuff?
Originally Posted by tone11
Hmm, how was the address he modified even found? :/ what method, how you know what are you looking for, since we are talking about cooldown stuff?
He found it while reversing game with ida.
Probably found string "CooldownComplete", went to references and found function that checks cooldown and tried to play with it.
Ohh, so I see now! yeah, IDA is super useful!
I for sure wouldn't find address using the methods I thought are working haha Thank you for revealing this to me!
May I just ask you what other cheats/ scripts I could write that actually work? As we found out, instamining isn't possible, so which other are possible and useful?
regards
Originally Posted by tone11
Ohh, so I see now! yeah, IDA is super useful!
I for sure wouldn't find address using the methods I thought are working haha Thank you for revealing this to me!
May I just ask you what other cheats/ scripts I could write that actually work? As we found out, instamining isn't possible, so which other are possible and useful?
regards
instamining is possible, there were vids of it in the forum but the creator never shared
Originally Posted by Kurama<3
instamining is possible, there were vids of it in the forum but the creater never shared
Hmm, are you talking that from experience? One guy told me it's server sided :/
Originally Posted by tone11
Hmm, are you talking that from experience? One guy told me it's server sided :/
You can check for yourself that lasermancy is client sided by editing encrypted value below certain threshold or just enabling cheat engine's speedhack.
Originally Posted by 3JIOU_KOTE
You can check for yourself that lasermancy is client sided by editing encrypted value below certain threshold or just enabling cheat engine's speedhack.
I know that 3JIOU_KOTE, but is he trying to say that untill certain point lasermancy can be modified & works? or he is saying something else? :/
Originally Posted by tone11
I know that 3JIOU_KOTE, but is he trying to say that untill certain point lasermancy can be modified & works? or he is saying something else? :/
thats what i was talking about
Originally Posted by tone11
I know that 3JIOU_KOTE, but is he trying to say that untill certain point lasermancy can be modified & works? or he is saying something else? :/
He is trying to say that it is also possible by not modifying lasermancy, but instead messing with game's tick speed.