Résolu Codeur vien ici ! C#

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

iB3

Patrol GR Y60, Audi TT MK1 225
Premium
Inscription
4 Février 2013
Messages
9 955
Réactions
2 928
Points
14 393
Salut à tous j'aimerai savoir si j'ai tout bien fait correctement parceque cette fonction ne marche pas sur le jeux ...

< 0x00ed161c 60 7F 00 00 63 FD 00 00 93 BE 00 10 38 21 00 90
> 0x00ed161c 60 7F 00 00 3B A0 03 E7 93 BE 00 10 38 21 00 90


if (checkBox2.Checked == true)
{
DEX.SetMemory(0x00ed161c, new byte[] { 0x60, 0x7F, 0x00, 0x00, 0x63, 0xFD, 0x00, 0x00, 0x93, 0xBE, 0x00, 0x10, 0x38, 0x21, 0x00, 0x90, });

}
else
{
DEX.SetMemory(0x00ed161c, new byte[] { 0x60, 0x7F, 0x00, 0x00, 0x3B, 0xA0, 0x03, 0xE7, 0x93, 0xBE, 0x00, 0x10, 0x38, 0x21, 0x00, 0x90, });
}
}

Merci a celui qui trouver l'erreur si il y en a une xD
 
Inscription
6 Juillet 2013
Messages
1 399
Réactions
154
Points
406
Salut à tous j'aimerai savoir si j'ai tout bien fait correctement parceque cette fonction ne marche pas sur le jeux ...

< 0x00ed161c 60 7F 00 00 63 FD 00 00 93 BE 00 10 38 21 00 90
> 0x00ed161c 60 7F 00 00 3B A0 03 E7 93 BE 00 10 38 21 00 90


if (checkBox2.Checked == true)
{
DEX.SetMemory(0x00ed161c, new byte[] { 0x60, 0x7F, 0x00, 0x00, 0x63, 0xFD, 0x00, 0x00, 0x93, 0xBE, 0x00, 0x10, 0x38, 0x21, 0x00, 0x90, });

}
else
{
DEX.SetMemory(0x00ed161c, new byte[] { 0x60, 0x7F, 0x00, 0x00, 0x3B, 0xA0, 0x03, 0xE7, 0x93, 0xBE, 0x00, 0x10, 0x38, 0x21, 0x00, 0x90, });
}
}

Merci a celui qui trouver l'erreur si il y en a une xD
le F
 
Statut
N'est pas ouverte pour d'autres réponses.
Haut