nullism / clickingbad

Official Clicking Bad Repository
http://clickingbad.nullism.com
MIT License
233 stars 70 forks source link

Easy To Cheat #46

Closed thetechnation closed 11 years ago

thetechnation commented 11 years ago

i found out by modifying the local storage you can edit your money and items. You should make it server side like cookie clicker if you have any questions email me at peytonn98@gmail.com

nullism commented 11 years ago

Cookie Clicker is not server side. This will stay client side. Thanks!

thetechnation commented 11 years ago

Ok then how come you cant edit the local storage with Cookie Clicker?

thetechnation commented 11 years ago

{"cash":251277514," and you can edit that just trying to help out

nullism commented 11 years ago

Cookie Clicker stores the data in Cookies, one called "CookieClickerGame" not localStorage. Either one is easy to edit, but localStorage allows you to store more data. Cookie Clicker obfuscates the data to make it harder. The new save format (which will go live sometime this week) will be similar to the way Cookie Clicker handles it.

Here's an example of Cookie Clicker's client-side data: 1.0393||1380321751050;NaN;1383085761122|011110|6213086733239.1045;3722544086220887600;1563;24;1001288866417637;234;-1;-1;0;0;0;0;0;-1;0;1;0;0|250,254,6120980884650,0;150,150,110277722693,0;152,152,672442138,0;150,150,1883924706,0;150,150,6726628328,0;150,150,17543033937,0;150,150,67045999909,0;150,150,1116186610593,0;150,150,14507569834724,0;130,130,127348078434609,0;|4503599627370495;4503599627370495;2251868533161599;4503573723478527;2253998836940799;137438953473|4502499176218623;2260343305797631;1031

I appreciate the advice!

thetechnation commented 11 years ago

Oh Thank You webgovernor am just starting to learn to code and was wondering i will continue to submit ideas to help this game i believe it will go far and plan to donate this week

nullism commented 11 years ago

Thanks for your support! Always appreciated. Programming is fun, and I'm glad you're interested! If you have the free time, I highly recommend Code Academy: Code Academy - Javascript

thetechnation commented 11 years ago

I have completed the entire java. Course on there but when I try to code in a compiler the exact same code from code academy it gives me errors

Sent from my iPhone

On Oct 29, 2013, at 11:49 PM, Aaron M notifications@github.com wrote:

Thanks for your support! Always appreciated. Programming is fun, and I'm glad you're interested! If you have the free time, I highly recommend Code Academy: Code Academy - Javascript

— Reply to this email directly or view it on GitHub.