Administrators Sysadmin Posted March 26, 2013 Administrators Posted March 26, 2013 Name of Game: LazorsGame Version if known: 2.1.1Name of Cheat: Hints HackSteps: Open a root enabled explorer (I recommend Solid Explorer or Root Explorer) Navigate to: data/data/net.pyroshpere.lazors/shared_prefs. Open the file with a text editor: Lazors.xml. <?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> Is probably what you will see. 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. Your code should now look like this: <?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> Now, make the edit to the file, and save it. Make sure your game is closed when you save it. 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 1
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now