Release COD DLCs & EBOOTs Tool Made By Me

onateac

Programmer
Messages
233
Reaction score
272
Points
923
Screenshot_1.png

Screenshot_1.png


Download :
You do not have permission to view link Log in or register now.

Key : !Au719qlY9DwP9LWkVrjzV4edJvSZ4Daq95YAsDoskdc
Virus Scan :
You do not have permission to view link Log in or register now.
 

VerTical

CEO
Donator
Messages
0
Reaction score
-82
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
969
Points
973
bool DownorUp;

button code:

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