Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 10/04/2017 in all areas

  1. You can't do a sequential search for those crates. They're not ordered the same way other items are. You should purchase in order to have a greater value, preferably in the hundreds range (say, 483 boxes) so you can single-search them easily. If you refine as you buy, you'll find these very quickly. Just focus on one at a time. I don't understand what you're trying to do as pointer duping in your inventory goes through 80% the process of freeze duping. Replacing IDs are the same method for the inventory but not for the inbox, for that you have to read back a few pages. There is a logic. A few posts above I explained how pointers are organized in the game's memory. Now if you think as the directories analogy as rooms in a mansion, then you're being dropped in the lobby and you start investigating. Maybe you'll have to go back to the lobby and start all over, but with enough exploration you'll find your own way for the goodies. That's what NoFear was doing since page 1. It's not random. The environment you're dropped in is random to you at a first look. Then you analyze for patterns and find logic in it. Someone structured this game, this is breaking that structure down to a makeshift blueprint.
    2 points
  2. Hello all ! Would it be possible to group all the IDs of the objects I am particularly looking for resources, and the trunk. Here are the ones I have : connector_rod 18;7471220;6488181;6226027;7471220;7209057;7143539;753 Go up this list and add ALL YOU FIND !! Ty all
    1 point
  3. Note that you have to set the memory ranges (jh, ca, j). if for some reason do not find the values add the (A). the memory ranges are in the upper left.?
    1 point
  4. 1 point
  5. View File Doom & Destiny Advanced v1.6.9.0 Hack Script by Backlift Script for Doom & Destiny Advanced for Golz,XP,Items etc... Submitter Backlift Submitted 07/25/17 Category LUA scripts
    1 point
  6. Hi folks. Is there any hack of charactor attributes still working in v1.6.2? Thanks to all users of this forum. After reading dozens of pages backwards I managed a lot hacks like gold, inbox, dupe item, etc. Hoever, I found no clues of hacking workable in newer versions such as god mode, atk/def/speed hack or infinite hunger/thirsty. Is it still be able to do these hacks now? Can you help me, please?
    1 point
  7. NoFear This game is probably my most complex style of hacking. It's only recently I've started to utilize pointers, which is proving to be a wonderful method if you have the patience. Honestly, started when I was younger with Nintendo and PS2. I had game genie and game shark (memory hacking for console games). I loved it and got good at making my own codes for fun. Then I learned I could do the same on my phone (woot). So, it's been a series of trial and error with every game and developer. You learn how developers work over time and when they release a new game, you already have a basic understanding of their previous work. With pointers, or becomes VERY time consuming. Essentially, look for patterns. If you see a value repeat every so many lines and is a large value that seems to have no meaning, that's usually a value being pointed to. The pointer, is a dword value in hex of that address. So search the hex dword of address location and you find a pointer. When you find a useful value, ALWAYS look at everything nearby... Look for patterns, look for the "next" value. If you find hp, you scroll up you find "max hp" and further below hp you find defense (yes this is for LDOE). Then all the space between, look for patterns and pointers. Follow them in either direction for more useful info. Ex: find values of thirst/hunger (value is how much is missing). Nearby is a value being pointed to. Search hex of that address and when you goto location, you see the specs for the hunger/thirst. Has a value for rate hunger/thirst decrease. So essentially have it never decrease without "freezing" it. With memory hacking it really is trial and error. MANY MANY MANY crashes, banned accounts and 100% broken saves. As long as people show SOME effort, I don't mind helping.
    1 point
  8. I don't know what game you are talking about. Playstore Link?
    1 point
  9. I think you're looking back a bit too much. Was this the schematics requirement freeze to multi-craft? From the first pages? This was fixed ages ago. Try looking into NoFear's pointer hacks: https://youtu.be/FF13bHvuLhc
    1 point
  10. It does not matter if you are in China. follow the pointers and you will succeed . close the game clear the cache and do it again .
    1 point
  11. First step search hp value my value is 444 next step is take off hair to change hp value my after change is 230 then go to the value and search 2 other value the first ist hp + 8 offset and the second is hp + 10 offset change both to 8888888 and then take hair on and you see the value is change high attack and high defense see in my pictures
    1 point
  12. d = gg.prompt({A='A', B='B', C='C'}, {A='123', B='456', C='789'}) gg.alert('A + B - 3*C = '..(d.A + d.B - 3*d.C))
    1 point
×
×
  • 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.