Skip to content

Instantly share code, notes, and snippets.

@sobanvuex
Last active December 28, 2015 11:09
Show Gist options
  • Save sobanvuex/7491140 to your computer and use it in GitHub Desktop.
Save sobanvuex/7491140 to your computer and use it in GitHub Desktop.
'NOT' Clicking Bad
/**
* Clicking Bad - http://clickingbad.nullism.com/
*
* 'Not Clicking Bad' for the lazy and lulz
* Open your browser's console, copy and paste!
* walter.jesse() - make meth!
* walter.lydia() - sell meth!
* walter.hank() - hide from Hank (aka deactivate)
*/
(function(w,a,l,t,e,r) {
w[r] = new function () {
var
s = function() { w[e]-=70; w[t].do_make_click() },
k = function() { w[e]-=70; w[t].do_sell_click() },
y = {j:!!0,h:!!0};
this.jesse = function() { if (y.j) return; y.j = a(s, 1); }
this.lydia = function() { if (y.h) return; y.h = a(k, 1); }
this.hank = function() { l(y.j); l(y.h); y.j = !!0; y.h = !!0; }
}
}(window,setInterval,clearInterval,'gm','last_click','walter'));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment