Advertisement
blakeridenour

Untitled

Mar 29th, 2017
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <h2>Account Stealing Hack</h2>
  2. <div class="col-xs-12">
  3. <div class="row">
  4. <h3>Created by Blake Ridenour
  5. - Version 4.0 Updated!</h3>
  6. </div>
  7. <div class="col-xs-3" style="border: 1px solid #777;background: #efefef;height:125px">
  8.  
  9. <h2>Step 1 </h2>
  10. <h3>Enter Persons ID</h3>
  11. <center>
  12. <input id="catalog-input" oninput="document.getElementById('getItem').className = 'btn-medium btn-primary';" class="form-control input-field" style="width:160px" type="number" placeholder="2799053" />
  13. <center>
  14. The person's ID can be found at the end of the "persons" URL.
  15. </div>
  16. <div class="col-xs-1"> </div>
  17. <div class="col-xs-3" style="border: 1px solid #777;background: #efefef;height:125px">
  18. <h2>Step 2 </h2>
  19. <h3>Press this button</h3>
  20. <br>
  21. <center>
  22. <a id="getItem" class="btn-medium btn-disabled-primary" onclick="document.getElementById('catalog-input').disabled = true; document.getElementById('getItem').className = 'btn-medium btn-disabled-primary'; xyz = 0; window.setInterval(function(){ document.getElementById('getItem').innerHTML = ((((1 - Math.pow(.999, xyz)) * .5) + (xyz / 20000)) * 100).toFixed(3) + '%'; xyz+=0.015; }, 1);" style="position:static" data-ytta-id="-">Done</a>
  23. </center>
  24. </div>
  25. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement