Melvin' SEC
Super modérateur
Bonjours/Bonsoir, voilà j'essaye de me lancer PETIT à PETIT dans le codage, j'essaye de faire un petit tool de départ et de basique sur MW3, sauf que quand je veux rentré le code " DEATH " sa me sort une erreur :
Mon code :
string Death;
DeathX = numericUpDown3.Value.ToString();
int Death = Convert.ToInt32(Death);
byte[] DeathX1 = BitConverter.GetBytes(DeathX);
PS3TMAPI.ProcessSetMemory(0, PS3TMAPI.UnitType.PPU, ProcessID, 0, 0x01C194B4, DeathX1);
SOURCE DES CODE :
Mon code :
string Death;
DeathX = numericUpDown3.Value.ToString();
int Death = Convert.ToInt32(Death);
byte[] DeathX1 = BitConverter.GetBytes(DeathX);
PS3TMAPI.ProcessSetMemory(0, PS3TMAPI.UnitType.PPU, ProcessID, 0, 0x01C194B4, DeathX1);
Vous devez être inscrit pour voir les liens ! Inscrivez-vous ou connectez-vous ici.
SOURCE DES CODE :
Vous devez être inscrit pour voir les liens ! Inscrivez-vous ou connectez-vous ici.