You are viewing our Forum Archives. To view or take place in current topics click here.
Need Help with mw3 clients
Posted:

Need Help with mw3 clientsPosted:

KillTrippy
  • Wise One
Status: Offline
Joined: Aug 06, 201211Year Member
Posts: 514
Reputation Power: 42
Status: Offline
Joined: Aug 06, 201211Year Member
Posts: 514
Reputation Power: 42
Hey guys i want to know the C# code for clients on mw3 ex: I have a button for god mode and i have a radio button so i can send it to a client from 1-18. Thanks
#2. Posted:
derpderpio
  • New Member
Status: Offline
Joined: Jul 05, 201310Year Member
Posts: 1
Reputation Power: 0
Status: Offline
Joined: Jul 05, 201310Year Member
Posts: 1
Reputation Power: 0
Here you go

 private void button#_Click(object sender, EventArgs e)
        {
            MessageBox.Show("Command sent to all clients", "This is Legit");
        }
#3. Posted:
Nissan
  • Ultra Gifter
Status: Offline
Joined: Sep 20, 201211Year Member
Posts: 2,136
Reputation Power: 312
Status: Offline
Joined: Sep 20, 201211Year Member
Posts: 2,136
Reputation Power: 312
derpderpio wrote Here you go

 private void button#_Click(object sender, EventArgs e)
        {
            MessageBox.Show("Command sent to all clients", "This is Legit");
        }

wtf that is a message box fo your computer not rgh
#4. Posted:
Nissan
  • Ultra Gifter
Status: Offline
Joined: Sep 20, 201211Year Member
Posts: 2,136
Reputation Power: 312
Status: Offline
Joined: Sep 20, 201211Year Member
Posts: 2,136
Reputation Power: 312
derpderpio wrote
RGHJTAGZ wrote
derpderpio wrote Here you go

 private void button#_Click(object sender, EventArgs e)
        {
            MessageBox.Show("Command sent to all clients", "This is Legit");
        }

wtf that is a message box fo your computer not rgh


Oh oops, I forgot he was going to run this app on his rgh. (sarcasm)

My post was a troll because all it was is a message box, but your post is just idiotic and doesn't even make sense. You are correct on saying that it is a messagebox for a computer but that's what you run the app on you fucking stupid bitch. Get good at life you piece of shit random.


yer i know it gets run on your computer but when you click a button it send it to the rgh and you cannot send a message box to your rgh
#5. Posted:
Botch
  • TTG Senior
Status: Offline
Joined: Aug 31, 201211Year Member
Posts: 1,553
Reputation Power: 65
Status: Offline
Joined: Aug 31, 201211Year Member
Posts: 1,553
Reputation Power: 65
Here, since other people obviously have no idea what you are talking about, here you go. You'll need a button and a numericUpDown box, with the minimum value set to -1, and the maximum to 18.


private void button3_Click(object sender, EventArgs e)
{
int client = Convert.ToInt32(numericUpDown1.Value);
Botch.Call(offset, new object[] { client, 1, "c \"God mode set\"" });
}


Now just apply the same to your god mode button.
#6. Posted:
hacksorce
  • Challenger
Status: Offline
Joined: Aug 17, 201211Year Member
Posts: 132
Reputation Power: 8
Status: Offline
Joined: Aug 17, 201211Year Member
Posts: 132
Reputation Power: 8
For(int I=0;I<18;I++)
Jtag.Setmemory(Gentity(I)+19f,new byte[1]);
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.