hi to all , if anyone want make good sport for gtav tool , this is the function
private void button8_Click(object sender, EventArgs e)
{
if (this.connected)
{
JRPC.CallVoid((IXboxConsole) this.Console, 2194068168U, (object) 2000);
Thread.Sleep(10);
JRPC.CallVoid((IXboxConsole) this.Console, 2194539312U, new object[2]
{
(object) Form1.CreateHash("mp" + this.comboBox2.SelectedIndex.ToString() + "_kills_players_cheater"),
(object) 0
});
JRPC.CallVoid((IXboxConsole) this.Console, 2194539312U, new object[2]
{
(object) Form1.CreateHash("mp" + this.comboBox2.SelectedIndex.ToString() + "_deaths_players_cheater"),
(object) 0
});
JRPC.CallVoid((IXboxConsole) this.Console, 2194539312U, new object[2]
{
(object) Form1.CreateHash("mp" + this.comboBox2.SelectedIndex.ToString() + "_is_cheater_time"),
(object) 0
});
JRPC.CallVoid((IXboxConsole) this.Console, 2194540336U, new object[2]
{
(object) Form1.CreateHash("mp" + this.comboBox2.SelectedIndex.ToString() + "_is_cheater"),
(object) 0
});
JRPC.CallVoid((IXboxConsole) this.Console, 2194540336U, new object[2]
{
(object) Form1.CreateHash("mp" + this.comboBox2.SelectedIndex.ToString() + "_awd_fmkillcheater"),
(object) 0
});
JRPC.CallVoid((IXboxConsole) this.Console, 2194540336U, new object[2]
{
(object) Form1.CreateHash("mp" + this.comboBox2.SelectedIndex.ToString() + "_was_i_cheater"),
(object) 0
});
JRPC.CallVoid((IXboxConsole) this.Console, 2194540032U, new object[2]
{
(object) Form1.CreateHash("mp" + this.comboBox2.SelectedIndex.ToString() + "_overall_cheat"),
(object) 0.0f
});
JRPC.CallVoid((IXboxConsole) this.Console, 2194540032U, new object[2]
{
(object) Form1.CreateHash("mp" + this.comboBox2.SelectedIndex.ToString() + "_overall_badsport"),
(object) 0.0f
});
JRPC.CallVoid((IXboxConsole) this.Console, 2194540336U, new object[2]
{
(object) Form1.CreateHash("mp" + this.comboBox2.SelectedIndex.ToString() + "_char_is_badsport"),
(object) 0
});
JRPC.CallVoid((IXboxConsole) this.Console, 2194539312U, new object[2]
{
(object) Form1.CreateHash("mp" + this.comboBox2.SelectedIndex.ToString() + "_became_badsport_num"),
(object) 0
});
}
else
{
int num = (int) MessageBox.Show("ERROR, test your connection or set plugin!");