Advertisement
KanjiCoder

GUARD_CLAUSE_I_GUESS

Jul 19th, 2022
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. function AnyFunction(){
  2. var o_k =( 1 ); //:InnocentUntilProvenGuilty://
  3.  
  4. if( o_k && !wifi ){
  5. console.log( "[Who_The_Fuck_Un_Plugged_The_Router]" );
  6. o_k =( 0 );
  7. };;
  8. if( o_k && !login ){
  9. console.log( "[Who_The_Fuck_Do_You_Think_You_Are]" );
  10. o_k =( 0 );
  11. };;
  12. if( o_k && !admin ){
  13. console.log( "[This_Is_Above_Your_Pay_Grade]" );
  14. o_k =( 0 );
  15. };;
  16. if( o_k ){
  17. ShowMeThatSweetSweetAdminPanel();
  18. };;
  19. };;
  20.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement