Jump to content

Rastakiwi

Ascended
  • Posts

    200
  • Joined

  • Last visited

  • Days Won

    5

Everything posted by Rastakiwi

  1. The rewards could also be chosen once you started the battle the first time, and only change when you completed it (accepting the rewards). I mean maybe there is a flag set until you succeed the boss battle and accept the rewards. Btw good luck for your future findings ^^.
  2. Yes modding is hacking, but GG's hacking isn't modding, it's memory editing. So modding is not really the point here.
  3. What do you mean exactly by engine, a VM? you can do ot without an emulator or VM, it's modding.
  4. Maybe contact an admin like Eniby or just download the last version that worked well. I try to always use last version. If you're using a VM it may be quite unstable so maybe that's the cause.
  5. Try fuzzy double search. [added 4 minutes later] Tell me where you are stuck pls. It will save me a lot of time because making videos can be very time consuming and maybe you still won't understand. Idk what you mean exactly.
  6. Once you found energy you should be able to easily find health. -Go to the address of the energy value of the character. 1) Change your value format to see Doubles in the memory viewer tab, here is how: -Go in the menu (icon on the right of the one to edit value, with 3 stripes). -Select "value format" and enable Double, push "ok". 2) Find your health near your energy value: Your health is the yellow value (Double) separated by 1 Double before your energy. PS: Apparently there's an anti cheat after a certain level, so maybe it will prevent any modification, i don't know.
  7. @ishakk Ida is a disassembler made for Windows mac and linux (PC). You have a freeware version there https://www.hex-rays.com/products/ida/support/download.shtml If you don't know what ida is, or what is a disassembler, you'll need some time before being able to do something with it.
  8. Use the little button with 2 sticks on the top left corner of GG to pause the game when GG is open (do it before launching the fight). Then launch the fight and wait for your hero to have his/her ultimate Do exact search Double for the value 1000 (this is the energy required for your hero to toogle his/her ultimate) use ultimate directly refine for 0 You should find only 1 or a few values, just change it/them to anything ≥ 1000 and freeze it to have infinite ultimates for your hero.
  9. It doesn't seem to work on a game called blade crafter, with 3 pointers chain. Do you know why? I'm not sure to understand exactly how your script works... It is looking for pointers to pointers a [depth] number of time, but how does it selects the pointers? Just by filtering the results to only have those present in .bss and .data memory regions as said in the download page, or do you do something else? Because if you have any tip to find the good pointers an easier way, i'll take it! (I tried reading and understanding your lua code, but i can't since i don't know the language...)
  10. Depth is the number of chain pointers you can have. It is when you have to work with multipointers. The more depth, the more results and search time, but also the more chance to find a static pointer. You can let it to default but if you don't find anything, try a bigger offset or a bigger depth, 3 should be eniugh for most games.
  11. Thanks, it's not perfect but these are the bases :). Yes I know some games using pointers. - If you never worked with pointers, you can look for "zombinizer". Money is pointed by a value and its address changes. Try to do it yourself first, but if you have a hard time, you can look on there: Hack zombinizer (#7231b1l8) - You can also look for "blade crafter", where you have multipointers and encryption, I learnt a lot with this game. You should try to figure out how to hack it by yourself, but if you have a hard time, you can read what follows. If you want help without me telling you everything, ask me ;). --Don't read the following if you want to do it yourself-- You have a main structure where pointers for almost everything in the game are located (currencies, blades, upgrades, minigames data, other stuff,...), and these pointers most of the time lead to a 2nd pointer (2 pointers for diamonds), and even sometimes to a 3rd one, pointing to the value you want (3 pointers for money). Some multipointers change every single time the related value changes, like money or diamonds. I have 1 post on this forum about this game, and a video where I only show diamonds and money, but you can see how it looks like and follow other pointers of the main structure if you want. In my post on the forum, I show a list of descriptions for almost every pointer in the main structure, but it may have changed with updates. I didn't understand well how money was stored or the diamonds encryption when I did the video, but if you need help ask me. post: Blade Crafter (#79dvu88p) video:
  12. I've not really tried because i'm almost certain it's server sided. So I think not but you can still try, maybe there's just an encryption.
  13. Maybe you have stuff that increases/decreases your energy on your heroes, or the values change a little. Try to fuzzy search for a Double with "increase" when you get energy and "unchanged" when your at max energy, and you can still search for 0 after the ultimate is launched. Once you found the value, you can check if max energy is still 1000.
  14. Oops I wanted to say "shouldn't put a like" in my last comment, not "should", lol. Yeah you can still try to find exploits, but I think you'd better let currencies if you don't want to waste too much time...
  15. hmm no doesn't work you're right, it really tricked me... you shouldn't put a like on my last comments since it is false
  16. Hmm yes you're right, sorry I was just too excited because it didn't directly reset to its original value when I bought something...
  17. Well forget what I said earlier, currencies are totally editable, not even encrypted
  18. Try to search for 400(double) at the start of the combat, wait for everybody to get ultimate charged, and refine the search with 1000(double). You should only get your energy addresses for all your heroes.
  19. Ok thanks for the info, I don't really know the meaning of the memory ranges. I did a comparison again with a new heroe on another level: - structures of heroes and ennemies are in fact mixed - the order and offsets between characters change everytime You shouldn't find 8 values but only one. I think you're doing something wrong. Try to search for 1000 (Double type) instead (see below). Oh yes thanks. I wanted to check if it was double but I forgot lol. So instead of searching for 4.4765625 (Float), we can search fo 1000 (Double) for energy. The starting value for energy is 400 (Double), Min is 0 and max 1000. You can't search for 400 (Double) before starting the combat. It means now we don't have to use ultimate to find enerfy, just search for 400 (Double) at the start, wait for everybody to get max energy, then refine with 1000 (Double) --> you get energy of all the heroes.
  20. Btw i'm trying to find pointers, it is very difficult lol. I'm almost certain there are multipointers involved, so it's gonna be a hard task with GG. If you want to try to find them, make sure you have all the non-"dangerous" memorie ranges checked in the parameters, I saw a lot of possible pointers in "other" memory range.
  21. I found a quite fast way to find a hero health and energy. You can pause the game while in GG (up left corner button) to make the scan easier: -wait for the ultimate to be ready on your hero -search for float 4.4765625 (max energy) -launch ult. -quickly search for 0 after launching it, before your hero attacks again --> there should be one result in 'Ca' memory range, this is your energy, save it. -go to address --> your health is the float 8 bytes above (2 floats/dwords up), it should be a value around 5.131245131... (last value i got), save it. -do it for any other hero Ennemies have the same structure as heroes. I found an ennemy boss structure but it was far away from heroes' ones (the first value is Ulric health, but I couldn't rename it because the NaN value caused an error when I tried to rename (GG bug)): You can see on the next screenshot the difference between the 3 first offsets (between ulric and other heroes), and the ulric and the ennemy boss' offset (lightened offset). You can also see on the 5th, 6th and 8th lines that some heroes are closer than others: Mirael and Ira are separated by only C00h bytes/octets and Ira and Hogan are separated by 7C00h bytes:
  22. Did you locate (a) pointer(s) following these values from battles to battles (like what shanos was talking about)? If we do, we may locate much more interesting stuff. But I think currencies won't be hackable without an exploit since they're probably server sided.
  23. If you can't speedhack some stuff, try to activate more speedhack functions in GG's menu, if not done already. In this tab, the green squares represent the functions that will most likely help to speedhack, but also try red ones if you don't get what you want. I'd be glad to help when I'll have more free time in 2 week
  24. You should be able to copy paste in the search. You can also have access to the historic of your searches with the button with a clock and an arrow. Btw, what exactly do you want to do in this game Ctrlplus and Shanos?
  25. Hmm strange. You should be able to make your heroes op anyways with the GM tab or with GG but i don't know why you have real money heroes coming up. I didn't touched the game for some time now.
×
×
  • 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.