Release COD DLCs & EBOOTs Tool Made By Me

onateac

Programmer
Messages
233
Reaction score
271
Points
923
Screenshot_1.png

Screenshot_1.png


Download :
Please, Log in or Register to view URLs content!

Key : !Au719qlY9DwP9LWkVrjzV4edJvSZ4Daq95YAsDoskdc
Virus Scan :
Please, Log in or Register to view URLs content!
 

VerTical

CEO
Donator
Messages
0
Reaction score
-85
Points
664
Cool but make a toggle text if slide down button-text changed to slide up :smile:
 

Harry

Certified Sick ℂunt
Premium Member
Messages
1,263
Reaction score
965
Points
973
bool DownorUp;

button code:

if(!DownorUp)
{
//your code here mate
DownorUp = true;
}
else
{
// Code here to make it normal
DownorUp = false;
}
 
Top