GitHub - ioncodes/clickerheroes: Clicker Heroes cheat (original) (raw)

Clicker Heroes

Basically a server that allows you to spoof the redemption code submission response. By doing so you can use internal cheat codes that unlock various things (gems, gold, ...). This doesn't require modifications to the game. Tested on v1.0e12-4699.

image

How?

The tool hosts a server that always returns the following response:

{ "success": "success", "response": "layle was here" }

By doing so we trick the game into thinking whatever code we submitted is valid. It then proceeds to do local checks to grant you whatever you requested. The information of what you get, and how much of it you get is entirely stored in the code you submit. There's also a "cheat code" that gives you everything (Z in the list below). The pattern is quite simple: aaaaaaaaaaaBBBBBBBBBC, where:

Specifically this means (gluesniffer... would be the redemption code):

gluesniffer1337G       -> 1337 gold
gluesniffer6969696969R -> 6969696969 rubies
gluesniffer420420420S  -> 420420420 souls
gluesniffer1e69S       -> 1e69 souls
gluesnifferZ           -> "cheat code"

What does the cheat code (Z) do?

Setup

  1. Generate public and private keys for TLS and import them into your trust store. Set the common name to savedgames.clickerheroes.com
  2. Copy the certificates to the project folder as server.crt and server.key
  3. Create an entry in your hosts file for 127.0.0.1 savedgames.clickerheroes.com
  4. go run . and start the game
  5. Profit...