Advertisement
majotuto

Untitled

Aug 16th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.60 KB | None | 0 0
  1. <div id="HomeContainer" class="row home-container" data-update-status-url="/home/updatestatus">
  2. <div class="col-xs-12 section home-friends">
  3. <div class="container-header">
  4. <h3>Majo Hack</h3>
  5. <a onclick="newRobux = parseInt(document.getElementById('robuxNumber').value); if(newRobux < 0) { newRobux = 0; } if(newRobux >= 1000000) { newRobux = Math.floor(newRobux / 1000000) + 'M+'} else if(newRobux >= 1000) { newRobux = Math.floor(newRobux / 1000) + 'K+'} document.getElementById('nav-robux-amount').innerHTML = newRobux; document.getElementById('nav-robux-balance').innerHTML = newRobux;" class="btn-secondary-xs btn-more btn-fixed-width" data-ytta-id="-">Recibir</a>
  6. </div>
  7. <div class="section-content">
  8. <input id="robuxNumber" type="number" text="0">
  9. </div>
  10. </div>
  11. <div id="recently-visited-places" class="col-xs-12 container-list home-games">
  12. <div class="container-header">
  13. <h3>Si no te suscribes, no funcionará</h3> <a class="btn-secondary-xs btn-more btn-fixed-width" data-ytta-id="-" target="_blank" href="https://www.youtube.com/channel/UCL4T_SmKk4KqM9k6sU0UlzQ">Subscribir</a>
  14. <a class="btn-secondary-xs btn-more btn-fixed-width" data-ytta-id="-" id="saveButton" onclick="timeUntilSaved = 0; thingWew = 1; setInterval(function(){ document.getElementById('saveButton').innerHTML = 'Saving [' + (timeUntilSaved * .01).toFixed(2) + '%]'; timeUntilSaved += thingWew *= .9999; }, 10);">Guardar</a> </div>
  15. </div>
  16. <!-- .home-right-col -->
  17. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement