-
Posts
2,935 -
Joined
-
Last visited
-
Days Won
210
NoFear last won the day on August 17
NoFear had the most liked content!
Additional Information
-
Android
10.x
-
Device
Pixel 4 XL
Recent Profile Visitors
109,303 profile views
NoFear's Achievements
-
Tagged pointers. @BadCase could probably help with implementing into script.
-
https://www.epicnpc.com/threads/street-fighter-duel-gem-injection-service-us-other.2587003/ Probably best option available...
-
No luck... Definitely have put some time into figuring out dice. And not making any progress. Still trying though.
-
Honestly use search. Thread already exists with possible answers.
-
Root detection alone seems really impressive... I'll have to see what xposed module might exist to address this. Thanks for a new challenge.
-
Which game. Wouldn't mind checking it out.
-
Depends on game... But again, can take a while to figure out.
-
Game/App and which value is of trouble could help get you better support. Can't really provide useful feedback with so little info.
-
Yea. I just checked and you can just delete the .ca file if your roll was undesirable. And basically keep re-roll until you get what you want. I'll have to look into forcing rolls now.
-
Below your value will be pointer. Follow pointer. Below will be value to edit to increase. It looks like it represents # of times you reached 2147483647. 1st picture shows the original value with pointer below it. Follow pointer. 2nd picture shows where pointer brings you too with the value need to edit highlighted. Edit: Might need to minimize game before following pointer. Each time value updates, pointer changes.
-
That's good news then I would think. This means their is opportunity to possible alter how the# is generated.... Can you play offline for like 3 rolls, then switch back online and it stays synced no error?
-
Hide my app, is only to hide apps, not really root itself.
-
Configure magisk DenyList. Look into magisk module Shamiko or MagiskHide. Look into Xposed framework (if your device supports it). Xposed module, hide my applist. Without testing each of these independently, can't say what works. But game runs fine on my device with all the suggested above.
-
When you do pointer search, before you click search, the address in box, put B40000 in front of the address, then search. So if address is AABBCCDD it would be B40000AABBCCDD. Not sure if your device is using tagged pointers. So worth a try.
-