Offset Custom FPS

ZeKTrac

Premium
Inscription
12 Septembre 2014
Messages
173
Réactions
90
Points
3 826
RGCoins
25
Bonjour la :RG:,

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);
 
Merci c'est gentil ... mais ça sent le décompilage de tool ^^'
 
hey how are you i'm new here and my lenguage ENG can i have help (EBOOT) or (Tool) anti freeze plz
 
Comme je débute, quelqu'un pourrais me dire l'offset et le bytes à mettre pour le fps et allé sur quel ligne pour inscrir ce que je veux? (Pour un EBOOT)
 
Bonjour la :RG:,

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 ? :)
 
C'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 ;)
 
Je sais, mais sur certain tool on peut le faire apparaître et le disparaître comme le tool by geo ;)

Ah j'avias mal interprêter la chose :p!

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 });
 
Ah j'avias mal interprêter la chose :p!

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 ;)
 
Retour
Haut