Redemptions Song 9


SUBMITTED BY: Ataism

DATE: Dec. 11, 2017, 10:23 a.m.

UPDATED: Dec. 11, 2017, 11:28 a.m.

FORMAT: Text only

SIZE: 3.7 kB

HITS: 303

  1. "This song of fredom.."
  2. (function() {
  3. 'use strict';
  4. var body = $('body');
  5. var points = {};
  6. if ($('#free_play_form_button').is(':visible'))
  7. setTimeout(function(){ $('#free_play_form_button').click();},2000);
  8. if ($('.close-reveal-modal').is(':visible'))
  9. setTimeout(function(){ $('.close-reveal-modal').click(); },2000);
  10. var reward = {};
  11. reward.select = function() {
  12. reward.points = parseInt($('.user_reward_points').text().replace(',',""));
  13. reward.bonustime = {};
  14. if ($("#bonus_container_free_points").length != 0) {
  15. reward.bonustime.text = $('#bonus_span_free_points').text();
  16. reward.bonustime.hour = parseInt(reward.bonustime.text.split(":")[0]);
  17. reward.bonustime.min = parseInt(reward.bonustime.text.split(":")[1]);
  18. reward.bonustime.sec = parseInt(reward.bonustime.text.split(":")[2]);
  19. reward.bonustime.current = reward.bonustime.hour * 3600 +
  20. reward.bonustime.min * 60 + reward.bonustime.sec;
  21. } else
  22. reward.bonustime.current = 0;
  23. console.log(reward.bonustime.current);
  24. if (reward.bonustime.current !== 0) {
  25. console.log(reward.bonustime.current);
  26. } else {
  27. if (reward.points < 12) {
  28. console.log("waiting for points");
  29. }
  30. else if (reward.points < 120) {
  31. console.log("waiting for points 60");
  32. RedeemRPProduct('free_points_1');
  33. }
  34. else if (reward.points < 600) {
  35. console.log("waiting for points 120");
  36. RedeemRPProduct('free_points_10');
  37. }
  38. else if (reward.points < 1200) {
  39. console.log("waiting for points 600");
  40. RedeemRPProduct('free_points_50');
  41. }
  42. else {
  43. RedeemRPProduct('free_points_100');
  44. }
  45. if ($('#bonus_span_fp_bonus').length === 0)
  46. if (reward.points >= 4400)
  47. RedeemRPProduct('fp_bonus_1000');
  48. }
  49. };
  50. body.prepend(
  51. $('<div/>').attr('style',"position:fixed;top:45px;left:0;z-
  52. index:999;width:350px;background-color:black;color: white; text-align: left;")
  53. .append(
  54. $('<div/>').attr('id','autofaucet')
  55. .append($('<p/>').attr('style','text-
  56. decoration:underline;').text("freebitco.in auto faucet by ghost"))
  57. .append($('<p/>').text("If you like it, consider a Donation to
  58. "))
  59. .append($('<p/>').text("1KLPaoMeZG9r2SBV5sG9BVHWAQ4Eu82aCF"))
  60. .append($('<p/>').text("(click to copy address)"))
  61. .append($('<p/>')
  62. .append($('<p/>').text("Current Feature:"))
  63. .append($('<p/>').text("auto free roll"))
  64. .append($('<p/>').text("autochoose highest reward points"))
  65. .append($('<p/>').text("autochoose 1000% btc bonus (only on
  66. highest reward)"))
  67. )
  68. ).click(function(){
  69. var $temp = $('<input>').val("1KLPaoMeZG9r2SBV5sG9BVHWAQ4Eu82aCF");
  70. body.append($temp);
  71. $temp.select();
  72. document.execCommand("copy");
  73. $temp.remove();
  74. })
  75. ).prepend($('<style/>')
  76. .text("#autofaucet p { margin: 0; margin-left: 2px; text-align: left; }")
  77. )
  78. setTimeout(reward.select,1000);
  79. setInterval(reward.select,60000);
  80. })();

comments powered by Disqus