//0 //1 //2 //3
UI.AddDropdown("Tags",["Ragebot","Anti-Aim","Visuals","Config"])
UI.AddCheckbox("Function of ragebot folder")
function onDraw(){ //fuction start
if (UI.GetValue("Script items", "Tags") == 0) { //if value of dropdown "Ragebot"
UI.SetEnabled("Script items", "Function of ragebot folder",1); //show checkbox
} else { // if value is not 1
UI.SetEnabled("Script items", "Function of ragebot folder", 0); //dont show checkbox
} //function end
Cheat.RegisterCallback("Draw", "onDraw"); //register callback of onDraw