Jump to content

Lazors Hints Hack


Sysadmin
 Share

Recommended Posts

  • Administrators

Lazors.png
Name of Game: Lazors
Game Version if known: 2.1.1
Name of Cheat: Hints Hack

Steps:

  1. Open a root enabled explorer (I recommend Solid Explorer or Root Explorer)
  2. Navigate to: data/data/net.pyroshpere.lazors/shared_prefs.
  3. Open the file with a text editor: Lazors.xml.
  4. <?xml version='1.0' encoding='utf-8' standalone='yes' ?>
    <map>
    <int name="kAudioManagerMuteSound" value="0" />
    <int name="kCoinsSpentKey" value="0" />
    <int name="levelhints-tutorial-4" value="1" />
    <int name="levelhints-tutorial-3" value="2" />
    <int name="levelhints-tutorial-2" value="2" />
    <int name="tutorial" value="4" />
    <int name="levelhints-tutorial-1" value="0" />
    <int name="kAudioManagerMuteMusic" value="0" />
    </map>
    
  5. Is probably what you will see.
  6. We want to edit the "<int name="kCoinsSpentKey" value="0" />" code. To do this, we will ad a negative integer, such as "-20000000". This will give us 200000000 hints, because we spent negative.
  7. Your code should now look like this: 
  8. <?xml version='1.0' encoding='utf-8' standalone='yes' ?>
    <map>
    <int name="kAudioManagerMuteSound" value="0" />
    <int name="kCoinsSpentKey" value="-20000000" />
    <int name="levelhints-tutorial-4" value="1" />
    <int name="levelhints-tutorial-3" value="2" />
    <int name="levelhints-tutorial-2" value="2" />
    <int name="tutorial" value="4" />
    <int name="levelhints-tutorial-1" value="0" />
    <int name="kAudioManagerMuteMusic" value="0" />
    </map>
    
  9. Now, make the edit to the file, and save it. Make sure your game is closed when you save it.
  10. You now have max hints ;)

Additionally, you can just apply copy and paste this file to your data/data/net.pyrosphere.lazors/shared_prefs folder: Lazors.xml

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • 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.