[C#]RunKeyboard [1.15]

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

Peaky Blinders

King Plex
Ancien staff
Inscription
27 Décembre 2012
Messages
12 668
Réactions
5 293
Points
26 663
Salut,
Voici le RunKeyboard pour Ghosts 1.15.
Code:
private string RunKeyboard(int clientIndex, string Title, string PresetText, int MaxLength)
{
CallFunction(0x365810, new object[] { clientIndex, Title, PresetText, MaxLength, 0, 0xA69580, 0xA6DEB0 });
while (PS3.Extension.ReadInt32(0xA8CE64) != 0)
{
continue;
}
return PS3.Extension.ReadString(0x29F0E22);
}
Credit : Shark/Seb/Therifboy
 
Dernière édition:

Eden'

Un ancien
Premium
Inscription
12 Août 2013
Messages
11 428
Réactions
5 161
Points
17 983
C'est pour quoi faire? :mmh:
 

sosodu13010

Mortal kombattant X
Premium
Inscription
8 Mars 2012
Messages
1 046
Réactions
560
Points
11 926
Salut,
Voici le RunKeyboard pour Ghosts 1.15.
Code:
private string RunKeyboard(int clientIndex, string Title, string PresetText, int MaxLength)
{
CallFunction(0x365810, new object[] { clientIndex, Title, PresetText, MaxLength, 0, 0xA69580, 0xA6DEB0 });
while (PS3.Extension.ReadInt32(0xA8CE64) != 0)
{
continue;
}
return PS3.Extension.ReadString(0x29F0E22);
}
Credit : Shark/Seb/Therifboy
il est de seb non ?
 
Statut
N'est pas ouverte pour d'autres réponses.
Haut