Offset Custom FPS

ZeKTrac

Premium
Inscription
12 Septembre 2014
Messages
173
Réactions
90
Points
3 826
RGCoins
0
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);
 

Modz_Asphalt

Lobby All COD and GTA dispo ! :p
Premium
Inscription
10 Novembre 2012
Messages
856
Réactions
312
Points
4 028
RGCoins
0
Merci c'est gentil ... mais ça sent le décompilage de tool ^^'
 

ZeKTrac

Premium
Inscription
12 Septembre 2014
Messages
173
Réactions
90
Points
3 826
RGCoins
0
Merci c'est gentil ... mais ça sent le décompilage de tool ^^'
Derien ;)
Ah ouai sa c'est du décompilage de tool?? (je te met juste une petite partie de mon tool)
You must be registered for see images attach
 
A

ashley305

hey how are you i'm new here and my lenguage ENG can i have help (EBOOT) or (Tool) anti freeze plz
 

chelibiMoDz

Membre
Inscription
16 Janvier 2015
Messages
629
Réactions
65
Points
1 516
RGCoins
0
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)
 

Terf

Premium
Inscription
25 Juin 2014
Messages
2 625
Réactions
455
Points
15 531
RGCoins
0
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 ? :)
 

Terf

Premium
Inscription
25 Juin 2014
Messages
2 625
Réactions
455
Points
15 531
RGCoins
0
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 ;)
 

Melvin' SEC

Super modérateur
Inscription
23 Février 2014
Messages
9 913
Réactions
3 327
Points
25 303
RGCoins
0
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 });
 

Terf

Premium
Inscription
25 Juin 2014
Messages
2 625
Réactions
455
Points
15 531
RGCoins
0
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 ;)
 
Haut