INJECTEUR CAMO C# BO2 1.19

Statut
N'est pas ouverte pour d'autres réponses.

tchikaModzV2

Membre
Inscription
28 Mai 2020
Messages
4
Réactions
1
Points
2 346
Code by tchikaModz.
It consists in replacing the 4 bytes of the militarized 115 by those of a playercard and will then inject the dds on the playercard
For more join us :
My youtube :
Vous devez être inscrit pour voir les médias
(OFFSET FOR FR VERSION)

uint Inject_Adresse = 0xC3885980; //Xray PlayerCard byte[] patchMovement = { 0x01, 0x25, 0xA5, 0x74 }; PS3.SetMemory(0x301D01C4, patchMovement);PS3.SetMemory(0x301D01D4, patchMovement);PS3.SetMemory(0x301D01E4, patchMovement);PS3.SetMemory(0x301D01F4, patchMovement);PS3.SetMemory(0x301D0600, patchMovement);PS3.SetMemory(0x301D0610, patchMovement);PS3.SetMemory(0x301D0620, patchMovement);PS3.SetMemory(0x301D0630, patchMovement); OpenFileDialog openFileDialog = new OpenFileDialog();openFileDialog.ShowDialog();byte[] dds_image = File.ReadAllBytes(openFileDialog.FileName); PS3.SetMemory(Inject_Adresse, dds_image);
 
Statut
N'est pas ouverte pour d'autres réponses.
Haut