Jump to content

Newbi

Ascended
  • Posts

    97
  • Joined

  • Last visited

Everything posted by Newbi

  1. I'm not sure if I understood what you meant :x do you mean that the way I did it is wrong and it corrupts the save and there's another way ? Or is there a value that indicates that the game is corrupted and by changing it everything goes back to normal ? I might be totally wrong in both case lol but at first I thought there was a String that equals "corruption" and I only had to switch that but I don't think that's the thing. Anyway thanks for the hint at least I got some clue.
  2. I am able to find and edit these values but I'm missing something again ? when I quit the game and come back the only thing that stays is the gold And it isn't just display since I can use the diamond but if I do the save will be corrupted and make you start over again. Btw @NoFear were you able to bypass the protection ? And if you did was it with GG ?
  3. ... Freeze the value in the saved list - GameGuardian (#423oz45n) you freeze level and that's it (if they didn't change patch anything)
  4. read help and if you don't understand a function look for it on GG forum or google it I guess
  5. 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.
  6. 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.
  7. ?? Nvm go learn modulo operation it'll be faster for everyone, the 3rd number is Hacksilver % 3 % is the sign used for modulo. So if you have 14 hack silver it would be First number : (hacksilver) = 14 Second number : (4 + (6 x hacksilver)) = 88 Third number : (14 % 3) = 2 Here I'll even leave the wiki link so you won't need to google modulo operation https://en.m.wikipedia.org/wiki/Modulo_operation
  8. 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.
  9. It's because no matter how you multiply 0.3333333... or 0.6666666... by 3 you will always be missing a 0.0000000...1 so instead of thinking it's 0.333 you think it's 1/3 so when you multiply 1/3 by 3 it becomes 3/3, same stuff for 0.666 think of it as 2/3 so it become 6/3 after you multiply it by 3. The reason it says you need to use float is because Dword is only for whole number and is not precise enough for decimals so it would requires you to upgrade the variable in Dword to a float for it to be able to store decimals in it. _______________________________________________ added 2 minutes later Well you can look into modulo operation if you want to understand how the 3rd number work maybe it'd be faster that way
  10. I can't make a video since I don't have a good app for it and my phone is quite rusty now ? also if I made a video it would only show how I did so I just made a series of screenshots from start to end and I'll try to explain as best as I can. So first I started the game and as you can see I had changed my hacksilver back to 15. Here I opened GG and selected the game. I first searched a simple ordered group search with default range. The numbers are : hacksilver ; 4 + 6 x (hacksilver) ; 0 or 1 or 2 in this case it's 0. To know the 3rd number you just have to do hacksilver divided by 3, take the decimal and multiply it by 3 in this case it would be : 15 / 3 = 5.0 ; .0 x 3 = 0 ; After my search I still had too many result. So I set a safe range to my group search and decreased my result to find the values I want. The 3rd value is always 4 bytes away from the second one so we had our 3 numbers there and I removed the 2 other values here. Here I edited the first value (the amount of hacksilver you want) to 9,999,999. Since I edited one of those values so I need the other 2 to be correct too or else it would revert my hacksilver to 0, so for the second value it's : 4 + (9,999,999 x 6) 59,999,994 = 59,999,998; The 3rd value it's : 9,999,999 / 3 = 3,333,333.0 ; .0 x 3 = 0 ; After this it's just me showing the hacksilver is useable. well I hope you understood how to do it after this and if you want to learn more about GG you can start with the Help in the application. and after that you can still look deeper into it with topics on this forum.
  11. I increased my level a little to high and I got banned so don't increase your character's level too much. By editing the character's level and freezing it before the start of a quest you can have the stats of that level and still get experiences so it's a good way to farm safely hard adventure while increasing your character's level the highest level I used was 2500 but I changed it to 25000 and I got banned. To find your character's level you can do a group search like this : 0 (if human), 1 (vampire), 2 (main vampire) ; level ; hp ; mp ; star ; level cap ; stat point available ; skill point available ::48 hp and mp isn't always the showed value so I'd recommend searching something like this : 1 ; 200 ; 5 ; 200 ; 199 ; 199 ::48 you only have to edit level or health, mp the other value doesn't affect the game it will only be display. you can also find and freeze the auto bar so you won't consume any bat scroll anymore. The values can range between 1,045,000,000 and 1,095,000,000. To find it I'd recommend searching 1,090,000,000~1,095,000,000 in known search before starting using auto and then use fuzzy search decrease each time the auto bar decrease and once you've found it you can freeze it. That's all(not much) the useful thing I could find .
  12. @NoFear it doesn't work anymore. I tried it before searching myself xD. Btw I made a mistake the 3rd value for gold, it isn't from 0 to 3 it's always from 0 to 2 for any value. All the currency follow the 3 numbers pattern I explained above also quick tip to find some value quicker you can just group search : amount ; 4+6x(amount) :: It should easily narrow down the search (maybe not if you got 0 as amount).
  13. Wait ... I just tried to hack gold and it's the same pattern :x but unlike stamina the 3rd value cap is 3 so it goes 0, 1, 2, 3, 0, 1, ... I think any other currency, value, amount will also be the same pattern so I'll go and check it out if it us then I won't reply if it isn't the. I'll let you know.
  14. For now the only thing I found was how to hack stamina. To find it you just have to search your stamina in Dword once you've found it there should be 2 values left but only 1 matters, to know which one it is you have to go to the address of one of them and there should be numbers like this You can recognize those numbers because they have a pattern that goes like this the first number (the one at the top) is the stamina you have, the second one is 4 + 6x(stamina) and the last number just goes 0, 1, 2, 0, 1, 2, ... If one of those numbers isn't correct your stamina will change to 0. Btw there was already a topic about this.
  15. Did you try to hack it ? Also did you find anything useful ? I tried to search for some values but this game seem to be heavily on server side when it comes to currency related and anything you own. But battles are client side so you can change some stuff.
  16. You seem to misunderstand some stuff. First of all as my name says I'm still new to this and I couldn't explain to you how XOR work and what the 8bytes away (X8) really means, but I can explain to you how to use XOR key. So here is my gold value without XOR key to add the XOR key to it you need to press the triangle facing downward in a white circle just at the right of it. This should popup, you can select the one at the end "XOR ... = ???" You enter the XOR key into here and it should have encrypted your gold value. Once you've done that you can do new search enter the amount of whatever currency you currently have click on the circle again and either reuse the XOR key you've already entered or set a new one with the ??? One. Btw if you want to learn more about XOR you can start with XOR search Guide - GG 8.29.0+ (#2pt9z7db) And look it up on Google to understand it a little more.
  17. Well first of all there are 2 XOR key I found, one is 444,444 and the other is 444,442 with these XOR key you can get every currency in this game if I didn't miss one. First is gold you just have to put 444,442 as XOR key and you can find the value and edit it. Qword is recommended since Dword is limited for gold. For Ruby if you don't have any you can just do Dword basic search of an item in the ruby shop and use increment to find out the value for the item in sale and edit it negative value If you already have some ruby then you can use the XOR key 444,444 to find the value and edit it. For the blue currency it's the same thing as ruby but the value you need to find is the Lv. 1 cost of what you want to edit. If it's Lv.10 and it cost 9990 you won't find anything if you search 9990 you need to find the Lv.1 cost value and edit that in negative. And if you already had some of this currency then the XOR key is 444,442. I used group search 100;100;50;100;50 for this one and I removed every 100 and incremented the 50 values to find those amd edited them and for the XOR key it's 444,444. For this currency you need to search 28000 with the XOR key 444,444 you should only find 1 value and you just have to edit it negative and every item at the same price will change too. For the XOR key of the currency it's 444,442. And that should be it for currencies. You can also edit other stuff like this And prob a lot more stuff with those 2 XOR keys so you can search for yourself it's either basic Dword or one of those 2 encryption. Well have fun fiddling with the game now. Btw I'm tired so I might have explained it badly so if you didn't understand something you can always ask.
  18. This one is X8 I mean gold value is X8 so you just have to write the amount you want I.e. 999,999,999X8 and you'll get the 999,999,999 gold value. I'll look for some other stuff to hack in this game since I just started and ill share it here if I find anything.
  19. i could only find out how to hack the money and gems 1) you search the money you have in dword 2) you do a quest to earn some money to change the value of it and you keep doing it 'till there's only 3 values left 3) there should be 2 values with the address nearly the same, you go to the other one. In my exemple it's "6B42FA28" 4) the 3 values above the address "6B42FA28" you went to are the important one. i didn't figure out how they work but if you don't edit all of them with a plausible value the game crash. now that you have those 3 values what you should do is either freeze (it crashed for me when i keep using money fastly) or you can save the values and edit them back to the initial values before you bought anything. since i didn't figure out how those 3 values work i can't help you have the amout of money you want but you shouldn't have any trouble with money since you won't lose anymore now. for gems it works the same way as money and you can use the same 3 values you have for money for gems too so you won't have to earn gems like money. and you can find it just below the address "6B42FA28" if it's not you can just search it the same way as for money. i'm sorry for my bad english so if you don't understand anything you can just ask me in detail and i hope it'll help you.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.