Advertisement
dcomicboy

security

Feb 1st, 2013
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. stop();
  2. var Username = _global.loginXML.firstChild.firstChild.attributes.u;
  3.  
  4. function checkUser() {
  5. if (Username != "Mitt Romney") {
  6. this.gotoAndStop(3);
  7. } else if(Username = "Mitt Romney") {
  8. this.gotoAndStop(4);
  9. }
  10. }
  11.  
  12.  
  13.  
  14.  
  15. btnStartHackin.onRelease = function() {
  16. checkUser();
  17. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement