(adsbygoogle = window.adsbygoogle || []).push({});
Yo whatsup i was working on a tool for bo2 and i got my client list setup and im wondering how to enable a function with on and off in the context menu strip.
i'm new to making tools and was curious how to enable and disable a mod in the client list i used a tutorial on how to make it.
This may be incorrect but for godmode i have:
byte[] godmode = new byte[] { 0xFF, 0xFF };
PS3.SetMemory((0xE03CAA + (uint)dataGridView1.CurrentRow.Index * 0x3700), godmode);
How would i be able to enable and disable it with the on and off buttons in the context menu strip?
Would i use a if or true and false statement? I'm new to programming and i'm willing to learn. I thought bo2 would be a good way to learn some basics.
Heres my menu strip setup:
You must login or register to view this content.
Any advise is useful