Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
DerienMerci c'est gentil ... mais ça sent le décompilage de tool ^^'
Bonjour la,
Offset du CUSTOM FPS:
Code:byte[] buffer = new byte[4]; buffer[0] = 0x60; this.PS3.SetMemory(0x37fec, buffer); this.PS3.Extension.WriteString(0x8e3290, this.logInNormalTextBox3.Text);
Pour l'affiche et l'enlever, on fait comment ?Bonjour la,
Offset du CUSTOM FPS:
Code:byte[] buffer = new byte[4]; buffer[0] = 0x60; this.PS3.SetMemory(0x37fec, buffer); this.PS3.Extension.WriteString(0x8e3290, this.logInNormalTextBox3.Text);
Pour l'affiche et l'enlever, on fait comment ?![]()
Je sais, mais sur certain tool on peut le faire apparaître et le disparaître comme le tool by geoC'est un customs FPS.
Genre tu met une Text Box + Le code dans un button; et tu changes ton fps![]()
Je sais, mais sur certain tool on peut le faire apparaître et le disparaître comme le tool by geo![]()
J'essaye ça ce soir et je te redisAh j'avias mal interprêter la chose!
Essaye ce code :
if (this.deimosCheckbox12.Checked)
{
byte[] buffer = new byte[4];
buffer[0] = 0x60;
this.PS3.SetMemory(0x37fec, buffer);
this.PS3.SetMemory(0x8e2510, new byte[] {
0x5e, 0x35, 0x53, 0x68, 0x61, 0x72, 0x6b, 0x73, 0x20, 0x52, 0x54, 0x4d, 0x20, 0x54, 0x6f, 0x6f, 0x6c, 0, 0});
}
if (!this.deimosCheckbox12.Checked)
{
this.PS3.SetMemory(0x37fec, new byte[] { 0x41, 130, 8, 240 });
J'essaye ça ce soir et je te redis![]()
Oui ça fonctionneD'accord pas de problème![]()