Przeglądaj źródła

Update the version to get greasemonkey to "update".

bugz 5 lat temu
rodzic
commit
17a1eb0a73
1 zmienionych plików z 3 dodań i 2 usunięć
  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();
 })();