Résolu Codage du temps de jeu BO2 [1.19]

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

Modz_Hack_Cex

Membre
Inscription
6 Mars 2014
Messages
47
Réactions
1
Points
5 056
RGCoins
50
Salut à tous je suis à la recherche du codage du temps de jeu sur BO2 en 1.19..
Est ce que quelqu'un pourrait me le donner..?
Merci d'avance ;)
 
Voila avec plaisir ;) #Monlauncher
Code:
decimal num9 = 86400M;
            decimal num10 = 3600M;
            decimal num11 = 60M;
            decimal num12 = ((this.numericUpDown1.Value * num9) + (this.numericUpDown4.Value * num10)) + (this.numericUpDown2.Value * num11);
            byte[] buffer8 = BitConverter.GetBytes(Convert.ToInt32(num12.ToString()));
            ps3API_0.SetMemory(0x26fd10a, buffer8);
 
Voila avec plaisir ;) #Monlauncher
Code:
decimal num9 = 86400M;
            decimal num10 = 3600M;
            decimal num11 = 60M;
            decimal num12 = ((this.numericUpDown1.Value * num9) + (this.numericUpDown4.Value * num10)) + (this.numericUpDown2.Value * num11);
            byte[] buffer8 = BitConverter.GetBytes(Convert.ToInt32(num12.ToString()));
            ps3API_0.SetMemory(0x26fd10a, buffer8);
Merciii ;)
 
Statut
N'est pas ouverte pour d'autres réponses.
Retour
Haut