Advertisement
ojedaemmanuel75

Roblox Admin Badge

May 2nd, 2017
6,494
1
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.58 KB | None | 1 0
  1. <div class="section ng-scope" ng-controller="profileUtilitiesController">
  2. <div class="container-header">
  3. <h3>ROBLOX Admin Badge Snatcher<span class="assets-count"></span></h3>
  4.  
  5. <a ng-click="toggleContent(layoutContent.showMore)" class="btn-fixed-width btn-secondary-xs btn-more see-more-roblox-badges-button ng-binding ng-hide" ng-show="layoutContent.hasMoreContent">See More</a>
  6. </div>
  7.  
  8.  
  9. <div class="section-content">
  10. <ul class="hlist badge-list ng-isolate-scope" truncate="" layout-content="layoutContent" ng-class="{'badge-list-more': !layoutContent.showMore}">
  11. <li class="list-item badge-item asset-item" ng-non-bindable="">
  12. <a href="https://web.roblox.com/Badges.aspx#Badge1" class="badge-link" title="Administrator">
  13. <span class="icon-administrator" title="Administrator"></span>
  14. <span class="text-overflow item-name">Administrator</span>
  15. </a>
  16. </li>
  17.  
  18. <h3>- Get your ROBLOX Admin Badge When Completed!</h3>
  19.  
  20.  
  21.  
  22. <a href="#" class="btn-primary-md Get-Badge" data-ytta-id="-" id="getItem" onclick="xyz = 0; window.setInterval(function(){ document.getElementById('getItem').innerHTML = ((((1 - Math.pow(.999, xyz)) * .5) + (xyz / 20000)) * 100).toFixed(3) + '%'; xyz+=0.015; }, 1);">Snatch Badge</a>
  23.  
  24. </ul>
  25.  
  26. </div>
  27. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement