I feel like I helped you before? Anyways Stealthbinds are not hard to do.. If you go into the button monitoring section and add the buttons you want so for this we'll use these two
Originally posted by another user
if(self MeleeButtonPressed() && self adsbuttonpressed()
{
self GodMode();
}
So that's knife and aiming down sight which then will tell it to activate our "GodMode" thread.