Post: help me in C #
10-20-2013, 10:17 AM #1
(adsbygoogle = window.adsbygoogle || []).push({}); i'm doing a rtm tool in c# how i can do if i click the buttont " ufo mode " in mw3 i have ufo mode and if i reclick the ufo mode go off?
(adsbygoogle = window.adsbygoogle || []).push({});
10-20-2013, 10:41 AM #2
ItsMagiicsz
Bounty hunter
Originally posted by modz View Post
i'm doing a rtm tool in c# how i can do if i click the buttont " ufo mode " in mw3 i have ufo mode and if i reclick the ufo mode go off?


[ATTACH=CONFIG]27513[/ATTACH]

The following user thanked ItsMagiicsz for this useful post:

milky4444
10-24-2013, 04:24 PM #3
AlabamaHit
ROLL TIDE!!!
you have to set a value so how and use If Else

example.

    
if(button1.Text == "UFO OFF")
{
//Put UFO Code HERE
button1.Text = "UFO ON";
}
else
{
//Put Code to turn off;
button1.Text = "UFO OFF";
}


You could set var; at the top and toggle all that.

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo