Advertisement
Guest User

Untitled

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