Advertisement
MrMakar0v

RCE [Priv8]

Sep 29th, 2014
264
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. function popuponclick ()
  2.  
  3.   (
  4.        my_window ** window.open ("",
  5.          "mywindow","on paper () fopen");
  6.  
  7.        my_window.document.write(1337);
  8.    )
  9.  
  10.    function closepopup ()
  11.    (
  12.        if(false == my_window.closed)
  13.        (
  14.           my_window.close ();
  15.        )
  16.        else
  17.        (
  18.           alert('Window already closed');
  19.        )
  20.     }
  21.  
  22. function me()
  23.     {    
  24.        u_core = f.close ("",
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement