Skip to content

Commit

Permalink
Score Increment Bug Fix, Security Updates
Browse files Browse the repository at this point in the history
1) Users cookie clicker score doesn't increment on its own during startup. Only activates on button push
2) Rotating keys, rate limiting
3) Significant code refactoring
  • Loading branch information
f00d4tehg0dz committed Feb 2, 2024
1 parent 9b94bc5 commit 82e584c
Show file tree
Hide file tree
Showing 6 changed files with 6,954 additions and 163 deletions.
Binary file modified Release/com.f00d4tehg0dz.cookieclicker.streamDeckPlugin
Binary file not shown.
1 change: 1 addition & 0 deletions src/com.f00d4tehg0dz.cookieclicker.sdPlugin/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
<script src="./js/common.js"></script>
<script src="./js/moment.js"></script>
<script src="./js/jquery-3.3.1.js"></script>
<script src="./js/crypto-js.js"></script>
<script src="./actions/js/status.js"></script>
<script src="./js/app.js"></script>
</body>
Expand Down
Loading

0 comments on commit 82e584c

Please sign in to comment.