Created
          June 1, 2016 15:13 
        
      - 
      
- 
        Save t-rekttt/a8b46b5fd2d60a8408a605f0fcd41281 to your computer and use it in GitHub Desktop. 
    Heroquizz exploit by Tt
  
        
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | var str = document.getElementsByClassName('my_answers_block'); | |
| var list_data = ''; | |
| for (var i = 0; i <= 14; i++) { | |
| var r = str[i].childNodes[1].onclick.toString().split(", ")[3].split(")")[0]; | |
| var q_real = str[i].childNodes[1].onclick.toString().split(", ")[2]; | |
| if (i < 14) { | |
| list_data = list_data + q_real + "," + r + "|"; | |
| } else { | |
| q_current = 15; | |
| AnswerQuestion(15, r, q_real, r); | |
| } | |
| } | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment