This is the AMP version of this page.
If you want to load the real page instead, click this text.

READ! PM Injector App

yes you can make it by your self too, and how to use it, watch this video
 
Love it
 
Oh got a last question , i did try to use it on a game but it crashes. i think i dont do the part with the Hex comma hex codes good
For Hex codes do we need to do like:

XX XX XX XX , XX XX XX XX ?

and for the Endian codes , do we need to put each per Hex code or per digit?.

Eg: for XX XX XX XX, XX XX XX XX
0x0FFFFFF, 0x0FFFFFF

thanks
 
NO , don't use coma ! just like this : 01 00 a0 e3 1e ff 2f e1 or 0100a0e31eff2fe1
 
first please make sure the format letter of your hex codes is correct, because if one of them not correct then it will make the game crash when add the patch
the letter for hex codes is only this
Code:
format: ABCDEF1234567890

the second one is try with single hex patch, if game crash when you add the patch then it means it have a high protection
Code:
offset: 0x12345678
hex: FF FF FF FF
 
NO , don't use coma ! just like this : 01 00 a0 e3 1e ff 2f e1 or 0100a0e31eff2fe1

Ok ty ! because on the Injector , when you look at the notes it's write :



So i got confused with the Hex codes ... (because it's a 4 format HEX Codes only)


For the format ---> it's an example only , it was to explain you bro ! my HEX codes are from G-bo or i used tools from IEEE 754 Converter + ARM / Hex online converter from the forum to create them. (hope it will work by the way...)

For the second ---> Ok thanks !! so i'll hope it works with
offset: 0x12345678
hex: FF FF FF FF

but i think i did try and it didn't work. So if it's high protected, i saw there is GuameGuardian bypass protection right?

Thanks to you both.
 

Well, so i did what you do adding this kind of Offset :

offset: 0x12345678
hex: FF FF FF FF

But the game crash when i activate it about 30s after, and it didn't modify any value of the game anyway.

Are my values bad ? (i try to use ARM64 values....)

I saw on another forum that the true / false value should be for ARM64 :
ARM:
MOV W0, #1 or #0
ret

instead of
ARM:
MOV R0, #1 or #0
ret

So , i'm lost now. I did try both, the first one make crash but modify nothing, and the last value modify nothing but don't make crash.

That hurts.
 

Similar threads