MohGanji / DelinoWorldFoodDayGame

A bot to read the screen and play the game for me to set a record. =))
0 stars 0 forks source link

🤦🏻‍♂️ #1

Open SadeghHayeri opened 6 years ago

SadeghHayeri commented 6 years ago
  1. Open 'Inspect Element' dev tools on your browser.
  2. Go to the console tab.
  3. Paste this code and hit enter! (if your selected item is steak)
    for(let i = 0; i < 100; i++)
    $('[data-id=5]')[1].click();

Done!

MohGanji commented 6 years ago

Thanks!