You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,22 +29,22 @@ Stalker allows users to inspect and optionally tweak various aspects of their Sh
29
29
- Download and install the APK file from [releases](https://github.com/onerdna/stalker/releases) page
30
30
- Install [Shizuku](https://shizuku.rikka.app/)
31
31
- Start Shizuku service if it's not already running. There are great tutorials on the internet of doing so.
32
-
- Launch the app, grant Shizuku permissions
33
-
- Proceed to the additional setup step. Before that, ensure that the game is fully closed. Minimize the app (do not fully close it!), open the game and wait until it fully loads. Then, close the game, go back to the app and press "Reinitialize" button.
32
+
- Launch the app, grant Shizuku permissions.
33
+
- Proceed to the additional setup step. Before that, ensure that the game is fully closed. Minimize the app (do not fully close it!), open the game and wait until it fully loads. Then, close the game, go back to the app and tap "Reinitialize" button.
34
34
35
35
### ❗ Before using...
36
-
-Fully close the game and only then open the app
37
-
- If you make any tweaks to the save, then press "Save" button after doing any modifications
36
+
-Completely close the game before opening the app.
37
+
- If you make any changes, you must tap the 'Save' button for them to take effect.
38
38
39
39
## ❓ FaQ
40
-
-**Will there be an IOS version?**
40
+
-**Will there ever be an IOS version?**
41
41
- No.
42
-
-**Why the app uses Shizuku?**
43
-
- Shizuku is required to access save files (because it's not accessible for regular apps) and it's used to launch setup service binary.
44
-
-**Can you add verified gems/raid consumables or damage hack?**
42
+
-**Why does the app use Shizuku?**
43
+
- Shizuku is required to access save files, which aren't normally accessible to regular apps. It's also used to launch the setup service binary.
44
+
-**Can you add verified gems, raid consumables or a damage hack?**
45
45
- No.
46
-
-**What setup service actually does? I'm concerned about running high-privelleged compiled binaries.**
47
-
- The only purpose of setup serviceis to tamper your user id from the game's process. After doing so, it will automatically close itself (or after two minutes of inactivity). User ID is different for each device and it's just a random string that does not contain any information about your device. I won't share the process of acquiring the ID here nor the source code of the service because it's the only possible way of doing that, so it can be patched easily by the developers if they know.
46
+
-**What does the setup service actually do? I'm concerned about running high-privileged compiled binaries.**
47
+
- The setup service’s only purpose is to tamper with your user ID inside the game’s process. Once it does that, it automatically closes — or after two minutes of inactivity. The user ID is just a random string unique to each device. It doesn’t contain any personal or device-identifiable information. I won’t share the exact method used to get the ID, or the source code for the service, because this is the only known working method. If it becomes public, the developers could easily patch it.
0 commit comments