Jump to content

Leaderboard

Popular Content

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

  1. Well this may be a rant , but it's out of frustration . I just posted all the Halloween item codes 10 hrs ago , and a YouTuber whose name is "Closonix" made a video on it 5 hrs ago , I don't know if this is a coincidence but I've been watching closely that whenever a new ID or hack is posted here , this guy makes a video on it without giving any credit as if he's the one who found it . This guy made videos on each and every method shown by NoFear without even giving credit to him . Seriously if your whole channel is feeding on this forum then at least give some credit to the founder of it .
    2 points
  2. XOR SEARCH: This method of search is very unique and not intended for you to try as a first method. Once you've tried all memory types, all ranges, unknown increased and unknown decreased and all fail, this method might be what you want to do last. XOR is a simple encryption method, but without the key, you can't know the value. And games lately (not all) will have a key that changes on value change, making finding these types of values EXTREMELY difficult if not impossible... Until now. HUGE thanks to @Enyby The search All the games I've come across that use this method have all been dword, so I'll stick to dword. Also most games (except For Emblem Heroes and some parts in GunPie) the XOR key and XOR value are 4bytes apart. Let's say you have 25 gold. To search 25 with xor key 4 bytes away 25X4 If you know your value is within a range but not 100% on value, so you know you collected about 40 to 45 gold, your search can be 38~50X4 Then when you collect 10 more 48~60X4 During these searches, if you want to eliminate many results that are most likely not it, you can do a does not equal 0 and does not equal the value. You search 500X4 Followed by ≠0 ≠500 Then you can resume the XOR method. This search cannot be done with a group search. If done properly, can do unknown changed/unchanged. Editing You have a couple ways you can edit values. Edit results and if you want to edit to 12345 Put 12345X4 If you want to edit multiple values keeping xor and doing a different value for each. If you have 3 results from searching 500X4 Edit results 100;5000;15000X4 First value week be edited to 100 2nd 5000 and 3rd to 15000. The other option ,goto address, copy value above (xor key) using the xor calculator built into GG, calculate value and got can type values and re-encrypt with proper xor key. Increment edit If you have 5 results and want each to be different, separate each edit with a ;. So for 5 results 5;10;15;20;25X4 Value 1 will be 5, 2 will be 10..... Then you can figure out the correct value, revert and remove the wrong values and continue with editing that one value. List of known games using XOR protected values. Tiny Miners Bullet Force Gunpie Super Mario Run Fire Emblem Heroes (SP: 8 is xor offset. Level: 24 is xor offset) Touch Tank Target Acquired Futurama: Worlds of Tomorrow Pokémon: Magikarp Jump Skychamp HAWK: Freedom Squadron Candy Crush Heroes Infinite Stickman Legend (XOR offset 8) Zombie Pandemic Survivor
    1 point
  3. Thanks so much dash been scrolling back through pages trying to find that how come there isn't a full id list sticky posted
    1 point
  4. @NoFear You should add stickman legend xor X8 And zombie pandemic survivor to op post
    1 point
  5. Upgrade - possible. Without ban - I do not know.
    1 point
  6. 123~~999 Same as x <= 123 or x >= 999
    1 point
  7. So searching 123~~999 is searching for a value <123 >999 Just want to make sure I'm reading this correctly. Nice addition.
    1 point
  8. That 's pretty common since LDoE is "feeding" so many channels lately. It has made a serious compact on subscribes on YT. Ridiculous, right? And that 's another reason I personally neglect many of those requests in this thread right now. There are already so many info on doing pretty much everything and you can literally see requests right under those guides... Some weeks ago someone asked on how to finish chopper etc. and I reattached the video already posted since version 1.5.3 and I discovered a couple days later a video on this on version 1.6.2. .
    1 point
  9. 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
  10. 1 point
  11. To start, you need to draw a pentagram with the correct spells. Then kill the victim on the altar. Sprinkle the blood of the victim pentagram. Then say the spell. Well, or something like that.
    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.