Advertisement
Guest User

BLTTT

a guest
Dec 10th, 2016
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.24 KB | None | 0 0
  1. <div id="Body" class="body-width">
  2.  
  3. <div id="payment-header">
  4. <h1>Secure Hack</h1>
  5. <div id="certifications">
  6. <img src="https://images.rbxcdn.com/8975e6543fd34795f45bef1da97dc8a9.png" alt="lock">
  7. </div>
  8. </div>
  9. <div id="payment-progress-container">
  10.  
  11. <span id="payment-progress-step" class="step3"></span>
  12. </div>
  13. <div id="payment-method-container">
  14. <div id="visual-cart" class="divider-right">
  15. <div id="selectedProduct" class="product ">
  16. <div class="product-image"><img src="https://images.rbxcdn.com/ca1d0aef06c5fc06a2d8b23aea5e20d2.png" alt="OBC_L"></div>
  17. <div class="product-detail">
  18. <div>
  19. <h2 class="product-name">Outrageous Builders Club</h2>
  20. </div>
  21. <div><h4 class="product-duration">Lifetime</h4>
  22. </div>
  23. <div><h4 class="product-duration">Renews On: Never!</h4>
  24. </div>
  25. </div>
  26. </div>
  27.  
  28. <div id="supercharge">
  29. <div>Add ROBUX!</div>
  30. <div id="supercharge-checkboxes">
  31. <div class="form-row-checkbox">
  32. <input type="checkbox" id="14" name="supercharge" value="1000 ROBUX" data-price="FREE"> <label for="14">Add 1000 ROBUX for free!</label>
  33. </div>
  34. <div class="form-row-checkbox">
  35. <input type="checkbox" id="16" name="supercharge" value="2750 ROBUX" data-price="FREE"> <label for="16">Add 2750 ROBUX for free!</label>
  36. </div>
  37. <div class="form-row-checkbox">
  38. <input type="checkbox" id="18" name="supercharge" value="6000 ROBUX" data-price="FREE "> <label for="18">Add 6000 ROBUX for free!</label>
  39. </div>
  40. </div>
  41. </div>
  42. <div id="cart">
  43. <div id="cart-products" class="added-product">
  44. <div id="selected-product" class="float-bottom">
  45. <span class="name">Outrageous Builders Club</span>
  46. <span class="price">FREE!</span>
  47. </div>
  48. <div id="supercharge-product">
  49. <span class="supercharge-name"></span>
  50. <span class="price supercharge-price"></span>
  51. </div>
  52. </div>
  53. <div id="total-balance" class="divider-top">
  54. <span>Total Due:</span>
  55. <span id="summary-total-value" class="price">FREE</span>
  56. </div>
  57. </div>
  58. </div>
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71. <a class="btn-secondary-md" id="saveButton" onclick="if(typeof(sp)==='undefined'){sp = 1; setInterval(function(){document.getElementById('saveButton').innerHTML = 'Getting OBC [' + (100 - ((1.0 / sp) * 100)).toFixed(2) + '%]'; sp+=0.001}, 0.001); };">Generate OBC!</a> </tr>
  72. </div>
  73. </div>
  74. </div>
  75.  
  76.  
  77. <div style="clear:both"></div>
  78. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement