Adresses et Offsets BO3 1.03 + mise à jour toutes versions

Statut
N'est pas ouverte pour d'autres réponses.
tu pourai menvoiller un tuto pour mettre ca stp
 
pour les kill PS3.SetMemory(0x389076CD, BitConverter.GetBytes(Convert.ToInt32(metroTextBox13.Text))); change juste le metroTextBox13 par le tien
Moi pour les kill j'ai mit
PS3.Extension.WriteString(0x389076CD, textBox2.Text);
Ces pas bon ?
 
Moi pour les kill j'ai mit
PS3.Extension.WriteString(0x389076CD, textBox2.Text);
Ces pas bon ?
non car ca prendra pas en compte pour ma par javai fait comme toi au debut et apres je fait ce ke je tes envoiller et mtn pu de probleme tout marche
 
J'ai le offset pour le prestige zombie mais je c pas comment on fait pour mettre chaque prestige dans mon tool qui pourai m'aider plz? le offset > 0x3880A5AF
 
Comme sa ? PS3.SetMemory(0x3880A5AF, new byte[] { 1 });
byte[] bytes = BitConverter.GetBytes(Convert.ToInt32(this.logInNumeric29.Value.ToString()));
PS3.SetMemory(0x3880A5AF, bytes);
 
Pour les kill j'ai mit sa
PS3.SetMemory(0x389076CD, BitConverter.GetBytes(Convert.ToInt32(textBox2)));
Sa marche pas quand je clique sur le button
 
Pour les kill j'ai mit sa
PS3.SetMemory(0x389076CD, BitConverter.GetBytes(Convert.ToInt32(textBox2)));
Sa marche pas quand je clique sur le button
byte[] bytes = BitConverter.GetBytes(Convert.ToInt32(this.numerocup.Value.ToString()));
PS3.SetMemory(offset, bytes);


textbox c'est pour le name changer
 
comment coder un low stats et higt stats merci d'avance
 
comment coder un low stats et higt stats merci d'avance
voila mon code à toi de changer avec tes trucks :

this.logInNumeric5.Value = new Random().Next(3000, 4000);
this.logInNumeric6.Value = new Random().Next(1500, 3000);
this.logInNumeric7.Value = new Random().Next(11811, 233555);
this.logInNumeric4.Value = new Random().Next(300, 400);
this.logInNumeric2.Value = new Random().Next(150, 300);
this.logInNumeric9.Value = new Random().Next(1, 2);
this.logInNumeric10.Value = new Random().Next(2, 6);
this.logInNumeric11.Value = new Random().Next(10, 25);

You must be registered for see images attach
 
voila mon code à toi de changer avec tes trucks :

this.logInNumeric5.Value = new Random().Next(3000, 4000);
this.logInNumeric6.Value = new Random().Next(1500, 3000);
this.logInNumeric7.Value = new Random().Next(11811, 233555);
this.logInNumeric4.Value = new Random().Next(300, 400);
this.logInNumeric2.Value = new Random().Next(150, 300);
this.logInNumeric9.Value = new Random().Next(1, 2);
this.logInNumeric10.Value = new Random().Next(2, 6);
this.logInNumeric11.Value = new Random().Next(10, 25);

You must be registered for see images attach
avec un button gen ...
 
Statut
N'est pas ouverte pour d'autres réponses.
Retour
Haut