under_score Posted December 10, 2022 Posted December 10, 2022 no, unrandomizer only random numbers, to change colors you can use a app like np manager NP Manager_3.0.62.apk
MC874 Posted December 11, 2022 Posted December 11, 2022 9 hours ago, lexkk567 said: can i hack colors with unrandomizer? Hi! It would be Usefull if You also mention the App name. There's several ways that if You want to: - Colors are usually defined in Hex or Decimal. So You can just find Your wished Color Codes and find them on Game Guardian: Hex - Decimal Colors or Hex Colors. A Problem is: Most App don't have Real-Time Rendering which You need to Refresh the App to see the Applied Colors. The reason is: The colors are usually Buffered/Cached via Render Engine. - Since ANY visual are buffered on Renderer (OpenGL/Direct-X) then You can change the colors using Shaders. This might be a challange because it's served differently. In Summary, Shaders are splitted: HLSL & GLSL that both of them stored as Vertex & Fragments. You can learn more about this here: GLSL Shaders - Another way is to Modify the APK itself. You can use NP Manager from Above, but You might stumble upon Another problem. Most App has it's own Signature Protection, You need to kill them somehow, it's not guaranteed that NP Manager ables to Kill Your App Signature. Once You have done that, You can then Decompile the APK and find Your target color that You want to change (Usually it's stored on Drawable) - A Nightmare is that: When the App uses Textures/ Assets. Make sure to check If the colors came from Textures. If the App does uses some kind of Online Textures or OBB Assets, You can't change the Colors since You need to Decrypt the Assets and change the Texture. The ONLY way is to use Shaders mentioned in Step #2.
lexkk567 Posted December 12, 2022 Author Posted December 12, 2022 the colors are random between black and red but i have to choose the right one before it comes up. i was wondering how or if i can hack it so one of these colors pops up at everytime
Question
lexkk567
can i hack colors with unrandomizer?
3 answers to this question
Recommended Posts
Archived
This topic is now archived and is closed to further replies.