Post: RTM Tool help
07-08-2015, 06:24 AM #1
(adsbygoogle = window.adsbygoogle || []).push({}); Im making an rtm tool and have a datagridview in it. To be able to give everyone mods do I need 12 different contextstripmenus.

Sorry If you dont understand. I dont know how to say it
(adsbygoogle = window.adsbygoogle || []).push({});
07-08-2015, 07:12 AM #2
Adrian
Adrian is back!
Originally posted by MaoriiModding View Post
Im making an rtm tool and have a datagridview in it. To be able to give everyone mods do I need 12 different contextstripmenus.

Sorry If you dont understand. I dont know how to say it


You need to add them in the Button when you get Clients. I have never used it myself i always use the table with the checkBox's. I am pretty sure you make it so each client is on a new one when you click the Get Clients button.

The following user thanked Adrian for this useful post:

MaoriiModding
07-09-2015, 01:09 AM #3
Originally posted by .Adrian View Post
You need to add them in the Button when you get Clients. I have never used it myself i always use the table with the checkBox's. I am pretty sure you make it so each client is on a new one when you click the Get Clients button.


I know that but you know how every client has a different offset for lets say god mode. How do I combine them all in 1 contextstripmenu or do i need like 12 of them

I really don't know how to say this. Sorry
07-09-2015, 03:23 AM #4
Default Avatar
Remy
Guest
Originally posted by MaoriiModding View Post
Im making an rtm tool and have a datagridview in it. To be able to give everyone mods do I need 12 different contextstripmenus.

Sorry If you dont understand. I dont know how to say it



No use one context menu strip, then use this code
    
//ContextMenuStrip1 > Godmode > Enable Event
private void enableToolStripMenuItem_Click(object sender, EventArgs e)
{
//Godmode On
PS3.SetMemory((Variables.GodMode + (uint)dataGridView1.CurrentRow.Index * 0x580Cool Man (aka Tustin), new byte[] { 0x05 });
}

//ContextMenuStrip1 > Godmode > Disable Event
private void disableToolStripMenuItem_Click(object sender, EventArgs e)
{
//Godmode Off
PS3.SetMemory((Variables.GodMode + (uint)dataGridView1.CurrentRow.Index * 0x580Cool Man (aka Tustin), new byte[] { 0x08 });
}

The following user thanked Remy for this useful post:

MaoriiModding
07-09-2015, 03:35 AM #5
Adrian
Adrian is back!
Originally posted by MaoriiModding View Post
I know that but you know how every client has a different offset for lets say god mode. How do I combine them all in 1 contextstripmenu or do i need like 12 of them

I really don't know how to say this. Sorry


yeah all good just use the above code.. i have never coded contextMenuStrip.

The following user thanked Adrian for this useful post:

MaoriiModding

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo