Search
 
SCRIPT & CODE EXAMPLE
 

JAVASCRIPT

cookie clicker hack extension

// change number of cookies (you can still click on things that look unselectable) 
Game.cookies = 100000000
// and auto clicker:
function myFunction() {document.getElementById("bigCookie").click();document.getElementById("bigCookie").click();document.getElementById("bigCookie").click()}; window.setInterval(myFunction, 0.0001
Comment

PREVIOUS NEXT
Code Example
Javascript :: js get time 
Javascript :: js loop trough map 
Javascript :: js toggle 
Javascript :: state in constructor javascript 
Javascript :: generate an array of random numbers javascript 
Javascript :: react uselazyquery and usequery 
Javascript :: jquery change select value 
Javascript :: angular jspdf 
Javascript :: map of filtered data react 
Javascript :: get file extension nodejs 
Javascript :: run function then empty it javascript 
Javascript :: remove hostname from url javascript 
Javascript :: string literal javascript 
Javascript :: vue 3 script setup dynamic component sample 
Javascript :: javascript execute function by string name 
Javascript :: merge objects js 
Javascript :: how to empty a filled input in cypress 
Javascript :: javascript execute powershell script 
Javascript :: uppercase javascript using function 
Javascript :: discord chatbot 
Javascript :: find a word in string javascript 
Javascript :: how to add checked in javascript 
Javascript :: array every javascript 
Javascript :: javascript separate string by character 
Javascript :: How to get latitude and longitude from address in angular 6 
Javascript :: use get_json in jstree example 
Javascript :: open modal useState 
Javascript :: react promises 
Javascript :: using fetch api 
Javascript :: remove duplicate value from array 
ADD CONTENT
Topic
Content
Source link
Name
6+6 =