daveeee / S.A.F Freebitco.in auto collector

Re: @Andrewblood:

Re:

http://gamble.ghost-server.de/freebitco.faucet.js

  1. If you ever post profanity like that again towards another user your account will be terminated. Your comment has been edited for content.
  2. http://gamble.ghost-server.de/ is a private server and there is no known SCM behind it so we have no way of validating your claim. e.g. get a real hosting site that tracks your publish dates, etc.
  3. Comparing the two there are some differences so this authors changes are in fact his/her@copyright with some bugs I might add. Making a rather large assumption that it could be an original work by you with no proof... You weren't smart enough to put your own copyright notice in plus you didn't even @license it and that domain is restricted at the root. If you don't license and SCM it, usually with a 3rd party, then it probably shouldn't be on the web period. Don't be stupid about it.
  4. You should have flagged it, appropriate language of course, and we would have been happy to investigate... however there isn't sufficient evidence that it's yours. e.g. putting a non-userscript filename on a private server isn't enough. In other words how do we know that you didn't give attribution to this author (rhetorical as we don't know) ?

Finally if you can't be adult about this I'd be more than happy to remove your account @Andrewblood.

OUJS Admin

Dual beautified then diff'ed:

--- /scripts/daveeee/S.A.F_Freebitco.in_auto_collector/source@0.1+cf82653
+++ http://gamble.ghost-server.de/freebitco.faucet.js
@@ -1,43 +1,38 @@
 // ==UserScript==
-// @name         S.A.F Freebitco.in auto collector
-// @namespace    http://tampermonkey.net/
-// @version      0.1
-// @description  try to take over the world!
-// @author       David O'Neill
+// @name         Freebitco Auto Faucet
+// @namespace    http://gamble.ghost-server.de
+// @version      0.56
+// @description  feel free to donate: 1KLPaoMeZG9r2SBV5sG9BVHWAQ4Eu82aCF
+// @author       ghost
 // @match        https://freebitco.in/*
 // @grant        none
-// @copyright 2018, daveeee (https://openuserjs.org/users/daveeee)
-// @license MIT
 // ==/UserScript==
 
 (function () {
   'use strict';
+
   var body = $('body');
 
   var points = {};
 
   if ($('#free_play_form_button').is(':visible'))
-
     setTimeout(function () {
       $('#free_play_form_button').click();
     }, 2000);
-
   if ($('.close-reveal-modal').is(':visible'))
-
     setTimeout(function () {
       $('.close-reveal-modal').click();
     }, 2000);
 
   var reward = {};
-
   reward.select = function () {
-
     reward.points = parseInt($('.user_reward_points').text().replace(',', ""));
     reward.bonustime = {};
     if ($("#bonus_container_free_points").length != 0) {
       reward.bonustime.text = $('#bonus_span_free_points').text();
       reward.bonustime.hour = parseInt(reward.bonustime.text.split(":")[0]);
-      reward.bomustime.min = parseInt(reward.bonustime.text.split(":")[1]);
+      reward.bonustime.min = parseInt(reward.bonustime.text.split(":")[1]);
       reward.bonustime.sec = parseInt(reward.bonustime.text.split(":")[2]);
       reward.bonustime.current = reward.bonustime.hour * 3600 + reward.bonustime.min * 60 + reward.bonustime.sec;
     }
@@ -50,42 +45,52 @@
     }
     else {
       if (reward.points < 12) {
-        console.log("waiting for 12 points");
+        console.log("waiting for points");
       }
       else if (reward.points < 120) {
-        console.log("waiting for 60 points");
+        console.log("waiting for points 60");
         RedeemRPProduct('free_points_1');
       }
       else if (reward.points < 600) {
-        console.log("waiting for 120 points");
+        console.log("waiting for points 120");
         RedeemRPProduct('free_points_10');
       }
       else if (reward.points < 1200) {
-        console.log("waiting for 600 points");
+        console.log("waiting for points 600");
         RedeemRPProduct('free_points_50');
       }
       else {
-        console.log("100 Free points per roll active");
         RedeemRPProduct('free_points_100');
       }
       if ($('#bonus_span_fp_bonus').length === 0)
-        if (reward.points >= 4800)
-          RedeemRPProduct('fp_bonus_500');
+        if (reward.points >= 4400)
+          RedeemRPProduct('fp_bonus_1000');
     }
   };
   body.prepend(
-    $('<div/>').attr('style', "position:fixed;top:45px;left:0;z.index:999;width:350px;background-color:blue;color:white; text-align: left;")
+    $('<div/>').attr('style', "position:fixed;top:45px;left:0;z-index:999;width:350px;background-color:black;color: white; text-align: left;")
     .append(
       $('<div/>').attr('id', 'autofaucet')
-      .append($('<p/>').attr('style', 'text-decoration:underline;text-align:center;').text("Freebitco.in Auto Collector By David O'Neill"))
-      .append($('<p/>').attr('style', 'text-align:center;').text("S.A.F - Satashi 500% Autoclaim Function"))
-      .append($('<p/>'))
-    )
-
+      .append($('<p/>').attr('style', 'text-decoration:underline;').text("freebitco.in auto faucet by ghost"))
+      .append($('<p/>').text("If you like it, consider a Donation to "))
+      .append($('<p/>').text("1KLPaoMeZG9r2SBV5sG9BVHWAQ4Eu82aCF"))
+      .append($('<p/>').text("(click to copy address)"))
+      .append($('<p/>')
+        .append($('<p/>').text("Current Feature:"))
+        .append($('<p/>').text("auto free roll"))
+        .append($('<p/>').text("autochoose highest reward points"))
+        .append($('<p/>').text("autochoose 1000% btc bonus (only on highest reward)"))
+      )
+    ).click(function () {
+      var $temp = $('<input>').val("1KLPaoMeZG9r2SBV5sG9BVHWAQ4Eu82aCF");
+      body.append($temp);
+      $temp.select();
+      document.execCommand("copy");
+      $temp.remove();
+    })
   ).prepend($('<style/>')
-    .text("#autofaucet p { margin: 0; margin-left: 2px; text-align: left; }")
-  );
+    .text("#autofaucet p { margin: 0; margin-left: 2px;  text-align: left; }")
+  )
   setTimeout(reward.select, 1000);
   setInterval(reward.select, 60000);
-  // Your code here...
 })();