Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 07/15/2018 in Posts

  1. Hello, how can I unlock all season/special buildings (f.e. Red Day, Lunar etc.) in SimCity BuildIt using Game Guardian or other cheating tools? Please, help.
    1 point
  2. One of the daily quests, gives them as reward.
    1 point
  3. People not following directions is the usual problem. Not that I need to tell you that... I've seen you having to repeat yourself so often to other users not following your directions. ??
    1 point
  4. Ah. Nice. Sorry, people just can't follow directions then, was under impression it didn't save permanently.
    1 point
  5. Correct. I made a video showing it done too.
    1 point
  6. Step by step: - DWORD search pokemon's current hp value (144 HP for example) - Equip 1 power stone to change the hp value - Search new hp value - Repeat step 1-3 until there are 3 results. - Click last result and click "Go to" - You will see something like below img. 144 is HP, 82 is ATK for example (these are base stats of the pokemon I search) - Scroll down slowly you will notice there are some line same as that. - Keep scrolling down until you see the last lines of these 144D, 82D (means there is no line like these below) <- these lines are what we looking for. - Click them and modify the value to what you want.
    1 point
  7. @Eduardo28 look like bug in your kernel because all work for me as before. System call 'kill' is broken, so current behaivour is better from old one.
    1 point
  8. protectedStorageKey = randomValue1; protectedStorageRotateBits = randomValue2; x' = ((x << protectedStorageRotateBits) | (x >> (0x20 - protectedStorageRotateBits))) ^ protectedStorageKey ^ memoryAddrOf(x); If set random values to zero then all goes to: x' = x ^ memoryAddrOf(x);
    1 point
  9. Gameloft use random keys for XOR. It generated every run of game. You can not do anything with it. If be exact they use ROR and XOR. Offset for ROR and key for XOR is random. It set on calls near lrand48. Newer games use double storage, older - one storage. Double storage have same algorithm but implemented two times. Of course double storage use different params for each. _______________________________________________ added 1 minute later Most easy way - mod so for prevent init keys for storage. It lead to ROR and XOR with zero params. It cause to leaved only XOR with address. It is simple and can be found in GG in one search with data type XOR.
    1 point
  10. Here video with full explanation how it worked: https://www.youtube.com/watch?v=gqqm9CMKrA4
    1 point
  11. Stefan, we do not know how that worked. It is pure magic from Hogwarts School of Witchcraft and Wizardry.
    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.