Last active
December 26, 2015 20:39
-
-
Save ruzz311/7209757 to your computer and use it in GitHub Desktop.
wheres the fun in a game if you don't cheat?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// http://clickingbad.nullism.com/ | |
var rwmT, | |
rwmCnt = 1, | |
rwmLoop = function () { | |
if (rwmCnt%3 === 0) { | |
gm.do_sell_click(); | |
rwmCnt = 0; | |
console.log('selling') | |
} else { | |
gm.do_make_click(); | |
console.log('making') | |
} | |
rwmCnt++; | |
rwmT = setTimeout(function(){ rwmLoop() }, 80); | |
} | |
rwmLoop(); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
eyJzdiI6eyJjIjoiOGo1aWUiLCJjcyI6IjdrNDJqIiwidyI6IjFpNGQ3IiwiY2wiOiJjMTowfGMyOjB8YzM6NHxjNDoxfGM1OjEiLCJzbCI6InMxOjB8czI6MHxzMzowfHM0OjR8czU6MSIsImJuIjoiYjE6MHxiMjo2fGIzOjN8YjQ6MSIsInUiOiJ1MDF8dTAyfHUwM3x1MDR8dTA1fHUwNnx1MDd8dTA5fHUxMHx1MTF8dTEyfHUxM3x1MTR8dTE1fHUxNnx1MjJ8dTIzfHUyNHx1MjZ8dTI3fHUyOHx1Mjl8dTMwfHUzMXx1MzJ8dTMzfHUzNHx1MzV8dTM2fHUzN3x1MzgiLCJzIjoic2VsbGVyX3Jwczo3Y3xjbGlja2VyX3Jwczo2MXxiYW5rX3JwczozOGN8Y2hlYXRlZF93aWRnZXRzOjB8Y2hlYXRlZF9jYXNoOjB8aGFuZF9tYWRlX3dpZGdldHM6MWZsYm18bWFkZV93aWRnZXRzOjM2MzVsfHNvbGRfd2lkZ2V0czoxZGxoaS43NGo0ZzZnNDhnZ2N8aGFuZF9zb2xkX3dpZGdldHM6OGRkMC5nZGFkYWNtMGQ4ZnxzZWNvbmRzX3BsYXllZDoyNmlofGJvdWdodF91cGdyYWRlczoxN3x0b3RhbF9jYXNoOmtkMGdtLjM4ZjhkN2YzbWN8c3RhcnRfdGltZTpjZGQxYTM4NG4ifSwiYWMiOiJhMDF8YTAyfGEwM3xhMDR8YTA3fGEwOHxhMTgifQ== |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment