Skip to content

Instantly share code, notes, and snippets.

@hkamran80
Last active February 26, 2020 18:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hkamran80/ee1b7dcc2862ffdbb81136d7f196484f to your computer and use it in GitHub Desktop.
Save hkamran80/ee1b7dcc2862ffdbb81136d7f196484f to your computer and use it in GitHub Desktop.
Gameinc.io Autotyper
// ==UserScript==
// @name Gameinc Autotyper
// @namespace http://gameinc.io
// @version 1.1
// @description Make money!
// @author H. Kamran
// @match http*://gameinc.io/
// @grant none
// ==/UserScript==
(function() {
'use strict';
setInterval(() => {
socket.emit("make money")
}, 0);
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment