Explorar el Código

Update the version to get greasemonkey to "update".

bugz hace 5 años
padre
commit
17a1eb0a73
Se han modificado 1 ficheros con 3 adiciones y 2 borrados
  1. 3 2
      s0urce.user.js

+ 3 - 2
s0urce.user.js

@@ -1,7 +1,7 @@
 // ==UserScript==
 // @name         s0urce.io bot MOD
 // @namespace    http://tampermonkey.net/
-// @version      0.2
+// @version      0.4
 // @description  Automatic h3ck0r1ng
 // @author       Red-Green
 // @match        http://s0urce.io/
@@ -768,7 +768,8 @@
         }
       	//document.forms[0].submit();
         //document.getElementById("tool-type-form").submit();
-        setTimeout(handle,400);
+
+        setTimeout(handle,1000);
     }
     handle();
 })();