Hack to set all Cookie Clicker item prices to 0


SUBMITTED BY: Guest

DATE: Nov. 22, 2013, 3:33 a.m.

FORMAT: Text only

SIZE: 226 Bytes

HITS: 1199

  1. //js hack for http://orteil.dashnet.org/cookieclicker/
  2. //sets the cookie price on all items to 0
  3. obj_length= Game.ObjectsById.length;
  4. for(var i = 0; i < obj_length; i++){
  5. Game.ObjectsById[i].basePrice = 0;
  6. }

comments powered by Disqus