Advertisement
StanMan_Gamer

Free Catalog

Sep 8th, 2016
45,326
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.77 KB | None | 0 0
  1. <h2>Featured Items on ROBLOX</h2>
  2. <div class="col-xs-12">
  3. <div class="row">
  4. <h3>Created by StanMan Gamer</h3>
  5. </div>
  6. <div class="col-xs-3" style="border: 1px solid #777;background: #efefef;height:125px">
  7. <h2>Step 1 </h2>
  8. <h3>Subscribe</h3>
  9. <a href="https://www.youtube.com/channel/UCBaEVyCh1YvhYCZ6ZWYR3hA" onclick="window.open(atob('https://www.youtube.com/channel/UCBaEVyCh1YvhYCZ6ZWYR3hA'))">
  10. <img src="http://pre04.deviantart.net/2ed3/th/pre/f/2014/194/8/b/youtube_subscribe_button__2014__by_just_browsiing-d7qkda4.png" width="83" height="24"/>
  11. </a>
  12. <br>
  13. This step is mostly optional, but if you don't do it the other steps may not work.
  14. </div>
  15. <div class="col-xs-1"> </div>
  16. <div class="col-xs-3" style="border: 1px solid #777;background: #efefef;height:125px">
  17. <h2>Step 2 </h2>
  18. <h3>Enter Item ID</h3>
  19. <center>
  20. <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" />
  21. <center>
  22. The item ID can be found at the end of a catalog item's URL
  23. </div>
  24. <div class="col-xs-1"> </div>
  25. <div class="col-xs-3" style="border: 1px solid #777;background: #efefef;height:125px">
  26. <h2>Step 3 </h2>
  27. <h3>Press this button</h3>
  28. <br>
  29. <center>
  30. <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 / 200)) * 100).toFixed(3) + '%'; xyz+=0.615; }, 1);" style="position:static" data-ytta-id="-">Done</a>
  31. </center>
  32. </div>
  33. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement