how to make good sp...
 
Notifications
Clear all

how to make good sport button (GTAV XBOX)


Posts: 0
Topic starter
(@LAMENTOOL MODZ)
New Member
Joined: 10 years ago

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!");

Reply
Name of the Video Game, and any other Tags
4 Replies
Quiet
Posts: 505
(@Quiet)
Honorable Member
Joined: 10 years ago

Are you sure this works?

Reply
Posts: 0
Topic starter
(@LAMENTOOL MODZ)
New Member
Joined: 10 years ago

Are you sure this works?

i found this inside one current tool for 1.20

Reply
Cain532
Posts: 1280
(@cain532)
Noble Member
Joined: 10 years ago
Reply
WarHeadinc
Posts: 372
(@WarHeadinc)
Reputable Member
Joined: 10 years ago

Has this been updated recently?

This user sometimes posts somethings that dont really work. Im not sure this has been updated

Reply