Note that there are some explanatory texts on larger screens.

plurals
  1. POXML UTF-8 checksum highscore change
    primarykey
    data
    text
    <p>I am trying to manually change my paper-toss highscore for my ipod touch. I have gotten into the filesystem and seem to have found the file where the highscores are held. I change the value but the only problem is, is when i go back into the game all highscores are reset. I figure it is because of the checksum in the code. I do not know much about checksums, but if anyone could give me a hand that would be great. If there anyway to decode the checksums so I can input my own highscore? This isn't really that important I am just trying to see if this is possible. Here is the code in the highscore folder.</p> <pre><code>&lt;?xml version="1.0" encoding="UTF-8"?&gt; &lt;!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"&gt; &lt;plist version="1.0"&gt; &lt;dict&gt; &lt;key&gt;best&lt;/key&gt; &lt;dict/&gt; &lt;key&gt;level_0_best&lt;/key&gt; &lt;dict&gt; &lt;key&gt;checksum&lt;/key&gt; &lt;data&gt; jKVRRrPm1RoEn9QWZVn+BQ== &lt;/data&gt; &lt;key&gt;ts&lt;/key&gt; &lt;integer&gt;1268796643&lt;/integer&gt; &lt;key&gt;value&lt;/key&gt; &lt;integer&gt;2&lt;/integer&gt; &lt;/dict&gt; &lt;key&gt;level_1_best&lt;/key&gt; &lt;dict/&gt; &lt;key&gt;level_2_best&lt;/key&gt; &lt;dict/&gt; &lt;key&gt;level_3_best&lt;/key&gt; &lt;dict/&gt; &lt;key&gt;level_4_best&lt;/key&gt; &lt;dict/&gt; &lt;key&gt;level_5_best&lt;/key&gt; &lt;dict/&gt; &lt;key&gt;sound&lt;/key&gt; &lt;true/&gt; &lt;key&gt;submitted&lt;/key&gt; &lt;dict/&gt; &lt;key&gt;tutorial_shown&lt;/key&gt; &lt;true/&gt; &lt;/dict&gt; &lt;/plist&gt; </code></pre>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload