diff --git a/Crash.ipynb b/Crash.ipynb index abe1432..e313536 100644 --- a/Crash.ipynb +++ b/Crash.ipynb @@ -21,7 +21,7 @@ "import hmac\n", "\n", "e = 2**52\n", - "salt = \"0000000000000000000fa3b65e43e4240d71762a5bf397d5304b2596d116859c\"" + "salt = \"5203969\"" ] }, { @@ -37,7 +37,7 @@ "metadata": {}, "outputs": [], "source": [ - "game_hash = '100af1b49f5e9f87efc81f838bf9b1f5e38293e5b4cf6d0b366c004e0a8d9987'\n", + "game_hash = '5203969'\n", "\n", "def get_result(game_hash):\n", " hm = hmac.new(str.encode(game_hash), b'', hashlib.sha256)\n", @@ -68,7 +68,7 @@ "metadata": {}, "outputs": [], "source": [ - "game_hash = '100af1b49f5e9f87efc81f838bf9b1f5e38293e5b4cf6d0b366c004e0a8d9987' # Update to latest game's hash for more results\n", + "game_hash = '5203969' # Update to latest game's hash for more results\n", "first_game = \"77b271fe12fca03c618f63dfb79d4105726ba9d4a25bb3f1964e435ccf9cb209\"\n", "\n", "results = []\n",