Toggle navigation
Home
Latest pastes
FAQ
Random
BitBin is shutting down!
Register
Login
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
Raw
Download
Tweet
HITS:
1199
Go to comments
Report
//js hack for http://orteil.dashnet.org/cookieclicker/
//sets the cookie price on all items to 0
obj_length= Game.ObjectsById.length;
for(var i = 0; i < obj_length; i++){
Game.ObjectsById[i].basePrice = 0;
}
Please enable JavaScript to view the
comments powered by Disqus.
comments powered by
Disqus