Ansems Posted October 2, 2018 Posted October 2, 2018 Hi guys I am trying to hack this game with game gameguard but the only thing I can change its the visual values on gold and rubies but I can't change the physical values I can't find any thing on the internet or on this forum or even on the Discord chat anyone please can help me or show me how to do this, I have try everything that I can understand and even ask others guys and adm. But no answer. Thanks on advance 1
Newbi Posted October 2, 2018 Posted October 2, 2018 you just had to do a fuzzy search and some quick math. Anyway gold is -1,527 + 7 x (gold) So in my case it's (99,999 x 7) - 1527 = 698466; And for gem it's -1,279 + 3 x (gem) So (3 x 99,999) - 1,279 = 298718; The address are next to each other so you just have to find one of those and you can just go in the memory and save both address or you can do a group search if you have too many result like this : 698466;298718:5 And you should easily find the values. 3
David2031 Posted October 6, 2018 Posted October 6, 2018 On 02/10/2018 at 14:01, Ansems said: O homem agradece que você é o melhor Could you make a video? I'm not getting..
Ansems Posted October 7, 2018 Author Posted October 7, 2018 (edited) 21 hours ago, David2031 said: Could you make a video? I'm not getting.. It is easy I did it on the first try. First get like 100 gold. on the base Do the fuzzy search then buy a antidote for 6 gold and repeat the fuzzy search but now you will see a few taps like increase decrease ect. Hit decrease. Repeat the potion buy and fuzzy search until you get a total close to 100 values on this part you will need to multiply your gold amount for 7 after that you will have to remove the total of 1,527 of the total of what you got first and this new amount you got should be The values that you're searching on fuzzy search. You should have a minus value change it to 50000 buy a potion again and you will see the new amount of gold Edited October 7, 2018 by Ansems 3
Newbi Posted October 7, 2018 Posted October 7, 2018 8 minutes ago, Ansems said: It is easy I did it on the first try. First get like 100 gold. on the base Do the fuzzy search then buy a antidote for 6 gold and repeat the fuzzy search but now you will see a few taps like increase decrease ect. Hit decrease. Repeat the potion buy and fuzzy search until you get a total close to 100 values on this part you will need to multiply your gold amount for 7 after that you will have to remove the total of 1,527 of the total of what you got first and this new amount you got should be The values that you're searching on fuzzy search. You should have a minus value change it to 50000 buy a potion again and you will see the new amount of gold Wait did you do it that way ? I even gave you the math formula of the encryption lol or did I explain badly ? xD _______________________________________________ added 4 minutes later Ah when I said you only had to do fuzzy search I meant it to find the values for the first time if you had no clue how the value was encrypted :x but since I gave you the formula you can just immediately do the known search it'll be faster. 1
Ansems Posted October 7, 2018 Author Posted October 7, 2018 6 minutes ago, Newbi said: Wait did you do it that way ? I even gave you the math formula of the encryption lol or did I explain badly ? xD _______________________________________________ added 4 minutes later Ah when I said you only had to do fuzzy search I meant it to find the values for the first time if you had no clue how the value was encrypted :x but since I gave you the formula you can just immediately do the known search it'll be faster. Lol 1
Newbi Posted October 8, 2018 Posted October 8, 2018 (edited) I played this game a little more and I found out that you can easily find these values Attributes are non-encrypted Dword and hp, mp are float to make it simple just search (the example are based on my screenshots above) : Dword !!! (Strength);(Agility);(Luck)::9 (999);(999);(999)::9 (Melee skill);(Ranged skill);(Blocking)::9 (802);(444);(711)::9 (points available) (872) Float !!! (hp - 1~hp);(max hp - 30):9 (998~999);(969):9 (mp);(max mp - 5):9 (999);(994):9 Btw this is an example of an ordered group search with a set range for those that got no clue of how to use GG. Edited October 8, 2018 by Newbi 4
FTRMN Posted October 8, 2018 Posted October 8, 2018 37 minutes ago, Newbi said: I played this game a little more and I found out that you can easily find these values Attributes are non-encrypted Dword and hp, mp are float to make it simple just search (the example are based on my screenshots above) : Dword !!! (Strength);(Agility);(Luck)::9 (999);(999);(999)::9 (Melee skill);(Ranged skill);(Blocking)::9 (802);(444);(711)::9 (points available) (872) Float !!! (hp - 1~hp);(max hp - 30):9 (998~999);(969):9 (mp);(max mp - 5):9 (999);(994):9 Btw this is an example of an ordered group search with a set range for those that got no clue of how to use GG. Very Good Thank u
David2031 Posted October 11, 2018 Posted October 11, 2018 On 10/7/2018 at 3:32 PM, Ansems said: Lol On 10/8/2018 at 2:33 PM, Newbi said: I played this game a little more and I found out that you can easily find these values Attributes are non-encrypted Dword and hp, mp are float to make it simple just search (the example are based on my screenshots above) : Dword !!! (Strength);(Agility);(Luck)::9 (999);(999);(999)::9 (Melee skill);(Ranged skill);(Blocking)::9 (802);(444);(711)::9 (points available) (872) Float !!! (hp - 1~hp);(max hp - 30):9 (998~999);(969):9 (mp);(max mp - 5):9 (999);(994):9 Btw this is an example of an ordered group search with a set range for those that got no clue of how to use GG. Very Good Thank u !!I would like to learn how to use the Guardian game. Would you have any tips for noobies?
Newbi Posted October 11, 2018 Posted October 11, 2018 9 hours ago, David2031 said: Very Good Thank u !!I would like to learn how to use the Guardian game. Would you have any tips for noobies? read help and if you don't understand a function look for it on GG forum or google it I guess
healer12 Posted March 12, 2020 Posted March 12, 2020 In addition to other mod here, I also found Inventory items and component parts. Inventory Amount as N -11+3(N) Component parts amount as N 40+(3×N) Hope you find it helpful. 1
Adim2P Posted March 15, 2020 Posted March 15, 2020 On 10/9/2018 at 1:33 AM, Newbi said: I played this game a little more and I found out that you can easily find these values Attributes are non-encrypted Dword and hp, mp are float to make it simple just search (the example are based on my screenshots above) : Dword !!! (Strength);(Agility);(Luck)::9 (999);(999);(999)::9 (Melee skill);(Ranged skill);(Blocking)::9 (802);(444);(711)::9 (points available) (872) Float !!! (hp - 1~hp);(max hp - 30):9 (998~999);(969):9 (mp);(max mp - 5):9 (999);(994):9 Btw this is an example of an ordered group search with a set range for those that got no clue of how to use GG. This doesn't work anymore, does anyone know how to hack the stats?
akantari Posted November 16, 2020 Posted November 16, 2020 As of today, stats, hp and mp work fine. Didn't try items. But I'm sure it will work fine too. Thanks for all the efforts. Is it possible to increase inventory size? I tried fuzzy with inventory belt on and off but couldn't decrease the size of found elements below 12000. Any help will be appreciated.
akantari Posted November 19, 2020 Posted November 19, 2020 I tried xor, encrypted, both auto and dword and float. Tried to do the pointer thingy thru guide but all to no avail. Also sorry for shameless self-bump, couldn't figure out how to edit my own post (yea im that noob:( )
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now