Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 01/04/2018 in Posts

  1. How to understand that you can use unrandomizer 1. Start the game. 2. Open the list of unrandomizer functions so that it loads. 3. Make the necessary actions in the game, which, presumably, are associated with random numbers. 4. Re-open the list of unrandomizer functions. See if there are green timers in the first column. If they do not exist, the unrandomizer will not work. If so, you can try to set some value for the unrandomizer and repeat the action in the game to see if there is any difference.
    1 point
  2. can we get a better tutorial on the randomizer?
    1 point
  3. For anyone who is interested, here is what I did to run the game and Repetitouch on Bluestacks. First of all, download the rooted Bluestacks 0.10.7 from here https://mega.nz/#!GFVilDAL!Wkyp2xpxFOx8J_Gz8wIf0jGSxTT3IiT6xthvrHhRbME. Although version 1, 2 and 3 of Bluestacks are also available, 0.10.7 is the lightest version and takes least amount of resources. Windows 7 and 8 are recommended for this but I am using on Windows 10 without any problems. After installing Bluestacks, login your Google account, install NFS No Limits and update Google Play Services (if you cannot find Play Services in Play Store, run the game once, it will prompt you to update) and Google Play Games. Install GameGuardian and Repetitouch. The above mentioned version of Bluestacks comes with SuperUser per-installed so there will be no issue running GG (GameGuardian) or RT (Repetitouch). Open RT, go to Settings->Advanced, select Additional Input Type and choose Bluestacks virtual mouse. Then go back and select Override Multitouch Type and choose 2.3+ Legacy Mode. Run the game, GG and RT and do the usual thing of editing and recording. IMPORTANT: During recording, WAIT AT LEAST 3 SECONDS before hitting the stop button, otherwise recording will be broken. THIS IS VERY IMPORTANT AND MUST BE FOLLOWED. After that, it is everything as usual, as you would do on a mobile phone.
    1 point
  4. hack gems and gold hungry shark with game guardian http://sendvid.com/2y2wuw0u
    1 point
  5. For example, the chance of falling out of the object. Or the roulette rotation. or other random events. It does not have to do with encryption. For example, after a fight, you need to rotate the roulette to get a prize. Unrandomizer will replace the function call rand() and you can choose which prize to receive.
    1 point
  6. Sorry, trying to make sense of it... It's a randomizer on a value that is unknown until it is rewarded, by then it's too late. But this can help find the value that determines what your reward is? Ex: Game where you have waves of enemies. Wave 1 completes, you get 103 gold. Wave 2 complete you get 204. Wave 3 complete you get 445. The unrandomizer is looking for the value that "writes”/determines what you won. If I'm still wrong, do you have a game example?
    1 point
  7. No. Try read help.
    1 point
  8. What's New in Version 8.46.0 Added unrandomizer. Read the help. Improved speedhack. Optimization. Bug fixes. Updated translations. Returned support for ARMv5.
    1 point
  9. Offset: Summary 1. What is it. The offset is the distance between the two addresses. Addresses are always written in hexadecimal. Offset too. The offset can be positive, if the second address is greater than the first or negative if not. Essentially offset is the amount (and direction: forward plus, minus - back) bytes which must move to get from the first to the second address. 2. For what. Let's say we have a game with silver and gold. The values are encrypted, so you do not able to find them directly. Silver is easy to obtain, so it is easy to find in the memory. Gold is much more difficult to obtain. Accordingly, the more difficult to find a memory address. But you know that gold is offset -3BA, relative to silver. How? We read somewhere, or on the basis of previous hacks have suggested, and it was confirmed. To find the gold you find silver in the memory. This is done simply. Next you add the offset (long tap on an item of gold -> offset calculator) and proceed to the memory address of gold. This is all. For example, your address 091857B4 for silver. Offset -3BA. Then gold will be on the address 091853FA. It is important to understand that not all games can be applied offset. If game have a different offset between silver and gold every restart, then this method will not work.
    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.