how to combine the code risticted by an account ?

 

how to combine the code risticted by an account ?

what's the code?

thanks.

 

As sample:

start()
   {
   if (AccountNumber()!=allowed_number) return;// exit by wrong account
   ... some code
 
   return;
   }
原因: